Skip to content

Commit 59b4da7

Browse files
committed
Add myself to the copyrights
1 parent 3c0d731 commit 59b4da7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ All the works are available under the MIT license. **Except** for
200200
‘Terminal.icns’, which is a copy of Apple’s Terminal.app icon and as such is
201201
copyright of Apple.
202202

203-
Copyright (C) 2012-2013 Eloy Durán <[email protected]>
203+
Copyright (C) 2012-2015 Eloy Durán <[email protected]>, Julien Blanchard
204+
204205

205206
Permission is hereby granted, free of charge, to any person obtaining a copy of
206207
this software and associated documentation files (the "Software"), to deal in

Ruby/LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ All the works are available under the MIT license. **Except** for
22
‘Terminal.icns’, which is a copy of Apple’s Terminal.app icon and as such is
33
copyright of Apple.
44

5-
Copyright (C) 2012-2013 Eloy Durán <[email protected]>
5+
Copyright (C) 2012-2013 Eloy Durán <[email protected]>, Julien Blanchard
6+
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy of
89
this software and associated documentation files (the "Software"), to deal in

Ruby/terminal-notifier.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |gem|
99
gem.name = "terminal-notifier"
1010
gem.version = version
1111
gem.summary = 'Send User Notifications on Mac OS X 10.8 or higher.'
12-
gem.authors = ["Eloy Duran"]
13-
gem.email = ["[email protected]"]
12+
gem.authors = ["Eloy Duran", "Julien Blanchard"]
13+
1414
gem.homepage = 'https://github.com/alloy/terminal-notifier'
1515
gem.license = 'MIT'
1616

Terminal Notifier/Terminal Notifier-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>LSUIElement</key>
2828
<true/>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>Copyright © 2012 Eloy Durán. All rights reserved.</string>
30+
<string>Copyright © 2012-2015 Eloy Durán, Julien Blanchard. All rights reserved.</string>
3131
<key>NSMainNibFile</key>
3232
<string>MainMenu</string>
3333
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)