Change copyright to 2020

This commit is contained in:
Oliver Smith 2020-01-06 02:46:56 +01:00
parent 365255c193
commit 388e593ab1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
14 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
# Same dir

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import glob

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import argparse

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import argparse

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
# Various functions used in CI scripts

View file

@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
# usage: install_pmbootstrap.sh [ADDITIONAL_PACKAGE, ...]

View file

@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
if [ -z "$1" ]; then

View file

@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
# Require pmbootstrap

View file

@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
set -e

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import shutil

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import glob

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
""" Make sure that components of frameworks (Qt, KDE, ...) have the same

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2019 Oliver Smith
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
import os