summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorSimon2011-04-18 16:50:05 +0200
committerSimon2011-04-18 16:50:05 +0200
commite3d5c33f4807c139640f46143d5882fead645bdd (patch)
tree05dc4f0b5f1b48fe7e05765e878887ec93caf4f9 /application/models
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/models')
-rw-r--r--application/models/BootIso.php10
-rw-r--r--application/models/BootIsoMapper.php10
-rw-r--r--application/models/BootMenu.php10
-rw-r--r--application/models/BootMenuEntries.php10
-rw-r--r--application/models/BootMenuEntriesMapper.php10
-rw-r--r--application/models/BootMenuMapper.php10
-rw-r--r--application/models/BootOs.php10
-rw-r--r--application/models/BootOsMapper.php10
-rw-r--r--application/models/Client.php10
-rw-r--r--application/models/ClientMapper.php10
-rw-r--r--application/models/Config.php10
-rw-r--r--application/models/ConfigMapper.php10
-rw-r--r--application/models/DbTable/BootIso.php10
-rw-r--r--application/models/DbTable/BootMenu.php10
-rw-r--r--application/models/DbTable/BootMenuEntries.php10
-rw-r--r--application/models/DbTable/BootOs.php10
-rw-r--r--application/models/DbTable/Client.php10
-rw-r--r--application/models/DbTable/Config.php10
-rw-r--r--application/models/DbTable/Filter.php10
-rw-r--r--application/models/DbTable/FilterEntries.php10
-rw-r--r--application/models/DbTable/FilterType.php10
-rw-r--r--application/models/DbTable/Group.php10
-rw-r--r--application/models/DbTable/GroupGroups.php10
-rw-r--r--application/models/DbTable/GroupRequest.php10
-rw-r--r--application/models/DbTable/Membership.php10
-rw-r--r--application/models/DbTable/PasswordRecovery.php10
-rw-r--r--application/models/DbTable/Person.php10
-rw-r--r--application/models/DbTable/Pool.php10
-rw-r--r--application/models/DbTable/PoolEntries.php10
-rw-r--r--application/models/DbTable/PreBoot.php10
-rw-r--r--application/models/DbTable/Right.php10
-rw-r--r--application/models/DbTable/RightCategory.php10
-rw-r--r--application/models/DbTable/RightRoles.php10
-rw-r--r--application/models/DbTable/Role.php10
-rw-r--r--application/models/DbTable/Session.php10
-rw-r--r--application/models/Filter.php10
-rw-r--r--application/models/FilterEntries.php10
-rw-r--r--application/models/FilterEntriesMapper.php10
-rw-r--r--application/models/FilterMapper.php10
-rw-r--r--application/models/FilterType.php10
-rw-r--r--application/models/FilterTypeMapper.php10
-rw-r--r--application/models/Group.php10
-rw-r--r--application/models/GroupGroups.php10
-rw-r--r--application/models/GroupGroupsMapper.php10
-rw-r--r--application/models/GroupMapper.php10
-rw-r--r--application/models/GroupRequest.php10
-rw-r--r--application/models/GroupRequestMapper.php10
-rw-r--r--application/models/Membership.php10
-rw-r--r--application/models/MembershipMapper.php10
-rw-r--r--application/models/PasswordRecovery.php10
-rw-r--r--application/models/PasswordRecoveryMapper.php10
-rw-r--r--application/models/Person.php10
-rw-r--r--application/models/PersonMapper.php10
-rw-r--r--application/models/Pool.php10
-rw-r--r--application/models/PoolEntries.php10
-rw-r--r--application/models/PoolEntriesMapper.php10
-rw-r--r--application/models/PoolMapper.php10
-rw-r--r--application/models/PreBoot.php10
-rw-r--r--application/models/PreBootMapper.php10
-rw-r--r--application/models/Right.php10
-rw-r--r--application/models/RightCategory.php10
-rw-r--r--application/models/RightCategoryMapper.php10
-rw-r--r--application/models/RightMapper.php10
-rw-r--r--application/models/RightRoles.php10
-rw-r--r--application/models/RightRolesMapper.php10
-rw-r--r--application/models/Role.php10
-rw-r--r--application/models/RoleMapper.php10
-rw-r--r--application/models/Session.php10
-rw-r--r--application/models/SessionMapper.php10
69 files changed, 690 insertions, 0 deletions
diff --git a/application/models/BootIso.php b/application/models/BootIso.php
index fdcc6b5..fe06947 100644
--- a/application/models/BootIso.php
+++ b/application/models/BootIso.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 Application_Model_BootIso
{
diff --git a/application/models/BootIsoMapper.php b/application/models/BootIsoMapper.php
index 5b3f748..c58777f 100644
--- a/application/models/BootIsoMapper.php
+++ b/application/models/BootIsoMapper.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 Application_Model_BootIsoMapper
{
diff --git a/application/models/BootMenu.php b/application/models/BootMenu.php
index c25dad7..82e771a 100644
--- a/application/models/BootMenu.php
+++ b/application/models/BootMenu.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 Application_Model_BootMenu
{
diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php
index c20c2d0..7d53dfb 100644
--- a/application/models/BootMenuEntries.php
+++ b/application/models/BootMenuEntries.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 Application_Model_BootMenuEntries
{
diff --git a/application/models/BootMenuEntriesMapper.php b/application/models/BootMenuEntriesMapper.php
index 466b80b..568dd5f 100644
--- a/application/models/BootMenuEntriesMapper.php
+++ b/application/models/BootMenuEntriesMapper.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 Application_Model_BootMenuEntriesMapper
{
diff --git a/application/models/BootMenuMapper.php b/application/models/BootMenuMapper.php
index 1717cf6..8b39a5a 100644
--- a/application/models/BootMenuMapper.php
+++ b/application/models/BootMenuMapper.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 Application_Model_BootMenuMapper
{
diff --git a/application/models/BootOs.php b/application/models/BootOs.php
index f098592..9819c29 100644
--- a/application/models/BootOs.php
+++ b/application/models/BootOs.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 Application_Model_BootOs
{
diff --git a/application/models/BootOsMapper.php b/application/models/BootOsMapper.php
index 0fb8754..d18c55a 100644
--- a/application/models/BootOsMapper.php
+++ b/application/models/BootOsMapper.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 Application_Model_BootOsMapper
{
diff --git a/application/models/Client.php b/application/models/Client.php
index 3c2b050..a63e8ba 100644
--- a/application/models/Client.php
+++ b/application/models/Client.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 Application_Model_Client
{
diff --git a/application/models/ClientMapper.php b/application/models/ClientMapper.php
index a86f4b0..d727352 100644
--- a/application/models/ClientMapper.php
+++ b/application/models/ClientMapper.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 Application_Model_ClientMapper
{
diff --git a/application/models/Config.php b/application/models/Config.php
index 1fbac0a..5e3a7eb 100644
--- a/application/models/Config.php
+++ b/application/models/Config.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 Application_Model_Config
{
diff --git a/application/models/ConfigMapper.php b/application/models/ConfigMapper.php
index dbcb0e5..526eee1 100644
--- a/application/models/ConfigMapper.php
+++ b/application/models/ConfigMapper.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 Application_Model_ConfigMapper
{
diff --git a/application/models/DbTable/BootIso.php b/application/models/DbTable/BootIso.php
index e5c32b8..088654d 100644
--- a/application/models/DbTable/BootIso.php
+++ b/application/models/DbTable/BootIso.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 Application_Model_DbTable_BootIso extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/BootMenu.php b/application/models/DbTable/BootMenu.php
index 2c0be3a..3c35d6c 100644
--- a/application/models/DbTable/BootMenu.php
+++ b/application/models/DbTable/BootMenu.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 Application_Model_DbTable_BootMenu extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/BootMenuEntries.php b/application/models/DbTable/BootMenuEntries.php
index 92fb068..2f74b32 100644
--- a/application/models/DbTable/BootMenuEntries.php
+++ b/application/models/DbTable/BootMenuEntries.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 Application_Model_DbTable_BootMenuEntries extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/BootOs.php b/application/models/DbTable/BootOs.php
index fdbf00b..a61167a 100644
--- a/application/models/DbTable/BootOs.php
+++ b/application/models/DbTable/BootOs.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 Application_Model_DbTable_BootOs extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Client.php b/application/models/DbTable/Client.php
index 80ec1d3..59d71a1 100644
--- a/application/models/DbTable/Client.php
+++ b/application/models/DbTable/Client.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 Application_Model_DbTable_Client extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Config.php b/application/models/DbTable/Config.php
index 75f6ecd..56b6a41 100644
--- a/application/models/DbTable/Config.php
+++ b/application/models/DbTable/Config.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 Application_Model_DbTable_Config extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Filter.php b/application/models/DbTable/Filter.php
index 66c97b6..545c587 100644
--- a/application/models/DbTable/Filter.php
+++ b/application/models/DbTable/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 Application_Model_DbTable_Filter extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/FilterEntries.php b/application/models/DbTable/FilterEntries.php
index af90bb4..f421bd3 100644
--- a/application/models/DbTable/FilterEntries.php
+++ b/application/models/DbTable/FilterEntries.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 Application_Model_DbTable_FilterEntries extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/FilterType.php b/application/models/DbTable/FilterType.php
index 397ceff..595e6ca 100644
--- a/application/models/DbTable/FilterType.php
+++ b/application/models/DbTable/FilterType.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 Application_Model_DbTable_FilterType extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Group.php b/application/models/DbTable/Group.php
index 5239b34..d31d93a 100644
--- a/application/models/DbTable/Group.php
+++ b/application/models/DbTable/Group.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 Application_Model_DbTable_Group extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/GroupGroups.php b/application/models/DbTable/GroupGroups.php
index e7625ee..bd7c7c4 100644
--- a/application/models/DbTable/GroupGroups.php
+++ b/application/models/DbTable/GroupGroups.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 Application_Model_DbTable_GroupGroups extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/GroupRequest.php b/application/models/DbTable/GroupRequest.php
index 89b19f9..036df59 100644
--- a/application/models/DbTable/GroupRequest.php
+++ b/application/models/DbTable/GroupRequest.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 Application_Model_DbTable_GroupRequest extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Membership.php b/application/models/DbTable/Membership.php
index 56f2e35..cc1d4cc 100644
--- a/application/models/DbTable/Membership.php
+++ b/application/models/DbTable/Membership.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 Application_Model_DbTable_Membership extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/PasswordRecovery.php b/application/models/DbTable/PasswordRecovery.php
index 4b8bc76..b4e5082 100644
--- a/application/models/DbTable/PasswordRecovery.php
+++ b/application/models/DbTable/PasswordRecovery.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 Application_Model_DbTable_PasswordRecovery extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Person.php b/application/models/DbTable/Person.php
index 2d25ed1..132e8b6 100644
--- a/application/models/DbTable/Person.php
+++ b/application/models/DbTable/Person.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 Application_Model_DbTable_Person extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Pool.php b/application/models/DbTable/Pool.php
index d620491..9650166 100644
--- a/application/models/DbTable/Pool.php
+++ b/application/models/DbTable/Pool.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 Application_Model_DbTable_Pool extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/PoolEntries.php b/application/models/DbTable/PoolEntries.php
index fc02799..275f443 100644
--- a/application/models/DbTable/PoolEntries.php
+++ b/application/models/DbTable/PoolEntries.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 Application_Model_DbTable_PoolEntries extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/PreBoot.php b/application/models/DbTable/PreBoot.php
index 1bff7bb..8553d6b 100644
--- a/application/models/DbTable/PreBoot.php
+++ b/application/models/DbTable/PreBoot.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 Application_Model_DbTable_PreBoot extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Right.php b/application/models/DbTable/Right.php
index ea5c5af..d73dd5d 100644
--- a/application/models/DbTable/Right.php
+++ b/application/models/DbTable/Right.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 Application_Model_DbTable_Right extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/RightCategory.php b/application/models/DbTable/RightCategory.php
index 65150ba..4146580 100644
--- a/application/models/DbTable/RightCategory.php
+++ b/application/models/DbTable/RightCategory.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 Application_Model_DbTable_RightCategory extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/RightRoles.php b/application/models/DbTable/RightRoles.php
index 070a650..6a9efe0 100644
--- a/application/models/DbTable/RightRoles.php
+++ b/application/models/DbTable/RightRoles.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 Application_Model_DbTable_RightRoles extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Role.php b/application/models/DbTable/Role.php
index 5a07d59..94b8679 100644
--- a/application/models/DbTable/Role.php
+++ b/application/models/DbTable/Role.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 Application_Model_DbTable_Role extends Zend_Db_Table_Abstract
{
diff --git a/application/models/DbTable/Session.php b/application/models/DbTable/Session.php
index 53e26d3..d74d505 100644
--- a/application/models/DbTable/Session.php
+++ b/application/models/DbTable/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 Application_Model_DbTable_Session extends Zend_Db_Table_Abstract
{
diff --git a/application/models/Filter.php b/application/models/Filter.php
index b77cf97..2e94aba 100644
--- a/application/models/Filter.php
+++ b/application/models/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 Application_Model_Filter
{
diff --git a/application/models/FilterEntries.php b/application/models/FilterEntries.php
index ebdbe53..68088e2 100644
--- a/application/models/FilterEntries.php
+++ b/application/models/FilterEntries.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 Application_Model_FilterEntries
{
diff --git a/application/models/FilterEntriesMapper.php b/application/models/FilterEntriesMapper.php
index e667997..f6884f0 100644
--- a/application/models/FilterEntriesMapper.php
+++ b/application/models/FilterEntriesMapper.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 Application_Model_FilterEntriesMapper
{
diff --git a/application/models/FilterMapper.php b/application/models/FilterMapper.php
index 4173cbf..53fffad 100644
--- a/application/models/FilterMapper.php
+++ b/application/models/FilterMapper.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 Application_Model_FilterMapper
{
diff --git a/application/models/FilterType.php b/application/models/FilterType.php
index 3293083..05d4192 100644
--- a/application/models/FilterType.php
+++ b/application/models/FilterType.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 Application_Model_FilterType
{
diff --git a/application/models/FilterTypeMapper.php b/application/models/FilterTypeMapper.php
index cd334ba..0ee6498 100644
--- a/application/models/FilterTypeMapper.php
+++ b/application/models/FilterTypeMapper.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 Application_Model_FilterTypeMapper
{
diff --git a/application/models/Group.php b/application/models/Group.php
index 3cfabd1..262f0c3 100644
--- a/application/models/Group.php
+++ b/application/models/Group.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 Application_Model_Group
{
diff --git a/application/models/GroupGroups.php b/application/models/GroupGroups.php
index 18307e7..43dcab1 100644
--- a/application/models/GroupGroups.php
+++ b/application/models/GroupGroups.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 Application_Model_GroupGroups
{
diff --git a/application/models/GroupGroupsMapper.php b/application/models/GroupGroupsMapper.php
index 702d6d9..f231523 100644
--- a/application/models/GroupGroupsMapper.php
+++ b/application/models/GroupGroupsMapper.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 Application_Model_GroupGroupsMapper
{
diff --git a/application/models/GroupMapper.php b/application/models/GroupMapper.php
index f9c3819..df93483 100644
--- a/application/models/GroupMapper.php
+++ b/application/models/GroupMapper.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 Application_Model_GroupMapper
{
diff --git a/application/models/GroupRequest.php b/application/models/GroupRequest.php
index 6675991..21f4716 100644
--- a/application/models/GroupRequest.php
+++ b/application/models/GroupRequest.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 Application_Model_GroupRequest
{
diff --git a/application/models/GroupRequestMapper.php b/application/models/GroupRequestMapper.php
index cac51cd..79d19a0 100644
--- a/application/models/GroupRequestMapper.php
+++ b/application/models/GroupRequestMapper.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 Application_Model_GroupRequestMapper
{
diff --git a/application/models/Membership.php b/application/models/Membership.php
index 0fe57a6..c445338 100644
--- a/application/models/Membership.php
+++ b/application/models/Membership.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 Application_Model_Membership
{
diff --git a/application/models/MembershipMapper.php b/application/models/MembershipMapper.php
index 5368648..a721453 100644
--- a/application/models/MembershipMapper.php
+++ b/application/models/MembershipMapper.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 Application_Model_MembershipMapper
{
diff --git a/application/models/PasswordRecovery.php b/application/models/PasswordRecovery.php
index df307d4..f860cdd 100644
--- a/application/models/PasswordRecovery.php
+++ b/application/models/PasswordRecovery.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 Application_Model_PasswordRecovery
{
diff --git a/application/models/PasswordRecoveryMapper.php b/application/models/PasswordRecoveryMapper.php
index 0bd6eb1..c6ffd04 100644
--- a/application/models/PasswordRecoveryMapper.php
+++ b/application/models/PasswordRecoveryMapper.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 Application_Model_PasswordRecoveryMapper
{
diff --git a/application/models/Person.php b/application/models/Person.php
index 6a591cf..2312f65 100644
--- a/application/models/Person.php
+++ b/application/models/Person.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 Application_Model_Person
{
diff --git a/application/models/PersonMapper.php b/application/models/PersonMapper.php
index 4093c07..f073d07 100644
--- a/application/models/PersonMapper.php
+++ b/application/models/PersonMapper.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 Application_Model_PersonMapper
{
diff --git a/application/models/Pool.php b/application/models/Pool.php
index f312b19..4ceca29 100644
--- a/application/models/Pool.php
+++ b/application/models/Pool.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 Application_Model_Pool
{
diff --git a/application/models/PoolEntries.php b/application/models/PoolEntries.php
index 102dc9d..020358c 100644
--- a/application/models/PoolEntries.php
+++ b/application/models/PoolEntries.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 Application_Model_PoolEntries
{
diff --git a/application/models/PoolEntriesMapper.php b/application/models/PoolEntriesMapper.php
index fd16cc1..c5a6893 100644
--- a/application/models/PoolEntriesMapper.php
+++ b/application/models/PoolEntriesMapper.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 Application_Model_PoolEntriesMapper
{
diff --git a/application/models/PoolMapper.php b/application/models/PoolMapper.php
index d06dcbe..469ab92 100644
--- a/application/models/PoolMapper.php
+++ b/application/models/PoolMapper.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 Application_Model_PoolMapper
{
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index 19047bc..c8d0b43 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.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 Application_Model_PreBoot
{
diff --git a/application/models/PreBootMapper.php b/application/models/PreBootMapper.php
index 28b8b04..7d59142 100644
--- a/application/models/PreBootMapper.php
+++ b/application/models/PreBootMapper.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 Application_Model_PreBootMapper
{
diff --git a/application/models/Right.php b/application/models/Right.php
index 97841ad..7201dd7 100644
--- a/application/models/Right.php
+++ b/application/models/Right.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 Application_Model_Right
{
diff --git a/application/models/RightCategory.php b/application/models/RightCategory.php
index dc011ef..fb6df23 100644
--- a/application/models/RightCategory.php
+++ b/application/models/RightCategory.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 Application_Model_RightCategory
{
diff --git a/application/models/RightCategoryMapper.php b/application/models/RightCategoryMapper.php
index 4a7ca97..9d7f277 100644
--- a/application/models/RightCategoryMapper.php
+++ b/application/models/RightCategoryMapper.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 Application_Model_RightCategoryMapper
{
diff --git a/application/models/RightMapper.php b/application/models/RightMapper.php
index 5c0fef9..4b742a2 100644
--- a/application/models/RightMapper.php
+++ b/application/models/RightMapper.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 Application_Model_RightMapper
{
diff --git a/application/models/RightRoles.php b/application/models/RightRoles.php
index b25a605..3b5f816 100644
--- a/application/models/RightRoles.php
+++ b/application/models/RightRoles.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 Application_Model_RightRoles
{
diff --git a/application/models/RightRolesMapper.php b/application/models/RightRolesMapper.php
index 4ab37f2..a7e8c89 100644
--- a/application/models/RightRolesMapper.php
+++ b/application/models/RightRolesMapper.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 Application_Model_RightRolesMapper
{
diff --git a/application/models/Role.php b/application/models/Role.php
index 49ed377..3d03d53 100644
--- a/application/models/Role.php
+++ b/application/models/Role.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 Application_Model_Role
{
diff --git a/application/models/RoleMapper.php b/application/models/RoleMapper.php
index 13ef789..88ac208 100644
--- a/application/models/RoleMapper.php
+++ b/application/models/RoleMapper.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 Application_Model_RoleMapper
{
diff --git a/application/models/Session.php b/application/models/Session.php
index 8c130b5..d8ae306 100644
--- a/application/models/Session.php
+++ b/application/models/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 Application_Model_Session
{
diff --git a/application/models/SessionMapper.php b/application/models/SessionMapper.php
index d12a071..a9c23c6 100644
--- a/application/models/SessionMapper.php
+++ b/application/models/SessionMapper.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 Application_Model_SessionMapper
{