added RCS id tag and rev'd all version numbers to 0.9

This commit is contained in:
Max Baker
2004-10-28 21:53:15 +00:00
parent c1b7d7dfc0
commit 36f84e357e
37 changed files with 47 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
# SNMP::Info - Max Baker # SNMP::Info - Max Baker
# #
# Portions Copyright (c) 2003,2004 Max Baker # Copyright (c) 2003,2004 Max Baker
# All rights reserved. # 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. # All rights reserved.
# #
# See COPYRIGHT at bottom # See COPYRIGHT at bottom
@@ -28,7 +28,7 @@ SNMP::Info - Object Oriented Perl5 Interface to Network devices and MIBs through
=head1 VERSION =head1 VERSION
SNMP::Info - Version 0.8 SNMP::Info - Version 0.9
=head1 AUTHOR =head1 AUTHOR

View File

@@ -32,7 +32,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Bridge; package SNMP::Info::Bridge;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -31,7 +31,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::CDP; package SNMP::Info::CDP;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::CiscoStack; package SNMP::Info::CiscoStack;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -31,7 +31,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::CiscoStats; package SNMP::Info::CiscoStats;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::CiscoVTP; package SNMP::Info::CiscoVTP;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Entity; package SNMP::Info::Entity;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::EtherLike; package SNMP::Info::EtherLike;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer1; package SNMP::Info::Layer1;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer1::Allied; package SNMP::Info::Layer1::Allied;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer1::Asante; package SNMP::Info::Layer1::Asante;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,5 +1,6 @@
# SNMP::Info::Layer1::Bayhub # SNMP::Info::Layer1::Bayhub
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $Id$
# #
# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. # Copyright (c) 2004 Max Baker changes from version 0.8 and beyond.
# #

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2; package SNMP::Info::Layer2;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Aironet; package SNMP::Info::Layer2::Aironet;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Allied; package SNMP::Info::Layer2::Allied;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -31,7 +31,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Bay; package SNMP::Info::Layer2::Bay;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,5 +1,6 @@
# SNMP::Info::Layer2::Baystack # SNMP::Info::Layer2::Baystack
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $Id$
# #
# Copyright (c) 2004 Max Baker changes from version 0.8 and beyond. # Copyright (c) 2004 Max Baker changes from version 0.8 and beyond.
# All rights reserved. # All rights reserved.

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::C1900; package SNMP::Info::Layer2::C1900;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::C2900; package SNMP::Info::Layer2::C2900;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -29,7 +29,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Catalyst; package SNMP::Info::Layer2::Catalyst;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,10 +1,8 @@
# SNMP::Info::Layer2::Centillion # SNMP::Info::Layer2::Centillion
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::HP; package SNMP::Info::Layer2::HP;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,10 +1,8 @@
# SNMP::Info::Layer2::NAP222x # SNMP::Info::Layer2::NAP222x
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:

View File

@@ -1,10 +1,8 @@
# SNMP::Info::Layer2::Orinoco # SNMP::Info::Layer2::Orinoco
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::ZyXEL_DSLAM; package SNMP::Info::Layer2::ZyXEL_DSLAM;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3; package SNMP::Info::Layer3;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3::Aironet; package SNMP::Info::Layer3::Aironet;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,7 +1,9 @@
# SNMP::Info::Layer3::AlteonAD # SNMP::Info::Layer3::AlteonAD
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:

View File

@@ -1,9 +1,8 @@
# SNMP::Info::Layer3::BayRS # SNMP::Info::Layer3::BayRS
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@@ -29,7 +29,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3::C3550; package SNMP::Info::Layer3::C3550;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3::C6500; package SNMP::Info::Layer3::C6500;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,9 +1,8 @@
# SNMP::Info::Layer3::Contivity # SNMP::Info::Layer3::Contivity
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer3::Foundry; package SNMP::Info::Layer3::Foundry;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,9 +1,8 @@
# SNMP::Info::Layer3::Passport # SNMP::Info::Layer3::Passport
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $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. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@@ -30,7 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::MAU; package SNMP::Info::MAU;
$VERSION = 0.8; $VERSION = 0.9;
# $Id$ # $Id$
use strict; use strict;

View File

@@ -1,5 +1,6 @@
# SNMP::Info::RapidCity # SNMP::Info::RapidCity
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $Id$
# #
# Copyright (c) 2004 Max Baker # Copyright (c) 2004 Max Baker
# #

View File

@@ -1,5 +1,6 @@
# SNMP::Info::SONMP # SNMP::Info::SONMP
# Eric Miller <eric@jeneric.org> # Eric Miller <eric@jeneric.org>
# $Id$
# #
# Copyright (c) 2004 Max Baker # Copyright (c) 2004 Max Baker
# #