Skip to content

Commit 9ece842

Browse files
committed
Added file copyright notices
1 parent 0158beb commit 9ece842

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

apigen.neon

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#-------------------------------------------------------
2+
# Copyright (C) 2019 The Trustees of Indiana University
3+
# SPDX-License-Identifier: BSD-3-Clause
4+
#-------------------------------------------------------
5+
16
#-----------------------------------------------------------
27
# ApiGen configuration file
38
#

phpcs.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0"?>
2+
<!-- =================================================
3+
Copyright (C) 2019 The Trustees of Indiana University
4+
SPDX-License-Identifier: BSD-3-Clause
5+
================================================== -->
6+
27
<ruleset name="REDCap-ETL coding standards">
38
<description>REDCap-ETL coding standards</description>
49

phpunit.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!-- =================================================
2+
Copyright (C) 2019 The Trustees of Indiana University
3+
SPDX-License-Identifier: BSD-3-Clause
4+
================================================== -->
5+
16
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
38
bootstrap="vendor/autoload.php">

src/Version.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
#-------------------------------------------------------
3+
# Copyright (C) 2019 The Trustees of Indiana University
4+
# SPDX-License-Identifier: BSD-3-Clause
5+
#-------------------------------------------------------
26

37
namespace IU\PHPCap;
48

0 commit comments

Comments
 (0)