Commit graph

9 commits

Author SHA1 Message Date
Tom Russo
db523a33ee Update all copyright dates
Make all copyright notices include this year.

Most say "2000-2026" but some files created later had later start
dates, and some created last year only had the start date.  They now
all have "-2026" regardless.

Closes #340
2026-01-24 20:04:37 -07:00
Tom Russo
4363f31734 Update copyright dates on all files with Xastir copyright
It's not 2019 anymore.
2023-07-28 10:59:30 -06:00
Tom Russo
8b888fd033 Update copyright date range everywhere where it appears 2019-05-04 14:52:21 -06:00
Tom Russo
ff6a050077 Remove hard-coded perl and bash paths
A lot of scripts in this directory had "#!/usr/bin/perl" hard coded at
their tops.  This is wrong, because perl may not be installed
there (it isn't on a lot of non-Linux systems).  I have replaced the
hard-coded path with "/usr/bin/env perl" which will locate the perl
binary in the user's PATH.

Some scripts in this directory already had that.  Those are scripts
that I actually use myself on a system that has perl in
/usr/local/bin, and so I had already fixed them.

Another alternative to using /usr/bin/env would be to create a
configure test to find the perl binary, then substitute it in a .in
version of the script.  That is more work, for negligible benefit.
2019-04-18 16:13:52 -06:00
Tom Russo
f13d2afd38 Update all copyrights, fix DOS-style files
I have replaced all the "Copyright (C) .* The Xastir Group" lines in
the entire source tree with identical text, "Copyright (C) 2000-2018
The Xastir Group."  By making every file have exactly the same text,
this simplifies the operation we have to perform in 2019 when we
update the copyrights.

I also found a few files with DOS-style CRLF line breaks.  I have replaced
them with plain LF line breaks.

Also fixed a few "whitespace errors" in db2APRS.c
2018-01-21 22:49:51 -07:00
Tom Russo
b93882890c Remove old CVS keywords
CVS keywords such as "$Id$" no longer serve any purpose now that we're
using git, and need to be removed.  This commit removes all of the
"$Id$" keywords, and a few other CVS keywords of no current value.

I also had to change some lines of the scripts/lang*.pl files that were
looking for $Id$ tags in their input and replacing them with comments.
The entire intent of this was to add two lines of comments to the top of
the output, and now it just does that, instead of depending on the
presence of the $Id$ keyword.
2016-07-28 17:00:29 -06:00
Curt Mills
475854a61c Updating the Copyright notices. Bumping revision to 2.0.2 in preparation
for stable release.
2012-11-01 18:57:19 +00:00
Curt Mills
80a32b24a5 Updating Copyright notice for 2010. 2010-01-31 02:12:25 +00:00
Curt Mills
ed7fc44ac1 Adding slideshow.pl, a script which snags the snapshot.png files into a
separate directory and renames them for possible later use as a slideshow
or animated movie.
2009-04-16 16:25:08 +00:00