diff --git a/XLPagerTabStrip.xcodeproj/project.pbxproj b/XLPagerTabStrip.xcodeproj/project.pbxproj index 91a5168..a6337e8 100644 --- a/XLPagerTabStrip.xcodeproj/project.pbxproj +++ b/XLPagerTabStrip.xcodeproj/project.pbxproj @@ -492,7 +492,6 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CODE_SIGN_IDENTITY = "iPhone Developer"; INFOPLIST_FILE = XLPagerTabStrip/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -505,7 +504,6 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CODE_SIGN_IDENTITY = "iPhone Developer"; INFOPLIST_FILE = XLPagerTabStrip/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.1; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/XLPagerTabStrip/AppDelegate.h b/XLPagerTabStrip/AppDelegate.h index 52e62a2..a1a1a0e 100644 --- a/XLPagerTabStrip/AppDelegate.h +++ b/XLPagerTabStrip/AppDelegate.h @@ -2,7 +2,7 @@ // AppDelegate.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/AppDelegate.m b/XLPagerTabStrip/AppDelegate.m index 2a4dea2..1109df2 100644 --- a/XLPagerTabStrip/AppDelegate.m +++ b/XLPagerTabStrip/AppDelegate.m @@ -2,7 +2,7 @@ // AppDelegate.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/BarExampleViewController.h b/XLPagerTabStrip/Demo/BarExampleViewController.h index 57f1ac9..16d8c19 100644 --- a/XLPagerTabStrip/Demo/BarExampleViewController.h +++ b/XLPagerTabStrip/Demo/BarExampleViewController.h @@ -2,7 +2,7 @@ // BarContainerViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/BarExampleViewController.m b/XLPagerTabStrip/Demo/BarExampleViewController.m index a452f6f..a1ea503 100644 --- a/XLPagerTabStrip/Demo/BarExampleViewController.m +++ b/XLPagerTabStrip/Demo/BarExampleViewController.m @@ -2,7 +2,7 @@ // BarContainerViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ButtonBarExampleViewController.h b/XLPagerTabStrip/Demo/ButtonBarExampleViewController.h index afcdbd8..23c8aa0 100644 --- a/XLPagerTabStrip/Demo/ButtonBarExampleViewController.h +++ b/XLPagerTabStrip/Demo/ButtonBarExampleViewController.h @@ -2,7 +2,7 @@ // ButtonContainerViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ButtonBarExampleViewController.m b/XLPagerTabStrip/Demo/ButtonBarExampleViewController.m index ad9c1d5..9872fae 100644 --- a/XLPagerTabStrip/Demo/ButtonBarExampleViewController.m +++ b/XLPagerTabStrip/Demo/ButtonBarExampleViewController.m @@ -2,7 +2,7 @@ // ButtonContainerViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.h b/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.h index 4381d33..5e589fd 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.h +++ b/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.h @@ -2,7 +2,7 @@ // ChildExampleViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.m b/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.m index d542d05..3dccc25 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.m +++ b/XLPagerTabStrip/Demo/ChildViewController/ChildExampleViewController.m @@ -2,7 +2,7 @@ // ChildExampleViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.h b/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.h index 4330785..4c5b855 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.h +++ b/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.h @@ -2,7 +2,7 @@ // TableChildExampleViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.m b/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.m index f8dde93..654d388 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.m +++ b/XLPagerTabStrip/Demo/ChildViewController/TableChildExampleViewController.m @@ -2,7 +2,7 @@ // TableChildExampleViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.h b/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.h index 1ec2841..81194dd 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.h +++ b/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.h @@ -2,7 +2,7 @@ // PostCell.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.m b/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.m index 1286fdc..c840724 100644 --- a/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.m +++ b/XLPagerTabStrip/Demo/ChildViewController/Views/PostCell.m @@ -2,7 +2,7 @@ // PostCell.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.h b/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.h index 2556b4a..eccb965 100644 --- a/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.h +++ b/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.h @@ -3,7 +3,7 @@ // XLPagerTabStrip // // Created by Martin Barreto on 12/20/14. -// Copyright (c) 2014 Xmartlabs. All rights reserved. +// Copyright (c) 2015 Xmartlabs. All rights reserved. // #import diff --git a/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.m b/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.m index 6a5436c..ba9144d 100644 --- a/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.m +++ b/XLPagerTabStrip/Demo/Helpers/ReloadExampleViewController.m @@ -3,7 +3,7 @@ // XLPagerTabStrip // // Created by Martin Barreto on 12/20/14. -// Copyright (c) 2014 Xmartlabs. All rights reserved. +// Copyright (c) 2015 Xmartlabs. All rights reserved. // #import "XLPagerTabStripViewController.h" #import "ReloadExampleViewController.h" diff --git a/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.h b/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.h index 844a595..78b5b4e 100644 --- a/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.h +++ b/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.h @@ -2,7 +2,7 @@ // XLJSONSerialization.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.m b/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.m index 9b312b5..76201c2 100644 --- a/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.m +++ b/XLPagerTabStrip/Demo/Helpers/XLJSONSerialization.m @@ -2,7 +2,7 @@ // XLJSONSerialization.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/SegmentedExampleViewController.h b/XLPagerTabStrip/Demo/SegmentedExampleViewController.h index 1637cd5..095c294 100644 --- a/XLPagerTabStrip/Demo/SegmentedExampleViewController.h +++ b/XLPagerTabStrip/Demo/SegmentedExampleViewController.h @@ -2,7 +2,7 @@ // SegmentedContainerViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/Demo/SegmentedExampleViewController.m b/XLPagerTabStrip/Demo/SegmentedExampleViewController.m index 5db0d9c..0152102 100644 --- a/XLPagerTabStrip/Demo/SegmentedExampleViewController.m +++ b/XLPagerTabStrip/Demo/SegmentedExampleViewController.m @@ -2,7 +2,7 @@ // SegmentedContainerViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.h b/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.h index 22f9756..3937a06 100644 --- a/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.h +++ b/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.h @@ -2,7 +2,7 @@ // XLBarPagerTabStripViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.m b/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.m index 605ee36..ddaca23 100644 --- a/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.m +++ b/XLPagerTabStrip/XL/Controllers/XLBarPagerTabStripViewController.m @@ -2,7 +2,7 @@ // XLBarPagerTabStripViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.h b/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.h index e917343..c276864 100644 --- a/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.h +++ b/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.h @@ -2,7 +2,7 @@ // XLButtonBarPagerTabStripViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.m b/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.m index c9352f2..6cef832 100644 --- a/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.m +++ b/XLPagerTabStrip/XL/Controllers/XLButtonBarPagerTabStripViewController.m @@ -2,7 +2,7 @@ // XLButtonBarPagerTabStripViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.h b/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.h index f9cda12..c1c8bd0 100644 --- a/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.h +++ b/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.h @@ -2,7 +2,7 @@ // XLPagerTabStripViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.m b/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.m index 6cb11c4..2cef2e5 100644 --- a/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.m +++ b/XLPagerTabStrip/XL/Controllers/XLPagerTabStripViewController.m @@ -2,7 +2,7 @@ // XLPagerTabStripViewController // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.h b/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.h index 01e2f61..60618e7 100644 --- a/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.h +++ b/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.h @@ -2,7 +2,7 @@ // XLSegmentedPagerTabStripViewController.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.m b/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.m index f73d721..e95ae35 100644 --- a/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.m +++ b/XLPagerTabStrip/XL/Controllers/XLSegmentedPagerTabStripViewController.m @@ -2,7 +2,7 @@ // XLSegmentedPagerTabStripViewController.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.h b/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.h index 8409c2a..6119207 100644 --- a/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.h +++ b/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.h @@ -1,10 +1,27 @@ // // XLTwitterPagerTabStripViewController.h -// XLPagerTabStrip +// XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Created by Martin Pastorin on 2/12/15. -// Copyright (c) 2015 Xmartlabs. All rights reserved. +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // +// +// 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 "XLPagerTabStripViewController.h" diff --git a/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.m b/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.m index 15da0ed..ad49141 100644 --- a/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.m +++ b/XLPagerTabStrip/XL/Controllers/XLTwitterPagerTabStripViewController.m @@ -1,10 +1,27 @@ // // XLTwitterPagerTabStripViewController.m -// XLPagerTabStrip +// XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Created by Martin Pastorin on 2/12/15. -// Copyright (c) 2015 Xmartlabs. All rights reserved. +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // +// +// 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 "XLTwitterPagerTabStripViewController.h" #import "TableChildExampleViewController.h" diff --git a/XLPagerTabStrip/XL/Views/XLBarView.h b/XLPagerTabStrip/XL/Views/XLBarView.h index 0ff6ca3..ef21755 100644 --- a/XLPagerTabStrip/XL/Views/XLBarView.h +++ b/XLPagerTabStrip/XL/Views/XLBarView.h @@ -2,7 +2,7 @@ // XLBarView.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Views/XLBarView.m b/XLPagerTabStrip/XL/Views/XLBarView.m index 2f6fd04..d31eee2 100644 --- a/XLPagerTabStrip/XL/Views/XLBarView.m +++ b/XLPagerTabStrip/XL/Views/XLBarView.m @@ -2,7 +2,7 @@ // XLBarView.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Views/XLButtonBarView.h b/XLPagerTabStrip/XL/Views/XLButtonBarView.h index 27251bf..35c7656 100644 --- a/XLPagerTabStrip/XL/Views/XLButtonBarView.h +++ b/XLPagerTabStrip/XL/Views/XLButtonBarView.h @@ -2,7 +2,7 @@ // XLButtonBarView.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Views/XLButtonBarView.m b/XLPagerTabStrip/XL/Views/XLButtonBarView.m index 2fede8f..0f8e81c 100644 --- a/XLPagerTabStrip/XL/Views/XLButtonBarView.m +++ b/XLPagerTabStrip/XL/Views/XLButtonBarView.m @@ -2,7 +2,7 @@ // XLButtonBarView.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.h b/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.h index bea7faa..ce011f8 100644 --- a/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.h +++ b/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.h @@ -2,7 +2,7 @@ // XLButtonBarViewCell.h // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.m b/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.m index f76e7c0..f207ff3 100644 --- a/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.m +++ b/XLPagerTabStrip/XL/Views/XLButtonBarViewCell.m @@ -2,7 +2,7 @@ // XLButtonBarViewCell.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStrip/main.m b/XLPagerTabStrip/main.m index 2511df6..cbfad0c 100644 --- a/XLPagerTabStrip/main.m +++ b/XLPagerTabStrip/main.m @@ -2,7 +2,7 @@ // main.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/XLPagerTabStripTests/XLPagerTabStripTests.m b/XLPagerTabStripTests/XLPagerTabStripTests.m index 0043cf5..ae306d1 100644 --- a/XLPagerTabStripTests/XLPagerTabStripTests.m +++ b/XLPagerTabStripTests/XLPagerTabStripTests.m @@ -2,7 +2,7 @@ // XLPagerTabStripTests.m // XLPagerTabStrip ( https://github.com/xmartlabs/XLPagerTabStrip ) // -// Copyright (c) 2014 Xmartlabs ( http://xmartlabs.com ) +// Copyright (c) 2015 Xmartlabs ( http://xmartlabs.com ) // // // Permission is hereby granted, free of charge, to any person obtaining a copy