Skip to content

Commit 8ba0849

Browse files
committedFeb 5, 2015
2015: The year of header cleanup
Let's update our copyright to reflect the current year. Let's get rid of licenses on files that don't need them. Let's include the project's URL. Let's make other minor changes. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent a7cf5f2 commit 8ba0849

15 files changed

+32
-92
lines changed
 

‎LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014 Stephen Celis (<stephen@stephencelis.com>)
3+
Copyright (c) 2014-2015 Stephen Celis (<stephen@stephencelis.com>)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Database.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Database
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Expression.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Expression
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Functions.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Functions
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Query.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Query
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal
-23
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
//
2-
// SQLite-Bridging-Header.h
3-
// Copyright (c) 2014 Stephen Celis.
4-
//
5-
// Permission is hereby granted, free of charge, to any person obtaining a copy
6-
// of this software and associated documentation files (the "Software"), to deal
7-
// in the Software without restriction, including without limitation the rights
8-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
// copies of the Software, and to permit persons to whom the Software is
10-
// furnished to do so, subject to the following conditions:
11-
//
12-
// The above copyright notice and this permission notice shall be included in
13-
// all copies or substantial portions of the Software.
14-
//
15-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
// THE SOFTWARE.
22-
//
23-
241
#include "SQLite-Bridging.h"

‎SQLite Common/SQLite-Bridging.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite-Bridging.c
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/SQLite-Bridging.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite-Bridging.h
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Schema.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Schema
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Statement.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Statement
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Common/Value.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// SQLite.Value
3-
// Copyright (c) 2014 Stephen Celis.
2+
// SQLite.swift
3+
// https://github.com/stephencelis/SQLite.swift
4+
// Copyright (c) 2014-2015 Stephen Celis.
45
//
56
// Permission is hereby granted, free of charge, to any person obtaining a copy
67
// of this software and associated documentation files (the "Software"), to deal

‎SQLite Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2014 Stephen Celis.</string>
24+
<string>Copyright © 2014–2015 Stephen Celis.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

‎SQLite Mac/SQLite Mac.h

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
1-
//
2-
// SQLite Mac.h
3-
// Copyright (c) 2014 Stephen Celis.
4-
//
5-
// Permission is hereby granted, free of charge, to any person obtaining a copy
6-
// of this software and associated documentation files (the "Software"), to deal
7-
// in the Software without restriction, including without limitation the rights
8-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
// copies of the Software, and to permit persons to whom the Software is
10-
// furnished to do so, subject to the following conditions:
11-
//
12-
// The above copyright notice and this permission notice shall be included in
13-
// all copies or substantial portions of the Software.
14-
//
15-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
// THE SOFTWARE.
22-
//
23-
24-
#import <Cocoa/Cocoa.h>
1+
@import Cocoa;
252

263
//! Project version number for SQLite Mac.
274
FOUNDATION_EXPORT double SQLite_MacVersionNumber;

‎SQLite iOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2014 Stephen Celis.</string>
24+
<string>Copyright © 2014–2015 Stephen Celis.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

‎SQLite iOS/SQLite iOS.h

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
1-
//
2-
// SQLite iOS.h
3-
// Copyright (c) 2014 Stephen Celis.
4-
//
5-
// Permission is hereby granted, free of charge, to any person obtaining a copy
6-
// of this software and associated documentation files (the "Software"), to deal
7-
// in the Software without restriction, including without limitation the rights
8-
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
// copies of the Software, and to permit persons to whom the Software is
10-
// furnished to do so, subject to the following conditions:
11-
//
12-
// The above copyright notice and this permission notice shall be included in
13-
// all copies or substantial portions of the Software.
14-
//
15-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
// THE SOFTWARE.
22-
//
23-
24-
#import <UIKit/UIKit.h>
1+
@import UIKit;
252

263
//! Project version number for SQLite iOS.
274
FOUNDATION_EXPORT double SQLite_iOSVersionNumber;

0 commit comments

Comments
 (0)
Please sign in to comment.