diff options
Diffstat (limited to 'Build/source/texk/kpathsea/getopt1.c')
-rw-r--r-- | Build/source/texk/kpathsea/getopt1.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/getopt1.c b/Build/source/texk/kpathsea/getopt1.c index 984bf934323..0b5f957b528 100644 --- a/Build/source/texk/kpathsea/getopt1.c +++ b/Build/source/texk/kpathsea/getopt1.c @@ -1,5 +1,6 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. + Copyright 2008 Karl Berry. Copyright (C) 1987,88,89,90,91,92,93,94,96,97 Free Software Foundation, Inc. The original version of this file was part of the GNU C Library. @@ -15,10 +16,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see <http://www.gnu.org/licenses/>. */ + #ifdef HAVE_CONFIG_H #include <config.h> |