diff options
Diffstat (limited to 'library')
-rw-r--r-- | library/Pbs/Acl.php | 10 | ||||
-rw-r--r-- | library/Pbs/Controller/Plugin/Modularlayout.php | 10 | ||||
-rw-r--r-- | library/Pbs/Debug.php | 10 | ||||
-rw-r--r-- | library/Pbs/Filter.php | 10 | ||||
-rw-r--r-- | library/Pbs/Graph.php | 10 | ||||
-rw-r--r-- | library/Pbs/NewMember.php | 10 | ||||
-rw-r--r-- | library/Pbs/Notifier.php | 10 | ||||
-rw-r--r-- | library/Pbs/Pagination.php | 10 | ||||
-rw-r--r-- | library/Pbs/Search.php | 10 | ||||
-rw-r--r-- | library/Pbs/Session.php | 10 |
10 files changed, 100 insertions, 0 deletions
diff --git a/library/Pbs/Acl.php b/library/Pbs/Acl.php index e1a7ace..b941694 100644 --- a/library/Pbs/Acl.php +++ b/library/Pbs/Acl.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 Pbs_Acl { diff --git a/library/Pbs/Controller/Plugin/Modularlayout.php b/library/Pbs/Controller/Plugin/Modularlayout.php index 12ac4f1..fdde67c 100644 --- a/library/Pbs/Controller/Plugin/Modularlayout.php +++ b/library/Pbs/Controller/Plugin/Modularlayout.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 Pbs_Controller_Plugin_Modularlayout extends Zend_Controller_Plugin_Abstract { diff --git a/library/Pbs/Debug.php b/library/Pbs/Debug.php index 0a5231e..c2031a1 100644 --- a/library/Pbs/Debug.php +++ b/library/Pbs/Debug.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 Pbs_Debug{ function debug($str){ diff --git a/library/Pbs/Filter.php b/library/Pbs/Filter.php index cb6233a..1224d27 100644 --- a/library/Pbs/Filter.php +++ b/library/Pbs/Filter.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 Pbs_Filter{ diff --git a/library/Pbs/Graph.php b/library/Pbs/Graph.php index 06c4943..943df8d 100644 --- a/library/Pbs/Graph.php +++ b/library/Pbs/Graph.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 Pbs_Graph{ diff --git a/library/Pbs/NewMember.php b/library/Pbs/NewMember.php index 9800d04..ed8c86f 100644 --- a/library/Pbs/NewMember.php +++ b/library/Pbs/NewMember.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 Pbs_NewMember{ diff --git a/library/Pbs/Notifier.php b/library/Pbs/Notifier.php index c4fa730..918bedf 100644 --- a/library/Pbs/Notifier.php +++ b/library/Pbs/Notifier.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 Pbs_Notifier{ diff --git a/library/Pbs/Pagination.php b/library/Pbs/Pagination.php index 0be192c..8d9d013 100644 --- a/library/Pbs/Pagination.php +++ b/library/Pbs/Pagination.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 Pbs_Pagination{ diff --git a/library/Pbs/Search.php b/library/Pbs/Search.php index a398c0f..420ef7c 100644 --- a/library/Pbs/Search.php +++ b/library/Pbs/Search.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 Pbs_Search{ diff --git a/library/Pbs/Session.php b/library/Pbs/Session.php index 79d3ead..b2b3ed5 100644 --- a/library/Pbs/Session.php +++ b/library/Pbs/Session.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 Pbs_Session{ |