Bump copyright to 2023

This commit is contained in:
Oliver Smith 2023-01-22 19:11:10 +01:00
parent faccbdc2eb
commit 9975d373b0
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
143 changed files with 144 additions and 144 deletions

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
from pmb.parse.arguments import arguments
from pmb.parse._apkbuild import apkbuild

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import logging
import os

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import collections
import logging

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import fnmatch
import platform

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import argparse
import copy

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import logging
import pmb.config

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import os
import logging

View file

@ -1,4 +1,4 @@
# Copyright 2022 Lary Gibaud
# Copyright 2023 Lary Gibaud
# SPDX-License-Identifier: GPL-3.0-or-later
import re

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import logging
import pmb.chroot

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import copy
import logging

View file

@ -1,4 +1,4 @@
# Copyright 2022 Attila Szollosi
# Copyright 2023 Attila Szollosi
# SPDX-License-Identifier: GPL-3.0-or-later
import glob
import logging

View file

@ -1,4 +1,4 @@
# Copyright 2022 Oliver Smith
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import collections