Permalink
Browse files

Update dates

  • Loading branch information...
1 parent c96a7a9 commit 281e20ada9768549cdff42d8a71f1303e1f60106 @anishathalye committed Jan 15, 2017
View
@@ -1,8 +1,8 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
-@end
+@end
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import "AppDelegate.h"
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import <Foundation/Foundation.h>
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import "BrightnessController.h"
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#ifndef Lumen_Constants_h
View
@@ -27,7 +27,7 @@
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2015-2016 Anish Athalye. Released under GPLv3.</string>
+ <string>Copyright © 2015-2017 Anish Athalye. Released under GPLv3.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import <Foundation/Foundation.h>
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import "Model.h"
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import <Cocoa/Cocoa.h>
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#include "util.h"
@@ -32,4 +32,4 @@ double srgb_to_lightness(double red, double green, double blue)
double lab_l = (116 * y) - 16;
return lab_l;
-}
+}
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#ifndef __Lumen__util__
View
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2016 Anish Athalye (me@anishathalye.com)
+// Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com)
// Released under GPLv3. See the included LICENSE.txt for details
#import <Cocoa/Cocoa.h>
View
@@ -61,7 +61,7 @@ Note: I haven't personally audited the code from these projects.
## License
-Copyright (c) 2015-2016 Anish Athalye. Released under GPLv3. See
+Copyright (c) 2015-2017 Anish Athalye. Released under GPLv3. See
[LICENSE.txt][license] for details.
[demo]: assets/demo.gif

0 comments on commit 281e20a

Please sign in to comment.