summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-09-13 19:10:44 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-11-30 09:50:11 -0800
commit78bb511cc159ff2a0e32aafdcb305f4ab6b1a3ee (patch)
treeedcd92d5d45fabd6e9fe42c04b8261c723dd2202 /build
parent8880c98a5c8b963235019c18de36e3ad1cf9b2d8 (diff)
downloadgjs-78bb511cc159ff2a0e32aafdcb305f4ab6b1a3ee.tar.gz
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?
Diffstat (limited to 'build')
-rwxr-xr-xbuild/choose-tests-locale.sh1
-rw-r--r--build/compile-gschemas.py1
-rw-r--r--build/symlink-gjs.py1
3 files changed, 3 insertions, 0 deletions
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 <philip.chimento@gmail.com>
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 <fanchunwei@src.gnome.org>
import os
import shutil