Skip to content

Commit

Permalink
Update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Jan 15, 2017
1 parent c96a7a9 commit 281e20a
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Lumen/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Lumen/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Lumen/BrightnessController.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Lumen/BrightnessController.m
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Lumen/Constants.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Lumen/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Lumen/Model.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Lumen/Model.m
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Lumen/main.m
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Lumen/util.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -32,4 +32,4 @@ double srgb_to_lightness(double red, double green, double blue)
double lab_l = (116 * y) - 16;

return lab_l;
}
}
2 changes: 1 addition & 1 deletion Lumen/util.h
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
2 changes: 1 addition & 1 deletion LumenTests/LumenTests.m
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281e20a

Please sign in to comment.