Skip to content

Commit

Permalink
copyright and version cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Feb 3, 2013
1 parent 8f68304 commit fcf3544
Show file tree
Hide file tree
Showing 1,036 changed files with 1,334 additions and 1,334 deletions.
6 changes: 3 additions & 3 deletions bin/lms-arpd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand All @@ -29,7 +29,7 @@ use strict;
use Getopt::Long;
use vars qw(@ISA $help $version);
use Net::Server::PreFork;
my $_version = '1.11-cvs';
my $_version = '1.11-git';

@ISA = qw(Net::Server::PreFork);
lms_arpd->run();
Expand Down Expand Up @@ -109,7 +109,7 @@ sub configure_hook
{
print STDERR <<EOF;
lms-arpd, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-h, --help print this help and exit;
-v, --version print version info and exit;
Expand Down
10 changes: 5 additions & 5 deletions bin/lms-arping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand Down Expand Up @@ -30,7 +30,7 @@ use vars qw($configfile $quiet $help $version $iplist);

$ENV{'PATH'}='/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin';

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand Down Expand Up @@ -60,7 +60,7 @@ if($help)
{
print STDERR <<EOF;
lms-arping, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -75,7 +75,7 @@ if($version)
{
print STDERR <<EOF;
lms-arping, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
Expand All @@ -89,7 +89,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-arping, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
10 changes: 5 additions & 5 deletions bin/lms-cutoff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand All @@ -29,7 +29,7 @@ use Getopt::Long;
use vars qw($configfile $quiet $help $version);
use POSIX qw(strftime);

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand All @@ -45,7 +45,7 @@ if($help)
{
print STDERR <<EOF;
lms-cutoff, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -60,7 +60,7 @@ if($version)
{
print STDERR <<EOF;
lms-cutoff, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
Expand All @@ -74,7 +74,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-cutoff, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
10 changes: 5 additions & 5 deletions bin/lms-etherdesc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand All @@ -28,7 +28,7 @@ use Config::IniFiles;
use Getopt::Long;
use vars qw($configfile $quiet $help $version);

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand All @@ -44,7 +44,7 @@ if($help)
{
print STDERR <<EOF;
lms-makearp, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -59,7 +59,7 @@ if($version)
{
print STDERR <<EOF;
lms-etherdesc, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
}
Expand All @@ -72,7 +72,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-etherdesc, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
10 changes: 5 additions & 5 deletions bin/lms-fping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand Down Expand Up @@ -30,7 +30,7 @@ use vars qw($configfile $quiet $help $version);

$ENV{'PATH'}='/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin';

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand Down Expand Up @@ -59,7 +59,7 @@ if($help)
{
print STDERR <<EOF;
lms-fping, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -74,7 +74,7 @@ if($version)
{
print STDERR <<EOF;
lms-fping, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
Expand All @@ -88,7 +88,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-fping, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
8 changes: 4 additions & 4 deletions bin/lms-gps.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
* LMS version 1.11-git
*
* (C) Copyright 2001-2012 LMS Developers
* (C) Copyright 2001-2013 LMS Developers
*
* Please, see the doc/AUTHORS for more information about authors!
*
Expand Down Expand Up @@ -52,7 +52,7 @@
{
print <<<EOF
lms-gps.php
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF;
exit(0);
Expand All @@ -62,7 +62,7 @@
{
print <<<EOF
lms-gps.php
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-u, --update update GPS coordinates using Google Maps API;
Expand All @@ -79,7 +79,7 @@
{
print <<<EOF
lms-gps.php
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF;
}
Expand Down
4 changes: 2 additions & 2 deletions bin/lms-ipfw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
# Copyright (C) 2004 'pit' ??
# based on http://www.bsd.edu.pl/lms.tar and
# http://www.bsdguru.org/dyskusja/viewtopic.php?t=3313&highlight=lms
Expand Down Expand Up @@ -87,7 +87,7 @@ sub isprivate($)
return matchip($ip,"192.168.0.0","255.255.0.0") || matchip($ip,"10.0.0.0","255.0.0.0") || matchip($ip,"172.16.0.0","255.240.0.0");
}

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand Down
10 changes: 5 additions & 5 deletions bin/lms-makearp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand Down Expand Up @@ -83,7 +83,7 @@ sub isprivate($)
return matchip($ip,"192.168.0.0","255.255.0.0") || matchip($ip,"10.0.0.0","255.0.0.0") || matchip($ip,"172.16.0.0","255.240.0.0");
}

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand All @@ -99,7 +99,7 @@ if($help)
{
print STDERR <<EOF;
lms-makearp, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -114,7 +114,7 @@ if($version)
{
print STDERR <<EOF;
lms-makearp, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
}
Expand All @@ -127,7 +127,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-makearp, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
10 changes: 5 additions & 5 deletions bin/lms-makedhcpconf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand Down Expand Up @@ -69,7 +69,7 @@ sub u32todotquad($)
}


my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand All @@ -85,7 +85,7 @@ if($help)
{
print STDERR <<EOF;
lms-makedhcpconf, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -100,7 +100,7 @@ if($version)
{
print STDERR <<EOF;
lms-makedhcpconf, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
Expand All @@ -114,7 +114,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-makedhcpconf, version $_version\n";
print STDOUT "(C) Copyright 2001-2012 LMS Developers\n";
print STDOUT "(C) Copyright 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
10 changes: 5 additions & 5 deletions bin/lms-makehosts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# LMS version 1.11-git
#
# Copyright (C) 2001-2012 LMS Developers
# Copyright (C) 2001-2013 LMS Developers
#
# Please, see the doc/AUTHORS for more information about authors!
#
Expand All @@ -28,7 +28,7 @@ use Config::IniFiles;
use Getopt::Long;
use vars qw($configfile $quiet $help $version);

my $_version = '1.11-cvs';
my $_version = '1.11-git';

my %options = (
"--config-file|C=s" => \$configfile,
Expand Down Expand Up @@ -84,7 +84,7 @@ if($help)
{
print STDERR <<EOF;
lms-makehosts, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
-C, --config-file=/etc/lms/lms.ini alternate config file (default: /etc/lms/lms.ini);
-h, --help print this help and exit;
Expand All @@ -99,7 +99,7 @@ if($version)
{
print STDERR <<EOF;
lms-makehosts, version $_version
(C) 2001-2012 LMS Developers
(C) 2001-2013 LMS Developers
EOF
exit 0;
Expand All @@ -113,7 +113,7 @@ if(!$configfile)
if(!$quiet)
{
print STDOUT "lms-makehosts, version $_version\n";
print STDOUT "(C) 2001-2012 LMS Developers\n";
print STDOUT "(C) 2001-2013 LMS Developers\n";
print STDOUT "Using file $configfile as config.\n";
}

Expand Down
Loading

0 comments on commit fcf3544

Please sign in to comment.