]> sourceware.org Git - glibc.git/blobdiff - resource/ulimit.c
Update copyright dates with scripts/update-copyrights.
[glibc.git] / resource / ulimit.c
index 1ca2f2b7c906240a2f400942aa1a9fa5aedf9b7a..ef95870b71476e120fab53a24c83fb7018d385d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,7 +13,7 @@
 
    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 <errno.h>
 #include <sys/resource.h>
@@ -35,4 +35,3 @@ __ulimit (int cmd, ...)
 weak_alias (__ulimit, ulimit)
 
 stub_warning (ulimit)
-#include <stub-tag.h>
This page took 0.029359 seconds and 5 git commands to generate.