Skip to content

Commit ce9f4f0

Browse files
committed
fix licenses
1 parent 0f54454 commit ce9f4f0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

hosts/templatetags/report_alert.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# Copyright 2016-2021 Marcus Furlong <furlongm@gmail.com>
1+
# Copyright 2016-2025 Marcus Furlong <furlongm@gmail.com>
22
#
33
# This file is part of Patchman.
44
#
55
# Patchman is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
7+
# the Free Software Foundation, version 3 only.
98
#
109
# Patchman is distributed in the hope that it will be useful,
1110
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1211
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1312
# GNU General Public License for more details.
1413
#
1514
# You should have received a copy of the GNU General Public License
16-
# along with Patchman If not, see <http://www.gnu.org/licenses/>.
15+
# along with Patchman. If not, see <http://www.gnu.org/licenses/>
1716

1817
from datetime import timedelta
1918

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2013-2021 Marcus Furlong <furlongm@gmail.com>
3+
# Copyright 2013-2025 Marcus Furlong <furlongm@gmail.com>
44
#
55
# This file is part of Patchman.
66
#

util/filterspecs.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Copyright 2010 VPAC
2-
# Copyright 2014-2021 Marcus Furlong <furlongm@gmail.com>
2+
# Copyright 2014-2025 Marcus Furlong <furlongm@gmail.com>
33
#
44
# This file is part of Patchman.
55
#
66
# Patchman is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
8+
# the Free Software Foundation, version 3 only.
109
#
1110
# Patchman is distributed in the hope that it will be useful,
1211
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1312
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1413
# GNU General Public License for more details.
1514
#
1615
# You should have received a copy of the GNU General Public License
17-
# along with Patchman If not, see <http://www.gnu.org/licenses/>.
16+
# along with Patchman. If not, see <http://www.gnu.org/licenses/>
1817

1918
from django.utils.safestring import mark_safe
2019
from django.db.models.query import QuerySet

0 commit comments

Comments
 (0)