]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/examples/add.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / manual / examples / add.c
index e4b1bba365e9a3918072ee706be290aa9d4179b1..d9f9dae13972f1ee1c88b2fe100d2e45ad6e1320 100644 (file)
@@ -1,3 +1,20 @@
+/* Example of a Variadic Function
+   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+
+   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 the Free Software Foundation; either version 2
+   of the License, 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 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <stdarg.h>
 #include <stdio.h>