[Git][NTPsec/ntpsec][master] NTS: add copyright
Hal Murray
gitlab at mg.gitlab.com
Wed Apr 10 23:36:00 UTC 2019
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
509d5385 by Hal Murray at 2019-04-10T23:34:31Z
NTS: add copyright
- - - - -
7 changed files:
- include/nts.h
- include/nts2.h
- ntpd/nts.c
- ntpd/nts_client.c
- ntpd/nts_cookie.c
- ntpd/nts_extens.c
- ntpd/nts_server.c
Changes:
=====================================
include/nts.h
=====================================
@@ -1,6 +1,9 @@
/*
* nts.h - NTS (Network Time Security) declarations
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*/
+
#ifndef GUARD_NTS_H
#define GUARD_NTS_H
=====================================
include/nts2.h
=====================================
@@ -1,8 +1,12 @@
/*
* nts2.h - NTS (Network Time Security) declarations
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
+ *
* other half of nts.h which doesn't include openssl/ssh.h
* This split helps test routines.
*/
+
#ifndef GUARD_NTS2_H
#define GUARD_NTS2_H
=====================================
ntpd/nts.c
=====================================
@@ -1,5 +1,7 @@
/*
* nts.c - Network Time Security (NTS) support
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_client.c
=====================================
@@ -1,5 +1,7 @@
/*
* nts_client.c - Network Time Security (NTS) client side support
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_cookie.c
=====================================
@@ -1,5 +1,7 @@
/*
* nts_cookie.c - Network Time Security (NTS) cookie processing
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_extens.c
=====================================
@@ -1,5 +1,7 @@
/*
* ntp_extens.c - Network Time Protocol (NTP) extension processing
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*
* NB: This module is working with the wire format packet.
* It must do byte swapping.
=====================================
ntpd/nts_server.c
=====================================
@@ -1,5 +1,7 @@
/*
* nts_server.c - Network Time Security (NTS) server side support
+ * Copyright 2019 by the NTPsec project contributors
+ * SPDX-License-Identifier: BSD-4-Clause-UC
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/509d5385b3637068a9b2b65cbd129ce514005790
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/509d5385b3637068a9b2b65cbd129ce514005790
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190410/aa003808/attachment-0001.html>
More information about the vc
mailing list