diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 3 | ||||
-rw-r--r-- | manual/tsort.awk | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/manual/Makefile b/manual/Makefile index a05ab8328c..a74a018c79 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -1,5 +1,4 @@ -# Copyright (C) 1992-2012 -# Free Software Foundation, Inc. +# Copyright (C) 1992-2012 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 diff --git a/manual/tsort.awk b/manual/tsort.awk index 8e77ffe4b6..84563ef1f0 100644 --- a/manual/tsort.awk +++ b/manual/tsort.awk @@ -1,6 +1,6 @@ #! /usr/bin/awk -f # Generate topologically sorted list of manual chapters. -# (C) Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1998-2012 Free Software Foundation, Inc. # Written by Ulrich Drepper <drepper@cygnus.com>, 1998. BEGIN { |