[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH glibc] t/verify.h branch: Adjusted copyright years and wording of
From: |
Anatoly Kazantsev |
Subject: |
[PATCH glibc] t/verify.h branch: Adjusted copyright years and wording of the licence notice. |
Date: |
Thu, 25 Jan 2018 06:53:55 +1300 |
---
include/verify.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Also added a comment to #endif of the file inclusion guard.
diff --git a/include/verify.h b/include/verify.h
index 34705007d2..3a7a9376c2 100644
--- a/include/verify.h
+++ b/include/verify.h
@@ -1,6 +1,6 @@
/* Compile-time assert-like macros.
-
- Copyright (C) 2005-2015 Free Software Foundation, Inc.
+ Copyright (C) 2005-2018 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */
@@ -137,4 +137,4 @@ template <int w>
# define verify(R) extern int (* verify_function__ (void)) [verify_true (R)]
-#endif
+#endif /* verify.h */
--
2.15.1
- Re: Glibc port: commit clenup, (continued)
[PATCH glibc] t/fcntl-internal.h branch: Adjusted copyright years and wording of the licence notice., Anatoly Kazantsev, 2018/01/24
[PATCH glibc] t/verify.h branch: Adjusted copyright years and wording of the licence notice.,
Anatoly Kazantsev <=