summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authorSimon2011-04-18 16:50:05 +0200
committerSimon2011-04-18 16:50:05 +0200
commite3d5c33f4807c139640f46143d5882fead645bdd (patch)
tree05dc4f0b5f1b48fe7e05765e878887ec93caf4f9 /application/Bootstrap.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.gz
pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.tar.xz
pbs2-e3d5c33f4807c139640f46143d5882fead645bdd.zip
Ticket #222 - Header in den Dateien hinzugefügt
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index d876dce..3d6e8e5 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.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/
+ */
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{