changed licence texts

This commit is contained in:
Jeena Paradies 2010-05-02 17:43:45 +02:00
parent 301fa12b21
commit 1f15ec227c
7 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 01.05.10. // Created by Jeena on 01.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 01.05.10. // Created by Jeena on 01.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import "Constants.h" #import "Constants.h"

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 02.05.10. // Created by Jeena on 02.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 02.05.10. // Created by Jeena on 02.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import "OAToken+WebView.h" #import "OAToken+WebView.h"

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 01.05.10. // Created by Jeena on 01.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>

View file

@ -3,7 +3,7 @@
// Twittia 2 // Twittia 2
// //
// Created by Jeena on 01.05.10. // Created by Jeena on 01.05.10.
// Copyright 2010 __MyCompanyName__. All rights reserved. // Licence: BSD (see attached LICENCE.txt file).
// //
#import "OAuth.h" #import "OAuth.h"

View file

@ -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) { function Twittia(action) {
this.max_length = 100; this.max_length = 100;
this.since_id; this.since_id;