From 80b16856185cc69913567d3ff02632046488a563 Mon Sep 17 00:00:00 2001 From: srosse <stephane.rosse@frentix.com> Date: Thu, 24 Sep 2020 17:37:06 +0200 Subject: [PATCH] no-jira: missing headers --- .../gui/RedundantEntryIconCellRenderer.java | 19 +++++++++++++++++++ .../util/vfs/filters/VFSAllItemsFilter.java | 19 +++++++++++++++++++ .../VFSRevisionsAndThumbnailsFilter.java | 19 +++++++++++++++++++ .../ConfirmStopAssessmentModeController.java | 19 +++++++++++++++++++ .../DisadvantageCompensationAuditLog.java | 19 +++++++++++++++++++ .../DisadvantageCompensationAuditLogDAO.java | 19 +++++++++++++++++++ .../DisadvantageCompensationAuditLogImpl.java | 19 +++++++++++++++++++ .../dcompensation/ui/StatusCellRenderer.java | 19 +++++++++++++++++++ ...sadvantageCompensationAuditLogDAOTest.java | 19 +++++++++++++++++++ 9 files changed, 171 insertions(+) diff --git a/src/main/java/org/olat/core/configuration/gui/RedundantEntryIconCellRenderer.java b/src/main/java/org/olat/core/configuration/gui/RedundantEntryIconCellRenderer.java index 4f1a2cb2b1e..00d278e3aad 100644 --- a/src/main/java/org/olat/core/configuration/gui/RedundantEntryIconCellRenderer.java +++ b/src/main/java/org/olat/core/configuration/gui/RedundantEntryIconCellRenderer.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.core.configuration.gui; import org.olat.core.gui.components.form.flexible.impl.elements.table.FlexiCellRenderer; diff --git a/src/main/java/org/olat/core/util/vfs/filters/VFSAllItemsFilter.java b/src/main/java/org/olat/core/util/vfs/filters/VFSAllItemsFilter.java index 8a24adb1054..dd0cbe8fb5c 100644 --- a/src/main/java/org/olat/core/util/vfs/filters/VFSAllItemsFilter.java +++ b/src/main/java/org/olat/core/util/vfs/filters/VFSAllItemsFilter.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.core.util.vfs.filters; import org.olat.core.util.vfs.VFSItem; diff --git a/src/main/java/org/olat/core/util/vfs/filters/VFSRevisionsAndThumbnailsFilter.java b/src/main/java/org/olat/core/util/vfs/filters/VFSRevisionsAndThumbnailsFilter.java index b81534ba2a5..7cdc4703bb8 100644 --- a/src/main/java/org/olat/core/util/vfs/filters/VFSRevisionsAndThumbnailsFilter.java +++ b/src/main/java/org/olat/core/util/vfs/filters/VFSRevisionsAndThumbnailsFilter.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.core.util.vfs.filters; import org.olat.core.util.vfs.VFSItem; diff --git a/src/main/java/org/olat/course/assessment/ui/tool/ConfirmStopAssessmentModeController.java b/src/main/java/org/olat/course/assessment/ui/tool/ConfirmStopAssessmentModeController.java index e4173f0e84a..164afa212a8 100644 --- a/src/main/java/org/olat/course/assessment/ui/tool/ConfirmStopAssessmentModeController.java +++ b/src/main/java/org/olat/course/assessment/ui/tool/ConfirmStopAssessmentModeController.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.course.assessment.ui.tool; import java.util.Arrays; diff --git a/src/main/java/org/olat/modules/dcompensation/DisadvantageCompensationAuditLog.java b/src/main/java/org/olat/modules/dcompensation/DisadvantageCompensationAuditLog.java index 1f569304a98..5637c1e40a0 100644 --- a/src/main/java/org/olat/modules/dcompensation/DisadvantageCompensationAuditLog.java +++ b/src/main/java/org/olat/modules/dcompensation/DisadvantageCompensationAuditLog.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.modules.dcompensation; import org.olat.core.id.CreateInfo; diff --git a/src/main/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAO.java b/src/main/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAO.java index e98a70130f0..c5a7d3dac72 100644 --- a/src/main/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAO.java +++ b/src/main/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAO.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.modules.dcompensation.manager; import java.util.Date; diff --git a/src/main/java/org/olat/modules/dcompensation/model/DisadvantageCompensationAuditLogImpl.java b/src/main/java/org/olat/modules/dcompensation/model/DisadvantageCompensationAuditLogImpl.java index af5e3eb6743..15ee2a55b87 100644 --- a/src/main/java/org/olat/modules/dcompensation/model/DisadvantageCompensationAuditLogImpl.java +++ b/src/main/java/org/olat/modules/dcompensation/model/DisadvantageCompensationAuditLogImpl.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.modules.dcompensation.model; import java.util.Date; diff --git a/src/main/java/org/olat/modules/dcompensation/ui/StatusCellRenderer.java b/src/main/java/org/olat/modules/dcompensation/ui/StatusCellRenderer.java index 0c51c3a5ff1..7ddf7278c77 100644 --- a/src/main/java/org/olat/modules/dcompensation/ui/StatusCellRenderer.java +++ b/src/main/java/org/olat/modules/dcompensation/ui/StatusCellRenderer.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.modules.dcompensation.ui; import org.olat.core.gui.components.form.flexible.impl.elements.table.FlexiCellRenderer; diff --git a/src/test/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAOTest.java b/src/test/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAOTest.java index eea0d492e03..9508ac9237b 100644 --- a/src/test/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAOTest.java +++ b/src/test/java/org/olat/modules/dcompensation/manager/DisadvantageCompensationAuditLogDAOTest.java @@ -1,3 +1,22 @@ +/** + * <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 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> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ package org.olat.modules.dcompensation.manager; import java.util.Date; -- GitLab