Update copyright

* Cleanup inconsistencies in the headers while at it

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-11-15 22:31:08 +02:00
parent c40d65a79e
commit 9efcd3a842
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
26 changed files with 98 additions and 7 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
"""Copyright 2011 Gentoo Foundation # Copyright 2020-2023 src_prepare group
Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
"""
import os import os

View File

@ -1,4 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import gzip import gzip
import logging import logging

View File

@ -1,6 +1,5 @@
#!/usr/bin/python
#
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com> # Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
import configparser import configparser

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import importlib import importlib
import os import os
import sys import sys

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import os import os
import pkgutil import pkgutil
import sys import sys

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import urllib.error import urllib.error
import urllib.parse import urllib.parse

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import json import json
import re import re
import urllib.error import urllib.error

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import bz2 import bz2
import re import re
import urllib.error import urllib.error

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import urllib.error import urllib.error
import urllib.parse import urllib.parse

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import difflib import difflib
import io import io
import re import re

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import json import json
import re import re
import urllib.error import urllib.error

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import urllib.error import urllib.error

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import portage import portage

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
from euscan.handlers import generic from euscan.handlers import generic
PRIORITY = 90 PRIORITY = 90

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
from euscan.handlers import php from euscan.handlers import php
HANDLER_NAME = "pear" HANDLER_NAME = "pear"

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
from euscan.handlers import php from euscan.handlers import php
HANDLER_NAME = "pecl" HANDLER_NAME = "pecl"

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import urllib.error import urllib.error
import urllib.parse import urllib.parse

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import xmlrpc.client import xmlrpc.client

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import json import json
import re import re
import urllib.error import urllib.error

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import portage import portage

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import urllib.error import urllib.error
import urllib.parse import urllib.parse

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import errno import errno
import os import os
import re import re

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
import euscan.handlers import euscan.handlers

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import json import json
import re import re
import signal import signal

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import os import os
import sys import sys
from datetime import datetime from datetime import datetime

View File

@ -1,3 +1,7 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Copyright 2020-2023 src_prepare group
# Distributed under the terms of the GNU General Public License v2
import re import re
gentoo_unstable = ("alpha", "beta", "pre", "rc") gentoo_unstable = ("alpha", "beta", "pre", "rc")