From 9259597d7c97f0fe7b3d5749b50044e31dda44ed Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Thu, 16 Feb 2023 09:16:38 +0100 Subject: [PATCH] SSDM-13365: Updated copyright profile format --- docs/copyright/Copyright.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/copyright/Copyright.xml b/docs/copyright/Copyright.xml index e1797f4eb72..e80bdd78ea8 100644 --- a/docs/copyright/Copyright.xml +++ b/docs/copyright/Copyright.xml @@ -1,7 +1,6 @@ <component name="CopyrightManager"> <copyright> - <option name="keyword" value=".*Copyright" /> - <option name="notice" value=" Copyright &#36;today.year ETH Zürich, Scientific IT Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. " /> + <option name="notice" value=" Copyright ETH &#36;originalComment.match("Copyright ETH (\d+)", 1, " - ", "&#36;today.year")&#36;today.year Zürich, Scientific IT Services Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. " /> <option name="myName" value="Copyright" /> </copyright> </component> \ No newline at end of file -- GitLab