Skip to content

Commit

Permalink
Added license to source files
Browse files Browse the repository at this point in the history
jernejstrasner committed Jul 28, 2015
1 parent a962046 commit ca4a34e
Showing 9 changed files with 122 additions and 43 deletions.
21 changes: 17 additions & 4 deletions SampleApp/JSTAppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// JSTAppDelegate.h
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import <UIKit/UIKit.h>

21 changes: 17 additions & 4 deletions SampleApp/JSTAppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// JSTAppDelegate.m
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import "JSTAppDelegate.h"

21 changes: 17 additions & 4 deletions SampleApp/JSTViewController.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// JSTViewController.h
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import <UIKit/UIKit.h>

21 changes: 17 additions & 4 deletions SampleApp/JSTViewController.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// JSTViewController.m
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import "JSTViewController.h"
#import "JSTGradientView.h"
6 changes: 0 additions & 6 deletions SampleApp/SmoothGradient-Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#import <Availability.h>

#ifndef __IPHONE_8_0
21 changes: 17 additions & 4 deletions SampleApp/main.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// main.m
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import <UIKit/UIKit.h>

6 changes: 0 additions & 6 deletions SmoothGradient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@
B868850A182757B40004B837 /* JSTViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B8688509182757B40004B837 /* JSTViewController.m */; };
B868850C182757B40004B837 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B868850B182757B40004B837 /* Images.xcassets */; };
B868852A182757DF0004B837 /* JSTGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = B8688529182757DF0004B837 /* JSTGradientView.m */; };
B8E2FA7A1B67E56000DB7132 /* LICENSE.md in Sources */ = {isa = PBXBuildFile; fileRef = B8E2FA781B67E56000DB7132 /* LICENSE.md */; };
B8E2FA7B1B67E56000DB7132 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = B8E2FA791B67E56000DB7132 /* README.md */; };
B8ECF53F1B67B79D00B38A85 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = B8ECF53E1B67B79D00B38A85 /* LaunchScreen.xib */; };
/* End PBXBuildFile section */

@@ -37,7 +35,6 @@
B8688508182757B40004B837 /* JSTViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JSTViewController.h; sourceTree = "<group>"; };
B8688509182757B40004B837 /* JSTViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JSTViewController.m; sourceTree = "<group>"; };
B868850B182757B40004B837 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
B8688512182757B50004B837 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
B8688528182757DF0004B837 /* JSTGradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSTGradientView.h; sourceTree = "<group>"; };
B8688529182757DF0004B837 /* JSTGradientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSTGradientView.m; sourceTree = "<group>"; };
B8E2FA781B67E56000DB7132 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
@@ -85,7 +82,6 @@
B86884F3182757B40004B837 /* Foundation.framework */,
B86884F5182757B40004B837 /* CoreGraphics.framework */,
B86884F7182757B40004B837 /* UIKit.framework */,
B8688512182757B50004B837 /* XCTest.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@@ -192,8 +188,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B8E2FA7B1B67E56000DB7132 /* README.md in Sources */,
B8E2FA7A1B67E56000DB7132 /* LICENSE.md in Sources */,
B868850A182757B40004B837 /* JSTViewController.m in Sources */,
B8688504182757B40004B837 /* JSTAppDelegate.m in Sources */,
B868852A182757DF0004B837 /* JSTGradientView.m in Sources */,
27 changes: 20 additions & 7 deletions SmoothGradient/JSTGradientView.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
//
// JSTGradientView.h
// SmoothGradient
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
//
// The MIT License (MIT)
//
// Copyright (c) 2014 Jernej Strasner
//
// 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.

#import <UIKit/UIKit.h>

21 changes: 17 additions & 4 deletions SmoothGradient/JSTGradientView.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
// The MIT License (MIT)
//
// JSTGradientView.m
// SmoothGradient
// Copyright (c) 2014 Jernej Strasner
//
// Created by Jernej Strasner on 11/3/13.
// Copyright (c) 2013 Jernej Strasner. All rights reserved.
// 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.

#import "JSTGradientView.h"

0 comments on commit ca4a34e

Please sign in to comment.