Skip to content

Commit

Permalink
Updated contact information.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Nov 3, 2024
1 parent e487491 commit cb2ab5a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/mibs/PYSNMP-MIB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IMPORTS
pysnmp MODULE-IDENTITY
LAST-UPDATED "201704140000Z"
ORGANIZATION "The PySNMP Project"
CONTACT-INFO "E-mail: Lex Li <[email protected]>
CONTACT-INFO "E-mail: LeXtudio Inc. <[email protected]>
GitHub: https://github.com/lextudio/pysnmp"
DESCRIPTION
"PySNMP top-level MIB tree infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion docs/mibs/PYSNMP-SOURCE-MIB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IMPORTS
pysnmpSourceMIB MODULE-IDENTITY
LAST-UPDATED "201704140000Z"
ORGANIZATION "The PySNMP Project"
CONTACT-INFO "E-mail: Lex Li <[email protected]>
CONTACT-INFO "E-mail: LeXtudio Inc. <[email protected]>
GitHub: https://github.com/lextudio/pysnmp"
DESCRIPTION
"This MIB module defines implementation specific objects
Expand Down
8 changes: 4 additions & 4 deletions docs/mibs/PYSNMP-USM-MIB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ IMPORTS
pysnmpUsmMIB MODULE-IDENTITY
LAST-UPDATED "201704140000Z"
ORGANIZATION "The PySNMP Project"
CONTACT-INFO "E-mail: Lex Li <[email protected]>
CONTACT-INFO "E-mail: LeXtudio Inc. <[email protected]>
GitHub: https://github.com/lextudio/pysnmp"
DESCRIPTION
"This MIB module defines objects specific to User
Security Model (USM) implementation at PySNMP."
REVISION "202211120000Z"
REVISION "202211120000Z"
DESCRIPTION "Updated contact"
REVISION "201908300000Z"
DESCRIPTION "Added USM key types"
Expand Down Expand Up @@ -88,7 +88,7 @@ pysnmpUsmSecretTable OBJECT-TYPE
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of USM users passphrases configured in the SNMP
"The table of USM users passphrases configured in the SNMP
engine's Local Configuration Datastore (LCD)."
::= { pysnmpUsmMIBObjects 2 }

Expand Down Expand Up @@ -151,7 +151,7 @@ pysnmpUsmKeyTable OBJECT-TYPE
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of USM users localized keys configured in the
"The table of USM users localized keys configured in the
SNMP engine's Local Configuration Datastore (LCD)."
::= { pysnmpUsmMIBObjects 3 }

Expand Down
4 changes: 2 additions & 2 deletions pysnmp/smi/mibs/PYSNMP-MIB.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
if mibBuilder.loadTexts:
pysnmp.setOrganization("The PySNMP Project")
if mibBuilder.loadTexts:
pysnmp.setContactInfo(
"E-mail: Lex Li <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
pysnmp.set_contact_info(
"E-mail: LeXtudio Inc. <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
)
if mibBuilder.loadTexts:
pysnmp.setDescription("PySNMP top-level MIB tree infrastructure")
Expand Down
4 changes: 2 additions & 2 deletions pysnmp/smi/mibs/PYSNMP-SOURCE-MIB.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
if mibBuilder.loadTexts:
pysnmpSourceMIB.setOrganization("The PySNMP Project")
if mibBuilder.loadTexts:
pysnmpSourceMIB.setContactInfo(
"E-mail: Lex Li <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
pysnmpSourceMIB.set_contact_info(
"E-mail: LeXtudio Inc. <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
)
if mibBuilder.loadTexts:
pysnmpSourceMIB.setDescription(
Expand Down
4 changes: 2 additions & 2 deletions pysnmp/smi/mibs/PYSNMP-USM-MIB.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
if mibBuilder.loadTexts:
pysnmpUsmMIB.setOrganization("The PySNMP Project")
if mibBuilder.loadTexts:
pysnmpUsmMIB.setContactInfo(
"E-mail: Lex Li <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
pysnmpUsmMIB.set_contact_info(
"E-mail: LeXtudio Inc. <[email protected]> GitHub: https://github.com/lextudio/pysnmp"
)
if mibBuilder.loadTexts:
pysnmpUsmMIB.setDescription(
Expand Down

0 comments on commit cb2ab5a

Please sign in to comment.