File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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
1817from datetime import timedelta
1918
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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
1918from django .utils .safestring import mark_safe
2019from django .db .models .query import QuerySet
You can’t perform that action at this time.
0 commit comments