From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- resource/Makefile | 5 ++--- resource/getpriority.c | 5 ++--- resource/getrlimit.c | 5 ++--- resource/getrlimit64.c | 5 ++--- resource/getrusage.c | 5 ++--- resource/nice.c | 5 ++--- resource/setpriority.c | 5 ++--- resource/setrlimit.c | 5 ++--- resource/setrlimit64.c | 5 ++--- resource/sys/resource.h | 5 ++--- resource/sys/vlimit.h | 5 ++--- resource/sys/vtimes.h | 5 ++--- resource/ulimit.c | 5 ++--- resource/ulimit.h | 5 ++--- resource/vlimit.c | 5 ++--- resource/vtimes.c | 5 ++--- 16 files changed, 32 insertions(+), 48 deletions(-) (limited to 'resource') diff --git a/resource/Makefile b/resource/Makefile index 705c73608c..8e74134ce8 100644 --- a/resource/Makefile +++ b/resource/Makefile @@ -13,9 +13,8 @@ # 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 +# . subdir := resource diff --git a/resource/getpriority.c b/resource/getpriority.c index 501c92a08a..ae7521cd89 100644 --- a/resource/getpriority.c +++ b/resource/getpriority.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/getrlimit.c b/resource/getrlimit.c index d4bcadd762..2ba589c9d4 100644 --- a/resource/getrlimit.c +++ b/resource/getrlimit.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/getrlimit64.c b/resource/getrlimit64.c index dcd67cf56f..b143f57d54 100644 --- a/resource/getrlimit64.c +++ b/resource/getrlimit64.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/getrusage.c b/resource/getrusage.c index c679855ace..94797588af 100644 --- a/resource/getrusage.c +++ b/resource/getrusage.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/nice.c b/resource/nice.c index 8561931af7..1e938cfe83 100644 --- a/resource/nice.c +++ b/resource/nice.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/setpriority.c b/resource/setpriority.c index b2e6f8a059..8d68fdbffc 100644 --- a/resource/setpriority.c +++ b/resource/setpriority.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/setrlimit.c b/resource/setrlimit.c index c8f6e03ad3..539cd6faab 100644 --- a/resource/setrlimit.c +++ b/resource/setrlimit.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/setrlimit64.c b/resource/setrlimit64.c index d4b4bfce0a..7ad38ef149 100644 --- a/resource/setrlimit64.c +++ b/resource/setrlimit64.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/sys/resource.h b/resource/sys/resource.h index f68eb38148..cc35ebce33 100644 --- a/resource/sys/resource.h +++ b/resource/sys/resource.h @@ -13,9 +13,8 @@ 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 + . */ #ifndef _SYS_RESOURCE_H #define _SYS_RESOURCE_H 1 diff --git a/resource/sys/vlimit.h b/resource/sys/vlimit.h index 2f7a09a184..f03d310cb5 100644 --- a/resource/sys/vlimit.h +++ b/resource/sys/vlimit.h @@ -12,9 +12,8 @@ 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 + . */ #ifndef _SYS_VLIMIT_H #define _SYS_VLIMIT_H 1 diff --git a/resource/sys/vtimes.h b/resource/sys/vtimes.h index b57f3a7e77..50f7f913bc 100644 --- a/resource/sys/vtimes.h +++ b/resource/sys/vtimes.h @@ -12,9 +12,8 @@ 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 + . */ #ifndef _SYS_VTIMES_H #define _SYS_VTIMES_H 1 diff --git a/resource/ulimit.c b/resource/ulimit.c index cc74054456..1ca2f2b7c9 100644 --- a/resource/ulimit.c +++ b/resource/ulimit.c @@ -12,9 +12,8 @@ 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 + . */ #include #include diff --git a/resource/ulimit.h b/resource/ulimit.h index 93b5f37969..15134ed92d 100644 --- a/resource/ulimit.h +++ b/resource/ulimit.h @@ -12,9 +12,8 @@ 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 + . */ #ifndef _ULIMIT_H #define _ULIMIT_H 1 diff --git a/resource/vlimit.c b/resource/vlimit.c index 03d89f4ad5..9ab3f6a2ee 100644 --- a/resource/vlimit.c +++ b/resource/vlimit.c @@ -12,9 +12,8 @@ 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 + . */ /* This is generic in the sense that it will work with the BSD, SYSV, or stub versions of getrlimit. Separate versions could be written diff --git a/resource/vtimes.c b/resource/vtimes.c index 37dc01b2fb..3d2459059d 100644 --- a/resource/vtimes.c +++ b/resource/vtimes.c @@ -12,9 +12,8 @@ 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 + . */ #include #include -- cgit v1.2.3