[ntpsec commit] License exception cleanup in include/ntp_filegen.h and ntp /filegen.c.

Eric S. Raymond esr at ntpsec.org
Thu Oct 22 11:46:37 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    82fc311922461ce5f09371f08afbd2210300c72a
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=82fc311922461ce5f09371f08afbd2210300c72a

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Thu Oct 22 06:31:13 2015 -0400

License exception cleanup in include/ntp_filegen.h and ntp/filegen.c.

There was a custom license equivalent to BSD-2-clause; tag it that way.

Approved-by: Mark Atwood <me at mark.atwood.name>

---

 include/ntp_filegen.h | 3 +--
 ntpd/ntp_filegen.c    | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/ntp_filegen.h b/include/ntp_filegen.h
index 6a2cfd7..5506224 100644
--- a/include/ntp_filegen.h
+++ b/include/ntp_filegen.h
@@ -4,8 +4,7 @@
  * Copyright (C) 1992, 1996 by Rainer Pruy
  * Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany
  *
- * This code may be modified and used freely
- * provided the credits remain intact.
+ * SPDX-License-Identifier: BSD-2-clause
  */
 
 #include "ntp_types.h"
diff --git a/ntpd/ntp_filegen.c b/ntpd/ntp_filegen.c
index 11ba68e..45ca971 100644
--- a/ntpd/ntp_filegen.c
+++ b/ntpd/ntp_filegen.c
@@ -6,8 +6,7 @@
  * Copyright (C) 1992, 1996 by Rainer Pruy
  * Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany
  *
- * This code may be modified and used freely
- * provided credits remain intact.
+ * SPDX-License-Identifier: BSD-2-clause
  */
 
 #include <config.h>



More information about the vc mailing list