File tree 4 files changed +19
-0
lines changed
4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -------------------------------------------------------
2
+ # Copyright (C) 2019 The Trustees of Indiana University
3
+ # SPDX-License-Identifier: BSD-3-Clause
4
+ # -------------------------------------------------------
5
+
1
6
# -----------------------------------------------------------
2
7
# ApiGen configuration file
3
8
#
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
+ <!-- =================================================
3
+ Copyright (C) 2019 The Trustees of Indiana University
4
+ SPDX-License-Identifier: BSD-3-Clause
5
+ ================================================== -->
6
+
2
7
<ruleset name =" REDCap-ETL coding standards" >
3
8
<description >REDCap-ETL coding standards</description >
4
9
Original file line number Diff line number Diff line change
1
+ <!-- =================================================
2
+ Copyright (C) 2019 The Trustees of Indiana University
3
+ SPDX-License-Identifier: BSD-3-Clause
4
+ ================================================== -->
5
+
1
6
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
7
xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.5/phpunit.xsd"
3
8
bootstrap =" vendor/autoload.php" >
Original file line number Diff line number Diff line change 1
1
<?php
2
+ #-------------------------------------------------------
3
+ # Copyright (C) 2019 The Trustees of Indiana University
4
+ # SPDX-License-Identifier: BSD-3-Clause
5
+ #-------------------------------------------------------
2
6
3
7
namespace IU \PHPCap ;
4
8
You can’t perform that action at this time.
0 commit comments