summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 14:47:42 +0100
committerSebastian Schmelzer2012-01-11 14:47:42 +0100
commit500941480288cd64899fe3bca6d564b98b041593 (patch)
treeb6e08f215fb56e85391cee4fc2780b6fad029c44 /application/models
parentformat source files (diff)
downloadpbs2-500941480288cd64899fe3bca6d564b98b041593.tar.gz
pbs2-500941480288cd64899fe3bca6d564b98b041593.tar.xz
pbs2-500941480288cd64899fe3bca6d564b98b041593.zip
fix stylecode output
Diffstat (limited to 'application/models')
-rw-r--r--application/models/BootIso.php2
-rw-r--r--application/models/BootIsoMapper.php2
-rw-r--r--application/models/BootMenu.php2
-rw-r--r--application/models/BootMenuEntries.php2
-rw-r--r--application/models/BootMenuEntriesMapper.php2
-rw-r--r--application/models/BootMenuMapper.php2
-rw-r--r--application/models/BootOs.php2
-rw-r--r--application/models/BootOsMapper.php2
-rw-r--r--application/models/BootOsUser.php2
-rw-r--r--application/models/BootOsUserMapper.php2
-rw-r--r--application/models/Client.php2
-rw-r--r--application/models/ClientMapper.php2
-rw-r--r--application/models/Config.php2
-rw-r--r--application/models/ConfigMapper.php2
-rw-r--r--application/models/DbTable/BootIso.php2
-rw-r--r--application/models/DbTable/BootMenu.php2
-rw-r--r--application/models/DbTable/BootMenuEntries.php2
-rw-r--r--application/models/DbTable/BootOs.php2
-rw-r--r--application/models/DbTable/BootOsUser.php2
-rw-r--r--application/models/DbTable/Client.php2
-rw-r--r--application/models/DbTable/Config.php2
-rw-r--r--application/models/DbTable/Filter.php2
-rw-r--r--application/models/DbTable/FilterEntries.php2
-rw-r--r--application/models/DbTable/FilterType.php2
-rw-r--r--application/models/DbTable/Group.php2
-rw-r--r--application/models/DbTable/GroupGroups.php2
-rw-r--r--application/models/DbTable/GroupRequest.php2
-rw-r--r--application/models/DbTable/HomeType.php2
-rw-r--r--application/models/DbTable/Membership.php2
-rw-r--r--application/models/DbTable/PasswordRecovery.php2
-rw-r--r--application/models/DbTable/Person.php2
-rw-r--r--application/models/DbTable/Pool.php2
-rw-r--r--application/models/DbTable/PoolEntries.php2
-rw-r--r--application/models/DbTable/PreBoot.php2
-rw-r--r--application/models/DbTable/Right.php2
-rw-r--r--application/models/DbTable/RightCategory.php2
-rw-r--r--application/models/DbTable/RightRoles.php2
-rw-r--r--application/models/DbTable/Role.php2
-rw-r--r--application/models/DbTable/Session.php2
-rw-r--r--application/models/Filter.php2
-rw-r--r--application/models/FilterEntries.php2
-rw-r--r--application/models/FilterEntriesMapper.php2
-rw-r--r--application/models/FilterMapper.php2
-rw-r--r--application/models/FilterType.php2
-rw-r--r--application/models/FilterTypeMapper.php2
-rw-r--r--application/models/Group.php2
-rw-r--r--application/models/GroupGroups.php2
-rw-r--r--application/models/GroupGroupsMapper.php2
-rw-r--r--application/models/GroupMapper.php2
-rw-r--r--application/models/GroupRequest.php2
-rw-r--r--application/models/GroupRequestMapper.php2
-rw-r--r--application/models/HomeType.php2
-rw-r--r--application/models/HomeTypeMapper.php2
-rw-r--r--application/models/Membership.php2
-rw-r--r--application/models/MembershipMapper.php2
-rw-r--r--application/models/PasswordRecovery.php2
-rw-r--r--application/models/PasswordRecoveryMapper.php2
-rw-r--r--application/models/Person.php2
-rw-r--r--application/models/PersonMapper.php2
-rw-r--r--application/models/Pool.php2
-rw-r--r--application/models/PoolEntries.php2
-rw-r--r--application/models/PoolEntriesMapper.php2
-rw-r--r--application/models/PoolMapper.php2
-rw-r--r--application/models/PreBoot.php2
-rw-r--r--application/models/PreBootMapper.php2
-rw-r--r--application/models/Right.php2
-rw-r--r--application/models/RightCategory.php2
-rw-r--r--application/models/RightCategoryMapper.php2
-rw-r--r--application/models/RightMapper.php2
-rw-r--r--application/models/RightRoles.php2
-rw-r--r--application/models/RightRolesMapper.php2
-rw-r--r--application/models/Role.php2
-rw-r--r--application/models/RoleMapper.php2
-rw-r--r--application/models/Session.php2
-rw-r--r--application/models/SessionMapper.php2
75 files changed, 75 insertions, 75 deletions
diff --git a/application/models/BootIso.php b/application/models/BootIso.php
index eca6bf9..65d56fc 100644
--- a/application/models/BootIso.php
+++ b/application/models/BootIso.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootIsoMapper.php b/application/models/BootIsoMapper.php
index 3cf5548..4414bb2 100644
--- a/application/models/BootIsoMapper.php
+++ b/application/models/BootIsoMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootMenu.php b/application/models/BootMenu.php
index a5b8a68..c027312 100644
--- a/application/models/BootMenu.php
+++ b/application/models/BootMenu.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootMenuEntries.php b/application/models/BootMenuEntries.php
index 5d76702..f9bbe07 100644
--- a/application/models/BootMenuEntries.php
+++ b/application/models/BootMenuEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootMenuEntriesMapper.php b/application/models/BootMenuEntriesMapper.php
index 4978b22..b313321 100644
--- a/application/models/BootMenuEntriesMapper.php
+++ b/application/models/BootMenuEntriesMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootMenuMapper.php b/application/models/BootMenuMapper.php
index a729979..e788865 100644
--- a/application/models/BootMenuMapper.php
+++ b/application/models/BootMenuMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootOs.php b/application/models/BootOs.php
index ebf1750..0292aae 100644
--- a/application/models/BootOs.php
+++ b/application/models/BootOs.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootOsMapper.php b/application/models/BootOsMapper.php
index dcee7db..4fc2016 100644
--- a/application/models/BootOsMapper.php
+++ b/application/models/BootOsMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootOsUser.php b/application/models/BootOsUser.php
index ee68b19..7a5f54a 100644
--- a/application/models/BootOsUser.php
+++ b/application/models/BootOsUser.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/BootOsUserMapper.php b/application/models/BootOsUserMapper.php
index c33645b..fa5d236 100644
--- a/application/models/BootOsUserMapper.php
+++ b/application/models/BootOsUserMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Client.php b/application/models/Client.php
index a11c6ad..b78d9b5 100644
--- a/application/models/Client.php
+++ b/application/models/Client.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/ClientMapper.php b/application/models/ClientMapper.php
index e02a074..7d4d615 100644
--- a/application/models/ClientMapper.php
+++ b/application/models/ClientMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Config.php b/application/models/Config.php
index 5f5a288..7211b9d 100644
--- a/application/models/Config.php
+++ b/application/models/Config.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/ConfigMapper.php b/application/models/ConfigMapper.php
index 63891f3..8ebc3a6 100644
--- a/application/models/ConfigMapper.php
+++ b/application/models/ConfigMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/BootIso.php b/application/models/DbTable/BootIso.php
index eb47ef0..ed5a45f 100644
--- a/application/models/DbTable/BootIso.php
+++ b/application/models/DbTable/BootIso.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/BootMenu.php b/application/models/DbTable/BootMenu.php
index 471c3a2..da56ecc 100644
--- a/application/models/DbTable/BootMenu.php
+++ b/application/models/DbTable/BootMenu.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/BootMenuEntries.php b/application/models/DbTable/BootMenuEntries.php
index 836dfd8..997744d 100644
--- a/application/models/DbTable/BootMenuEntries.php
+++ b/application/models/DbTable/BootMenuEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/BootOs.php b/application/models/DbTable/BootOs.php
index c6c80c9..3a320c1 100644
--- a/application/models/DbTable/BootOs.php
+++ b/application/models/DbTable/BootOs.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/BootOsUser.php b/application/models/DbTable/BootOsUser.php
index 1dccf73..1385298 100644
--- a/application/models/DbTable/BootOsUser.php
+++ b/application/models/DbTable/BootOsUser.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Client.php b/application/models/DbTable/Client.php
index a67a04e..2061e4e 100644
--- a/application/models/DbTable/Client.php
+++ b/application/models/DbTable/Client.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Config.php b/application/models/DbTable/Config.php
index de194a9..a2d85fa 100644
--- a/application/models/DbTable/Config.php
+++ b/application/models/DbTable/Config.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Filter.php b/application/models/DbTable/Filter.php
index 225076e..fe5655c 100644
--- a/application/models/DbTable/Filter.php
+++ b/application/models/DbTable/Filter.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/FilterEntries.php b/application/models/DbTable/FilterEntries.php
index 2df226a..75c8ecf 100644
--- a/application/models/DbTable/FilterEntries.php
+++ b/application/models/DbTable/FilterEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/FilterType.php b/application/models/DbTable/FilterType.php
index daabac2..92858d5 100644
--- a/application/models/DbTable/FilterType.php
+++ b/application/models/DbTable/FilterType.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Group.php b/application/models/DbTable/Group.php
index aaf3c47..e314625 100644
--- a/application/models/DbTable/Group.php
+++ b/application/models/DbTable/Group.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/GroupGroups.php b/application/models/DbTable/GroupGroups.php
index eebd43b..127428d 100644
--- a/application/models/DbTable/GroupGroups.php
+++ b/application/models/DbTable/GroupGroups.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/GroupRequest.php b/application/models/DbTable/GroupRequest.php
index 3361659..1ab4c64 100644
--- a/application/models/DbTable/GroupRequest.php
+++ b/application/models/DbTable/GroupRequest.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/HomeType.php b/application/models/DbTable/HomeType.php
index e92e519..974ec1b 100644
--- a/application/models/DbTable/HomeType.php
+++ b/application/models/DbTable/HomeType.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Membership.php b/application/models/DbTable/Membership.php
index 164809d..66f1325 100644
--- a/application/models/DbTable/Membership.php
+++ b/application/models/DbTable/Membership.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/PasswordRecovery.php b/application/models/DbTable/PasswordRecovery.php
index aadb513..3cc7ea1 100644
--- a/application/models/DbTable/PasswordRecovery.php
+++ b/application/models/DbTable/PasswordRecovery.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Person.php b/application/models/DbTable/Person.php
index 1ae95ca..2244381 100644
--- a/application/models/DbTable/Person.php
+++ b/application/models/DbTable/Person.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Pool.php b/application/models/DbTable/Pool.php
index 0aadca7..feb8baf 100644
--- a/application/models/DbTable/Pool.php
+++ b/application/models/DbTable/Pool.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/PoolEntries.php b/application/models/DbTable/PoolEntries.php
index 2fe216e..ad85c74 100644
--- a/application/models/DbTable/PoolEntries.php
+++ b/application/models/DbTable/PoolEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/PreBoot.php b/application/models/DbTable/PreBoot.php
index 02d3680..45446e3 100644
--- a/application/models/DbTable/PreBoot.php
+++ b/application/models/DbTable/PreBoot.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Right.php b/application/models/DbTable/Right.php
index 603fee1..1e0342c 100644
--- a/application/models/DbTable/Right.php
+++ b/application/models/DbTable/Right.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/RightCategory.php b/application/models/DbTable/RightCategory.php
index 8cf7ef1..4838fa2 100644
--- a/application/models/DbTable/RightCategory.php
+++ b/application/models/DbTable/RightCategory.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/RightRoles.php b/application/models/DbTable/RightRoles.php
index 1c62f25..e18ee9c 100644
--- a/application/models/DbTable/RightRoles.php
+++ b/application/models/DbTable/RightRoles.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Role.php b/application/models/DbTable/Role.php
index 756d217..81a0838 100644
--- a/application/models/DbTable/Role.php
+++ b/application/models/DbTable/Role.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/DbTable/Session.php b/application/models/DbTable/Session.php
index 12a8b6b..2328584 100644
--- a/application/models/DbTable/Session.php
+++ b/application/models/DbTable/Session.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Filter.php b/application/models/Filter.php
index 1e33f24..4cc7000 100644
--- a/application/models/Filter.php
+++ b/application/models/Filter.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/FilterEntries.php b/application/models/FilterEntries.php
index 37accca..f160901 100644
--- a/application/models/FilterEntries.php
+++ b/application/models/FilterEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/FilterEntriesMapper.php b/application/models/FilterEntriesMapper.php
index f8c20e8..29443bd 100644
--- a/application/models/FilterEntriesMapper.php
+++ b/application/models/FilterEntriesMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/FilterMapper.php b/application/models/FilterMapper.php
index 1ba2e3b..c367b88 100644
--- a/application/models/FilterMapper.php
+++ b/application/models/FilterMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/FilterType.php b/application/models/FilterType.php
index 7a3bfed..1648574 100644
--- a/application/models/FilterType.php
+++ b/application/models/FilterType.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/FilterTypeMapper.php b/application/models/FilterTypeMapper.php
index a83e1fd..3642ee3 100644
--- a/application/models/FilterTypeMapper.php
+++ b/application/models/FilterTypeMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Group.php b/application/models/Group.php
index a70373e..6635f6a 100644
--- a/application/models/Group.php
+++ b/application/models/Group.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/GroupGroups.php b/application/models/GroupGroups.php
index 7724c82..ee60bc6 100644
--- a/application/models/GroupGroups.php
+++ b/application/models/GroupGroups.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/GroupGroupsMapper.php b/application/models/GroupGroupsMapper.php
index e6fc3ab..958c233 100644
--- a/application/models/GroupGroupsMapper.php
+++ b/application/models/GroupGroupsMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/GroupMapper.php b/application/models/GroupMapper.php
index ce598db..2f7e543 100644
--- a/application/models/GroupMapper.php
+++ b/application/models/GroupMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/GroupRequest.php b/application/models/GroupRequest.php
index d5a0e8b..fbf6b20 100644
--- a/application/models/GroupRequest.php
+++ b/application/models/GroupRequest.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/GroupRequestMapper.php b/application/models/GroupRequestMapper.php
index 107e633..8049634 100644
--- a/application/models/GroupRequestMapper.php
+++ b/application/models/GroupRequestMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/HomeType.php b/application/models/HomeType.php
index 0532ae0..8459c1f 100644
--- a/application/models/HomeType.php
+++ b/application/models/HomeType.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/HomeTypeMapper.php b/application/models/HomeTypeMapper.php
index 71aeb3d..cd6f00d 100644
--- a/application/models/HomeTypeMapper.php
+++ b/application/models/HomeTypeMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Membership.php b/application/models/Membership.php
index 11fc6cc..2057f5f 100644
--- a/application/models/Membership.php
+++ b/application/models/Membership.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/MembershipMapper.php b/application/models/MembershipMapper.php
index c3a7d60..a823f90 100644
--- a/application/models/MembershipMapper.php
+++ b/application/models/MembershipMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PasswordRecovery.php b/application/models/PasswordRecovery.php
index 81710aa..5427a74 100644
--- a/application/models/PasswordRecovery.php
+++ b/application/models/PasswordRecovery.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PasswordRecoveryMapper.php b/application/models/PasswordRecoveryMapper.php
index fca4812..5c84cc8 100644
--- a/application/models/PasswordRecoveryMapper.php
+++ b/application/models/PasswordRecoveryMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Person.php b/application/models/Person.php
index 40c4cf3..34e16ed 100644
--- a/application/models/Person.php
+++ b/application/models/Person.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PersonMapper.php b/application/models/PersonMapper.php
index e8f6169..9024da0 100644
--- a/application/models/PersonMapper.php
+++ b/application/models/PersonMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Pool.php b/application/models/Pool.php
index ce90950..0e714d7 100644
--- a/application/models/Pool.php
+++ b/application/models/Pool.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PoolEntries.php b/application/models/PoolEntries.php
index c8f5d2a..daf841a 100644
--- a/application/models/PoolEntries.php
+++ b/application/models/PoolEntries.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PoolEntriesMapper.php b/application/models/PoolEntriesMapper.php
index c0a4a69..b1678c5 100644
--- a/application/models/PoolEntriesMapper.php
+++ b/application/models/PoolEntriesMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PoolMapper.php b/application/models/PoolMapper.php
index fef6f60..dbc1ae4 100644
--- a/application/models/PoolMapper.php
+++ b/application/models/PoolMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PreBoot.php b/application/models/PreBoot.php
index 2a2737a..c2d0150 100644
--- a/application/models/PreBoot.php
+++ b/application/models/PreBoot.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/PreBootMapper.php b/application/models/PreBootMapper.php
index f215e65..cbeabc3 100644
--- a/application/models/PreBootMapper.php
+++ b/application/models/PreBootMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Right.php b/application/models/Right.php
index 8e4732d..0769f02 100644
--- a/application/models/Right.php
+++ b/application/models/Right.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RightCategory.php b/application/models/RightCategory.php
index 7aeea63..b3b3df9 100644
--- a/application/models/RightCategory.php
+++ b/application/models/RightCategory.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RightCategoryMapper.php b/application/models/RightCategoryMapper.php
index 142d2b7..fdbab94 100644
--- a/application/models/RightCategoryMapper.php
+++ b/application/models/RightCategoryMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RightMapper.php b/application/models/RightMapper.php
index 4fd56a5..f04a5b7 100644
--- a/application/models/RightMapper.php
+++ b/application/models/RightMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RightRoles.php b/application/models/RightRoles.php
index 8cfaa73..7736884 100644
--- a/application/models/RightRoles.php
+++ b/application/models/RightRoles.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RightRolesMapper.php b/application/models/RightRolesMapper.php
index 8688277..4edf812 100644
--- a/application/models/RightRolesMapper.php
+++ b/application/models/RightRolesMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Role.php b/application/models/Role.php
index b8146d5..a345bd4 100644
--- a/application/models/Role.php
+++ b/application/models/Role.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/RoleMapper.php b/application/models/RoleMapper.php
index 61ad1c4..0fe4a58 100644
--- a/application/models/RoleMapper.php
+++ b/application/models/RoleMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/Session.php b/application/models/Session.php
index 2d794d2..a2ff24a 100644
--- a/application/models/Session.php
+++ b/application/models/Session.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.
diff --git a/application/models/SessionMapper.php b/application/models/SessionMapper.php
index 3304798..d048689 100644
--- a/application/models/SessionMapper.php
+++ b/application/models/SessionMapper.php
@@ -1,4 +1,4 @@
-<? php
+<?php
/*
* Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg
* This program is free software distributed under the GPL version 2.