diff --git a/EWCacheManager/EWCacheManager.h b/EWCacheManager/EWCacheManager.h index 7c10983..68b9eb6 100644 --- a/EWCacheManager/EWCacheManager.h +++ b/EWCacheManager/EWCacheManager.h @@ -1,9 +1,34 @@ -// -// EWCacheManager.h -// -// Created by Eric Bailey on 2013-12-06. -// Copyright (c) 2013 Electric Wizardry, LLC. All rights reserved. -// +/* + + File: EWCacheManager.h + Version: 1.1 + Created: 2013-12-06 + Updated: 2014-03-14 + Author: Eric Bailey + Electric Wizardry, LLC + + + Copyright (c) 2014 Electric Wizardry, LLC + + 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/EWCacheManager/EWCacheManager.m b/EWCacheManager/EWCacheManager.m index 0ccac02..02f0aea 100644 --- a/EWCacheManager/EWCacheManager.m +++ b/EWCacheManager/EWCacheManager.m @@ -1,9 +1,34 @@ -// -// EWCacheManager.m -// -// Created by Eric Bailey on 2013-12-06. -// Copyright (c) 2013 Electric Wizardry, LLC. All rights reserved. -// +/* + + File: EWCacheManager.m + Version: 1.1 + Created: 2013-12-06 + Updated: 2014-03-14 + Author: Eric Bailey + Electric Wizardry, LLC + + + Copyright (c) 2014 Electric Wizardry, LLC + + 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 "EWCacheManager.h" #import