summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable
diff options
context:
space:
mode:
authorSimon2011-04-18 16:50:05 +0200
committerSimon2011-04-18 16:50:05 +0200
commite3d5c33f4807c139640f46143d5882fead645bdd (patch)
tree05dc4f0b5f1b48fe7e05765e878887ec93caf4f9 /application/models/DbTable
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/DbTable')
-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
23 files changed, 230 insertions, 0 deletions
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
{