From 59b8cbbadf2304d798a50053cf495cf4d5cd979c Mon Sep 17 00:00:00 2001 From: Tito Ciuro Date: Wed, 16 May 2012 17:57:29 -0700 Subject: [PATCH] added license to the source files --- NoticeView/WBAppDelegate.h | 21 ++++++++++++++++++++- NoticeView/WBAppDelegate.m | 21 ++++++++++++++++++++- NoticeView/WBViewController.h | 21 ++++++++++++++++++++- NoticeView/WBViewController.m | 21 ++++++++++++++++++++- 4 files changed, 80 insertions(+), 4 deletions(-) diff --git a/NoticeView/WBAppDelegate.h b/NoticeView/WBAppDelegate.h index e0a19a2..3af090e 100644 --- a/NoticeView/WBAppDelegate.h +++ b/NoticeView/WBAppDelegate.h @@ -3,7 +3,26 @@ // NoticeView // // Created by Tito Ciuro on 5/15/12. -// Copyright (c) 2012 Tito Ciuro. All rights reserved. +// +// Copyright (c) 2012 Webbo, L.L.C. 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 diff --git a/NoticeView/WBAppDelegate.m b/NoticeView/WBAppDelegate.m index 05a85f9..c7c8016 100644 --- a/NoticeView/WBAppDelegate.m +++ b/NoticeView/WBAppDelegate.m @@ -3,7 +3,26 @@ // NoticeView // // Created by Tito Ciuro on 5/15/12. -// Copyright (c) 2012 Tito Ciuro. All rights reserved. +// +// Copyright (c) 2012 Webbo, L.L.C. 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 "WBAppDelegate.h" diff --git a/NoticeView/WBViewController.h b/NoticeView/WBViewController.h index c9e25e1..67d3f46 100644 --- a/NoticeView/WBViewController.h +++ b/NoticeView/WBViewController.h @@ -3,7 +3,26 @@ // NoticeView // // Created by Tito Ciuro on 5/15/12. -// Copyright (c) 2012 Tito Ciuro. All rights reserved. +// +// Copyright (c) 2012 Webbo, L.L.C. 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 diff --git a/NoticeView/WBViewController.m b/NoticeView/WBViewController.m index 9dcd08c..d68856a 100644 --- a/NoticeView/WBViewController.m +++ b/NoticeView/WBViewController.m @@ -3,7 +3,26 @@ // NoticeView // // Created by Tito Ciuro on 5/15/12. -// Copyright (c) 2012 Tito Ciuro. All rights reserved. +// +// Copyright (c) 2012 Webbo, L.L.C. 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 "WBViewController.h"