Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Licensing Information #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Copyright (c) 2010-2013 David Chisnall
Copyright (c) 2011 Niels Grewe
Copyright (c) 2012 Nicolas Roard
Copyright (c) 2012-2014 Quentin Mathe
Copyright (c) 2014 Alessandro Sangiuliano
Copyright (c) 2014 Eric Wasylishen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
8 changes: 8 additions & 0 deletions SCKClangSourceFile.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
Copyright (c) 2010-2012 David Chisnall
Copyright (c) 2012-2013 Quentin Mathe
Copyright (c) 2012 Nicolas Roard

License: MIT (see COPYING)
*/

#include <Foundation/Foundation.h>
#include "SCKSourceFile.h"
#include <clang-c/Index.h>
Expand Down
11 changes: 11 additions & 0 deletions SCKClangSourceFile.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
Copyright (c) 2010-2013 David Chisnall
Copyright (c) 2011 Niels Grewe
Copyright (c) 2011 Nicolas Roard
Copyright (c) 2012-2014 Quentin Mathe
Copyright (c) 2014 Alessandro Sangiuliano

License: MIT (see COPYING)

*/

#import "SCKClangSourceFile.h"
#import "SourceCodeKit.h"
#import <Cocoa/Cocoa.h>
Expand Down
6 changes: 6 additions & 0 deletions SCKCodeCompletionResult.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2011 David Chisnall

License: MIT (see COPYING)
*/

#import <Foundation/Foundation.h>

@interface SCKCodeCompletionResult : NSObject
Expand Down
6 changes: 6 additions & 0 deletions SCKCodeCompletionResult.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2011 David Chisnall

License: MIT (see COPYING)
*/

#import "SCKCodeCompletionResult.h"

@implementation SCKCodeCompletionResult
Expand Down
8 changes: 8 additions & 0 deletions SCKIntrospection.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
Copyright (c) 2010-2012 David Chisnall
Copyright (c) 2012 Nicolas Roard
Copyright (c) 2013-2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import <Foundation/NSObject.h>

@class NSString;
Expand Down
8 changes: 8 additions & 0 deletions SCKIntrospection.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
Copyright (c) 2010-2012 David Chisnall
Copyright (c) 2012 Nicolas Roard
Copyright (c) 2013-2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import "SCKIntrospection.h"
#import "SCKClangSourceFile.h"
#import <EtoileFoundation/EtoileFoundation.h>
Expand Down
6 changes: 6 additions & 0 deletions SCKProject.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2012-2013 Quentin Mathe

License: MIT (see COPYING)
*/

#import <Foundation/Foundation.h>
#import <EtoileFoundation/EtoileFoundation.h>

Expand Down
7 changes: 7 additions & 0 deletions SCKProject.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
Copyright (c) 2012-2013 Quentin Mathe
Copyright (c) 2012 David Chisnall

License: MIT (see COPYING)
*/

#import "SCKProject.h"
#import "SCKSourceFile.h"
#import "SCKSourceCollection.h"
Expand Down
8 changes: 8 additions & 0 deletions SCKSourceCollection.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
Copyright (c) 2010-2012 David Chisnall
Copyright (c) 2012 Nicolas Roard
Copyright (c) 2012-2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import <Foundation/NSObject.h>

@class NSCache, NSDictionary, NSMutableDictionary, NSArray;
Expand Down
6 changes: 6 additions & 0 deletions SCKTextTypes.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2010 David Chisnall

License: MIT (see COPYING)
*/

#import <EtoileFoundation/Macros.h>

@class NSString;
Expand Down
6 changes: 6 additions & 0 deletions SCKTextTypes.m
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/**
Copyright (c) 2010 David Chisnall

License: MIT (see COPYING)
*/

#define DEFINE_STRINGS
#include "SCKTextTypes.h"
7 changes: 7 additions & 0 deletions SourceCodeKit.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
Copyright (c) 2010-2011 David Chisnall
Copyright (c) 2013 Quentin Mathe

License: MIT (see COPYING)
*/

#import "SCKSourceCollection.h"
#import "SCKCodeCompletionResult.h"
#import "SCKSourceFile.h"
Expand Down
6 changes: 6 additions & 0 deletions Tests/ParsingTestFiles/AB.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2013-2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import <Foundation/NSObject.h>

@class NSString, NSDate, NSButton;
Expand Down
6 changes: 6 additions & 0 deletions Tests/ParsingTestFiles/AB.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2013 Quentin Mathe

License: MIT (see COPYING)
*/

#import "AB.h"


Expand Down
6 changes: 6 additions & 0 deletions Tests/TestClangParsing.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2013-2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import "TestCommon.h"
#import "SCKClangSourceFile.h"
#import "SCKIntrospection.h"
Expand Down
6 changes: 6 additions & 0 deletions Tests/TestCommon.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2013 Quentin Mathe

License: MIT (see COPYING)
*/

#import <UnitKit/UnitKit.h>
#import <Foundation/Foundation.h>
#import <EtoileFoundation/EtoileFoundation.h>
Expand Down
6 changes: 6 additions & 0 deletions Tests/TestCommon.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2013 Quentin Mathe

License: MIT (see COPYING)
*/

#import "TestCommon.h"

@implementation TestCommon
Expand Down
6 changes: 6 additions & 0 deletions Tests/TestRuntimeParsing.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
Copyright (c) 2014 Quentin Mathe

License: MIT (see COPYING)
*/

#import "TestCommon.h"

@interface TestRuntimeParsing : TestCommon
Expand Down