[ntpsec commit] License exception cleanup in ports/winnt/include/ stdnoreturn.h

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


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

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

License exception cleanup in ports/winnt/include/stdnoreturn.h

Contained /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ and a copy of
the GPL.  This was some mistake with a templating system; Paul is
not the sort to try to GPLize an entire codebase by stealth.  Deleted.

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

---

 ports/winnt/include/stdnoreturn.h | 25 +++++--------------------
 1 file changed, 5 insertions(+), 20 deletions(-)

diff --git a/ports/winnt/include/stdnoreturn.h b/ports/winnt/include/stdnoreturn.h
index 65702e0..ca7b1e3 100644
--- a/ports/winnt/include/stdnoreturn.h
+++ b/ports/winnt/include/stdnoreturn.h
@@ -1,23 +1,8 @@
-/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
-/* A substitute for ISO C11 <stdnoreturn.h>.
-
-   Copyright 2012-2014 Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU Lesser General Public License as published by
-   the Free Software Foundation; either version 2.1, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
-
-/* Written by Paul Eggert.  */
-
+/*
+ * A substitute for ISO C11 <stdnoreturn.h>
+ *
+ * Written by Paul Eggert.
+ */
 #ifndef noreturn
 
 /* ISO C11 <stdnoreturn.h> for platforms that lack it.



More information about the vc mailing list