Skip to content

Commit

Permalink
updated license from GPLv2 to GPLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisbowden committed Jan 23, 2024
1 parent 445d18a commit 870a95c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
17 changes: 7 additions & 10 deletions agent_based/isis_adjacency.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@
#
# Checks based on the ISIS-MIB.
#
# Copyright (C) 2022 Curtis Bowden <curtis.bowden@gmail.com>
# Copyright (C) 2024 Stephan Fuhrmann <stephan.fuhrmann@ionos.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
#
# Example excerpt from SNMP data:
# snmpwalk of .1.3.6.1.2.1.138.1.6.1.1.2
# ISIS-MIB::isisISAdjState.1024.1 = INTEGER: up(3)
Expand Down
12 changes: 6 additions & 6 deletions tests/unit/agent_based/test_isis_adjacency.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
#
# Checks based on the ISIS-MIB.
#
# Copyright (C) 2022 Maurius Rieder <marius.rieder@durchmesser.ch>
# Copyright (C) 2022 Curtis Bowden <curtis.bowden@gmail.com>
# Copyright (C) 2024 Stephan Fuhrmann <stephan.fuhrmann@ionos.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import pytest # type: ignore[import]
from cmk.base.plugins.agent_based.agent_based_api.v1 import (
Expand Down

0 comments on commit 870a95c

Please sign in to comment.