From 9ece842d249b686c3bfbcc3721d38509d809b454 Mon Sep 17 00:00:00 2001 From: Jim Mullen Date: Fri, 27 Sep 2019 08:54:31 -0400 Subject: [PATCH] Added file copyright notices --- apigen.neon | 5 +++++ phpcs.xml | 5 +++++ phpunit.xml | 5 +++++ src/Version.php | 4 ++++ 4 files changed, 19 insertions(+) diff --git a/apigen.neon b/apigen.neon index 85508c4..eeea51a 100644 --- a/apigen.neon +++ b/apigen.neon @@ -1,3 +1,8 @@ +#------------------------------------------------------- +# Copyright (C) 2019 The Trustees of Indiana University +# SPDX-License-Identifier: BSD-3-Clause +#------------------------------------------------------- + #----------------------------------------------------------- # ApiGen configuration file # diff --git a/phpcs.xml b/phpcs.xml index 25429ec..8e48888 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,4 +1,9 @@ + + REDCap-ETL coding standards diff --git a/phpunit.xml b/phpunit.xml index 418a56b..7436485 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,3 +1,8 @@ + + diff --git a/src/Version.php b/src/Version.php index 9dc4d40..2bba5d3 100644 --- a/src/Version.php +++ b/src/Version.php @@ -1,4 +1,8 @@