Skip to content

Commit 3da3371

Browse files
committed
add license header to source files.
This is the license header discussed in Issue etoile#9 on github[1] [1] etoile#9
1 parent 03668e7 commit 3da3371

18 files changed

+123
-0
lines changed

SCKClangSourceFile.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
Copyright (c) 2010-2012 David Chisnall
3+
Copyright (c) 2012-2013 Quentin Mathe
4+
Copyright (c) 2012 Nicolas Roard
5+
6+
License: MIT (see COPYING)
7+
*/
8+
19
#include <Foundation/Foundation.h>
210
#include "SCKSourceFile.h"
311
#include <clang-c/Index.h>

SCKClangSourceFile.m

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
Copyright (c) 2010-2013 David Chisnall
3+
Copyright (c) 2011 Niels Grewe
4+
Copyright (c) 2011 Nicolas Roard
5+
Copyright (c) 2012-2014 Quentin Mathe
6+
Copyright (c) 2014 Alessandro Sangiuliano
7+
8+
License: MIT (see COPYING)
9+
10+
*/
11+
112
#import "SCKClangSourceFile.h"
213
#import "SourceCodeKit.h"
314
#import <Cocoa/Cocoa.h>

SCKCodeCompletionResult.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2011 David Chisnall
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import <Foundation/Foundation.h>
28

39
@interface SCKCodeCompletionResult : NSObject

SCKCodeCompletionResult.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2011 David Chisnall
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import "SCKCodeCompletionResult.h"
28

39
@implementation SCKCodeCompletionResult

SCKIntrospection.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
Copyright (c) 2010-2012 David Chisnall
3+
Copyright (c) 2012 Nicolas Roard
4+
Copyright (c) 2013-2014 Quentin Mathe
5+
6+
License: MIT (see COPYING)
7+
*/
8+
19
#import <Foundation/NSObject.h>
210

311
@class NSString;

SCKIntrospection.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
Copyright (c) 2010-2012 David Chisnall
3+
Copyright (c) 2012 Nicolas Roard
4+
Copyright (c) 2013-2014 Quentin Mathe
5+
6+
License: MIT (see COPYING)
7+
*/
8+
19
#import "SCKIntrospection.h"
210
#import "SCKClangSourceFile.h"
311
#import <EtoileFoundation/EtoileFoundation.h>

SCKProject.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2012-2013 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import <Foundation/Foundation.h>
28
#import <EtoileFoundation/EtoileFoundation.h>
39

SCKProject.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
Copyright (c) 2012-2013 Quentin Mathe
3+
Copyright (c) 2012 David Chisnall
4+
5+
License: MIT (see COPYING)
6+
*/
7+
18
#import "SCKProject.h"
29
#import "SCKSourceFile.h"
310
#import "SCKSourceCollection.h"

SCKSourceCollection.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
Copyright (c) 2010-2012 David Chisnall
3+
Copyright (c) 2012 Nicolas Roard
4+
Copyright (c) 2012-2014 Quentin Mathe
5+
6+
License: MIT (see COPYING)
7+
*/
8+
19
#import <Foundation/NSObject.h>
210

311
@class NSCache, NSDictionary, NSMutableDictionary, NSArray;

SCKTextTypes.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2010 David Chisnall
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import <EtoileFoundation/Macros.h>
28

39
@class NSString;

SCKTextTypes.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
/**
2+
Copyright (c) 2010 David Chisnall
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#define DEFINE_STRINGS
28
#include "SCKTextTypes.h"

SourceCodeKit.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
Copyright (c) 2010-2011 David Chisnall
3+
Copyright (c) 2013 Quentin Mathe
4+
5+
License: MIT (see COPYING)
6+
*/
7+
18
#import "SCKSourceCollection.h"
29
#import "SCKCodeCompletionResult.h"
310
#import "SCKSourceFile.h"

Tests/ParsingTestFiles/AB.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2013-2014 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import <Foundation/NSObject.h>
28

39
@class NSString, NSDate, NSButton;

Tests/ParsingTestFiles/AB.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2013 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import "AB.h"
28

39

Tests/TestClangParsing.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2013-2014 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import "TestCommon.h"
28
#import "SCKClangSourceFile.h"
39
#import "SCKIntrospection.h"

Tests/TestCommon.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2013 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import <UnitKit/UnitKit.h>
28
#import <Foundation/Foundation.h>
39
#import <EtoileFoundation/EtoileFoundation.h>

Tests/TestCommon.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2013 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import "TestCommon.h"
28

39
@implementation TestCommon

Tests/TestRuntimeParsing.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
Copyright (c) 2014 Quentin Mathe
3+
4+
License: MIT (see COPYING)
5+
*/
6+
17
#import "TestCommon.h"
28

39
@interface TestRuntimeParsing : TestCommon

0 commit comments

Comments
 (0)