summaryrefslogtreecommitdiff
path: root/lib/sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh')
-rw-r--r--lib/sh/Makefile.in2
-rw-r--r--lib/sh/casemod.c2
-rw-r--r--lib/sh/fdprintf.c2
-rw-r--r--lib/sh/input_avail.c2
-rw-r--r--lib/sh/uconvert.c2
-rw-r--r--lib/sh/ufuncs.c2
-rw-r--r--lib/sh/zgetline.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/sh/Makefile.in b/lib/sh/Makefile.in
index 4e641779..c8db3a52 100644
--- a/lib/sh/Makefile.in
+++ b/lib/sh/Makefile.in
@@ -2,7 +2,7 @@
# Makefile for the Bash library
#
#
-# Copyright (C) 1998-2008 Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 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
diff --git a/lib/sh/casemod.c b/lib/sh/casemod.c
index a192062f..06aa993f 100644
--- a/lib/sh/casemod.c
+++ b/lib/sh/casemod.c
@@ -1,6 +1,6 @@
/* casemod.c -- functions to change case of strings */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
diff --git a/lib/sh/fdprintf.c b/lib/sh/fdprintf.c
index 4c580aa3..eb52fe1d 100644
--- a/lib/sh/fdprintf.c
+++ b/lib/sh/fdprintf.c
@@ -1,6 +1,6 @@
/* fdprintf -- printf to a file descriptor */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
diff --git a/lib/sh/input_avail.c b/lib/sh/input_avail.c
index 4288de04..5e01f8f7 100644
--- a/lib/sh/input_avail.c
+++ b/lib/sh/input_avail.c
@@ -1,7 +1,7 @@
/* input_avail.c -- check whether or not data is available for reading on a
specified file descriptor. */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
diff --git a/lib/sh/uconvert.c b/lib/sh/uconvert.c
index 14196bca..10095653 100644
--- a/lib/sh/uconvert.c
+++ b/lib/sh/uconvert.c
@@ -1,7 +1,7 @@
/* uconvert - convert string representations of decimal numbers into whole
number/fractional value pairs. */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
diff --git a/lib/sh/ufuncs.c b/lib/sh/ufuncs.c
index 6ac5779d..7d9a1461 100644
--- a/lib/sh/ufuncs.c
+++ b/lib/sh/ufuncs.c
@@ -1,6 +1,6 @@
/* ufuncs - sleep and alarm functions that understand fractional values */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
diff --git a/lib/sh/zgetline.c b/lib/sh/zgetline.c
index 236417c7..20069e90 100644
--- a/lib/sh/zgetline.c
+++ b/lib/sh/zgetline.c
@@ -1,7 +1,7 @@
/* zgetline - read a line of input from a specified file descriptor and return
a pointer to a newly-allocated buffer containing the data. */
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.