[gjs: 4/6] Correct contributor copyright email.




commit c69620ab63f574ae148fa1ff8fc25271abb7d8a2
Author: Evan Welsh <contact evanwelsh com>
Date:   Mon Nov 23 21:05:55 2020 -0600

    Correct contributor copyright email.
    
    Future commits will also be made under this email address.

 examples/.eslintrc.yml               | 2 +-
 installed-tests/.eslintrc.yml        | 2 +-
 modules/core/.eslintrc.yml           | 2 +-
 modules/print.h                      | 2 +-
 modules/script/.eslintrc.yml         | 2 +-
 modules/script/tweener/.eslintrc.yml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/examples/.eslintrc.yml b/examples/.eslintrc.yml
index 7126b2f7..493d9fed 100644
--- a/examples/.eslintrc.yml
+++ b/examples/.eslintrc.yml
@@ -1,6 +1,6 @@
 ---
 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+# SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 rules:
   jsdoc/require-param: 'off'
   jsdoc/require-param-type: 'off'
diff --git a/installed-tests/.eslintrc.yml b/installed-tests/.eslintrc.yml
index f0c02d69..6c9c0253 100644
--- a/installed-tests/.eslintrc.yml
+++ b/installed-tests/.eslintrc.yml
@@ -1,5 +1,5 @@
 ---
 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+# SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 rules:
   jsdoc/require-jsdoc: 'off'
diff --git a/modules/core/.eslintrc.yml b/modules/core/.eslintrc.yml
index f0c02d69..6c9c0253 100644
--- a/modules/core/.eslintrc.yml
+++ b/modules/core/.eslintrc.yml
@@ -1,5 +1,5 @@
 ---
 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+# SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 rules:
   jsdoc/require-jsdoc: 'off'
diff --git a/modules/print.h b/modules/print.h
index e0c49a33..e70d05c3 100644
--- a/modules/print.h
+++ b/modules/print.h
@@ -1,6 +1,6 @@
 /* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 // SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-// SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+// SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 
 #ifndef MODULES_PRINT_H_
 #define MODULES_PRINT_H_
diff --git a/modules/script/.eslintrc.yml b/modules/script/.eslintrc.yml
index f0c02d69..6c9c0253 100644
--- a/modules/script/.eslintrc.yml
+++ b/modules/script/.eslintrc.yml
@@ -1,5 +1,5 @@
 ---
 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+# SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 rules:
   jsdoc/require-jsdoc: 'off'
diff --git a/modules/script/tweener/.eslintrc.yml b/modules/script/tweener/.eslintrc.yml
index 7126b2f7..493d9fed 100644
--- a/modules/script/tweener/.eslintrc.yml
+++ b/modules/script/tweener/.eslintrc.yml
@@ -1,6 +1,6 @@
 ---
 # SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Evan Welsh <noreply evanwelsh com>
+# SPDX-FileCopyrightText: 2020 Evan Welsh <contact evanwelsh com>
 rules:
   jsdoc/require-param: 'off'
   jsdoc/require-param-type: 'off'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]