Skip to content

Commit c98833d

Browse files
committed
Rollup merge of rust-lang#31007 - pra85:license, r=aturon
According to http://www.copyright.gov/circs/circ01.pdf (See screenshot of relevant section below) , listing the first year of publication in the copyright is enough ![selection_008](https://cloud.githubusercontent.com/assets/829526/12409934/7021c3a6-be95-11e5-8d1a-18f6948571e0.png) The commits d5c8f62 and f979f91 have changed the copyright years This commit reverts back those changes, so that license year is again 2014 (As it was, when this license was first introduced in commit 90ba013 ) -------------------------------------- Edit 1: Added screenshot
2 parents d0ef740 + 8c96f37 commit c98833d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terms.
66

77
Longer version:
88

9-
The Rust Project is copyright 2016, The Rust Project
9+
The Rust Project is copyright 2010, The Rust Project
1010
Developers.
1111

1212
Licensed under the Apache License, Version 2.0

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 The Rust Project Developers
1+
Copyright (c) 2010 The Rust Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)