[Git][NTPsec/ntpsec][master] Update license for NTS code to be BSD-2-Clause
Hal Murray
gitlab at mg.gitlab.com
Thu Apr 30 21:47:46 UTC 2020
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
04176fbf by Matt Selsky at 2020-04-30T08:12:34-04:00
Update license for NTS code to be BSD-2-Clause
This code was created by Hal Murray for the NTPsec project and the license was
intended to use the default project license for new code, BSD-2-Clause. The
notices regarding BSD-4-Clause-UC were copy-paste typos.
See https://lists.ntpsec.org/pipermail/devel/2020-April/009294.html for Hal's sign-off.
Additionally, we're removing the copyright for the University of California
from ntpd/ntp_dns.c. All code in this file was written by Hal as part of adding
NTS support to the project. The copyright assignment was a copy-paste typo.
- - - - -
8 changed files:
- include/nts.h
- include/nts2.h
- ntpd/ntp_dns.c
- ntpd/nts.c
- ntpd/nts_client.c
- ntpd/nts_cookie.c
- ntpd/nts_extens.c
- ntpd/nts_server.c
Changes:
=====================================
include/nts.h
=====================================
@@ -1,7 +1,7 @@
/*
* nts.h - NTS (Network Time Security) declarations
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#ifndef GUARD_NTS_H
=====================================
include/nts2.h
=====================================
@@ -1,7 +1,7 @@
/*
* nts2.h - NTS (Network Time Security) declarations
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* other half of nts.h which doesn't include openssl/ssh.h
* This split helps test routines.
=====================================
ntpd/ntp_dns.c
=====================================
@@ -1,7 +1,6 @@
/*
- * Copyright the Regents of the University of California. All rights reserved.
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include "config.h"
=====================================
ntpd/nts.c
=====================================
@@ -1,7 +1,7 @@
/*
* nts.c - Network Time Security (NTS) support
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_client.c
=====================================
@@ -1,7 +1,7 @@
/*
* nts_client.c - Network Time Security (NTS) client side support
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_cookie.c
=====================================
@@ -1,7 +1,7 @@
/*
* nts_cookie.c - Network Time Security (NTS) cookie processing
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Section references are to
* https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp-15
=====================================
ntpd/nts_extens.c
=====================================
@@ -1,7 +1,7 @@
/*
* ntp_extens.c - Network Time Protocol (NTP) extension processing
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* NB: This module is working with the wire format packet.
* It must do byte swapping.
=====================================
ntpd/nts_server.c
=====================================
@@ -1,7 +1,7 @@
/*
* nts_server.c - Network Time Security (NTS) server side support
* Copyright the NTPsec project contributors
- * SPDX-License-Identifier: BSD-4-Clause-UC
+ * SPDX-License-Identifier: BSD-2-Clause
*
* 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/04176fbff0d799cac0425722a7838bb2544a9ed1
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/04176fbff0d799cac0425722a7838bb2544a9ed1
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/20200430/c6ff348f/attachment-0001.htm>
More information about the vc
mailing list