]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/mp_clz_tab.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / stdlib / mp_clz_tab.c
index 520ea319301a16629234eab9658e3c8d99748662..854c4b1e6928f6397bf24374b99c7ebc32be766d 100644 (file)
@@ -1,5 +1,5 @@
 /* __clz_tab -- support for longlong.h
-   Copyright (C) 1991, 1993, 1994, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1991-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in the GNU MP Library.
 
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #if 0
-#include "gmp.h"
+#include <gmp.h>
 #include "gmp-impl.h"
 #endif