diff options
| author | Simon | 2011-04-18 16:50:05 +0200 |
|---|---|---|
| committer | Simon | 2011-04-18 16:50:05 +0200 |
| commit | e3d5c33f4807c139640f46143d5882fead645bdd (patch) | |
| tree | 05dc4f0b5f1b48fe7e05765e878887ec93caf4f9 /tests/application | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.gz pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.xz pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.zip | |
Ticket #222 - Header in den Dateien hinzugefügt
Diffstat (limited to 'tests/application')
16 files changed, 160 insertions, 0 deletions
diff --git a/tests/application/controllers/AuthControllerTest.php b/tests/application/controllers/AuthControllerTest.php index 38bff78..7c15185 100644 --- a/tests/application/controllers/AuthControllerTest.php +++ b/tests/application/controllers/AuthControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/BootisoControllerTest.php b/tests/application/controllers/BootisoControllerTest.php index 6c7239e..c27426b 100644 --- a/tests/application/controllers/BootisoControllerTest.php +++ b/tests/application/controllers/BootisoControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/BootmenuControllerTest.php b/tests/application/controllers/BootmenuControllerTest.php index dca6003..3c2a1d3 100644 --- a/tests/application/controllers/BootmenuControllerTest.php +++ b/tests/application/controllers/BootmenuControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/BootosControllerTest.php b/tests/application/controllers/BootosControllerTest.php index c9c8b5c..d52bc62 100644 --- a/tests/application/controllers/BootosControllerTest.php +++ b/tests/application/controllers/BootosControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/ClientControllerTest.php b/tests/application/controllers/ClientControllerTest.php index 921b2fd..0045778 100644 --- a/tests/application/controllers/ClientControllerTest.php +++ b/tests/application/controllers/ClientControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/ConfigControllerTest.php b/tests/application/controllers/ConfigControllerTest.php index 40c5bfe..9ac4b16 100644 --- a/tests/application/controllers/ConfigControllerTest.php +++ b/tests/application/controllers/ConfigControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/FilterControllerTest.php b/tests/application/controllers/FilterControllerTest.php index ac50215..60a5995 100644 --- a/tests/application/controllers/FilterControllerTest.php +++ b/tests/application/controllers/FilterControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/GroupControllerTest.php b/tests/application/controllers/GroupControllerTest.php index 2a672bd..7244352 100644 --- a/tests/application/controllers/GroupControllerTest.php +++ b/tests/application/controllers/GroupControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/IndexControllerTest.php b/tests/application/controllers/IndexControllerTest.php index 1b4f230..f534396 100644 --- a/tests/application/controllers/IndexControllerTest.php +++ b/tests/application/controllers/IndexControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/PersonControllerTest.php b/tests/application/controllers/PersonControllerTest.php index 351702e..1abb273 100644 --- a/tests/application/controllers/PersonControllerTest.php +++ b/tests/application/controllers/PersonControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/PoolControllerTest.php b/tests/application/controllers/PoolControllerTest.php index cf16d54..2c6a906 100644 --- a/tests/application/controllers/PoolControllerTest.php +++ b/tests/application/controllers/PoolControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/PrebootControllerTest.php b/tests/application/controllers/PrebootControllerTest.php index 16c893a..ecfcbee 100644 --- a/tests/application/controllers/PrebootControllerTest.php +++ b/tests/application/controllers/PrebootControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/RessourceControllerTest.php b/tests/application/controllers/RessourceControllerTest.php index 593a2c6..9784b5b 100644 --- a/tests/application/controllers/RessourceControllerTest.php +++ b/tests/application/controllers/RessourceControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/RoleControllerTest.php b/tests/application/controllers/RoleControllerTest.php index ee38943..20adfaa 100644 --- a/tests/application/controllers/RoleControllerTest.php +++ b/tests/application/controllers/RoleControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/SessionControllerTest.php b/tests/application/controllers/SessionControllerTest.php index 909c117..5a83220 100644 --- a/tests/application/controllers/SessionControllerTest.php +++ b/tests/application/controllers/SessionControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; diff --git a/tests/application/controllers/StatsControllerTest.php b/tests/application/controllers/StatsControllerTest.php index d130e2e..c205d4b 100644 --- a/tests/application/controllers/StatsControllerTest.php +++ b/tests/application/controllers/StatsControllerTest.php @@ -1,4 +1,14 @@ <?php +/* + * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg + * This program is free software distributed under the GPL version 2. + * See http://gpl.openslx.org/ + * + * If you have any feedback please consult http://feedback.openslx.org/ and + * send your suggestions, praise, or complaints to feedback@openslx.org + * + * General information about OpenSLX can be found at http://openslx.org/ + */ require_once 'PHPUnit/Framework/TestCase.php'; |
