From b5477a8497f53b7c5e1468545acd71d0a7c4bbfd Mon Sep 17 00:00:00 2001 From: Hang Chen Date: Tue, 10 Dec 2013 21:24:45 +0800 Subject: [PATCH] Update the License info Update the License info --- README.md | 7 ++++++- TumblrMenu/CHAppDelegate.h | 19 ++++++++++++++++++- TumblrMenu/CHAppDelegate.m | 19 ++++++++++++++++++- TumblrMenu/CHViewController.h | 19 ++++++++++++++++++- TumblrMenu/CHViewController.m | 19 ++++++++++++++++++- TumblrMenu/TumblrMenu/CHTumblrMenuView.h | 19 ++++++++++++++++++- TumblrMenu/TumblrMenu/CHTumblrMenuView.m | 19 ++++++++++++++++++- TumblrMenu/main.m | 19 ++++++++++++++++++- TumblrMenuTests/TumblrMenuTests.m | 19 ++++++++++++++++++- 9 files changed, 150 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d835fed..31dc748 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,14 @@ Easy to drop into your project. You can add as many items as you want, the CHTumblrMenuView will layout them automatically. +## Requirements ## + +CHTumblrMenuView requires Xcode 5, targeting either iOS 5.0 and above, ARC-enabled. + + ## How to use ## -Drag CHTumblrMenuView.h amd CHTumblrMenuView.m files to your project. This class is ARC-enabled. You must build it with ARC. +Drag CHTumblrMenuView.h amd CHTumblrMenuView.m files to your project. No other frameworks required. diff --git a/TumblrMenu/CHAppDelegate.h b/TumblrMenu/CHAppDelegate.h index 50ae1cf..c0ef8f1 100644 --- a/TumblrMenu/CHAppDelegate.h +++ b/TumblrMenu/CHAppDelegate.h @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 diff --git a/TumblrMenu/CHAppDelegate.m b/TumblrMenu/CHAppDelegate.m index 36eed43..e2a7053 100644 --- a/TumblrMenu/CHAppDelegate.m +++ b/TumblrMenu/CHAppDelegate.m @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 "CHAppDelegate.h" #import "CHViewController.h" diff --git a/TumblrMenu/CHViewController.h b/TumblrMenu/CHViewController.h index 74dfe37..3b17f0b 100644 --- a/TumblrMenu/CHViewController.h +++ b/TumblrMenu/CHViewController.h @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 diff --git a/TumblrMenu/CHViewController.m b/TumblrMenu/CHViewController.m index 34e63ef..e223edd 100644 --- a/TumblrMenu/CHViewController.m +++ b/TumblrMenu/CHViewController.m @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 "CHViewController.h" #import "CHTumblrMenuView.h" diff --git a/TumblrMenu/TumblrMenu/CHTumblrMenuView.h b/TumblrMenu/TumblrMenu/CHTumblrMenuView.h index a9bd780..c807019 100644 --- a/TumblrMenu/TumblrMenu/CHTumblrMenuView.h +++ b/TumblrMenu/TumblrMenu/CHTumblrMenuView.h @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 typedef void (^CHTumblrMenuViewSelectedBlock)(void); diff --git a/TumblrMenu/TumblrMenu/CHTumblrMenuView.m b/TumblrMenu/TumblrMenu/CHTumblrMenuView.m index 45f6c77..cd59076 100644 --- a/TumblrMenu/TumblrMenu/CHTumblrMenuView.m +++ b/TumblrMenu/TumblrMenu/CHTumblrMenuView.m @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 "CHTumblrMenuView.h" #define CHTumblrMenuViewTag 1999 diff --git a/TumblrMenu/main.m b/TumblrMenu/main.m index 5b39a90..0f6c154 100644 --- a/TumblrMenu/main.m +++ b/TumblrMenu/main.m @@ -3,8 +3,25 @@ // TumblrMenu // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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 diff --git a/TumblrMenuTests/TumblrMenuTests.m b/TumblrMenuTests/TumblrMenuTests.m index 3d6fc43..1557a12 100644 --- a/TumblrMenuTests/TumblrMenuTests.m +++ b/TumblrMenuTests/TumblrMenuTests.m @@ -3,8 +3,25 @@ // TumblrMenuTests // // Created by HangChen on 12/9/13. -// Copyright (c) 2013 HangChen. All rights reserved. +// Copyright (c) 2013 Hang Chen (https://github.com/cyndibaby905) // +// 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