mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Mention initial copyright year and add contributors to copyright
I am not a lawyer but according to http://www.copyright.gov/circs/circ01.pdf (See screenshot of relevant section below), mentioning the first year of publication in the copyright is a good thing  Mentioning 2010 as the first release happened at that time - https://github.com/tj/git-extras/releases/tag/0.0.1 Also adding `Contributors` to copyright because TJ Holowaychuk is not the only person owning copyright for the whole project. The copyright is collectively owned by all contributors, or more precisely: every contributor owns a copyright on the code he or she has contributed. The only way to retain full copyright over code is to ask for signing contributor's agreement before merging in changes. This is, in fact, what some companies who license commercially their free software do.
This commit is contained in:
parent
8a8a483f41
commit
d286839da1
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
(The MIT License)
|
(The MIT License)
|
||||||
|
|
||||||
Copyright (c) 2015 TJ Holowaychuk <tj@vision-media.ca>
|
Copyright (c) 2010 TJ Holowaychuk <tj@vision-media.ca> and Contributors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue