1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

* doc/gperf.texi: Update copyright to be 1989-2006.

(UPDATED): Change to 22 January 2006.
	* doc/gperf.1 (TH): Fix date.
	* configure.in: Update copyright years.
	* configure: Regenerate.
	* src/Makefile.in: Update copyright years.
This commit is contained in:
Brendan Kehoe
2006-01-22 12:12:03 +00:00
parent f7a1db952a
commit 2ae7c43cb3
6 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,12 @@
* gperf-3.0.2 released. * gperf-3.0.2 released.
* doc/gperf.texi (UPDATED): Change to 22 January 2006. * doc/gperf.texi: Update copyright to be 1989-2006.
(UPDATED): Change to 22 January 2006.
* doc/gperf.1 (TH): Fix date.
* configure.in: Update copyright years.
* configure: Regenerate.
* src/Makefile.in: Update copyright years.
* doc/gperf.{dvi,ps,pdf}: Regenerated by manually invoking tex * doc/gperf.{dvi,ps,pdf}: Regenerated by manually invoking tex
instead of trying to use texi2dvi, whose run of etex ends up instead of trying to use texi2dvi, whose run of etex ends up

2
configure vendored
View File

@@ -1246,6 +1246,8 @@ echo "${ECHO_T}no" >&6
fi fi
ac_aux_dir=$srcdir ac_aux_dir=$srcdir

View File

@@ -1,6 +1,6 @@
dnl autoconf configuration for gperf dnl autoconf configuration for gperf
dnl Copyright (C) 1998, 2002 Free Software Foundation, Inc. dnl Copyright (C) 1998, 2002, 2003, 2005-2006 Free Software Foundation, Inc.
dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu> dnl Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
dnl and Bruno Haible <bruno@clisp.org>. dnl and Bruno Haible <bruno@clisp.org>.
dnl dnl

View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
.TH GPERF "1" "January 2006" "GNU gperf 3.0.2" FSF .TH GPERF "22" "January 2006" "GNU gperf 3.0.2" FSF
.SH NAME .SH NAME
gperf \- generate a perfect hash function from a key set gperf \- generate a perfect hash function from a key set
.SH SYNOPSIS .SH SYNOPSIS

View File

@@ -28,7 +28,7 @@
This file documents the features of the GNU Perfect Hash Function This file documents the features of the GNU Perfect Hash Function
Generator @value{VERSION}. Generator @value{VERSION}.
Copyright @copyright{} 1989-2004 Free Software Foundation, Inc. Copyright @copyright{} 1989-2006 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are manual provided the copyright notice and this permission notice are

View File

@@ -1,6 +1,6 @@
# Makefile for gperf/src # Makefile for gperf/src
# Copyright (C) 1989, 1992, 1993, 1998, 2000, 2002 Free Software Foundation, Inc. # Copyright (C) 1989, 1992, 1993, 1998, 2000, 2002, 2006 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu> # Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>. # and Bruno Haible <bruno@clisp.org>.
# #