From abcf7cd3a8f6568b963f5d36a44dc7de95496066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=A9=E8=BE=BA=E7=BE=85?= Date: Fri, 13 Mar 2015 14:41:10 -0400 Subject: [PATCH] Update Copyright --- Demo/ConsoleDemo/AppDelegate.h | 2 +- Demo/ConsoleDemo/AppDelegate.m | 2 +- Demo/ConsoleDemo/ViewController.h | 2 +- Demo/ConsoleDemo/ViewController.m | 2 +- Demo/ConsoleDemo/main.m | 2 +- LICENSE | 2 +- LumberjackConsole.podspec | 1 - NOTICE | 2 +- README.md | 4 ++-- Source/PTEAdjustLevelsTableView.h | 2 +- Source/PTEAdjustLevelsTableView.m | 2 +- Source/PTEConsoleLogger.h | 2 +- Source/PTEConsoleLogger.m | 2 +- Source/PTEConsoleTableView.h | 2 +- Source/PTEConsoleTableView.m | 2 +- Source/PTEDashboard.h | 2 +- Source/PTEDashboard.m | 2 +- 17 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Demo/ConsoleDemo/AppDelegate.h b/Demo/ConsoleDemo/AppDelegate.h index 66d1e00..4af30d2 100644 --- a/Demo/ConsoleDemo/AppDelegate.h +++ b/Demo/ConsoleDemo/AppDelegate.h @@ -3,7 +3,7 @@ // ConsoleDemo // // Created by Ernesto Rivera on 2013/11/13. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Demo/ConsoleDemo/AppDelegate.m b/Demo/ConsoleDemo/AppDelegate.m index 184d539..cdeb2cd 100644 --- a/Demo/ConsoleDemo/AppDelegate.m +++ b/Demo/ConsoleDemo/AppDelegate.m @@ -3,7 +3,7 @@ // ConsoleDemo // // Created by Ernesto Rivera on 2013/11/13. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Demo/ConsoleDemo/ViewController.h b/Demo/ConsoleDemo/ViewController.h index c5f51ef..ddd6bb4 100644 --- a/Demo/ConsoleDemo/ViewController.h +++ b/Demo/ConsoleDemo/ViewController.h @@ -3,7 +3,7 @@ // ConsoleDemo // // Created by Ernesto Rivera on 2013/11/13. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Demo/ConsoleDemo/ViewController.m b/Demo/ConsoleDemo/ViewController.m index 1fe383b..768c589 100644 --- a/Demo/ConsoleDemo/ViewController.m +++ b/Demo/ConsoleDemo/ViewController.m @@ -3,7 +3,7 @@ // ConsoleDemo // // Created by Ernesto Rivera on 2013/11/13. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Demo/ConsoleDemo/main.m b/Demo/ConsoleDemo/main.m index 2a200f4..55a09f0 100644 --- a/Demo/ConsoleDemo/main.m +++ b/Demo/ConsoleDemo/main.m @@ -3,7 +3,7 @@ // ConsoleDemo // // Created by Ernesto Rivera on 2013/11/13. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index cd72de4..9279392 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2013-2014 Ernesto Rivera + Copyright 2013-2015 Ernesto Rivera Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LumberjackConsole.podspec b/LumberjackConsole.podspec index e89e0d6..24149e8 100644 --- a/LumberjackConsole.podspec +++ b/LumberjackConsole.podspec @@ -1,5 +1,4 @@ - Pod::Spec.new do |s| s.name = "LumberjackConsole" diff --git a/NOTICE b/NOTICE index a87d8cc..2abd6f8 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ LumberjackConsole -Copyright 2013-2014 Ernesto Rivera. +Copyright 2013-2015 Ernesto Rivera. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/README.md b/README.md index 73be4dd..65c6679 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Simply add `pod 'LumberjackConsole'` to your [CocoaPods](http://cocoapods.org)' platform :ios, '5.0' pod 'CocoaLumberjack' -pod 'LumberjackConsole' +pod 'LumberjackConsole', :configurations => ['Debug'] # Optional for dynamic log levels pod 'NBULog' @@ -91,7 +91,7 @@ Your log level settings are saved to `NSUserDefaults`. ## License - Copyright 2013-2014 Ernesto Rivera + Copyright 2013-2015 Ernesto Rivera Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Source/PTEAdjustLevelsTableView.h b/Source/PTEAdjustLevelsTableView.h index 7bdbdfe..2100a11 100644 --- a/Source/PTEAdjustLevelsTableView.h +++ b/Source/PTEAdjustLevelsTableView.h @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2013/10/09. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEAdjustLevelsTableView.m b/Source/PTEAdjustLevelsTableView.m index 53e9639..d007847 100644 --- a/Source/PTEAdjustLevelsTableView.m +++ b/Source/PTEAdjustLevelsTableView.m @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2013/10/09. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEConsoleLogger.h b/Source/PTEConsoleLogger.h index 65e74a0..fcf3c47 100644 --- a/Source/PTEConsoleLogger.h +++ b/Source/PTEConsoleLogger.h @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2013/05/23. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEConsoleLogger.m b/Source/PTEConsoleLogger.m index b79dc04..e879e7d 100644 --- a/Source/PTEConsoleLogger.m +++ b/Source/PTEConsoleLogger.m @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2013/05/23. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEConsoleTableView.h b/Source/PTEConsoleTableView.h index a0083a4..12b6dff 100644 --- a/Source/PTEConsoleTableView.h +++ b/Source/PTEConsoleTableView.h @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2014/04/09. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEConsoleTableView.m b/Source/PTEConsoleTableView.m index 4f0a99b..177ff00 100644 --- a/Source/PTEConsoleTableView.m +++ b/Source/PTEConsoleTableView.m @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2014/04/09. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEDashboard.h b/Source/PTEDashboard.h index 741701f..d106df9 100644 --- a/Source/PTEDashboard.h +++ b/Source/PTEDashboard.h @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2012/12/17. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Source/PTEDashboard.m b/Source/PTEDashboard.m index 90e1411..8cf5603 100644 --- a/Source/PTEDashboard.m +++ b/Source/PTEDashboard.m @@ -3,7 +3,7 @@ // LumberjackConsole // // Created by Ernesto Rivera on 2012/12/17. -// Copyright (c) 2013-2014 PTEz. +// Copyright (c) 2013-2015 PTEz. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.