Skip to content

Commit

Permalink
Update Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto committed Mar 13, 2015
1 parent 0ec8ded commit abcf7cd
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/ViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Demo/ConsoleDemo/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion LumberjackConsole.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


Pod::Spec.new do |s|

s.name = "LumberjackConsole"
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEAdjustLevelsTableView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEAdjustLevelsTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEConsoleLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEConsoleLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEConsoleTableView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEConsoleTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEDashboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEDashboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit abcf7cd

Please sign in to comment.