diff --git a/config/checkstyle.properties b/config/checkstyle.properties index 9b1a01c26..bce5fc732 100644 --- a/config/checkstyle.properties +++ b/config/checkstyle.properties @@ -1,6 +1,6 @@ checkstyle.suppressions.file=config/suppressions.xml checkstyle.suppressions-xpath.file=config/suppressions.xml -checkstyle.header.file=config/java.header checkstyle.regexp.header.file=config/java_regexp.header +checkstyle.regexp.old.header.file=config/java_regexp_old.header checkstyle.importcontrol.file=config/import-control.xml checkstyle.importcontroltest.file=config/import-control-test.xml diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml index 6a148a10f..ba0da3d89 100644 --- a/config/checkstyle_checks.xml +++ b/config/checkstyle_checks.xml @@ -65,6 +65,18 @@ + + + + + + + + + + + + diff --git a/config/java.header b/config/java.header deleted file mode 100644 index 6bbb54a07..000000000 --- a/config/java.header +++ /dev/null @@ -1,19 +0,0 @@ -//============================================================================ -// -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -//============================================================================ \ No newline at end of file diff --git a/config/java_regexp.header b/config/java_regexp.header index dd33ec13f..b9f0f489f 100644 --- a/config/java_regexp.header +++ b/config/java_regexp.header @@ -1,11 +1,11 @@ ^/{2}={76}$ ^/{2}$ -^/{2} Copyright \(C\) \d\d\d\d-\d\d\d\d David Schneider, Lars Ködderitzsch$ +^/{2} Copyright \(C\) 2003-2023 the original author or authors\.$ ^/{2}$ ^/{2} This library is free software; you can redistribute it and/or$ ^/{2} modify it under the terms of the GNU Lesser General Public$ ^/{2} License as published by the Free Software Foundation; either$ -^/{2} version \d.\d of the License, or \(at your option\) any later version.$ +^/{2} version 2\.1 of the License, or \(at your option\) any later version.$ ^/{2}$ ^/{2} This library is distributed in the hope that it will be useful,$ ^/{2} but WITHOUT ANY WARRANTY; without even the implied warranty of$ @@ -14,6 +14,6 @@ ^/{2}$ ^/{2} You should have received a copy of the GNU Lesser General Public$ ^/{2} License along with this library; if not, write to the Free Software$ -^/{2} Foundation, Inc., \d\d Temple Place, Suite \d\d\d, Boston, MA \d\d\d\d\d-\d\d\d\d USA$ +^/{2} Foundation, Inc\., 59 Temple Place, Suite 330, Boston, MA 02111\-1307 USA$ ^/{2}$ ^/{2}={76}$ diff --git a/config/java_regexp_old.header b/config/java_regexp_old.header new file mode 100644 index 000000000..fb2006c27 --- /dev/null +++ b/config/java_regexp_old.header @@ -0,0 +1,19 @@ +^/{2}={76}$ +^/{2}$ +^/{2} Copyright \(C\) 2003-2023 .*$ +^/{2}$ +^/{2} This library is free software; you can redistribute it and/or$ +^/{2} modify it under the terms of the GNU Lesser General Public$ +^/{2} License as published by the Free Software Foundation; either$ +^/{2} version 2\.1 of the License, or \(at your option\) any later version.$ +^/{2}$ +^/{2} This library is distributed in the hope that it will be useful,$ +^/{2} but WITHOUT ANY WARRANTY; without even the implied warranty of$ +^/{2} MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU$ +^/{2} Lesser General Public License for more details.$ +^/{2}$ +^/{2} You should have received a copy of the GNU Lesser General Public$ +^/{2} License along with this library; if not, write to the Free Software$ +^/{2} Foundation, Inc\., 59 Temple Place, Suite 330, Boston, MA 02111\-1307 USA$ +^/{2}$ +^/{2}={76}$ diff --git a/config/suppressions.xml b/config/suppressions.xml index f071b5509..91b4dcfc5 100644 --- a/config/suppressions.xml +++ b/config/suppressions.xml @@ -5,10 +5,224 @@ "http://www.puppycrawl.com/dtds/suppressions_1_2.dtd"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/net.sf.eclipsecs.branding/.checkstyle b/net.sf.eclipsecs.branding/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.branding/.checkstyle +++ b/net.sf.eclipsecs.branding/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.checkstyle/.checkstyle b/net.sf.eclipsecs.checkstyle/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.checkstyle/.checkstyle +++ b/net.sf.eclipsecs.checkstyle/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.core/.checkstyle b/net.sf.eclipsecs.core/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.core/.checkstyle +++ b/net.sf.eclipsecs.core/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePlugin.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePlugin.java index 5aff801c1..b638a1707 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePlugin.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePlugin.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePluginPrefs.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePluginPrefs.java index 5c18e944b..0ed220f39 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePluginPrefs.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/CheckstylePluginPrefs.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/Messages.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/Messages.java index 48261fef7..cc97caab9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/Messages.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/Messages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/Auditor.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/Auditor.java index c4a3a4a85..d992142c2 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/Auditor.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/Auditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckerFactory.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckerFactory.java index 4c112098b..44e2d9e51 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckerFactory.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckerFactory.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleBuilder.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleBuilder.java index 345cc9a80..638a013ce 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleBuilder.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleBuilder.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleMarker.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleMarker.java index 89fe926b2..d1dd6830b 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleMarker.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/CheckstyleMarker.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfiguration.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfiguration.java index f505c51f8..4200261d1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfiguration.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfiguration.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationFactory.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationFactory.java index cd4f9bdea..ae8f4f20e 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationFactory.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationFactory.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationTester.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationTester.java index fb7a77661..5657af70c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationTester.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationTester.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationWorkingCopy.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationWorkingCopy.java index cb7f79e72..c760ab39a 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationWorkingCopy.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckConfigurationWorkingCopy.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckstyleConfigurationFile.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckstyleConfigurationFile.java index 0b87b74f0..13192cdc0 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckstyleConfigurationFile.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/CheckstyleConfigurationFile.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigProperty.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigProperty.java index 504a9dd73..2f9d486a8 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigProperty.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigProperty.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationReader.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationReader.java index bcf266178..9151b7223 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationReader.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationReader.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationWriter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationWriter.java index 5fdec5bc3..812578e36 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationWriter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ConfigurationWriter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/GlobalCheckConfigurationWorkingSet.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/GlobalCheckConfigurationWorkingSet.java index 28332ca09..4f9c4f407 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/GlobalCheckConfigurationWorkingSet.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/GlobalCheckConfigurationWorkingSet.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfiguration.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfiguration.java index 620fc644a..27da77076 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfiguration.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfiguration.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfigurationWorkingSet.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfigurationWorkingSet.java index 5fd2ad16a..4734d6428 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfigurationWorkingSet.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ICheckConfigurationWorkingSet.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Module.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Module.java index e4d1b134d..c1a1efef5 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Module.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Module.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ResolvableProperty.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ResolvableProperty.java index 807ac1c42..9c9d58a83 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ResolvableProperty.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/ResolvableProperty.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Severity.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Severity.java index 0e37652b7..8a4c2b05a 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Severity.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/Severity.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/XMLTags.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/XMLTags.java index 24ad07f35..731a39e8e 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/XMLTags.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/XMLTags.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInConfigurationType.java index c111b1a95..6ab803ea0 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInFilePropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInFilePropertyResolver.java index 458c7933c..0ed5cd86b 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInFilePropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/BuiltInFilePropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ClasspathVariableResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ClasspathVariableResolver.java index bc4d5c52b..03fb764b4 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ClasspathVariableResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ClasspathVariableResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationType.java index 868b3630d..2d7560ff6 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationTypes.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationTypes.java index f14fff848..39121c885 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationTypes.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ConfigurationTypes.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ExternalFileConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ExternalFileConfigurationType.java index e84db1ac7..437d5ab57 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ExternalFileConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ExternalFileConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IConfigurationType.java index 18eb9407c..1bc52d2f7 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IContextAware.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IContextAware.java index 8db73159d..42e20dcb4 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IContextAware.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/IContextAware.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/InternalConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/InternalConfigurationType.java index 09a4819ec..a7b4c502a 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/InternalConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/InternalConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/MultiPropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/MultiPropertyResolver.java index 8da867c69..983f96128 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/MultiPropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/MultiPropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ProjectConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ProjectConfigurationType.java index 3f6c94bf6..f30ab85d1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ProjectConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ProjectConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/PropertyUtil.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/PropertyUtil.java index e8011b7e0..e0c511f45 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/PropertyUtil.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/PropertyUtil.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/RemoteConfigurationType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/RemoteConfigurationType.java index 5b8adaf7e..71db23d56 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/RemoteConfigurationType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/RemoteConfigurationType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResolvablePropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResolvablePropertyResolver.java index 327e75265..e88f11708 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResolvablePropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResolvablePropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResourceBundlePropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResourceBundlePropertyResolver.java index 0f4cf006b..7940afe7e 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResourceBundlePropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/ResourceBundlePropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/StandardPropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/StandardPropertyResolver.java index c12ccbbca..1a50889f5 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/StandardPropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/StandardPropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/SystemPropertyResolver.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/SystemPropertyResolver.java index b93a90794..742b628c2 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/SystemPropertyResolver.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/configtypes/SystemPropertyResolver.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/AllTokensProvider.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/AllTokensProvider.java index 62ca0f0d0..9f55566c2 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/AllTokensProvider.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/AllTokensProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/CheckUtil.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/CheckUtil.java index 74cf3f064..516b56712 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/CheckUtil.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/CheckUtil.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.core.config.meta; import java.util.Arrays; diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyMetadata.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyMetadata.java index 0fb19b499..adf10bea6 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyMetadata.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyMetadata.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyType.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyType.java index c4769bb21..2e380f320 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyType.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/ConfigPropertyType.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/IOptionProvider.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/IOptionProvider.java index b3bdc1d76..b307178fe 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/IOptionProvider.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/IOptionProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/MetadataFactory.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/MetadataFactory.java index 75d87a913..df2019bc7 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/MetadataFactory.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/MetadataFactory.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleGroupMetadata.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleGroupMetadata.java index 2e289f26e..12b5bc665 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleGroupMetadata.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleGroupMetadata.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleMetadata.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleMetadata.java index 84b47b604..16f1cba3e 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleMetadata.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/meta/RuleMetadata.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/CheckerModuleSaveFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/CheckerModuleSaveFilter.java index 170528e3e..25c2c321f 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/CheckerModuleSaveFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/CheckerModuleSaveFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/ISaveFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/ISaveFilter.java index 0292d6d27..260091f1d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/ISaveFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/ISaveFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SaveFilters.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SaveFilters.java index 138b14582..d1d98939c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SaveFilters.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SaveFilters.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SortingSaveFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SortingSaveFilter.java index 44c81a736..498956d62 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SortingSaveFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SortingSaveFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SuppressWarningsHolderSaveFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SuppressWarningsHolderSaveFilter.java index 59f4b41d4..1b8ae8001 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SuppressWarningsHolderSaveFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/SuppressWarningsHolderSaveFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/TreeWalkerModuleSaveFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/TreeWalkerModuleSaveFilter.java index b289a36ba..519fc4d7c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/TreeWalkerModuleSaveFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/config/savefilter/TreeWalkerModuleSaveFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/AuditorJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/AuditorJob.java index e2b5e8c1e..d60d86564 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/AuditorJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/AuditorJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/BuildProjectJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/BuildProjectJob.java index 24c3f07c1..311030a6d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/BuildProjectJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/BuildProjectJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/ConfigureDeconfigureNatureJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/ConfigureDeconfigureNatureJob.java index 5510136aa..87f03c6e5 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/ConfigureDeconfigureNatureJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/ConfigureDeconfigureNatureJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/RunCheckstyleOnFilesJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/RunCheckstyleOnFilesJob.java index 0e0fc3da7..16f42ae71 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/RunCheckstyleOnFilesJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/RunCheckstyleOnFilesJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformCheckstyleRulesJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformCheckstyleRulesJob.java index 48bf4ed01..90fc71b4d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformCheckstyleRulesJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformCheckstyleRulesJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformFormatterRulesJob.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformFormatterRulesJob.java index 272de12ae..eb38d37b9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformFormatterRulesJob.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/jobs/TransformFormatterRulesJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/nature/CheckstyleNature.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/nature/CheckstyleNature.java index ba5ecf7d0..f8dae98b0 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/nature/CheckstyleNature.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/nature/CheckstyleNature.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileMatchPattern.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileMatchPattern.java index 4683fb403..87bebd942 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileMatchPattern.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileMatchPattern.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileSet.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileSet.java index c9d39b834..5071bce73 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileSet.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/FileSet.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/IProjectConfiguration.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/IProjectConfiguration.java index 6b4c8c86c..a21234831 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/IProjectConfiguration.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/IProjectConfiguration.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/LocalCheckConfigurationWorkingSet.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/LocalCheckConfigurationWorkingSet.java index 9c14153e1..35ea696f0 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/LocalCheckConfigurationWorkingSet.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/LocalCheckConfigurationWorkingSet.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/PluginFilters.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/PluginFilters.java index 4501c9b56..322f0b4b4 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/PluginFilters.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/PluginFilters.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfiguration.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfiguration.java index 37c7b92e1..d6c9cc41a 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfiguration.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfiguration.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationFactory.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationFactory.java index c863c148f..81b1f5867 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationFactory.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationFactory.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationWorkingCopy.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationWorkingCopy.java index 3835579bf..1932124b5 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationWorkingCopy.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/ProjectConfigurationWorkingCopy.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/XMLTags.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/XMLTags.java index fde722d67..ddbe37894 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/XMLTags.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/XMLTags.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/AbstractFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/AbstractFilter.java index a0038376c..f440628b1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/AbstractFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/AbstractFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/DerivedFilesFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/DerivedFilesFilter.java index fff99f579..08ad1d2ab 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/DerivedFilesFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/DerivedFilesFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesInSyncFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesInSyncFilter.java index f54705156..90d458da9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesInSyncFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesInSyncFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesOlderThanOneDayFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesOlderThanOneDayFilter.java index 4242c661e..a18f4f0bc 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesOlderThanOneDayFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/FilesOlderThanOneDayFilter.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.core.projectconfig.filters; import org.eclipse.core.resources.IFile; diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/IFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/IFilter.java index 4bb52ecdb..03f0fe378 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/IFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/IFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/NonSrcDirsFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/NonSrcDirsFilter.java index 593813d98..b7949d759 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/NonSrcDirsFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/NonSrcDirsFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/PackageFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/PackageFilter.java index 3bd97c4cb..7ba279a70 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/PackageFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/PackageFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/UnOpenedFilesFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/UnOpenedFilesFilter.java index 982c64983..f380615e9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/UnOpenedFilesFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/UnOpenedFilesFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/WriteProtectedFilter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/WriteProtectedFilter.java index 106da1c7b..a2906bf25 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/WriteProtectedFilter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/projectconfig/filters/WriteProtectedFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CTransformationClass.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CTransformationClass.java index 7fd94e63d..ab947ae7b 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CTransformationClass.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CTransformationClass.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleFileWriter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleFileWriter.java index f23e77266..b6655a71d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleFileWriter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleFileWriter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleSetting.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleSetting.java index 246ddf46c..846275c7f 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleSetting.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleSetting.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleTransformer.java index f5140df07..86ff39e86 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/CheckstyleTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FTransformationClass.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FTransformationClass.java index 1a27e8312..930ac05e8 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FTransformationClass.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FTransformationClass.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigParser.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigParser.java index d1cf2a470..dd4fcc1e6 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigParser.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigParser.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigWriter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigWriter.java index 95547f52a..848cbe32a 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigWriter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfigWriter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfiguration.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfiguration.java index 6c8e3b1d1..e6edacded 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfiguration.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterConfiguration.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterTransformer.java index 1a4a9a47e..b5c1b7e49 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/FormatterTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/XmlProfileWriter.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/XmlProfileWriter.java index 2bfd358f1..387ad1dac 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/XmlProfileWriter.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/XmlProfileWriter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/AvoidStarImportTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/AvoidStarImportTransformer.java index af2cadaff..b2323110d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/AvoidStarImportTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/AvoidStarImportTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FileTabCharacterTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FileTabCharacterTransformer.java index f31a1254e..401cea7b9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FileTabCharacterTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FileTabCharacterTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalLocalVariableTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalLocalVariableTransformer.java index fe5d4a197..9fc5ef8f1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalLocalVariableTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalLocalVariableTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalParametersTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalParametersTransformer.java index 52ba7accd..a510c71d1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalParametersTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/FinalParametersTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/GenericWhitespaceTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/GenericWhitespaceTransformer.java index 9b7da0efb..737533c89 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/GenericWhitespaceTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/GenericWhitespaceTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/IndentationTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/IndentationTransformer.java index 24f0c64d2..6d337413c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/IndentationTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/IndentationTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LeftCurlyTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LeftCurlyTransformer.java index ce589542a..d5784e891 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LeftCurlyTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LeftCurlyTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LineLengthTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LineLengthTransformer.java index 98a4084c9..5eff71d0b 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LineLengthTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LineLengthTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MethodParamPadTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MethodParamPadTransformer.java index a0f6aa6af..118189b38 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MethodParamPadTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MethodParamPadTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingDeprecatedTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingDeprecatedTransformer.java index f221c9b11..4f3adc745 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingDeprecatedTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingDeprecatedTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingOverrideTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingOverrideTransformer.java index a5edd4a6c..ede5f95e8 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingOverrideTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/MissingOverrideTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NeedBracesTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NeedBracesTransformer.java index bcf5c696b..26ef460aa 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NeedBracesTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NeedBracesTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NewlineAtEndOfFileTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NewlineAtEndOfFileTransformer.java index 103be95ae..b28e4cf6c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NewlineAtEndOfFileTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NewlineAtEndOfFileTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceAfterTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceAfterTransformer.java index 0b7e2c3bc..a96a534b4 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceAfterTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceAfterTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceBeforeTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceBeforeTransformer.java index c56da72b3..f4e29f620 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceBeforeTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/NoWhitespaceBeforeTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/ParenPadTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/ParenPadTransformer.java index dccea42da..6427a95ff 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/ParenPadTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/ParenPadTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RedundantImportTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RedundantImportTransformer.java index f8dc66990..b11e117b8 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RedundantImportTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RedundantImportTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RequireThisTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RequireThisTransformer.java index bbab2a28a..977939743 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RequireThisTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RequireThisTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RightCurlyTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RightCurlyTransformer.java index 447160a81..42ba248a7 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RightCurlyTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RightCurlyTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TabCharacterTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TabCharacterTransformer.java index d5a22ef26..8fb3a1c0c 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TabCharacterTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TabCharacterTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TypecastParenPadTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TypecastParenPadTransformer.java index ee63b6b60..62bc7dda9 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TypecastParenPadTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/TypecastParenPadTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/UnusedImportsTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/UnusedImportsTransformer.java index 96fd124d7..8f01f3a9d 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/UnusedImportsTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/UnusedImportsTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAfterTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAfterTransformer.java index 43fc80e3c..e96a15ec1 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAfterTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAfterTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAroundTransformer.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAroundTransformer.java index 8a01cd07d..a75cc97fc 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAroundTransformer.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/WhitespaceAroundTransformer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_insert_space_before_opening_paren_in_method_invocation.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_insert_space_before_opening_paren_in_method_invocation.java index 907e11ca6..692da757f 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_insert_space_before_opening_paren_in_method_invocation.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_insert_space_before_opening_paren_in_method_invocation.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_tabulation_char.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_tabulation_char.java index d609daf8a..9cbedef6f 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_tabulation_char.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ftransformerclasses/T_tabulation_char.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstyleLog.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstyleLog.java index 4c5645edf..ebd775f8f 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstyleLog.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstyleLog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstylePluginException.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstylePluginException.java index 9876d7037..fd505223e 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstylePluginException.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/CheckstylePluginException.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/EclipseLogHandler.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/EclipseLogHandler.java index 67b0fd82f..81d3fb8db 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/EclipseLogHandler.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/EclipseLogHandler.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/ExtensionClassLoader.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/ExtensionClassLoader.java index d868f0284..b42806232 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/ExtensionClassLoader.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/ExtensionClassLoader.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/XMLUtil.java b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/XMLUtil.java index 566898ca2..b13668e93 100644 --- a/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/XMLUtil.java +++ b/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/util/XMLUtil.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.doc/.checkstyle b/net.sf.eclipsecs.doc/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.doc/.checkstyle +++ b/net.sf.eclipsecs.doc/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.sample/.checkstyle b/net.sf.eclipsecs.sample/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.sample/.checkstyle +++ b/net.sf.eclipsecs.sample/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitCheck.java b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitCheck.java index 18efb63ac..32a7b303c 100644 --- a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitCheck.java +++ b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitCheck.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.sample.checks; import com.puppycrawl.tools.checkstyle.api.AbstractCheck; diff --git a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitQuickfix.java b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitQuickfix.java index 7b9fca963..7eb8ce443 100644 --- a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitQuickfix.java +++ b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/checks/MethodLimitQuickfix.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.sample.checks; import net.sf.eclipsecs.ui.CheckstyleUIPluginImages; diff --git a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/SampleFilter.java b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/SampleFilter.java index 7710ff933..3b2da08e3 100644 --- a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/SampleFilter.java +++ b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/SampleFilter.java @@ -1,3 +1,22 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ package net.sf.eclipsecs.sample.filter; diff --git a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/ThreadSafe.java b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/ThreadSafe.java index 4837f5f17..ce14f5c7c 100644 --- a/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/ThreadSafe.java +++ b/net.sf.eclipsecs.sample/src/net/sf/eclipsecs/sample/filter/ThreadSafe.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.sample.filter; public @interface ThreadSafe { diff --git a/net.sf.eclipsecs.ui/.checkstyle b/net.sf.eclipsecs.ui/.checkstyle index a25a2d9fe..20d6bb793 100644 --- a/net.sf.eclipsecs.ui/.checkstyle +++ b/net.sf.eclipsecs.ui/.checkstyle @@ -4,8 +4,8 @@ - + diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleMarkerImageProvider.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleMarkerImageProvider.java index 1750d5147..6839740b3 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleMarkerImageProvider.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleMarkerImageProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstylePluginStartup.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstylePluginStartup.java index d167fd3a5..698fce7a4 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstylePluginStartup.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstylePluginStartup.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPlugin.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPlugin.java index 2df4b1a20..8d3e44207 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPlugin.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPlugin.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginImages.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginImages.java index 654a1d0a0..3c7d8e81d 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginImages.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginImages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginPrefs.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginPrefs.java index ac5081832..d47268cf9 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginPrefs.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/CheckstyleUIPluginPrefs.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/Messages.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/Messages.java index 92d0b4315..b7a93b1e2 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/Messages.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/Messages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ActivateProjectsAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ActivateProjectsAction.java index f47c6efcd..e2431b4a4 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ActivateProjectsAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ActivateProjectsAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckSelectedFilesAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckSelectedFilesAction.java index 42c5c47e3..e024b1cd0 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckSelectedFilesAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckSelectedFilesAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckstyleTransformingAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckstyleTransformingAction.java index e2cee781c..75259ed88 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckstyleTransformingAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/CheckstyleTransformingAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ClearSelectedFilesAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ClearSelectedFilesAction.java index e4fa07bff..49a54260a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ClearSelectedFilesAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ClearSelectedFilesAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ConfigureProjectFromBluePrintAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ConfigureProjectFromBluePrintAction.java index c6c742cca..0d678d1ff 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ConfigureProjectFromBluePrintAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/ConfigureProjectFromBluePrintAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/DeactivateProjectsAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/DeactivateProjectsAction.java index 6b3ca22a8..916dcb114 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/DeactivateProjectsAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/DeactivateProjectsAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/FormatterTransformingAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/FormatterTransformingAction.java index 81b72c90c..8d87cbd67 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/FormatterTransformingAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/FormatterTransformingAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2009 Lukas Frena +// Copyright (C) 2003-2023 Lukas Frena // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/PurgeCachesAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/PurgeCachesAction.java index ea6c0dcc6..78343bf6f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/PurgeCachesAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/actions/PurgeCachesAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationConfigureDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationConfigureDialog.java index ae9716897..7cf1f31e2 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationConfigureDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationConfigureDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationLabelProvider.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationLabelProvider.java index a43c80fb0..6e4fc895b 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationLabelProvider.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationLabelProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationPropertiesDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationPropertiesDialog.java index c9392b32b..7d770faff 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationPropertiesDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationPropertiesDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationViewerSorter.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationViewerSorter.java index e984c11a0..e09ab4480 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationViewerSorter.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationViewerSorter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationWorkingSetEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationWorkingSetEditor.java index 233804223..12306be7f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationWorkingSetEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/CheckConfigurationWorkingSetEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/PropertiesContentAssistProcessor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/PropertiesContentAssistProcessor.java index 08aecece0..4db65df7a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/PropertiesContentAssistProcessor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/PropertiesContentAssistProcessor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertiesDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertiesDialog.java index e6d32464f..d4d6c2bbd 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertiesDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertiesDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertyEditDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertyEditDialog.java index 471efe6eb..67f68f647 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertyEditDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/ResolvablePropertyEditDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/RuleConfigurationEditDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/RuleConfigurationEditDialog.java index f5cab390c..b5f6e3191 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/RuleConfigurationEditDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/RuleConfigurationEditDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/BuiltInConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/BuiltInConfigurationEditor.java index 23a337a27..c1601e22a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/BuiltInConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/BuiltInConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ConfigurationTypesUI.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ConfigurationTypesUI.java index 656393225..c3e8fbc98 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ConfigurationTypesUI.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ConfigurationTypesUI.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ExternalFileConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ExternalFileConfigurationEditor.java index 9ef623821..a645cf36e 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ExternalFileConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ExternalFileConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ICheckConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ICheckConfigurationEditor.java index 79eab0d01..336d7ef12 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ICheckConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ICheckConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/InternalConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/InternalConfigurationEditor.java index 9ad9cc7dc..256eee598 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/InternalConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/InternalConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ProjectConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ProjectConfigurationEditor.java index 67716d62b..9b732ba72 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ProjectConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/ProjectConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/RemoteConfigurationEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/RemoteConfigurationEditor.java index 1ddab3a78..9459defdb 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/RemoteConfigurationEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/configtypes/RemoteConfigurationEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetAbstractBase.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetAbstractBase.java index d1b09480e..ec12ab272 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetAbstractBase.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetAbstractBase.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetBoolean.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetBoolean.java index 3f2e11c23..cd964981f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetBoolean.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetBoolean.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFactory.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFactory.java index 62cbae70c..10e7e41b5 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFactory.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFactory.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFile.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFile.java index 161b6e5cf..d4522e0a5 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFile.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetFile.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetHidden.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetHidden.java index e1c602278..878e3ea75 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetHidden.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetHidden.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetInteger.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetInteger.java index 048aa3835..6d0deb27c 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetInteger.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetInteger.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetMultiCheck.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetMultiCheck.java index ae62c3257..56447da04 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetMultiCheck.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetMultiCheck.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetRegex.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetRegex.java index 877bb8f11..73eec253b 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetRegex.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetRegex.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetSingleSelect.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetSingleSelect.java index 9e1d2241c..da21c874f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetSingleSelect.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetSingleSelect.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetString.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetString.java index e1beb6ea6..ef8d89be0 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetString.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/ConfigPropertyWidgetString.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/IConfigPropertyWidget.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/IConfigPropertyWidget.java index 547569249..a5151ad9d 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/IConfigPropertyWidget.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/config/widgets/IConfigPropertyWidget.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstylePreferencePage.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstylePreferencePage.java index 51e9d7710..3a02874ea 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstylePreferencePage.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstylePreferencePage.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstyleSettingsTransfer.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstyleSettingsTransfer.java index e3165b49b..fb399cc72 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstyleSettingsTransfer.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/preferences/CheckstyleSettingsTransfer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckConfigurationContentProvider.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckConfigurationContentProvider.java index c13b2a9bd..34771e326 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckConfigurationContentProvider.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckConfigurationContentProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckstylePropertyPage.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckstylePropertyPage.java index 820629fae..04a543307 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckstylePropertyPage.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/CheckstylePropertyPage.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/ComplexFileSetsEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/ComplexFileSetsEditor.java index 20214fc19..f1099ca18 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/ComplexFileSetsEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/ComplexFileSetsEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileMatchPatternEditDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileMatchPatternEditDialog.java index 5a85d3fd4..8b199b680 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileMatchPatternEditDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileMatchPatternEditDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileSetEditDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileSetEditDialog.java index dac853d57..6c66ae547 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileSetEditDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/FileSetEditDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/IFileSetsEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/IFileSetsEditor.java index a2e424ee0..d986558e0 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/IFileSetsEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/IFileSetsEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/SimpleFileSetsEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/SimpleFileSetsEditor.java index 3a8726ec6..c2263bbe5 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/SimpleFileSetsEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/SimpleFileSetsEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/CheckFileOnOpenPartListener.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/CheckFileOnOpenPartListener.java index 7d3c0948b..422565361 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/CheckFileOnOpenPartListener.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/CheckFileOnOpenPartListener.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/FileTypesFilterEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/FileTypesFilterEditor.java index f510dace5..76b9526be 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/FileTypesFilterEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/FileTypesFilterEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/IFilterEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/IFilterEditor.java index 500880e8b..e0987bcc8 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/IFilterEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/IFilterEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PackageFilterEditor.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PackageFilterEditor.java index 13aad5d6f..a62338e53 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PackageFilterEditor.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PackageFilterEditor.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PluginFilterEditors.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PluginFilterEditors.java index a5a15b431..cfdda9da9 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PluginFilterEditors.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/filter/PluginFilterEditors.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/CheckstyleMarkerPropertyTester.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/CheckstyleMarkerPropertyTester.java index f702bfd3d..0fee874e8 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/CheckstyleMarkerPropertyTester.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/CheckstyleMarkerPropertyTester.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.ui.properties.marker; import org.eclipse.core.expressions.PropertyTester; diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/MarkerPropertyPage.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/MarkerPropertyPage.java index df343b81f..925697a27 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/MarkerPropertyPage.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/MarkerPropertyPage.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.ui.properties.marker; import org.eclipse.core.resources.IMarker; diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/AbstractASTResolution.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/AbstractASTResolution.java index 099a35d5b..679d818fd 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/AbstractASTResolution.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/AbstractASTResolution.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/CheckstyleMarkerResolutionGenerator.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/CheckstyleMarkerResolutionGenerator.java index 0f7e7de70..74567fdb0 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/CheckstyleMarkerResolutionGenerator.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/CheckstyleMarkerResolutionGenerator.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersAction.java index 0313f4836..ff805c503 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersHandler.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersHandler.java index ce6d30db9..45c61646e 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersHandler.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersHandler.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersJob.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersJob.java index 143afe625..eee1780d5 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersJob.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/FixCheckstyleMarkersJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/ICheckstyleMarkerResolution.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/ICheckstyleMarkerResolution.java index 261ce9241..ea1dd69a4 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/ICheckstyleMarkerResolution.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/ICheckstyleMarkerResolution.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/Messages.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/Messages.java index a5b73120a..010bfd92e 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/Messages.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/Messages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/AvoidNestedBlocksQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/AvoidNestedBlocksQuickfix.java index 99b308ed3..1af682c7a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/AvoidNestedBlocksQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/AvoidNestedBlocksQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/NeedBracesQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/NeedBracesQuickfix.java index 79367862b..05988287d 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/NeedBracesQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/blocks/NeedBracesQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/DefaultComesLastQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/DefaultComesLastQuickfix.java index 318a36318..7056ebb19 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/DefaultComesLastQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/DefaultComesLastQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/EmptyStatementQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/EmptyStatementQuickfix.java index cff4705b4..11bc4dfb2 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/EmptyStatementQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/EmptyStatementQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/ExplicitInitializationQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/ExplicitInitializationQuickfix.java index 54a3493d3..dab0a0cd1 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/ExplicitInitializationQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/ExplicitInitializationQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/FinalLocalVariableQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/FinalLocalVariableQuickfix.java index 546bdfb8f..f8459d6ca 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/FinalLocalVariableQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/FinalLocalVariableQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/MissingSwitchDefaultQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/MissingSwitchDefaultQuickfix.java index 0a976be1c..85675f679 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/MissingSwitchDefaultQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/MissingSwitchDefaultQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/RequireThisQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/RequireThisQuickfix.java index a7f8e2c35..305917c4a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/RequireThisQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/RequireThisQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/SimplifyBooleanReturnQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/SimplifyBooleanReturnQuickfix.java index af639f7c6..c10ed8dce 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/SimplifyBooleanReturnQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/SimplifyBooleanReturnQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/StringLiteralEqualityQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/StringLiteralEqualityQuickfix.java index 82696f04b..a85cc651b 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/StringLiteralEqualityQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/coding/StringLiteralEqualityQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/DesignForExtensionQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/DesignForExtensionQuickfix.java index 3998be0c8..c2c1d4014 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/DesignForExtensionQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/DesignForExtensionQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/FinalClassQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/FinalClassQuickfix.java index cfc8f9160..f947e6461 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/FinalClassQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/design/FinalClassQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/ArrayTypeStyleQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/ArrayTypeStyleQuickfix.java index 390cbcc13..d52ecf41f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/ArrayTypeStyleQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/ArrayTypeStyleQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/FinalParametersQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/FinalParametersQuickfix.java index 06cf7c0bb..03b3811bd 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/FinalParametersQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/FinalParametersQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UncommentedMainQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UncommentedMainQuickfix.java index 76fbe6d4e..72f380350 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UncommentedMainQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UncommentedMainQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UpperEllQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UpperEllQuickfix.java index 124169298..82104f364 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UpperEllQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/misc/UpperEllQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/Messages.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/Messages.java index 830a28373..4c4861dda 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/Messages.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/Messages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/ModifierOrderQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/ModifierOrderQuickfix.java index 9f7354be9..02fecadf7 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/ModifierOrderQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/ModifierOrderQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/RedundantModifierQuickfix.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/RedundantModifierQuickfix.java index b85272de8..8b6f3a938 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/RedundantModifierQuickfix.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/modifier/RedundantModifierQuickfix.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/Messages.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/Messages.java index fbfcbdc83..fabf8b20a 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/Messages.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/Messages.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/CreateStatsJob.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/CreateStatsJob.java index fc4a624f3..289a6689d 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/CreateStatsJob.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/CreateStatsJob.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/MarkerStat.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/MarkerStat.java index 6ddf4809f..e9af41a80 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/MarkerStat.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/MarkerStat.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/Stats.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/Stats.java index 6e51bdb14..7c9308206 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/Stats.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/data/Stats.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/AbstractStatsView.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/AbstractStatsView.java index 00484227a..cd4ab6a75 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/AbstractStatsView.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/AbstractStatsView.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphPieDataset.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphPieDataset.java index 12d782c92..fe8c6f8bf 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphPieDataset.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphPieDataset.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphStatsView.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphStatsView.java index b889ba48a..56d07b5d2 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphStatsView.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/GraphStatsView.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/MarkerStatsView.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/MarkerStatsView.java index b0977142d..ea279e551 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/MarkerStatsView.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/MarkerStatsView.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilter.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilter.java index eeb0b6197..01054df96 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilter.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilter.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilterDialog.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilterDialog.java index bb9ea673a..f8d9aabdb 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilterDialog.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/CheckstyleMarkerFilterDialog.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/FiltersAction.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/FiltersAction.java index 3474de501..d60077117 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/FiltersAction.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/stats/views/internal/FiltersAction.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2006 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/SWTUtil.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/SWTUtil.java index fa43393c1..ab7eb4e0f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/SWTUtil.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/SWTUtil.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/regex/RegexCompletionProposalFactory.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/regex/RegexCompletionProposalFactory.java index ccc8b49e7..6410d8b49 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/regex/RegexCompletionProposalFactory.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/regex/RegexCompletionProposalFactory.java @@ -1,3 +1,23 @@ +//============================================================================ +// +// Copyright (C) 2003-2023 the original author or authors. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +//============================================================================ + package net.sf.eclipsecs.ui.util.regex; import org.eclipse.jface.fieldassist.TextContentAdapter; diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/EnhancedTableViewer.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/EnhancedTableViewer.java index f92b3c85e..3c0db1e00 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/EnhancedTableViewer.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/EnhancedTableViewer.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableComparableProvider.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableComparableProvider.java index abee45a14..7bfed2f2c 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableComparableProvider.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableComparableProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableSettingsProvider.java b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableSettingsProvider.java index a8c54f0d4..f4dc5c95f 100644 --- a/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableSettingsProvider.java +++ b/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/util/table/ITableSettingsProvider.java @@ -1,6 +1,6 @@ //============================================================================ // -// Copyright (C) 2002-2016 David Schneider, Lars Ködderitzsch, Fabrice Bellingard +// Copyright (C) 2003-2023 David Schneider, Lars Ködderitzsch, Fabrice Bellingard // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public