diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2020-09-13 19:10:44 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2020-11-30 09:50:11 -0800 |
commit | 78bb511cc159ff2a0e32aafdcb305f4ab6b1a3ee (patch) | |
tree | edcd92d5d45fabd6e9fe42c04b8261c723dd2202 /installed-tests/debugger | |
parent | 8880c98a5c8b963235019c18de36e3ad1cf9b2d8 (diff) | |
download | gjs-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 'installed-tests/debugger')
-rw-r--r-- | installed-tests/debugger/.eslintrc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installed-tests/debugger/.eslintrc.yml b/installed-tests/debugger/.eslintrc.yml index 324367d4..5bd67acb 100644 --- a/installed-tests/debugger/.eslintrc.yml +++ b/installed-tests/debugger/.eslintrc.yml @@ -1,4 +1,5 @@ --- # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later +# SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com> rules: no-debugger: 'off' |