diff --git a/Info.pm b/Info.pm index b1b47fc2..0d8d3b28 100644 --- a/Info.pm +++ b/Info.pm @@ -7,7 +7,7 @@ # See COPYRIGHT below package SNMP::Info; -$VERSION = 0.1; +$VERSION = 0.2; use strict; use Exporter; diff --git a/Info/Bridge.pm b/Info/Bridge.pm index a2a488cf..bb211616 100644 --- a/Info/Bridge.pm +++ b/Info/Bridge.pm @@ -1,7 +1,7 @@ # SNMP::Info::Bridge # Max Baker # -# 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 @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Bridge; -$VERSION = 0.1; +$VERSION = 0.2; # $Id$ use strict; diff --git a/Info/CDP.pm b/Info/CDP.pm index 53c940cf..d8f24767 100644 --- a/Info/CDP.pm +++ b/Info/CDP.pm @@ -1,7 +1,7 @@ # SNMP::Info::CDP # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::CDP; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/EtherLike.pm b/Info/EtherLike.pm index 6412528f..4c75701a 100644 --- a/Info/EtherLike.pm +++ b/Info/EtherLike.pm @@ -1,7 +1,7 @@ # SNMP::Info::EtherLike # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::EtherLike; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer1.pm b/Info/Layer1.pm index e095463c..8167c491 100644 --- a/Info/Layer1.pm +++ b/Info/Layer1.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer1 - SNMP Interface to Layer1 Devices # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer1/Allied.pm b/Info/Layer1/Allied.pm index 6c63b0ca..959e5ff4 100644 --- a/Info/Layer1/Allied.pm +++ b/Info/Layer1/Allied.pm @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1::Allied; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; use Exporter; diff --git a/Info/Layer1/Asante.pm b/Info/Layer1/Asante.pm index a381586d..e672bce2 100644 --- a/Info/Layer1/Asante.pm +++ b/Info/Layer1/Asante.pm @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer1::Asante; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; use Exporter; diff --git a/Info/Layer2.pm b/Info/Layer2.pm index 2221bfde..ba645285 100644 --- a/Info/Layer2.pm +++ b/Info/Layer2.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer2 - SNMP Interface to Layer2 Devices # Max Baker # -# 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 @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2; -$VERSION = 0.1; +$VERSION = 0.2; # $Id$ use strict; diff --git a/Info/Layer2/Bay.pm b/Info/Layer2/Bay.pm index a7d95109..d181d4c2 100644 --- a/Info/Layer2/Bay.pm +++ b/Info/Layer2/Bay.pm @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Bay; -$VERSION = 0.1; +$VERSION = 0.2; # $Id$ use strict; diff --git a/Info/Layer2/C1900.pm b/Info/Layer2/C1900.pm index 2900896a..854e359c 100644 --- a/Info/Layer2/C1900.pm +++ b/Info/Layer2/C1900.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer2::C1900 # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::C1900; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; use Exporter; diff --git a/Info/Layer2/C2900.pm b/Info/Layer2/C2900.pm index e90af809..6280d575 100644 --- a/Info/Layer2/C2900.pm +++ b/Info/Layer2/C2900.pm @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::C2900; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; use Exporter; diff --git a/Info/Layer2/Catalyst.pm b/Info/Layer2/Catalyst.pm index 2ae3657c..77e0b499 100644 --- a/Info/Layer2/Catalyst.pm +++ b/Info/Layer2/Catalyst.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer2::Catalyst # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::Catalyst; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer2/HP.pm b/Info/Layer2/HP.pm index 668d321d..61db90bf 100644 --- a/Info/Layer2/HP.pm +++ b/Info/Layer2/HP.pm @@ -1,8 +1,7 @@ # SNMP::Info::Layer2::HP - SNMP Interface to HP ProCurve Switches # Max Baker -# $Id$ # -# 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 @@ -29,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer2::HP; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer3.pm b/Info/Layer3.pm index 5c9a1243..0f881514 100644 --- a/Info/Layer3.pm +++ b/Info/Layer3.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer3 - SNMP Interface to Layer3 devices # Max Baker # -# 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 @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3; -$VERSION = 0.1; +$VERSION = 0.2; # $Id$ use strict; diff --git a/Info/Layer3/Aironet.pm b/Info/Layer3/Aironet.pm index 8d64c7f6..4b8797c2 100644 --- a/Info/Layer3/Aironet.pm +++ b/Info/Layer3/Aironet.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer3::Aironet # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::Aironet; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer3/C3550.pm b/Info/Layer3/C3550.pm index 0a8f816e..d5f6e696 100644 --- a/Info/Layer3/C3550.pm +++ b/Info/Layer3/C3550.pm @@ -27,9 +27,9 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# $Id$ package SNMP::Info::Layer3::C3550; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/Layer3/Foundry.pm b/Info/Layer3/Foundry.pm index fb8f7f41..cd2c9fde 100644 --- a/Info/Layer3/Foundry.pm +++ b/Info/Layer3/Foundry.pm @@ -1,7 +1,7 @@ # SNMP::Info::Layer3::Foundry - SNMP Interface to Foundry devices # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::Layer3::Foundry; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict; diff --git a/Info/MAU.pm b/Info/MAU.pm index ddb9fbfd..04801369 100644 --- a/Info/MAU.pm +++ b/Info/MAU.pm @@ -1,7 +1,7 @@ # SNMP::Info::MAU - Media Access Unit - RFC2668 # Max Baker # -# 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 @@ -28,7 +28,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. package SNMP::Info::MAU; -$VERSION = 0.1; +$VERSION = 0.2; +# $Id$ use strict;