diff --git a/COPYRIGHT b/COPYRIGHT index 10868e46..7e160734 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2002, Regents of the University of California +Copyright (c) 2002,2003 Regents of the University of California All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/MANIFEST b/MANIFEST index 2e3a4ecb..59eb9390 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,4 @@ +ChangeLog COPYRIGHT Info.pm Info/Bridge.pm @@ -15,6 +16,7 @@ Info/Layer2/HP.pm Info/Layer3.pm Info/Layer3/Aironet.pm Info/Layer3/Foundry.pm +Info/Layer3/C3550.pm Info/MAU.pm MANIFEST Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index aa8231af..6dc1d97f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,6 @@ # SNMP::Info - Makefile.PL +# $Id$ + use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'SNMP::Info', diff --git a/test.pl b/test.pl index a43da826..bd9e216a 100644 --- a/test.pl +++ b/test.pl @@ -1,4 +1,5 @@ # SNMP::Info - test.pl +# $Id$ # # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl test.pl'