changed licence texts
This commit is contained in:
parent
301fa12b21
commit
1f15ec227c
7 changed files with 14 additions and 6 deletions
|
@ -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 <Foundation/Foundation.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 "Constants.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 <Foundation/Foundation.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 "OAToken+WebView.h"
|
||||
|
|
2
OAuth.h
2
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 <Foundation/Foundation.h>
|
||||
|
|
2
OAuth.m
2
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue