diff --git a/Constants.h b/Constants.h index d478313..99ab1e7 100644 --- a/Constants.h +++ b/Constants.h @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 01.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import diff --git a/Constants.m b/Constants.m index 0cc9e39..67a3dad 100644 --- a/Constants.m +++ b/Constants.m @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 01.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import "Constants.h" diff --git a/OAToken+WebView.h b/OAToken+WebView.h index 5552cc3..317ea8b 100644 --- a/OAToken+WebView.h +++ b/OAToken+WebView.h @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 02.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import diff --git a/OAToken+WebView.m b/OAToken+WebView.m index b89651d..3fa9d81 100644 --- a/OAToken+WebView.m +++ b/OAToken+WebView.m @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 02.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import "OAToken+WebView.h" diff --git a/OAuth.h b/OAuth.h index 75acbe3..52f11a2 100644 --- a/OAuth.h +++ b/OAuth.h @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 01.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import diff --git a/OAuth.m b/OAuth.m index 51b60fd..df2700e 100644 --- a/OAuth.m +++ b/OAuth.m @@ -3,7 +3,7 @@ // Twittia 2 // // Created by Jeena on 01.05.10. -// Copyright 2010 __MyCompanyName__. All rights reserved. +// Licence: BSD (see attached LICENCE.txt file). // #import "OAuth.h" diff --git a/TwittiaCore.js b/TwittiaCore.js index 93cf783..b6be94f 100644 --- a/TwittiaCore.js +++ b/TwittiaCore.js @@ -1,3 +1,11 @@ +// +// TwittiaCore.js +// Twittia 2 +// +// Created by Jeena on 15.04.10. +// Licence: BSD (see attached LICENCE.txt file). +// + function Twittia(action) { this.max_length = 100; this.since_id;