]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nis/nis_remove.c
Remove "Contributed by" lines
[thirdparty/glibc.git] / nis / nis_remove.c
index 0e547bb7377a45464b49a9aea371d85594df4491..28573d0157e2a04d27b5b0393b3d220182080d6d 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (C) 1997,1998,2004,2011 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <rpcsvc/nis.h>
+#include <shlib-compat.h>
 
 #include "nis_xdr.h"
 #include "nis_intern.h"
@@ -55,4 +55,4 @@ nis_remove (const_nis_name name, const nis_object *obj)
 
   return res;
 }
-libnsl_hidden_def (nis_remove)
+libnsl_hidden_nolink_def (nis_remove, GLIBC_2_1)