Update copyright
* Cleanup inconsistencies in the headers while at it Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
c40d65a79e
commit
9efcd3a842
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user