From 1f15ec227cb22e4fc0cbbaa15a79c71b29571853 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 2 May 2010 17:43:45 +0200 Subject: [PATCH] changed licence texts --- Constants.h | 2 +- Constants.m | 2 +- OAToken+WebView.h | 2 +- OAToken+WebView.m | 2 +- OAuth.h | 2 +- OAuth.m | 2 +- TwittiaCore.js | 8 ++++++++ 7 files changed, 14 insertions(+), 6 deletions(-) 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;