Skip to content

Commit 8e7924e

Browse files
committed
update copyright statements
1 parent 59e2e96 commit 8e7924e

3 files changed

Lines changed: 39 additions & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Lost: a hosts file manager for Linux
33
4-
Copyright (C) 2025 Butterroach
4+
Copyright (C) 2025-2026 Butterroach
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

test_hosts_validation.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
"""
2+
Lost: a hosts file manager for Linux
3+
4+
Copyright (C) 2025-2026 Butterroach
5+
6+
This program is free software: you can redistribute it and/or modify
7+
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.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
"""
19+
120
from validateHosts import validateHostsFile
221
import requests
322

validateHosts.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
"""
2+
Lost: a hosts file manager for Linux
3+
4+
Copyright (C) 2025-2026 Butterroach
5+
6+
This program is free software: you can redistribute it and/or modify
7+
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.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
"""
19+
120
import ipaddress
221
from urllib.parse import urlparse
322
from typing import Tuple, Optional, List

0 commit comments

Comments
 (0)