diff --git a/Info.pm b/Info.pm index fa4f8739..6e07ef00 100644 --- a/Info.pm +++ b/Info.pm @@ -1,8 +1,8 @@ # SNMP::Info - Max Baker # -# Portions Copyright (c) 2003,2004 Max Baker +# Copyright (c) 2003,2004 Max Baker # All rights reserved. -# Copyright (c) 2002-3, Regents of the University of California +# Portions Copyright (c) 2002-3, Regents of the University of California # All rights reserved. # # See COPYRIGHT at bottom @@ -28,7 +28,7 @@ SNMP::Info - Object Oriented Perl5 Interface to Network devices and MIBs through =head1 VERSION -SNMP::Info - Version 0.8 +SNMP::Info - Version 0.9 =head1 AUTHOR diff --git a/Info/Bridge.pm b/Info/Bridge.pm index 01992474..4ca2575d 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -32,7 +32,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Bridge; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/CDP.pm b/Info/CDP.pm index 0be4aec8..24976c52 100644 --- a/Info/CDP.pm +++ b/Info/CDP.pm @@ -31,7 +31,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::CDP; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/CiscoStack.pm b/Info/CiscoStack.pm index 3bbb2cee..1c5acf0f 100644 --- a/Info/CiscoStack.pm +++ b/Info/CiscoStack.pm @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::CiscoStack; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/CiscoStats.pm b/Info/CiscoStats.pm index 95a37c5d..9ee8bdc6 100644 --- a/Info/CiscoStats.pm +++ b/Info/CiscoStats.pm @@ -31,7 +31,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::CiscoStats; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/CiscoVTP.pm b/Info/CiscoVTP.pm index f4d7930c..fdf919b4 100644 --- a/Info/CiscoVTP.pm +++ b/Info/CiscoVTP.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::CiscoVTP; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Entity.pm b/Info/Entity.pm index 2d4e5d08..de71243f 100644 --- a/Info/Entity.pm +++ b/Info/Entity.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Entity; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/EtherLike.pm b/Info/EtherLike.pm index 66b73595..458a2312 100644 --- a/Info/EtherLike.pm +++ b/Info/EtherLike.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::EtherLike; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer1.pm b/Info/Layer1.pm index 7224084d..556e643e 100644 --- a/Info/Layer1.pm +++ b/Info/Layer1.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer1/Allied.pm b/Info/Layer1/Allied.pm index 5742923c..5c129193 100644 --- a/Info/Layer1/Allied.pm +++ b/Info/Layer1/Allied.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1::Allied; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer1/Asante.pm b/Info/Layer1/Asante.pm index f8be4735..c0bf4eb0 100644 --- a/Info/Layer1/Asante.pm +++ b/Info/Layer1/Asante.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1::Asante; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer1/Bayhub.pm b/Info/Layer1/Bayhub.pm index cd448e70..571c9930 100644 --- a/Info/Layer1/Bayhub.pm +++ b/Info/Layer1/Bayhub.pm @@ -1,5 +1,6 @@ # SNMP::Info::Layer1::Bayhub # Eric Miller +# $Id$ # # Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. # diff --git a/Info/Layer2.pm b/Info/Layer2.pm index de84c7d3..565df277 100644 --- a/Info/Layer2.pm +++ b/Info/Layer2.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Aironet.pm b/Info/Layer2/Aironet.pm index 92149fa7..030b8a36 100644 --- a/Info/Layer2/Aironet.pm +++ b/Info/Layer2/Aironet.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Aironet; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Allied.pm b/Info/Layer2/Allied.pm index 36791abe..189ebf58 100644 --- a/Info/Layer2/Allied.pm +++ b/Info/Layer2/Allied.pm @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Allied; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Bay.pm b/Info/Layer2/Bay.pm index 99f59f0e..1e82c98b 100644 --- a/Info/Layer2/Bay.pm +++ b/Info/Layer2/Bay.pm @@ -31,7 +31,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Bay; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Baystack.pm b/Info/Layer2/Baystack.pm index a77a2f80..34d740e2 100644 --- a/Info/Layer2/Baystack.pm +++ b/Info/Layer2/Baystack.pm @@ -1,5 +1,6 @@ # SNMP::Info::Layer2::Baystack # Eric Miller +# $Id$ # # Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. # All rights reserved. diff --git a/Info/Layer2/C1900.pm b/Info/Layer2/C1900.pm index 786a0570..b915e552 100644 --- a/Info/Layer2/C1900.pm +++ b/Info/Layer2/C1900.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::C1900; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/C2900.pm b/Info/Layer2/C2900.pm index a3cfcca7..58e0cd35 100644 --- a/Info/Layer2/C2900.pm +++ b/Info/Layer2/C2900.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::C2900; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Catalyst.pm b/Info/Layer2/Catalyst.pm index 13d1abe8..f02164e9 100644 --- a/Info/Layer2/Catalyst.pm +++ b/Info/Layer2/Catalyst.pm @@ -29,7 +29,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Catalyst; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/Centillion.pm b/Info/Layer2/Centillion.pm index 5e105232..572707fb 100644 --- a/Info/Layer2/Centillion.pm +++ b/Info/Layer2/Centillion.pm @@ -1,11 +1,9 @@ # SNMP::Info::Layer2::Centillion # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. +# Copyright (c) 2004 Max Baker # -# Copyright (c) 2002,2003 Regents of the University of California -# All rights reserved. -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/Info/Layer2/HP.pm b/Info/Layer2/HP.pm index 1104eb8d..7a0e298b 100644 --- a/Info/Layer2/HP.pm +++ b/Info/Layer2/HP.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::HP; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer2/NAP222x.pm b/Info/Layer2/NAP222x.pm index 83236ef5..db09b163 100644 --- a/Info/Layer2/NAP222x.pm +++ b/Info/Layer2/NAP222x.pm @@ -1,11 +1,9 @@ # SNMP::Info::Layer2::NAP222x # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. +# Copyright (c) 2004 Max Baker # -# Copyright (c) 2002,2003 Regents of the University of California -# All rights reserved. -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/Info/Layer2/Orinoco.pm b/Info/Layer2/Orinoco.pm index dda7c98c..b8b4e1db 100644 --- a/Info/Layer2/Orinoco.pm +++ b/Info/Layer2/Orinoco.pm @@ -1,11 +1,9 @@ # SNMP::Info::Layer2::Orinoco # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. +# Copyright (c) 2004 Max Baker # -# Copyright (c) 2002,2003 Regents of the University of California -# All rights reserved. -# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # diff --git a/Info/Layer2/ZyXEL_DSLAM.pm b/Info/Layer2/ZyXEL_DSLAM.pm index 5d94017a..21707322 100644 --- a/Info/Layer2/ZyXEL_DSLAM.pm +++ b/Info/Layer2/ZyXEL_DSLAM.pm @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::ZyXEL_DSLAM; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3.pm b/Info/Layer3.pm index 3f678ea9..bd7f72cf 100644 --- a/Info/Layer3.pm +++ b/Info/Layer3.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3/Aironet.pm b/Info/Layer3/Aironet.pm index 6bc399ef..6800fea3 100644 --- a/Info/Layer3/Aironet.pm +++ b/Info/Layer3/Aironet.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::Aironet; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3/AlteonAD.pm b/Info/Layer3/AlteonAD.pm index 925c2d31..9294d01e 100644 --- a/Info/Layer3/AlteonAD.pm +++ b/Info/Layer3/AlteonAD.pm @@ -1,7 +1,9 @@ # SNMP::Info::Layer3::AlteonAD # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. +# Copyright (c) 2004 Max Baker +# All Rights Reserved # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/Info/Layer3/BayRS.pm b/Info/Layer3/BayRS.pm index 0e39b30e..c27aac00 100644 --- a/Info/Layer3/BayRS.pm +++ b/Info/Layer3/BayRS.pm @@ -1,9 +1,8 @@ # SNMP::Info::Layer3::BayRS # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. -# -# Copyright (c) 2002,2003 Regents of the University of California +# Copyright (c) 2004 Max Baker # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/Info/Layer3/C3550.pm b/Info/Layer3/C3550.pm index 1a846755..9547f6b1 100644 --- a/Info/Layer3/C3550.pm +++ b/Info/Layer3/C3550.pm @@ -29,7 +29,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::C3550; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3/C6500.pm b/Info/Layer3/C6500.pm index dce22fbe..56aacd9f 100644 --- a/Info/Layer3/C6500.pm +++ b/Info/Layer3/C6500.pm @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::C6500; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3/Contivity.pm b/Info/Layer3/Contivity.pm index 0e283434..a85ee814 100644 --- a/Info/Layer3/Contivity.pm +++ b/Info/Layer3/Contivity.pm @@ -1,9 +1,8 @@ # SNMP::Info::Layer3::Contivity # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. -# -# Copyright (c) 2002,2003 Regents of the University of California +# Copyright (c) 2004 Max Baker # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/Info/Layer3/Foundry.pm b/Info/Layer3/Foundry.pm index 34811e10..b2622507 100644 --- a/Info/Layer3/Foundry.pm +++ b/Info/Layer3/Foundry.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::Foundry; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/Layer3/Passport.pm b/Info/Layer3/Passport.pm index 3f8e464f..d7346e7f 100644 --- a/Info/Layer3/Passport.pm +++ b/Info/Layer3/Passport.pm @@ -1,9 +1,8 @@ # SNMP::Info::Layer3::Passport # Eric Miller +# $Id$ # -# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. -# -# Copyright (c) 2002,2003 Regents of the University of California +# Copyright (c) 2004 Max Baker # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/Info/MAU.pm b/Info/MAU.pm index 571550d7..74644392 100644 --- a/Info/MAU.pm +++ b/Info/MAU.pm @@ -30,7 +30,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::MAU; -$VERSION = 0.8; +$VERSION = 0.9; # $Id$ use strict; diff --git a/Info/RapidCity.pm b/Info/RapidCity.pm index 9fbed358..5da41af3 100644 --- a/Info/RapidCity.pm +++ b/Info/RapidCity.pm @@ -1,5 +1,6 @@ # SNMP::Info::RapidCity # Eric Miller +# $Id$ # # Copyright (c) 2004 Max Baker # diff --git a/Info/SONMP.pm b/Info/SONMP.pm index abcbd12e..6447277e 100644 --- a/Info/SONMP.pm +++ b/Info/SONMP.pm @@ -1,5 +1,6 @@ # SNMP::Info::SONMP # Eric Miller +# $Id$ # # Copyright (c) 2004 Max Baker #