From 78bb511cc159ff2a0e32aafdcb305f4ab6b1a3ee Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 13 Sep 2020 19:10:44 -0700 Subject: maint: Add copyright notices based on major file contributors Based on looking at the git logs, add copyright notices to files which were missing them, assuming the copyright belongs to people who made major contributions to each file. Some assumptions were made as to who to assign the copyright to, such as, what copyright assignment did the contributor make in other files added in the same commit? What email address did they use to make the commit? What copyright assignment did they make in other commits using the same email address? --- build/choose-tests-locale.sh | 1 + build/compile-gschemas.py | 1 + build/symlink-gjs.py | 1 + 3 files changed, 3 insertions(+) (limited to 'build') diff --git a/build/choose-tests-locale.sh b/build/choose-tests-locale.sh index b0ebe1e3..41cfb958 100755 --- a/build/choose-tests-locale.sh +++ b/build/choose-tests-locale.sh @@ -1,5 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later +# SPDX-FileCopyrightText: 2019 Endless Mobile, Inc. if ! which locale > /dev/null; then exit 1 diff --git a/build/compile-gschemas.py b/build/compile-gschemas.py index 9cd5ad58..f1800767 100644 --- a/build/compile-gschemas.py +++ b/build/compile-gschemas.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later +# SPDX-FileCopyrightText: 2019 Philip Chimento import os import subprocess diff --git a/build/symlink-gjs.py b/build/symlink-gjs.py index d8eac68e..8f4a60c5 100644 --- a/build/symlink-gjs.py +++ b/build/symlink-gjs.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later +# SPDX-FileCopyrightText: 2019 Chun-wei Fan import os import shutil -- cgit v1.2.1