Change the license formatting a bit to be in line with the OSI - farbfeld - suc… | |
git clone git://git.suckless.org/farbfeld | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cbd8274cbd2e5ed6ec26425bfb0fb3cf45aafbc5 | |
parent 4e3c389ffa26127c756139c77d8ab91d1ee57156 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Fri, 4 Aug 2017 16:35:41 +0200 | |
Change the license formatting a bit to be in line with the OSI | |
The (c)-symbol has become more of a remnant after the Berne convention | |
has been signed. Given the ISC exploits some simplifications introduced | |
with the Berne convention, it just makes sense to drop this relict as | |
well and just state our Copyright without much ado about nothing. | |
https://opensource.org/licenses/ISC | |
Diffstat: | |
M LICENSE | 18 +++++++++--------- | |
M arg.h | 2 +- | |
2 files changed, 10 insertions(+), 10 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,15 +1,15 @@ | |
ISC-License | |
-(c) 2014-2017 Laslo Hunhold <[email protected]> | |
+Copyright 2014-2017 Laslo Hunhold <[email protected]> | |
-(c) 2004 Ted Unangst <[email protected]> | |
-(c) 2004 Todd C. Miller <[email protected]> | |
-(c) 2008 Otto Moerbeek <[email protected]> | |
-(c) 2014-2015 Dimitris Papastamos <[email protected]> | |
-(c) 2014-2016 Hiltjo Posthuma <[email protected]> | |
-(c) 2015 Willy Goiffon <[email protected]> | |
-(c) 2016 Alexander Krotov <[email protected]> | |
-(c) 2017 Mattias Andrée <[email protected]> | |
+Copyright 2004 Ted Unangst <[email protected]> | |
+Copyright 2004 Todd C. Miller <[email protected]> | |
+Copyright 2008 Otto Moerbeek <[email protected]> | |
+Copyright 2014-2015 Dimitris Papastamos <[email protected]> | |
+Copyright 2014-2016 Hiltjo Posthuma <[email protected]> | |
+Copyright 2015 Willy Goiffon <[email protected]> | |
+Copyright 2016 Alexander Krotov <[email protected]> | |
+Copyright 2017 Mattias Andrée <[email protected]> | |
Permission to use, copy, modify, and/or distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
diff --git a/arg.h b/arg.h | |
@@ -1,7 +1,7 @@ | |
/* | |
* ISC-License | |
* | |
- * (c) 2017 Laslo Hunhold <[email protected]> | |
+ * Copyright 2017 Laslo Hunhold <[email protected]> | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above |