Skip to content

Commit b724d3e

Browse files
mailchuckPeterSurda
authored andcommitted
Copyright year updates
1 parent 444edbd commit b724d3e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2012-2015 Jonathan Warren
2-
Copyright (c) 2013-2015 The Bitmessage Developers
1+
Copyright (c) 2012-2016 Jonathan Warren
2+
Copyright (c) 2013-2016 The Bitmessage Developers
33

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

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
2-
Copyright (c) 2012-2014 Jonathan Warren
3-
Copyright (c) 2013-2014 The Bitmessage Developers
2+
Copyright (c) 2012-2016 Jonathan Warren
3+
Copyright (c) 2013-2016 The Bitmessage Developers
44

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

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Upstream-Name:
33
Source:
44

55
Files: *
6-
Copyright: Copyright 2014 Bob Mottram (4096 bits) <bob@robotics.uk.to>
6+
Copyright: Copyright 2016 Bob Mottram (4096 bits) <bob@robotics.uk.to>
77
License: MIT
88

99
Files: debian/*
10-
Copyright: Copyright 2014 Bob Mottram (4096 bits) <bob@robotics.uk.to>
10+
Copyright: Copyright 2016 Bob Mottram (4096 bits) <bob@robotics.uk.to>
1111
License: MIT
1212

1313
License: MIT

src/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2012-2014 Jonathan Warren
2-
# Copyright (c) 2012-2014 The Bitmessage developers
1+
# Copyright (c) 2012-2016 Jonathan Warren
2+
# Copyright (c) 2012-2016 The Bitmessage developers
33

44
comment= """
55
This is not what you run to run the Bitmessage API. Instead, enable the API

src/bitmessagemain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env python2.7
2-
# Copyright (c) 2012 Jonathan Warren
3-
# Copyright (c) 2012 The Bitmessage developers
1+
#!/usr/bin/env python2.7
2+
# Copyright (c) 2012-2016 Jonathan Warren
3+
# Copyright (c) 2012-2016 The Bitmessage developers
44
# Distributed under the MIT/X11 software license. See the accompanying
55
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
66

src/bitmessageqt/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def retranslateUi(self, aboutDialog):
6666
aboutDialog.setWindowTitle(_translate("aboutDialog", "About", None))
6767
self.label.setText(_translate("aboutDialog", "PyBitmessage", None))
6868
self.labelVersion.setText(_translate("aboutDialog", "version ?", None))
69-
self.label_2.setText(_translate("aboutDialog", "<html><head/><body><p>Copyright © 2012-2014 Jonathan Warren<br/>Copyright © 2013-2014 The Bitmessage Developers</p></body></html>", None))
69+
self.label_2.setText(_translate("aboutDialog", "<html><head/><body><p>Copyright © 2012-2016 Jonathan Warren<br/>Copyright © 2013-2016 The Bitmessage Developers</p></body></html>", None))
7070
self.label_3.setText(_translate("aboutDialog", "<html><head/><body><p>Distributed under the MIT/X11 software license; see <a href=\"http://www.opensource.org/licenses/mit-license.php\"><span style=\" text-decoration: underline; color:#0000ff;\">http://www.opensource.org/licenses/mit-license.php</span></a></p></body></html>", None))
7171
self.label_5.setText(_translate("aboutDialog", "This is Beta software.", None))
7272

0 commit comments

Comments
 (0)