[Git][NTPsec/ntpsec][master] Regularize SPDX tags.

Eric S. Raymond gitlab at mg.gitlab.com
Tue Nov 8 15:44:38 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
f44d4c6c by Eric S. Raymond at 2016-11-08T10:44:04-05:00
Regularize SPDX tags.

- - - - -


5 changed files:

- ntpdig/pyntpdig
- ntpsweep/ntpsweep
- pylib/statfiles.py
- pylib/util.py
- util/ntpdate


Changes:

=====================================
ntpdig/pyntpdig
=====================================
--- a/ntpdig/pyntpdig
+++ b/ntpdig/pyntpdig
@@ -3,6 +3,7 @@
 ntpdig - simple SNTP client
 
 """
+# SPDX-License-Identifier: BSD-2-clause
 # This code runs identically under Python 2 and Python 3. Keep it that way!
 from __future__ import print_function, division
 


=====================================
ntpsweep/ntpsweep
=====================================
--- a/ntpsweep/ntpsweep
+++ b/ntpsweep/ntpsweep
@@ -12,7 +12,7 @@ USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 """
-# SPDX-License-Identifier: BSD-3-clause
+# SPDX-License-Identifier: BSD-2-clause
 #
 # Python translation by ESR of a Perl script written long ago by
 # Hans Lambermont <ntpsweep at lambermont.dyndns.org>


=====================================
pylib/statfiles.py
=====================================
--- a/pylib/statfiles.py
+++ b/pylib/statfiles.py
@@ -3,8 +3,8 @@ statfiles.py - class for digesting and plotting NTP logfiles
 
 Requires GNUPLOT and liberation fonts installed.
 
-SPDX-License-Identifier: BSD-2-Clause
 """
+#SPDX-License-Identifier: BSD-2-Clause
 from __future__ import print_function, division
 
 import calendar, datetime, glob, gzip, os, socket, subprocess, sys, time


=====================================
pylib/util.py
=====================================
--- a/pylib/util.py
+++ b/pylib/util.py
@@ -1,4 +1,5 @@
 # Common utility functions
+# SPDX-License-Identifier: BSD-2-clause
 
 from __future__ import print_function
 


=====================================
util/ntpdate
=====================================
--- a/util/ntpdate
+++ b/util/ntpdate
@@ -40,6 +40,8 @@
 #         -l file         Log to file - is this really useful?     
 #         -M msec         Slew adjustments less than msec,
 #                         step adjustments larger than msec.       
+#
+# SPDX-License-Identifier: BSD-2-Clause
 
 PASSTHROUGH=""
 TIMEOUT="-t 1"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f44d4c6ce5e69b0e8b48f947db4144826ba8c103
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161108/1c10fb66/attachment.html>


More information about the vc mailing list