From 0834fec1113757579e547411192c522d6b34013e Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Fri, 9 Dec 2011 14:13:21 +0100
Subject: [PATCH] FXOLAT-358: move com.frentix license header top openolat.org

---
 .../frentix/olat/course/nodes/ViteroCourseNode.java | 13 ++++++-------
 .../nodes/vitero/ViteroCourseNodeConfiguration.java | 13 ++++++-------
 .../course/nodes/vitero/ViteroEditController.java   | 13 ++++++-------
 .../nodes/vitero/ViteroPeekViewController.java      | 13 ++++++-------
 .../course/nodes/vitero/ViteroRunController.java    | 13 ++++++-------
 .../java/com/frentix/olat/vitero/ViteroModule.java  | 13 ++++++-------
 .../com/frentix/olat/vitero/ViteroTimezoneIDs.java  | 13 ++++++-------
 .../com/frentix/olat/vitero/ViteroUIFactory.java    | 13 ++++++-------
 .../frentix/olat/vitero/manager/EmptyOMElement.java | 13 ++++++-------
 .../frentix/olat/vitero/manager/SecurityHeader.java | 13 ++++++-------
 .../frentix/olat/vitero/manager/ViteroManager.java  | 13 ++++++-------
 .../frentix/olat/vitero/manager/ViteroTestMain.java | 13 ++++++-------
 .../olat/vitero/manager/ViteroZombieSlayerJob.java  | 13 ++++++-------
 .../vitero/manager/VmsNotAvailableException.java    | 13 ++++++-------
 .../com/frentix/olat/vitero/model/GroupRole.java    | 13 ++++++-------
 .../olat/vitero/model/Repetitionpattern.java        | 13 ++++++-------
 .../olat/vitero/model/StartBookingComparator.java   | 13 ++++++-------
 .../frentix/olat/vitero/model/ViteroBooking.java    | 13 ++++++-------
 .../frentix/olat/vitero/model/ViteroCustomer.java   | 13 ++++++-------
 .../com/frentix/olat/vitero/model/ViteroGroup.java  | 13 ++++++-------
 .../frentix/olat/vitero/model/ViteroGroupRoles.java | 13 ++++++-------
 .../com/frentix/olat/vitero/model/ViteroUser.java   | 13 ++++++-------
 .../com/frentix/olat/vitero/ui/FilterBookings.java  | 13 ++++++-------
 .../frentix/olat/vitero/ui/RoleCellRenderer.java    | 13 ++++++-------
 src/main/java/com/frentix/olat/vitero/ui/Sign.java  | 13 ++++++-------
 .../olat/vitero/ui/SignColumnDescriptor.java        | 13 ++++++-------
 .../olat/vitero/ui/StartColumnDescriptor.java       | 13 ++++++-------
 .../ui/ViteroAdminBookingInfosController.java       | 13 ++++++-------
 .../ui/ViteroAdminBookingMembersController.java     | 13 ++++++-------
 .../ui/ViteroAdminBookingRawInfosController.java    | 13 ++++++-------
 .../olat/vitero/ui/ViteroAdminController.java       | 13 ++++++-------
 .../olat/vitero/ui/ViteroBookingDataModel.java      | 13 ++++++-------
 .../olat/vitero/ui/ViteroBookingEditController.java | 13 ++++++-------
 .../vitero/ui/ViteroBookingsAdminController.java    | 13 ++++++-------
 .../olat/vitero/ui/ViteroBookingsController.java    | 13 ++++++-------
 .../vitero/ui/ViteroBookingsEditController.java     | 13 ++++++-------
 .../olat/vitero/ui/ViteroBookingsRunController.java | 13 ++++++-------
 .../vitero/ui/ViteroConfigurationController.java    | 13 ++++++-------
 .../vitero/ui/ViteroRoomsOverviewController.java    | 13 ++++++-------
 .../olat/vitero/ui/ViteroUserToGroupController.java | 13 ++++++-------
 40 files changed, 240 insertions(+), 280 deletions(-)

