commit cbd8274cbd2e5ed6ec26425bfb0fb3cf45aafbc5
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Aug 4 16:35:41 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Aug 4 16:55:12 2017 +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
diff --git a/LICENSE b/LICENSE
index dc22ca9..e90a237 100644
--- a/LICENSE
+++ b/LICENSE
_AT_@ -1,15 +1,15 @@
ISC-License
-(c) 2014-2017 Laslo Hunhold <dev_AT_frign.de>
+Copyright 2014-2017 Laslo Hunhold <dev_AT_frign.de>
-(c) 2004 Ted Unangst <tedu_AT_openbsd.org>
-(c) 2004 Todd C. Miller <Todd.Miller_AT_courtesan.com>
-(c) 2008 Otto Moerbeek <otto_AT_drijf.net>
-(c) 2014-2015 Dimitris Papastamos <sin_AT_2f30.org>
-(c) 2014-2016 Hiltjo Posthuma <hiltjo_AT_codemadness.org>
-(c) 2015 Willy Goiffon <willy_AT_mailoo.org>
-(c) 2016 Alexander Krotov <ilabdsf_AT_yandex.ru>
-(c) 2017 Mattias Andrée <maandree_AT_kth.se>
+Copyright 2004 Ted Unangst <tedu_AT_openbsd.org>
+Copyright 2004 Todd C. Miller <Todd.Miller_AT_courtesan.com>
+Copyright 2008 Otto Moerbeek <otto_AT_drijf.net>
+Copyright 2014-2015 Dimitris Papastamos <sin_AT_2f30.org>
+Copyright 2014-2016 Hiltjo Posthuma <hiltjo_AT_codemadness.org>
+Copyright 2015 Willy Goiffon <willy_AT_mailoo.org>
+Copyright 2016 Alexander Krotov <ilabdsf_AT_yandex.ru>
+Copyright 2017 Mattias Andrée <maandree_AT_kth.se>
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
index 8875490..12ddffe 100644
--- a/arg.h
+++ b/arg.h
_AT_@ -1,7 +1,7 @@
/*
* ISC-License
*
- * (c) 2017 Laslo Hunhold <dev_AT_frign.de>
+ * Copyright 2017 Laslo Hunhold <dev_AT_frign.de>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Received on Fri Aug 04 2017 - 16:55:19 CEST