Skip to content

Commit 9f2b1a6

Browse files
committed
added license information
1 parent b28a01c commit 9f2b1a6

24 files changed

+178
-52
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OAuth2Client
22

3-
A OAuth2 framework for Mac OS & iOS (Cocoa & Cocoa touch). It comes with the [JSON framework](http://github.com/stig/json-framework).
3+
A OAuth2 framework for Mac OS X & iOS (Cocoa & Cocoa touch). It comes with the [JSON framework](http://github.com/stig/json-framework).
44

55
*README will be updated in the next days.*
66

@@ -19,4 +19,32 @@ In your Xcode project:
1919

2020
## Known Issues
2121

22-
- only the iPhone library target is working atm
22+
- only the iPhone library target is working atm
23+
24+
## BSD License
25+
26+
Copyright © 2010, nxtbgthng
27+
All rights reserved.
28+
29+
Redistribution and use in source and binary forms, with or without
30+
modification, are permitted provided that the following conditions are met:
31+
32+
* Redistributions of source code must retain the above copyright
33+
notice, this list of conditions and the following disclaimer.
34+
* Redistributions in binary form must reproduce the above copyright
35+
notice, this list of conditions and the following disclaimer in the
36+
documentation and/or other materials provided with the distribution.
37+
* Neither the name of nxtbgthng nor the
38+
names of its contributors may be used to endorse or promote products
39+
derived from this software without specific prior written permission.
40+
41+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
42+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
43+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
45+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
46+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
47+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
48+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
50+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Sources/NSMutableURLRequest+NXOAuth2.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSMutableURLRequest+NXOAuth2.h
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import <Foundation/Foundation.h>

Sources/NSMutableURLRequest+NXOAuth2.m

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSMutableURLRequest+NXOAuth2.m
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import "NSString+NXOAuth2.h"

Sources/NSString+NXOAuth2.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSString+NXOAuth2.h
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import <Foundation/Foundation.h>

Sources/NSString+NXOAuth2.m

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSString+NXOAuth2.m
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import "NSString+NXOAuth2.h"

Sources/NSURL+NXOAuth2.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSURL+NXOAuth2.h
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import <Foundation/Foundation.h>

Sources/NSURL+NXOAuth2.m

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
//
22
// NSURL+NXOAuth2.m
3-
// Soundcloud
3+
// OAuth2Client
44
//
55
// Created by Ullrich Schäfer on 07.10.09.
6-
// Copyright 2009 nxtbgthng. All rights reserved.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import "NSString+NXOAuth2.h"

Sources/OAuth2Client/NXOAuth2AccessToken.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
// NXOAuth2AccessToken.h
33
// OAuth2Client
44
//
5-
// Created by Ullrich Schäfer on 26.08.10.
6-
// Copyright 2010 nxtbgthng. All rights reserved.
5+
// Created by Ullrich Schäfer on 27.08.10.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import <Foundation/Foundation.h>

Sources/OAuth2Client/NXOAuth2AccessToken.m

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
// NXOAuth2AccessToken.m
33
// OAuth2Client
44
//
5-
// Created by Ullrich Schäfer on 26.08.10.
6-
// Copyright 2010 nxtbgthng. All rights reserved.
5+
// Created by Ullrich Schäfer on 27.08.10.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import "NXOAuth2AccessToken.h"

Sources/OAuth2Client/NXOAuth2Client.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
// NXOAuth2Client.h
33
// OAuth2Client
44
//
5-
// Created by Ullrich Schäfer on 26.08.10.
6-
// Copyright 2010 nxtbgthng. All rights reserved.
5+
// Created by Ullrich Schäfer on 27.08.10.
6+
//
7+
// Copyright 2010 nxtbgthng. All rights reserved.
8+
//
9+
// Licenced under the new BSD-licence.
10+
// See README.md in this reprository for
11+
// the full licence.
712
//
813

914
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)