From fa8e031e19c7e3d1b3fd24a70e4ca60845efa8bd Mon Sep 17 00:00:00 2001 From: Liam Cooke Date: Sat, 19 Sep 2009 13:39:56 +0100 Subject: [PATCH] License added --- LICENSE.txt | 22 ++++++++++++++++++++++ Ryder.xcodeproj/project.pbxproj | 8 ++++++-- RyderAppDelegate.h | 5 +++++ RyderAppDelegate.m | 5 +++++ RyderController.h | 5 +++++ RyderController.m | 5 +++++ RyderNameView.h | 5 +++++ RyderNameView.m | 7 ++++++- RyderNamer.h | 5 +++++ RyderNamer.m | 5 +++++ RyderWindowView.h | 7 ++++++- RyderWindowView.m | 7 ++++++- 12 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4abc04d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,22 @@ +Copyright (c) 2008-2009 Liam Cooke + +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. diff --git a/Ryder.xcodeproj/project.pbxproj b/Ryder.xcodeproj/project.pbxproj index 135d4ee..577a479 100644 --- a/Ryder.xcodeproj/project.pbxproj +++ b/Ryder.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + 8D2D25721065086400D852C8 /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8D2D25711065086400D852C8 /* LICENSE.txt */; }; 8D81FFD41065048500F953BE /* RyderAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D81FFD31065048500F953BE /* RyderAppDelegate.m */; }; 8DB3753A0EC4E4BE007B2A1B /* RyderWindowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB375390EC4E4BE007B2A1B /* RyderWindowView.m */; }; 8DB375530EC4EBC0007B2A1B /* RyderNamer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB375520EC4EBC0007B2A1B /* RyderNamer.m */; }; @@ -37,6 +38,7 @@ 8D0A838B0EC653F300957EE2 /* Credits.rtfd */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; path = Credits.rtfd; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 8D1107320486CEB800E47090 /* Ryder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ryder.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D2D25711065086400D852C8 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = ""; }; 8D81FFD21065048500F953BE /* RyderAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RyderAppDelegate.h; sourceTree = ""; }; 8D81FFD31065048500F953BE /* RyderAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RyderAppDelegate.m; sourceTree = ""; }; 8DB375380EC4E4BE007B2A1B /* RyderWindowView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RyderWindowView.h; sourceTree = ""; }; @@ -67,8 +69,6 @@ 080E96DDFE201D6D7F000001 /* Classes */ = { isa = PBXGroup; children = ( - 8DD68FAA1065027500652D29 /* PFMoveApplication.h */, - 8DD68FAB1065027500652D29 /* PFMoveApplication.m */, 8DB375380EC4E4BE007B2A1B /* RyderWindowView.h */, 8DB375390EC4E4BE007B2A1B /* RyderWindowView.m */, 8DB375510EC4EBC0007B2A1B /* RyderNamer.h */, @@ -79,6 +79,8 @@ 8DB376D60EC509B3007B2A1B /* RyderController.m */, 8D81FFD21065048500F953BE /* RyderAppDelegate.h */, 8D81FFD31065048500F953BE /* RyderAppDelegate.m */, + 8DD68FAA1065027500652D29 /* PFMoveApplication.h */, + 8DD68FAB1065027500652D29 /* PFMoveApplication.m */, ); name = Classes; sourceTree = ""; @@ -133,6 +135,7 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 8D2D25711065086400D852C8 /* LICENSE.txt */, 8D0A838B0EC653F300957EE2 /* Credits.rtfd */, 8D0309090EC64CDA00ACA851 /* APPL.icns */, 8D0308D90EC640D700ACA851 /* ryder.png */, @@ -202,6 +205,7 @@ 8D0308DA0EC640D700ACA851 /* ryder.png in Resources */, 8D03090A0EC64CDA00ACA851 /* APPL.icns in Resources */, 8D0A838C0EC653F300957EE2 /* Credits.rtfd in Resources */, + 8D2D25721065086400D852C8 /* LICENSE.txt in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/RyderAppDelegate.h b/RyderAppDelegate.h index c923d20..ddb4a7a 100644 --- a/RyderAppDelegate.h +++ b/RyderAppDelegate.h @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import @interface RyderAppDelegate : NSObject { diff --git a/RyderAppDelegate.m b/RyderAppDelegate.m index 1b80182..394d77f 100644 --- a/RyderAppDelegate.m +++ b/RyderAppDelegate.m @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import "RyderAppDelegate.h" #import "PFMoveApplication.h" diff --git a/RyderController.h b/RyderController.h index 3eba3d5..74c0631 100644 --- a/RyderController.h +++ b/RyderController.h @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import #import "RyderNamer.h" #import "RyderNameView.h" diff --git a/RyderController.m b/RyderController.m index 656fcb7..084c8cb 100644 --- a/RyderController.m +++ b/RyderController.m @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import "RyderController.h" #import "RyderNamer.h" diff --git a/RyderNameView.h b/RyderNameView.h index 4e156e5..8625000 100644 --- a/RyderNameView.h +++ b/RyderNameView.h @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import @interface RyderNameView : NSView diff --git a/RyderNameView.m b/RyderNameView.m index f012069..3ac3c1a 100644 --- a/RyderNameView.m +++ b/RyderNameView.m @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import "RyderNameView.h" @implementation RyderNameView @@ -30,4 +35,4 @@ - (void)drawRect:(NSRect)rect [displayName drawInRect:rect withAttributes:fontAttribs]; } -@end \ No newline at end of file +@end diff --git a/RyderNamer.h b/RyderNamer.h index 1450167..0ea9286 100644 --- a/RyderNamer.h +++ b/RyderNamer.h @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import @interface RyderNamer : NSObject diff --git a/RyderNamer.m b/RyderNamer.m index 3bf9416..647b2ac 100644 --- a/RyderNamer.m +++ b/RyderNamer.m @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import "RyderNamer.h" @implementation RyderNamer diff --git a/RyderWindowView.h b/RyderWindowView.h index f37ba46..e539f2f 100644 --- a/RyderWindowView.h +++ b/RyderWindowView.h @@ -1,7 +1,12 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import @interface RyderWindowView : NSView { } -@end +@end \ No newline at end of file diff --git a/RyderWindowView.m b/RyderWindowView.m index 72ac629..3fbb715 100644 --- a/RyderWindowView.m +++ b/RyderWindowView.m @@ -1,3 +1,8 @@ +// Ryder.app +// +// (c) 2008-2009 Liam Cooke +// MIT Licensed -- see LICENSE.txt + #import "RyderWindowView.h" @implementation RyderWindowView @@ -15,4 +20,4 @@ - (void)drawRect:(NSRect)rect [image drawAtPoint:imagePoint fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; } -@end +@end \ No newline at end of file