[Git][NTPsec/ntpsec][master] Add some SPDX identifiers where needed.
    Eric S. Raymond 
    gitlab at mg.gitlab.com
       
    Thu Aug 11 13:15:12 UTC 2016
    
    
  
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
c8666d09 by Eric S. Raymond at 2016-08-11T09:14:13-04:00
Add some SPDX identifiers where needed.
- - - - -
3 changed files:
- README
- ntpq/pyntpq
- pylib/packet.py
Changes:
=====================================
README
=====================================
--- a/README
+++ b/README
@@ -72,8 +72,6 @@ ntpq/::		Directory containing sources for a utility program to
 		related timekeeping information. This program conforms
 		to Appendix A of the NTP Version 3 Specification RFC 1305.
 
-pylib/::	Installable Python helper classes.
-
 ntpstats/::	Statistics visualization and analysis tools built around
 		the Python ntpstats.py module. Includes ntpviz.
 
@@ -95,6 +93,8 @@ perllib/::	NTP interface package required to query Mode 6 packets
 ports/::	Subdirectories of this contain code for non-Unix operating
 		systems.  At present there is just one, for Windows.
 
+pylib/::	Installable Python helper classes.
+
 tests/::	Self-test code.
 
 util/:: 	Directory containing sources for various utility and testing
=====================================
ntpq/pyntpq
=====================================
--- a/ntpq/pyntpq
+++ b/ntpq/pyntpq
@@ -8,6 +8,7 @@
 # Due to a limitation of the Python Cmd class, the ":config" and
 # ":config-from-file "command" lose their colons.
 #
+# SPDX-License-Identifier: BSD-2-clause
 from __future__ import print_function, division
 
 import os, sys, getopt, cmd, errno, curses, curses.ascii
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -3,6 +3,7 @@
 #
 # This code should be Python2-vs-Python-3 agnostic.  Keep it that way!
 #
+# SPDX-License-Identifier: BSD-2-clause
 from __future__ import print_function, division
 import os, sys, socket, select, struct, curses.ascii
 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c8666d099be8dd9efe7935bce2fec0432134eaa9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160811/35fbe413/attachment.html>
    
    
More information about the vc
mailing list