diff --git a/src/main/java/com/frentix/olat/course/nodes/ViteroCourseNode.java b/src/main/java/com/frentix/olat/course/nodes/ViteroCourseNode.java
index 8e8c683027d..4c98eeb3ab8 100644
--- a/src/main/java/com/frentix/olat/course/nodes/ViteroCourseNode.java
+++ b/src/main/java/com/frentix/olat/course/nodes/ViteroCourseNode.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.course.nodes;
diff --git a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroCourseNodeConfiguration.java b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroCourseNodeConfiguration.java
index 573c674886f..c5ca4db3597 100644
--- a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroCourseNodeConfiguration.java
+++ b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroCourseNodeConfiguration.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.course.nodes.vitero;
diff --git a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroEditController.java b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroEditController.java
index a490a715810..fe047de4402 100644
--- a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroEditController.java
+++ b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroEditController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.course.nodes.vitero;
diff --git a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroPeekViewController.java b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroPeekViewController.java
index 050b59ee007..5bc136610da 100644
--- a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroPeekViewController.java
+++ b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroPeekViewController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.course.nodes.vitero;
diff --git a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroRunController.java b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroRunController.java
index 24b7970866c..c79ffa2685a 100644
--- a/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroRunController.java
+++ b/src/main/java/com/frentix/olat/course/nodes/vitero/ViteroRunController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.course.nodes.vitero;
diff --git a/src/main/java/com/frentix/olat/vitero/ViteroModule.java b/src/main/java/com/frentix/olat/vitero/ViteroModule.java
index 4b6d9e19f73..dcafa4ef397 100644
--- a/src/main/java/com/frentix/olat/vitero/ViteroModule.java
+++ b/src/main/java/com/frentix/olat/vitero/ViteroModule.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero;
diff --git a/src/main/java/com/frentix/olat/vitero/ViteroTimezoneIDs.java b/src/main/java/com/frentix/olat/vitero/ViteroTimezoneIDs.java
index 0039138913f..d633ddd53fd 100644
--- a/src/main/java/com/frentix/olat/vitero/ViteroTimezoneIDs.java
+++ b/src/main/java/com/frentix/olat/vitero/ViteroTimezoneIDs.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero;
diff --git a/src/main/java/com/frentix/olat/vitero/ViteroUIFactory.java b/src/main/java/com/frentix/olat/vitero/ViteroUIFactory.java
index 202ca522f92..e0121ff27df 100755
--- a/src/main/java/com/frentix/olat/vitero/ViteroUIFactory.java
+++ b/src/main/java/com/frentix/olat/vitero/ViteroUIFactory.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/EmptyOMElement.java b/src/main/java/com/frentix/olat/vitero/manager/EmptyOMElement.java
index f88f939e082..2768d55270f 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/EmptyOMElement.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/EmptyOMElement.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/SecurityHeader.java b/src/main/java/com/frentix/olat/vitero/manager/SecurityHeader.java
index c73693f2cde..2d7564fb445 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/SecurityHeader.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/SecurityHeader.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/ViteroManager.java b/src/main/java/com/frentix/olat/vitero/manager/ViteroManager.java
index 16166a5ac1d..1995f9825af 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/ViteroManager.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/ViteroManager.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/ViteroTestMain.java b/src/main/java/com/frentix/olat/vitero/manager/ViteroTestMain.java
index d5c9fc69420..d3bc68c55bc 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/ViteroTestMain.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/ViteroTestMain.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/ViteroZombieSlayerJob.java b/src/main/java/com/frentix/olat/vitero/manager/ViteroZombieSlayerJob.java
index d918e5ea22a..4d3a4acbd44 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/ViteroZombieSlayerJob.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/ViteroZombieSlayerJob.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/manager/VmsNotAvailableException.java b/src/main/java/com/frentix/olat/vitero/manager/VmsNotAvailableException.java
index c5a2f70215a..95731215ad0 100644
--- a/src/main/java/com/frentix/olat/vitero/manager/VmsNotAvailableException.java
+++ b/src/main/java/com/frentix/olat/vitero/manager/VmsNotAvailableException.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.manager;
diff --git a/src/main/java/com/frentix/olat/vitero/model/GroupRole.java b/src/main/java/com/frentix/olat/vitero/model/GroupRole.java
index 694a235d241..3cf9f9dc456 100644
--- a/src/main/java/com/frentix/olat/vitero/model/GroupRole.java
+++ b/src/main/java/com/frentix/olat/vitero/model/GroupRole.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/Repetitionpattern.java b/src/main/java/com/frentix/olat/vitero/model/Repetitionpattern.java
index 742e347ce6c..affe1d2a995 100644
--- a/src/main/java/com/frentix/olat/vitero/model/Repetitionpattern.java
+++ b/src/main/java/com/frentix/olat/vitero/model/Repetitionpattern.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/StartBookingComparator.java b/src/main/java/com/frentix/olat/vitero/model/StartBookingComparator.java
index 6e20b7bbd51..1cc90c398ec 100644
--- a/src/main/java/com/frentix/olat/vitero/model/StartBookingComparator.java
+++ b/src/main/java/com/frentix/olat/vitero/model/StartBookingComparator.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/ViteroBooking.java b/src/main/java/com/frentix/olat/vitero/model/ViteroBooking.java
index d20189fba01..9ebda66fdd5 100644
--- a/src/main/java/com/frentix/olat/vitero/model/ViteroBooking.java
+++ b/src/main/java/com/frentix/olat/vitero/model/ViteroBooking.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/ViteroCustomer.java b/src/main/java/com/frentix/olat/vitero/model/ViteroCustomer.java
index e3db9070e81..a8c9eb169d8 100644
--- a/src/main/java/com/frentix/olat/vitero/model/ViteroCustomer.java
+++ b/src/main/java/com/frentix/olat/vitero/model/ViteroCustomer.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/ViteroGroup.java b/src/main/java/com/frentix/olat/vitero/model/ViteroGroup.java
index b1f34c1b78a..0a9550e9732 100644
--- a/src/main/java/com/frentix/olat/vitero/model/ViteroGroup.java
+++ b/src/main/java/com/frentix/olat/vitero/model/ViteroGroup.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/ViteroGroupRoles.java b/src/main/java/com/frentix/olat/vitero/model/ViteroGroupRoles.java
index dd1703eaf7c..4066443480e 100644
--- a/src/main/java/com/frentix/olat/vitero/model/ViteroGroupRoles.java
+++ b/src/main/java/com/frentix/olat/vitero/model/ViteroGroupRoles.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/model/ViteroUser.java b/src/main/java/com/frentix/olat/vitero/model/ViteroUser.java
index 277d418454f..cf3cbe5d51f 100644
--- a/src/main/java/com/frentix/olat/vitero/model/ViteroUser.java
+++ b/src/main/java/com/frentix/olat/vitero/model/ViteroUser.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.model;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/FilterBookings.java b/src/main/java/com/frentix/olat/vitero/ui/FilterBookings.java
index 9babdb47b5d..d04c9587ccf 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/FilterBookings.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/FilterBookings.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/RoleCellRenderer.java b/src/main/java/com/frentix/olat/vitero/ui/RoleCellRenderer.java
index 4cc903ba310..02eaf04d5ca 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/RoleCellRenderer.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/RoleCellRenderer.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/Sign.java b/src/main/java/com/frentix/olat/vitero/ui/Sign.java
index 88bca52af4c..8e7d5843d47 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/Sign.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/Sign.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/SignColumnDescriptor.java b/src/main/java/com/frentix/olat/vitero/ui/SignColumnDescriptor.java
index 9ac403a6ca4..2ebafbe79b6 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/SignColumnDescriptor.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/SignColumnDescriptor.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/StartColumnDescriptor.java b/src/main/java/com/frentix/olat/vitero/ui/StartColumnDescriptor.java
index 026405cba1b..7b9511abaa4 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/StartColumnDescriptor.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/StartColumnDescriptor.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingInfosController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingInfosController.java
index 8f887595067..124b59c8ff4 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingInfosController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingInfosController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingMembersController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingMembersController.java
index fe205b6722f..be211b452e3 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingMembersController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingMembersController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingRawInfosController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingRawInfosController.java
index 912d2545933..7f8e2a88bb1 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingRawInfosController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminBookingRawInfosController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminController.java
index bfc9488b54d..2c4205a775b 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroAdminController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingDataModel.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingDataModel.java
index 40ec51d4a94..0beaacb27ee 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingDataModel.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingDataModel.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingEditController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingEditController.java
index 191b1477a4c..4e6cb197f5d 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingEditController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingEditController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsAdminController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsAdminController.java
index e4578197785..05ebf1598af 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsAdminController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsAdminController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsController.java
index 8eb51ceeaa4..11359344ade 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsEditController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsEditController.java
index 4992948098c..01e08fc2095 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsEditController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsEditController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsRunController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsRunController.java
index da97b720def..2258983a00b 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsRunController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroBookingsRunController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroConfigurationController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroConfigurationController.java
index 30129572e40..adafc01e8bb 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroConfigurationController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroConfigurationController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroRoomsOverviewController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroRoomsOverviewController.java
index 18535e4e62a..71200573eb0 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroRoomsOverviewController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroRoomsOverviewController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
diff --git a/src/main/java/com/frentix/olat/vitero/ui/ViteroUserToGroupController.java b/src/main/java/com/frentix/olat/vitero/ui/ViteroUserToGroupController.java
index 9f657b2639c..917a5613511 100644
--- a/src/main/java/com/frentix/olat/vitero/ui/ViteroUserToGroupController.java
+++ b/src/main/java/com/frentix/olat/vitero/ui/ViteroUserToGroupController.java
@@ -1,12 +1,11 @@
 /**
- * OLAT - Online Learning and Training<br>
- * http://www.olat.org
+ * <a href="http://www.openolat.org">
+ * OpenOLAT - Online Learning and Training</a><br>
  * <p>
  * Licensed under the Apache License, Version 2.0 (the "License"); <br>
  * you may not use this file except in compliance with the License.<br>
- * You may obtain a copy of the License at
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
+ * You may obtain a copy of the License at the
+ * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
  * <p>
  * Unless required by applicable law or agreed to in writing,<br>
  * software distributed under the License is distributed on an "AS IS" BASIS, <br>
@@ -14,8 +13,8 @@
  * See the License for the specific language governing permissions and <br>
  * limitations under the License.
  * <p>
- * Copyright (c) frentix GmbH<br>
- * http://www.frentix.com<br>
+ * Initial code contributed and copyrighted by<br>
+ * 12.10.2011 by frentix GmbH, http://www.frentix.com
  * <p>
  */
 package com.frentix.olat.vitero.ui;
-- 
GitLab