[ntpsec commit] License exception cleanup in ntpleapfetch/ntpleapfetch.

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


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

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Thu Oct 22 07:38:51 2015 -0400

License exception cleanup in ntpleapfetch/ntpleapfetch.

The intent of the custom license here matched BSD 2-clause. Tag as that.

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

---

 ntpleapfetch/ntpleapfetch | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/ntpleapfetch/ntpleapfetch b/ntpleapfetch/ntpleapfetch
index 2dab4ec..ab67630 100755
--- a/ntpleapfetch/ntpleapfetch
+++ b/ntpleapfetch/ntpleapfetch
@@ -1,12 +1,10 @@
 #!/bin/bash
 
 # Copyright (C) 2014 Timothe Litt litt at acm dot org
-
-# This script may be freely copied, used and modified providing that
-# this notice and the copyright statement are included in all copies
-# and derivative works.  No warranty is offered, and use is entirely at
-# your own risk.  Bugfixes and improvements would be appreciated by the
-# author.
+#
+# SPDX-License-Identifier: BSD-2-clause
+#
+# Bugfixes and improvements would be appreciated by the author.
 
 VERSION="1.003"
 
@@ -431,4 +429,4 @@ log "info" "Not time to replace $LEAPFILE"
 
 exit 0
 
-# EOF
\ No newline at end of file
+# EOF



More information about the vc mailing list