summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/README3
-rw-r--r--lib/appendstr.c2
-rw-r--r--lib/appendstr.h2
-rw-r--r--lib/cleanup.c2
-rw-r--r--lib/cleanup.h2
5 files changed, 6 insertions, 5 deletions
diff --git a/lib/README b/lib/README
index 49a4b166..4f2a0705 100644
--- a/lib/README
+++ b/lib/README
@@ -2,7 +2,8 @@ These library source files have various authors and specific licenses,
but may all be used as part of a complete work that is distributed under
the terms of the GNU General Public License version 2 or later.
-See the files ../COPYING.GPLv2 and ../COPYING.LIB for relevant information.
+See the files ../docs/COPYING.GPLv2 and ../docs/COPYING.LIB for relevant
+information.
appendstr.* author - Markus Armbruster
cleanup.* author - Markus Armbruster, Colin Watson
diff --git a/lib/appendstr.c b/lib/appendstr.c
index 21cdae1f..3be8bff4 100644
--- a/lib/appendstr.c
+++ b/lib/appendstr.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; see the file COPYING.LIB. If not, write
+ along with this program; see the file docs/COPYING.LIB. If not, write
to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
02139, USA. */
diff --git a/lib/appendstr.h b/lib/appendstr.h
index 30b18b81..9875faa1 100644
--- a/lib/appendstr.h
+++ b/lib/appendstr.h
@@ -14,7 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; see the file COPYING.LIB. If not, write
+ * along with this program; see the file docs/COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
* 02139, USA.
*/
diff --git a/lib/cleanup.c b/lib/cleanup.c
index b122de82..6bbf363b 100644
--- a/lib/cleanup.c
+++ b/lib/cleanup.c
@@ -14,7 +14,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; see the file COPYING.LIB. If not,
+ * License along with this library; see the file docs/COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
* Floor, Boston, MA 02110-1301 USA.
*/
diff --git a/lib/cleanup.h b/lib/cleanup.h
index 555900db..162249ce 100644
--- a/lib/cleanup.h
+++ b/lib/cleanup.h
@@ -14,7 +14,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; see the file COPYING.LIB. If not,
+ * License along with this library; see the file docs/COPYING.LIB. If not,
* write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
* Floor, Boston, MA 02110-1301 USA.
*/