2016-10-18 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl: (IMPORT):
	Encode copyright sign in UTF-8. Patch thanks to
	Philipp Büttgenbach <philipp.buettgenbach@gmail.com> in
	https://bugs.debian.org/814751

2013-06-02 Sun  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (POD::OPTIONS::--auto): Fix typo.

2013-05-25 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HELP::STANDARDS): New.

2012-01-30 Mon  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (Help::POD): Fix typo
	in --fsf-address option description. Fix
	typo in --include option. Fix typo in --recursive
	option. Fix typo in --regexp option. Improve
	--year desctiption. Use word "display" in place of
	"print".
	(Main, wanted): Fix indent.
	(Help): Fix Pod::Man library load.

2011-04-14  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (POD): Minor grammar corrections and
	wording changes.

2011-04-09 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (Help::POD): Move --help options
	to the end. Minor updated to documentation.
	(DEFAULT_FILE_EXCLUDE): Add config.guess, config.sub, ltconfig,
	depcomp, missing, COPYING.
	(HandleCommandLineArgs): Add new option --code.

2010-12-14 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (FsfAddress): Remove city name
	Boston from regexp.

2010-12-11 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (Help::OPTIONS): update option -y.
	(Help::EXAMPLES): Correct C-code regexp, Chnage "Mr. Foo" to
	"John Doe".

2010-05-01 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HandleCommandLineArgs): Remove
	"require_order" from Getopt::Long::config().

2010-04-15 Thu  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl
	(top level): Correct many of the Perl::Critic remarks.
	(Help): rewrite eval Pod::Man call.

2010-04-04 Sun  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HandleCommandLineArgs): Arrange
	options in call to GetOptions().
	(Initialize): Chnage variable definition order.
	(Year): Add space to time().
	(wanted): Correct typo in description block.
	(Help): Correct manual page string that appears in the center.

2010-03-24 Wed  Jari Aalto  <jari.aalto@cante.net>

	* README (at the end): add Copyright and License.

2010-03-15 Mon  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HELP): Remove *.pl suffix.
	(HelpExclude): Correct function banner text.

2010-03-13 Sat  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl: (top level): rearrange globals, use
	comamnds.
	(Initialize): new. Add missing handling for --version option.
	(Version*): new.

2010-03-15 Mon  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl: master

2010-03-12 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl:
	(top level): English qw( -no_match_vars )

2010-03-09 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HandleFile): Suppress year change
	messages if nothing is matched.
	(FsfAddress): Improve regexp.

2010-03-08 Mon  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl
	(Help::LICENSE): New section.
	(Help::SYNOPSIN): remove extra character '>' at end.
	(top level): add $DEFAULT_PATH_EXCLUDE, $DEFAULT_FILE_EXCLUDE.
	(wanted): Use $DEFAULT_PATH_EXCLUDE, $DEFAULT_FILE_EXCLUDE.
	(HelpExclude): New.
	(HandleCommandLineArgs): New option --help-exclude.

2010-03-07 Sun  Jari Aalto  <jari.aalto@cante.net>

	* Makefile: (dist-*): Run 'doc'.

	* bin/copyright-update.pl
	(top level): Add stanza 'Standard perl modules'.
	(HandleCommandLineArgs): In --auto
	options, check NAME and EMAIL more carefully.
	(Help::EMAIL): Document email address in more detail.

2010-03-03 Wed  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl (HandleCommandLineArgs):
	Accept -r as a shorthand to --recursive.
	(HandleFile): Detect manual page style: YYYY\-YYYY
	(HandleCommandLineArgs): Add new option --auto. DEfine -d for
	--debug.
	(Help::ENVIRONMENT): Document NAME and EMAIL.
	(HandleFile): Add support for U+00A9 UTF copyright sign.
	(HandleCommandLineArgs): Add options --all, --include
	and --exclude (was: --ignore).
	(IsInclude):  New.
	(IsExclude): New.
	(wanted): Add include and exclude tests.

2010-03-02 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/copyright-update.pl: (Help::AVAILABILITY): Add Homepage.
	(Help::SYNOPSIS): Add section.
	(FsfAddress): Change s// dereferencing \1 to $1 in REPLACEMENT side.

	* Makefile (dist-git): Run 'test'.
	(dist-snap): Run 'test'.

2010-03-01 Mon  Jari Aalto  <jari.aalto@cante.net>

	* INSTALL: Update requirements and manual install.

	Make a standalone project. This program has been part of the Emacs Tiny
	Tools project. See http://freecode.com/projects/emacs-tiny-tools

	* copyright-update.pl: (top level): update Copyright template.
	(Help): reorder manual page into sections.
	(HandleCommandLineArgs): Change all mixed case long options into
	standard lowercase option. Like --Version is not --version.

2010-01-05  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl
	(HELP::OPTIONS): New options --fsf-address
	and --no-year.
	(FsfAddress): New.
	(Help): Add new user option --fsf-address.
	(HandleFile): Use FsfAddress().

2009-11-02  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (wanted): Ignore .hg and
	.mtn version control directories.

	2008-09-14  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (HELP): Document new option --line RE.
	(HandleFile): Chnage only --line RE lines.

2008-01-25  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (HandleCommandLineArgs): Accept
	--debug LEVEL, instead of just -d.
	(Main): Display warning if there are no matching files.
	(wanted): Add git, darcs, arch version control directories
	to default ignore list.

2008-08-22  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (Help): Work around 5.10 bug for pod2text.

2007-05-01  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (HandleFile): Variable $msg
	had wrong number of double quotes.
	(HandleFile): Missing semicolon from statement inside
	'$y eq $YEAR'.
	(wanted): $ignore pattern improved to cinlude ".#thisfile".

2006-02-19  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl:
	(HandleCommandLineArgs): New --ignore option and variable
	$OPT_REGEXP_IGNORE
	(wanted): Check user's

2005-05-19  Jari Aalto  <jari.aalto@cante.net>

	* copyright-update.pl (top level): Remove version
	control Id-tag. Corrected #!-line. Remove extra newlines
	from the code.

2003-02-06 Thu  Jari Aalto  <jari.aalto@cante.net>

        * copyright-update.pl (Main): 1.5 Rewritten.
        (FileGlobs): 1.5 New.
        (wanted): 1.5 New.
        (HandleFile): 1.5 New.
        (HandleCommandLineArgs): 1.5 Added option --recursive and --regexp.
        (Help): 1.5 Added documentation about recursive changes.
        (Help): 1.5 Added HTML help generation with --help-html and
        Manual pages with --help-man

2003-01-28  Jari Aalto  <jari.aalto@cante.net>

        * copyright-update.pl: Do not use #!/usr/local/bin/perl, but
        only #!perl. Suppose perl is along path.

2001-12-08  Jari Aalto  <jari.aalto@cante.net>

        * copyright-update.pl New Program. Updates copyright information.
        (other features can be added here.)
