From 37a61d21931d00bf45594cedef975fc74c43e4ee Mon Sep 17 00:00:00 2001 From: emmanue1 Date: Thu, 14 Mar 2019 00:03:41 +0100 Subject: [PATCH] Update license headers --- api/src/main/java/org/jd/gui/api/API.java | 6 ++++-- .../org/jd/gui/api/feature/ContainerEntryGettable.java | 6 ++++-- .../main/java/org/jd/gui/api/feature/ContentCopyable.java | 6 ++++-- .../main/java/org/jd/gui/api/feature/ContentIndexable.java | 6 ++++-- .../main/java/org/jd/gui/api/feature/ContentSavable.java | 6 ++++-- .../java/org/jd/gui/api/feature/ContentSearchable.java | 6 ++++-- .../java/org/jd/gui/api/feature/ContentSelectable.java | 6 ++++-- .../java/org/jd/gui/api/feature/FocusedTypeGettable.java | 6 ++++-- .../java/org/jd/gui/api/feature/IndexesChangeListener.java | 6 ++++-- .../java/org/jd/gui/api/feature/LineNumberNavigable.java | 6 ++++-- .../java/org/jd/gui/api/feature/PageChangeListener.java | 6 ++++-- .../main/java/org/jd/gui/api/feature/PageChangeable.java | 6 ++++-- api/src/main/java/org/jd/gui/api/feature/PageClosable.java | 6 ++++-- api/src/main/java/org/jd/gui/api/feature/PageCreator.java | 6 ++++-- .../org/jd/gui/api/feature/PreferencesChangeListener.java | 6 ++++-- .../main/java/org/jd/gui/api/feature/SourcesSavable.java | 6 ++++-- .../java/org/jd/gui/api/feature/TreeNodeExpandable.java | 6 ++++-- api/src/main/java/org/jd/gui/api/feature/UriGettable.java | 6 ++++-- api/src/main/java/org/jd/gui/api/feature/UriOpenable.java | 6 ++++-- api/src/main/java/org/jd/gui/api/model/Container.java | 6 ++++-- api/src/main/java/org/jd/gui/api/model/Indexes.java | 6 ++++-- api/src/main/java/org/jd/gui/api/model/TreeNodeData.java | 6 ++++-- api/src/main/java/org/jd/gui/api/model/Type.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/ContainerFactory.java | 6 ++++-- .../main/java/org/jd/gui/spi/ContextualActionsFactory.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/FileLoader.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/Indexer.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/PanelFactory.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/PasteHandler.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/PreferencesPanel.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/SourceSaver.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/TreeNodeFactory.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/TypeFactory.java | 6 ++++-- api/src/main/java/org/jd/gui/spi/UriLoader.java | 6 ++++-- app/src/main/groovy/org/jd/gui/App.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/Constants.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/OsxApp.groovy | 7 +++++++ .../groovy/org/jd/gui/controller/GoToController.groovy | 6 ++++-- .../groovy/org/jd/gui/controller/MainController.groovy | 6 ++++-- .../groovy/org/jd/gui/controller/OpenTypeController.groovy | 6 ++++-- .../jd/gui/controller/OpenTypeHierarchyController.groovy | 6 ++++-- .../org/jd/gui/controller/PreferencesController.groovy | 6 ++++-- .../org/jd/gui/controller/SaveAllSourcesController.groovy | 6 ++++-- .../gui/controller/SearchInConstantPoolsController.groovy | 6 ++++-- .../org/jd/gui/controller/SelectLocationController.groovy | 6 ++++-- .../org/jd/gui/model/configuration/Configuration.groovy | 6 ++++-- .../jd/gui/model/container/FilteredContainerWrapper.groovy | 6 ++++-- .../main/groovy/org/jd/gui/model/history/History.groovy | 6 ++++-- .../service/actions/ContextualActionsFactoryService.groovy | 6 ++++-- .../service/configuration/ConfigurationPersister.groovy | 6 ++++-- .../configuration/ConfigurationPersisterService.groovy | 6 ++++-- .../configuration/ConfigurationXmlPersisterProvider.groovy | 6 ++++-- .../gui/service/container/ContainerFactoryService.groovy | 6 ++++-- .../org/jd/gui/service/extension/ExtensionService.groovy | 6 ++++-- .../org/jd/gui/service/fileloader/FileLoaderService.groovy | 6 ++++-- .../org/jd/gui/service/indexer/IndexerService.groovy | 6 ++++-- .../service/mainpanel/ContainerPanelFactoryProvider.groovy | 6 ++++-- .../jd/gui/service/mainpanel/PanelFactoryService.groovy | 6 ++++-- .../jd/gui/service/pastehandler/PasteHandlerService.groovy | 6 ++++-- .../org/jd/gui/service/platform/PlatformService.groovy | 6 ++++-- .../preferencespanel/PreferencesPanelService.groovy | 6 ++++-- .../UISingleInstancePreferencesProvider.groovy | 6 ++++-- .../preferencespanel/UITabsPreferencesProvider.groovy | 6 ++++-- .../jd/gui/service/sourcesaver/SourceSaverService.groovy | 6 ++++-- .../jd/gui/service/treenode/TreeNodeFactoryService.groovy | 6 ++++-- .../org/jd/gui/service/type/TypeFactoryService.groovy | 6 ++++-- .../org/jd/gui/service/uriloader/UriLoaderService.groovy | 6 ++++-- .../org/jd/gui/util/net/InterProcessCommunications.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/util/net/UriUtil.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/util/swing/SwingUtil.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/GoToDescription.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/GoToView.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/MainDescription.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/MainView.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/OpenTypeDescription.groovy | 6 ++++-- .../org/jd/gui/view/OpenTypeHierarchyDescription.groovy | 6 ++++-- .../groovy/org/jd/gui/view/OpenTypeHierarchyView.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/OpenTypeView.groovy | 6 ++++-- .../groovy/org/jd/gui/view/PreferencesDescription.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy | 6 ++++-- .../org/jd/gui/view/SaveAllSourcesDescription.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/SaveAllSourcesView.groovy | 6 ++++-- .../jd/gui/view/SearchInConstantPoolsDescription.groovy | 6 ++++-- .../org/jd/gui/view/SearchInConstantPoolsView.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/SelectLocationView.groovy | 6 ++++-- .../org/jd/gui/view/bean/OpenTypeListCellBean.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/IconButton.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/component/List.groovy | 6 ++++-- app/src/main/groovy/org/jd/gui/view/component/Tree.groovy | 6 ++++-- .../org/jd/gui/view/component/panel/MainTabbedPanel.groovy | 6 ++++-- .../org/jd/gui/view/component/panel/TabbedPanel.groovy | 6 ++++-- .../org/jd/gui/view/component/panel/TreeTabbedPanel.groovy | 6 ++++-- .../jd/gui/view/renderer/OpenTypeListCellRenderer.groovy | 6 ++++-- .../org/jd/gui/view/renderer/TreeNodeRenderer.groovy | 6 ++++-- .../groovy/org/jd/gui/model/container/EarContainer.groovy | 6 ++++-- .../org/jd/gui/model/container/GenericContainer.groovy | 6 ++++-- .../groovy/org/jd/gui/model/container/JarContainer.groovy | 6 ++++-- .../groovy/org/jd/gui/model/container/WarContainer.groovy | 6 ++++-- .../CopyQualifiedNameContextualActionsFactory.groovy | 6 ++++-- .../service/container/EarContainerFactoryProvider.groovy | 6 ++++-- .../container/GenericContainerFactoryProvider.groovy | 6 ++++-- .../service/container/JarContainerFactoryProvider.groovy | 6 ++++-- .../service/container/WarContainerFactoryProvider.groovy | 6 ++++-- .../service/fileloader/AbstractFileLoaderProvider.groovy | 6 ++++-- .../fileloader/AbstractTypeFileLoaderProvider.groovy | 6 ++++-- .../gui/service/fileloader/ClassFileLoaderProvider.groovy | 6 ++++-- .../jd/gui/service/fileloader/EarFileLoaderProvider.groovy | 6 ++++-- .../jd/gui/service/fileloader/JarFileLoaderProvider.groovy | 6 ++++-- .../gui/service/fileloader/JavaFileLoaderProvider.groovy | 6 ++++-- .../jd/gui/service/fileloader/LogFileLoaderProvider.groovy | 6 ++++-- .../jd/gui/service/fileloader/WarFileLoaderProvider.groovy | 7 +++++++ .../jd/gui/service/fileloader/ZipFileLoaderProvider.groovy | 6 ++++-- .../jd/gui/service/indexer/DirectoryIndexerProvider.groovy | 6 ++++-- .../service/indexer/EjbJarXmlFileIndexerProvider.groovy | 6 ++++-- .../indexer/MetainfServiceFileIndexerProvider.groovy | 6 ++++-- .../jd/gui/service/indexer/TextFileIndexerProvider.groovy | 6 ++++-- .../gui/service/indexer/WebXmlFileIndexerProvider.groovy | 6 ++++-- .../gui/service/indexer/XmlBasedFileIndexerProvider.groovy | 6 ++++-- .../jd/gui/service/indexer/XmlFileIndexerProvider.groovy | 6 ++++-- .../jd/gui/service/indexer/ZipFileIndexerProvider.groovy | 6 ++++-- .../org/jd/gui/service/pastehandler/LogPasteHandler.groovy | 6 ++++-- .../ClassFileSaverPreferencesProvider.groovy | 6 ++++-- .../ClassFileViewerPreferencesProvider.groovy | 6 ++++-- .../DirectoryIndexerPreferencesProvider.groovy | 6 ++++-- .../preferencespanel/ViewerPreferencesProvider.groovy | 6 ++++-- .../sourcesaver/DirectorySourceSaverProvider.groovy | 6 ++++-- .../gui/service/sourcesaver/FileSourceSaverProvider.groovy | 6 ++++-- .../service/sourcesaver/PackageSourceSaverProvider.groovy | 6 ++++-- .../service/sourcesaver/ZipFileSourceSaverProvider.groovy | 6 ++++-- .../AbstractTypeFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/ClassFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/CssFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/DirectoryTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/DtdFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/EarFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/EjbJarXmlFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/FileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/HtmlFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/JarFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/JavaFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/JavascriptFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/JsonFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/JspFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/ManifestFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../MetainfDirectoryTreeNodeFactoryProvider.groovy | 6 ++++-- .../MetainfServiceFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/PackageTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/PropertiesFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/SqlFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/TextFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/WarFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/WarPackageTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/WebXmlFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../WebinfClassesDirectoryTreeNodeFactoryProvider.groovy | 6 ++++-- .../WebinfLibDirectoryTreeNodeFactoryProvider.groovy | 6 ++++-- .../treenode/XmlBasedFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/XmlFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../service/treenode/ZipFileTreeNodeFactoryProvider.groovy | 6 ++++-- .../jd/gui/service/uriloader/FileUriLoaderProvider.groovy | 6 ++++-- .../groovy/org/jd/gui/util/JarContainerEntryUtil.groovy | 6 ++++-- .../org/jd/gui/view/component/AbstractTextPage.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/ClassFilePage.groovy | 6 ++++-- .../org/jd/gui/view/component/CustomLineNumbersPage.groovy | 6 ++++-- .../org/jd/gui/view/component/EjbJarXmlFilePage.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/HyperlinkPage.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/JavaFilePage.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/component/LogPage.groovy | 6 ++++-- .../org/jd/gui/view/component/ManifestFilePage.groovy | 6 ++++-- .../gui/view/component/OneTypeReferenceByLinePage.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/component/TextPage.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/component/TypePage.groovy | 6 ++++-- .../org/jd/gui/view/component/TypeReferencePage.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/WebXmlFilePage.groovy | 6 ++++-- .../groovy/org/jd/gui/view/component/XmlFilePage.groovy | 6 ++++-- .../main/groovy/org/jd/gui/view/data/TreeNodeBean.groovy | 6 ++++-- .../jd/gui/service/indexer/AbstractIndexerProvider.java | 6 ++++-- .../jd/gui/service/indexer/ClassFileIndexerProvider.java | 6 ++++-- .../jd/gui/service/indexer/JavaFileIndexerProvider.java | 6 ++++-- .../service/sourcesaver/AbstractSourceSaverProvider.java | 6 ++++-- .../service/sourcesaver/ClassFileSourceSaverProvider.java | 6 ++++-- .../service/treenode/AbstractTreeNodeFactoryProvider.java | 6 ++++-- .../jd/gui/service/type/AbstractTypeFactoryProvider.java | 6 ++++-- .../jd/gui/service/type/ClassFileTypeFactoryProvider.java | 6 ++++-- .../jd/gui/service/type/JavaFileTypeFactoryProvider.java | 6 ++++-- .../org/jd/gui/util/decompiler/ClassFileSourcePrinter.java | 6 ++++-- .../java/org/jd/gui/util/decompiler/ContainerLoader.java | 6 ++++-- .../java/org/jd/gui/util/decompiler/GuiPreferences.java | 6 ++++-- .../java/org/jd/gui/util/decompiler/PlainTextPrinter.java | 6 ++++-- .../main/java/org/jd/gui/util/io/NewlineOutputStream.java | 6 ++++-- .../java/org/jd/gui/util/matcher/DescriptorMatcher.java | 6 ++++-- .../java/org/jd/gui/util/parser/antlr/ANTLRJavaParser.java | 6 ++++-- .../org/jd/gui/util/parser/antlr/AbstractJavaListener.java | 6 ++++-- .../java/org/jd/gui/util/xml/AbstractXmlPathFinder.java | 6 ++++-- .../main/java/org/jd/gui/view/component/ErrorStrip.java | 6 ++++-- 194 files changed, 782 insertions(+), 384 deletions(-) diff --git a/api/src/main/java/org/jd/gui/api/API.java b/api/src/main/java/org/jd/gui/api/API.java index 27057b68..982873de 100644 --- a/api/src/main/java/org/jd/gui/api/API.java +++ b/api/src/main/java/org/jd/gui/api/API.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContainerEntryGettable.java b/api/src/main/java/org/jd/gui/api/feature/ContainerEntryGettable.java index 797ce8d2..248e48c1 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContainerEntryGettable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContainerEntryGettable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContentCopyable.java b/api/src/main/java/org/jd/gui/api/feature/ContentCopyable.java index aafbc77f..6cdaaac9 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContentCopyable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContentCopyable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContentIndexable.java b/api/src/main/java/org/jd/gui/api/feature/ContentIndexable.java index efc32dc1..a858935a 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContentIndexable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContentIndexable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContentSavable.java b/api/src/main/java/org/jd/gui/api/feature/ContentSavable.java index 6b2f2b41..23b70e54 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContentSavable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContentSavable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContentSearchable.java b/api/src/main/java/org/jd/gui/api/feature/ContentSearchable.java index 8e6881b9..a67b21ec 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContentSearchable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContentSearchable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/ContentSelectable.java b/api/src/main/java/org/jd/gui/api/feature/ContentSelectable.java index 72b9404f..3724bb27 100644 --- a/api/src/main/java/org/jd/gui/api/feature/ContentSelectable.java +++ b/api/src/main/java/org/jd/gui/api/feature/ContentSelectable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/FocusedTypeGettable.java b/api/src/main/java/org/jd/gui/api/feature/FocusedTypeGettable.java index 05e63072..a4c6ca12 100644 --- a/api/src/main/java/org/jd/gui/api/feature/FocusedTypeGettable.java +++ b/api/src/main/java/org/jd/gui/api/feature/FocusedTypeGettable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/IndexesChangeListener.java b/api/src/main/java/org/jd/gui/api/feature/IndexesChangeListener.java index 3eb09009..75f16d5f 100644 --- a/api/src/main/java/org/jd/gui/api/feature/IndexesChangeListener.java +++ b/api/src/main/java/org/jd/gui/api/feature/IndexesChangeListener.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/LineNumberNavigable.java b/api/src/main/java/org/jd/gui/api/feature/LineNumberNavigable.java index 1341f4ee..c099221c 100644 --- a/api/src/main/java/org/jd/gui/api/feature/LineNumberNavigable.java +++ b/api/src/main/java/org/jd/gui/api/feature/LineNumberNavigable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/PageChangeListener.java b/api/src/main/java/org/jd/gui/api/feature/PageChangeListener.java index 514b8ea8..cd89b4c7 100644 --- a/api/src/main/java/org/jd/gui/api/feature/PageChangeListener.java +++ b/api/src/main/java/org/jd/gui/api/feature/PageChangeListener.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/PageChangeable.java b/api/src/main/java/org/jd/gui/api/feature/PageChangeable.java index 7a9a855b..4624b554 100644 --- a/api/src/main/java/org/jd/gui/api/feature/PageChangeable.java +++ b/api/src/main/java/org/jd/gui/api/feature/PageChangeable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/PageClosable.java b/api/src/main/java/org/jd/gui/api/feature/PageClosable.java index 68cca025..e8621873 100644 --- a/api/src/main/java/org/jd/gui/api/feature/PageClosable.java +++ b/api/src/main/java/org/jd/gui/api/feature/PageClosable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/PageCreator.java b/api/src/main/java/org/jd/gui/api/feature/PageCreator.java index 1e173ba9..18d8a612 100644 --- a/api/src/main/java/org/jd/gui/api/feature/PageCreator.java +++ b/api/src/main/java/org/jd/gui/api/feature/PageCreator.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/PreferencesChangeListener.java b/api/src/main/java/org/jd/gui/api/feature/PreferencesChangeListener.java index 8cf69f03..5313bdbc 100644 --- a/api/src/main/java/org/jd/gui/api/feature/PreferencesChangeListener.java +++ b/api/src/main/java/org/jd/gui/api/feature/PreferencesChangeListener.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/SourcesSavable.java b/api/src/main/java/org/jd/gui/api/feature/SourcesSavable.java index 856030ed..9b202570 100644 --- a/api/src/main/java/org/jd/gui/api/feature/SourcesSavable.java +++ b/api/src/main/java/org/jd/gui/api/feature/SourcesSavable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/TreeNodeExpandable.java b/api/src/main/java/org/jd/gui/api/feature/TreeNodeExpandable.java index c65dad87..6205f3da 100644 --- a/api/src/main/java/org/jd/gui/api/feature/TreeNodeExpandable.java +++ b/api/src/main/java/org/jd/gui/api/feature/TreeNodeExpandable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/UriGettable.java b/api/src/main/java/org/jd/gui/api/feature/UriGettable.java index e6ccd330..86d7bbf0 100644 --- a/api/src/main/java/org/jd/gui/api/feature/UriGettable.java +++ b/api/src/main/java/org/jd/gui/api/feature/UriGettable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/feature/UriOpenable.java b/api/src/main/java/org/jd/gui/api/feature/UriOpenable.java index e4c970be..1f79c8d4 100644 --- a/api/src/main/java/org/jd/gui/api/feature/UriOpenable.java +++ b/api/src/main/java/org/jd/gui/api/feature/UriOpenable.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.feature; diff --git a/api/src/main/java/org/jd/gui/api/model/Container.java b/api/src/main/java/org/jd/gui/api/model/Container.java index a318aa34..87b9e94e 100644 --- a/api/src/main/java/org/jd/gui/api/model/Container.java +++ b/api/src/main/java/org/jd/gui/api/model/Container.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.model; diff --git a/api/src/main/java/org/jd/gui/api/model/Indexes.java b/api/src/main/java/org/jd/gui/api/model/Indexes.java index 140f32cf..2ac94df1 100644 --- a/api/src/main/java/org/jd/gui/api/model/Indexes.java +++ b/api/src/main/java/org/jd/gui/api/model/Indexes.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.model; diff --git a/api/src/main/java/org/jd/gui/api/model/TreeNodeData.java b/api/src/main/java/org/jd/gui/api/model/TreeNodeData.java index 3c1089ef..a7295887 100644 --- a/api/src/main/java/org/jd/gui/api/model/TreeNodeData.java +++ b/api/src/main/java/org/jd/gui/api/model/TreeNodeData.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.model; diff --git a/api/src/main/java/org/jd/gui/api/model/Type.java b/api/src/main/java/org/jd/gui/api/model/Type.java index e666a9d3..47961e71 100644 --- a/api/src/main/java/org/jd/gui/api/model/Type.java +++ b/api/src/main/java/org/jd/gui/api/model/Type.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.api.model; diff --git a/api/src/main/java/org/jd/gui/spi/ContainerFactory.java b/api/src/main/java/org/jd/gui/spi/ContainerFactory.java index 1e0e0f44..c99dd571 100644 --- a/api/src/main/java/org/jd/gui/spi/ContainerFactory.java +++ b/api/src/main/java/org/jd/gui/spi/ContainerFactory.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/ContextualActionsFactory.java b/api/src/main/java/org/jd/gui/spi/ContextualActionsFactory.java index e6425bc5..85a4f90a 100644 --- a/api/src/main/java/org/jd/gui/spi/ContextualActionsFactory.java +++ b/api/src/main/java/org/jd/gui/spi/ContextualActionsFactory.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/FileLoader.java b/api/src/main/java/org/jd/gui/spi/FileLoader.java index 29e30368..467df42d 100644 --- a/api/src/main/java/org/jd/gui/spi/FileLoader.java +++ b/api/src/main/java/org/jd/gui/spi/FileLoader.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/Indexer.java b/api/src/main/java/org/jd/gui/spi/Indexer.java index a6131041..43a9bac4 100644 --- a/api/src/main/java/org/jd/gui/spi/Indexer.java +++ b/api/src/main/java/org/jd/gui/spi/Indexer.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/PanelFactory.java b/api/src/main/java/org/jd/gui/spi/PanelFactory.java index bf71a836..df4adf45 100644 --- a/api/src/main/java/org/jd/gui/spi/PanelFactory.java +++ b/api/src/main/java/org/jd/gui/spi/PanelFactory.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/PasteHandler.java b/api/src/main/java/org/jd/gui/spi/PasteHandler.java index d49c4d5c..e67a2ff0 100644 --- a/api/src/main/java/org/jd/gui/spi/PasteHandler.java +++ b/api/src/main/java/org/jd/gui/spi/PasteHandler.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/PreferencesPanel.java b/api/src/main/java/org/jd/gui/spi/PreferencesPanel.java index f72f27f9..c42118b9 100644 --- a/api/src/main/java/org/jd/gui/spi/PreferencesPanel.java +++ b/api/src/main/java/org/jd/gui/spi/PreferencesPanel.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/SourceSaver.java b/api/src/main/java/org/jd/gui/spi/SourceSaver.java index 3817db78..88b8fe5a 100644 --- a/api/src/main/java/org/jd/gui/spi/SourceSaver.java +++ b/api/src/main/java/org/jd/gui/spi/SourceSaver.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/TreeNodeFactory.java b/api/src/main/java/org/jd/gui/spi/TreeNodeFactory.java index c4bcd819..35afd6e3 100644 --- a/api/src/main/java/org/jd/gui/spi/TreeNodeFactory.java +++ b/api/src/main/java/org/jd/gui/spi/TreeNodeFactory.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/TypeFactory.java b/api/src/main/java/org/jd/gui/spi/TypeFactory.java index f183b574..f6afe64a 100644 --- a/api/src/main/java/org/jd/gui/spi/TypeFactory.java +++ b/api/src/main/java/org/jd/gui/spi/TypeFactory.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/api/src/main/java/org/jd/gui/spi/UriLoader.java b/api/src/main/java/org/jd/gui/spi/UriLoader.java index b38be3e3..731b45dc 100644 --- a/api/src/main/java/org/jd/gui/spi/UriLoader.java +++ b/api/src/main/java/org/jd/gui/spi/UriLoader.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.spi; diff --git a/app/src/main/groovy/org/jd/gui/App.groovy b/app/src/main/groovy/org/jd/gui/App.groovy index 157de189..06bc07d0 100644 --- a/app/src/main/groovy/org/jd/gui/App.groovy +++ b/app/src/main/groovy/org/jd/gui/App.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui diff --git a/app/src/main/groovy/org/jd/gui/Constants.groovy b/app/src/main/groovy/org/jd/gui/Constants.groovy index af508f0a..718c3d12 100644 --- a/app/src/main/groovy/org/jd/gui/Constants.groovy +++ b/app/src/main/groovy/org/jd/gui/Constants.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui diff --git a/app/src/main/groovy/org/jd/gui/OsxApp.groovy b/app/src/main/groovy/org/jd/gui/OsxApp.groovy index c6c6a147..a015bcf5 100644 --- a/app/src/main/groovy/org/jd/gui/OsxApp.groovy +++ b/app/src/main/groovy/org/jd/gui/OsxApp.groovy @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. + */ + package org.jd.gui import com.apple.eawt.AppEvent diff --git a/app/src/main/groovy/org/jd/gui/controller/GoToController.groovy b/app/src/main/groovy/org/jd/gui/controller/GoToController.groovy index 083dac1a..45a24142 100644 --- a/app/src/main/groovy/org/jd/gui/controller/GoToController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/GoToController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/MainController.groovy b/app/src/main/groovy/org/jd/gui/controller/MainController.groovy index 4c0ebb1b..82f201f9 100644 --- a/app/src/main/groovy/org/jd/gui/controller/MainController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/MainController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/OpenTypeController.groovy b/app/src/main/groovy/org/jd/gui/controller/OpenTypeController.groovy index fca755a0..00400e2f 100644 --- a/app/src/main/groovy/org/jd/gui/controller/OpenTypeController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/OpenTypeController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/OpenTypeHierarchyController.groovy b/app/src/main/groovy/org/jd/gui/controller/OpenTypeHierarchyController.groovy index 23424edf..43425bc6 100644 --- a/app/src/main/groovy/org/jd/gui/controller/OpenTypeHierarchyController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/OpenTypeHierarchyController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/PreferencesController.groovy b/app/src/main/groovy/org/jd/gui/controller/PreferencesController.groovy index dcf2a77b..9d2de38d 100644 --- a/app/src/main/groovy/org/jd/gui/controller/PreferencesController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/PreferencesController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/SaveAllSourcesController.groovy b/app/src/main/groovy/org/jd/gui/controller/SaveAllSourcesController.groovy index 4f601a57..b948e04d 100644 --- a/app/src/main/groovy/org/jd/gui/controller/SaveAllSourcesController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/SaveAllSourcesController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/SearchInConstantPoolsController.groovy b/app/src/main/groovy/org/jd/gui/controller/SearchInConstantPoolsController.groovy index e6bf5e2c..602d6295 100644 --- a/app/src/main/groovy/org/jd/gui/controller/SearchInConstantPoolsController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/SearchInConstantPoolsController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/controller/SelectLocationController.groovy b/app/src/main/groovy/org/jd/gui/controller/SelectLocationController.groovy index efdeaae3..d65769b3 100644 --- a/app/src/main/groovy/org/jd/gui/controller/SelectLocationController.groovy +++ b/app/src/main/groovy/org/jd/gui/controller/SelectLocationController.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.controller diff --git a/app/src/main/groovy/org/jd/gui/model/configuration/Configuration.groovy b/app/src/main/groovy/org/jd/gui/model/configuration/Configuration.groovy index a24d748e..3d785aa1 100644 --- a/app/src/main/groovy/org/jd/gui/model/configuration/Configuration.groovy +++ b/app/src/main/groovy/org/jd/gui/model/configuration/Configuration.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.configuration diff --git a/app/src/main/groovy/org/jd/gui/model/container/FilteredContainerWrapper.groovy b/app/src/main/groovy/org/jd/gui/model/container/FilteredContainerWrapper.groovy index dfb842fd..b040f041 100644 --- a/app/src/main/groovy/org/jd/gui/model/container/FilteredContainerWrapper.groovy +++ b/app/src/main/groovy/org/jd/gui/model/container/FilteredContainerWrapper.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.container diff --git a/app/src/main/groovy/org/jd/gui/model/history/History.groovy b/app/src/main/groovy/org/jd/gui/model/history/History.groovy index 5693eee3..8878527a 100644 --- a/app/src/main/groovy/org/jd/gui/model/history/History.groovy +++ b/app/src/main/groovy/org/jd/gui/model/history/History.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.history diff --git a/app/src/main/groovy/org/jd/gui/service/actions/ContextualActionsFactoryService.groovy b/app/src/main/groovy/org/jd/gui/service/actions/ContextualActionsFactoryService.groovy index 6af4d615..996dd0e9 100644 --- a/app/src/main/groovy/org/jd/gui/service/actions/ContextualActionsFactoryService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/actions/ContextualActionsFactoryService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.actions diff --git a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersister.groovy b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersister.groovy index 503edeaa..2bbf0241 100644 --- a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersister.groovy +++ b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersister.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.configuration diff --git a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersisterService.groovy b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersisterService.groovy index 239ef07a..9a3b1c5b 100644 --- a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersisterService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationPersisterService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.configuration diff --git a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationXmlPersisterProvider.groovy b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationXmlPersisterProvider.groovy index 6c5b5d79..aebcc20d 100644 --- a/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationXmlPersisterProvider.groovy +++ b/app/src/main/groovy/org/jd/gui/service/configuration/ConfigurationXmlPersisterProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.configuration diff --git a/app/src/main/groovy/org/jd/gui/service/container/ContainerFactoryService.groovy b/app/src/main/groovy/org/jd/gui/service/container/ContainerFactoryService.groovy index 4959f0dc..7327391b 100644 --- a/app/src/main/groovy/org/jd/gui/service/container/ContainerFactoryService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/container/ContainerFactoryService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.container diff --git a/app/src/main/groovy/org/jd/gui/service/extension/ExtensionService.groovy b/app/src/main/groovy/org/jd/gui/service/extension/ExtensionService.groovy index 8076da35..4bb993bd 100644 --- a/app/src/main/groovy/org/jd/gui/service/extension/ExtensionService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/extension/ExtensionService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.extension diff --git a/app/src/main/groovy/org/jd/gui/service/fileloader/FileLoaderService.groovy b/app/src/main/groovy/org/jd/gui/service/fileloader/FileLoaderService.groovy index 52d4a994..dff48317 100644 --- a/app/src/main/groovy/org/jd/gui/service/fileloader/FileLoaderService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/fileloader/FileLoaderService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/app/src/main/groovy/org/jd/gui/service/indexer/IndexerService.groovy b/app/src/main/groovy/org/jd/gui/service/indexer/IndexerService.groovy index 25751bbb..b16287a0 100644 --- a/app/src/main/groovy/org/jd/gui/service/indexer/IndexerService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/indexer/IndexerService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/app/src/main/groovy/org/jd/gui/service/mainpanel/ContainerPanelFactoryProvider.groovy b/app/src/main/groovy/org/jd/gui/service/mainpanel/ContainerPanelFactoryProvider.groovy index 63b8026c..2735fab0 100644 --- a/app/src/main/groovy/org/jd/gui/service/mainpanel/ContainerPanelFactoryProvider.groovy +++ b/app/src/main/groovy/org/jd/gui/service/mainpanel/ContainerPanelFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.mainpanel diff --git a/app/src/main/groovy/org/jd/gui/service/mainpanel/PanelFactoryService.groovy b/app/src/main/groovy/org/jd/gui/service/mainpanel/PanelFactoryService.groovy index 1cc9f642..9b93e8f4 100644 --- a/app/src/main/groovy/org/jd/gui/service/mainpanel/PanelFactoryService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/mainpanel/PanelFactoryService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.mainpanel diff --git a/app/src/main/groovy/org/jd/gui/service/pastehandler/PasteHandlerService.groovy b/app/src/main/groovy/org/jd/gui/service/pastehandler/PasteHandlerService.groovy index d59a58bf..b21c616e 100644 --- a/app/src/main/groovy/org/jd/gui/service/pastehandler/PasteHandlerService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/pastehandler/PasteHandlerService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.pastehandler diff --git a/app/src/main/groovy/org/jd/gui/service/platform/PlatformService.groovy b/app/src/main/groovy/org/jd/gui/service/platform/PlatformService.groovy index 06f71aa2..4bcb82b2 100644 --- a/app/src/main/groovy/org/jd/gui/service/platform/PlatformService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/platform/PlatformService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.platform diff --git a/app/src/main/groovy/org/jd/gui/service/preferencespanel/PreferencesPanelService.groovy b/app/src/main/groovy/org/jd/gui/service/preferencespanel/PreferencesPanelService.groovy index 6f642025..257022e5 100644 --- a/app/src/main/groovy/org/jd/gui/service/preferencespanel/PreferencesPanelService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/preferencespanel/PreferencesPanelService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/app/src/main/groovy/org/jd/gui/service/preferencespanel/UISingleInstancePreferencesProvider.groovy b/app/src/main/groovy/org/jd/gui/service/preferencespanel/UISingleInstancePreferencesProvider.groovy index 29ea9599..2324a74d 100644 --- a/app/src/main/groovy/org/jd/gui/service/preferencespanel/UISingleInstancePreferencesProvider.groovy +++ b/app/src/main/groovy/org/jd/gui/service/preferencespanel/UISingleInstancePreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/app/src/main/groovy/org/jd/gui/service/preferencespanel/UITabsPreferencesProvider.groovy b/app/src/main/groovy/org/jd/gui/service/preferencespanel/UITabsPreferencesProvider.groovy index 0370c73b..b4e99dea 100644 --- a/app/src/main/groovy/org/jd/gui/service/preferencespanel/UITabsPreferencesProvider.groovy +++ b/app/src/main/groovy/org/jd/gui/service/preferencespanel/UITabsPreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/app/src/main/groovy/org/jd/gui/service/sourcesaver/SourceSaverService.groovy b/app/src/main/groovy/org/jd/gui/service/sourcesaver/SourceSaverService.groovy index aab739f1..b200d9e4 100644 --- a/app/src/main/groovy/org/jd/gui/service/sourcesaver/SourceSaverService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/sourcesaver/SourceSaverService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver diff --git a/app/src/main/groovy/org/jd/gui/service/treenode/TreeNodeFactoryService.groovy b/app/src/main/groovy/org/jd/gui/service/treenode/TreeNodeFactoryService.groovy index 0b84d8f6..4bbc9910 100644 --- a/app/src/main/groovy/org/jd/gui/service/treenode/TreeNodeFactoryService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/treenode/TreeNodeFactoryService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/app/src/main/groovy/org/jd/gui/service/type/TypeFactoryService.groovy b/app/src/main/groovy/org/jd/gui/service/type/TypeFactoryService.groovy index 40c73b83..599f5332 100644 --- a/app/src/main/groovy/org/jd/gui/service/type/TypeFactoryService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/type/TypeFactoryService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.type diff --git a/app/src/main/groovy/org/jd/gui/service/uriloader/UriLoaderService.groovy b/app/src/main/groovy/org/jd/gui/service/uriloader/UriLoaderService.groovy index 96ef859a..bcbf0466 100644 --- a/app/src/main/groovy/org/jd/gui/service/uriloader/UriLoaderService.groovy +++ b/app/src/main/groovy/org/jd/gui/service/uriloader/UriLoaderService.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.uriloader diff --git a/app/src/main/groovy/org/jd/gui/util/net/InterProcessCommunications.groovy b/app/src/main/groovy/org/jd/gui/util/net/InterProcessCommunications.groovy index f6335f0f..fc1b0e60 100644 --- a/app/src/main/groovy/org/jd/gui/util/net/InterProcessCommunications.groovy +++ b/app/src/main/groovy/org/jd/gui/util/net/InterProcessCommunications.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.net diff --git a/app/src/main/groovy/org/jd/gui/util/net/UriUtil.groovy b/app/src/main/groovy/org/jd/gui/util/net/UriUtil.groovy index 535d6c9c..12e533a8 100644 --- a/app/src/main/groovy/org/jd/gui/util/net/UriUtil.groovy +++ b/app/src/main/groovy/org/jd/gui/util/net/UriUtil.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.net diff --git a/app/src/main/groovy/org/jd/gui/util/swing/SwingUtil.groovy b/app/src/main/groovy/org/jd/gui/util/swing/SwingUtil.groovy index ab51177a..e1161c51 100644 --- a/app/src/main/groovy/org/jd/gui/util/swing/SwingUtil.groovy +++ b/app/src/main/groovy/org/jd/gui/util/swing/SwingUtil.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.swing diff --git a/app/src/main/groovy/org/jd/gui/view/GoToDescription.groovy b/app/src/main/groovy/org/jd/gui/view/GoToDescription.groovy index 9bc9e41d..980c77b6 100644 --- a/app/src/main/groovy/org/jd/gui/view/GoToDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/GoToDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/GoToView.groovy b/app/src/main/groovy/org/jd/gui/view/GoToView.groovy index 9032948d..f1a4ebde 100644 --- a/app/src/main/groovy/org/jd/gui/view/GoToView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/GoToView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/MainDescription.groovy b/app/src/main/groovy/org/jd/gui/view/MainDescription.groovy index bababce4..cab46a51 100644 --- a/app/src/main/groovy/org/jd/gui/view/MainDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/MainDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/MainView.groovy b/app/src/main/groovy/org/jd/gui/view/MainView.groovy index 36367b6b..3f489dd0 100644 --- a/app/src/main/groovy/org/jd/gui/view/MainView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/MainView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/OpenTypeDescription.groovy b/app/src/main/groovy/org/jd/gui/view/OpenTypeDescription.groovy index f402288b..78d2be20 100644 --- a/app/src/main/groovy/org/jd/gui/view/OpenTypeDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/OpenTypeDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyDescription.groovy b/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyDescription.groovy index eca134b4..534d66d8 100644 --- a/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyView.groovy b/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyView.groovy index 5aecc81c..7c60fa22 100644 --- a/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/OpenTypeHierarchyView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/OpenTypeView.groovy b/app/src/main/groovy/org/jd/gui/view/OpenTypeView.groovy index 7ba08e49..6a733134 100644 --- a/app/src/main/groovy/org/jd/gui/view/OpenTypeView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/OpenTypeView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/PreferencesDescription.groovy b/app/src/main/groovy/org/jd/gui/view/PreferencesDescription.groovy index dd2872c8..4f477fb0 100644 --- a/app/src/main/groovy/org/jd/gui/view/PreferencesDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/PreferencesDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy b/app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy index baf33345..4c21f452 100644 --- a/app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/PreferencesView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesDescription.groovy b/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesDescription.groovy index 667d4528..4f231de7 100644 --- a/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesView.groovy b/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesView.groovy index 934a75a8..5b15f87d 100644 --- a/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/SaveAllSourcesView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsDescription.groovy b/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsDescription.groovy index 17921292..2b171176 100644 --- a/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsDescription.groovy +++ b/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsDescription.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsView.groovy b/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsView.groovy index b7f5e9e1..c49d98c2 100644 --- a/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/SearchInConstantPoolsView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/SelectLocationView.groovy b/app/src/main/groovy/org/jd/gui/view/SelectLocationView.groovy index 8a49e905..b4f2dc09 100644 --- a/app/src/main/groovy/org/jd/gui/view/SelectLocationView.groovy +++ b/app/src/main/groovy/org/jd/gui/view/SelectLocationView.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view diff --git a/app/src/main/groovy/org/jd/gui/view/bean/OpenTypeListCellBean.groovy b/app/src/main/groovy/org/jd/gui/view/bean/OpenTypeListCellBean.groovy index e6d1c67e..d92eed4b 100644 --- a/app/src/main/groovy/org/jd/gui/view/bean/OpenTypeListCellBean.groovy +++ b/app/src/main/groovy/org/jd/gui/view/bean/OpenTypeListCellBean.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.bean diff --git a/app/src/main/groovy/org/jd/gui/view/component/IconButton.groovy b/app/src/main/groovy/org/jd/gui/view/component/IconButton.groovy index df19581f..cb7e169f 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/IconButton.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/IconButton.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/app/src/main/groovy/org/jd/gui/view/component/List.groovy b/app/src/main/groovy/org/jd/gui/view/component/List.groovy index d23205ea..b8f3800d 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/List.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/List.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/app/src/main/groovy/org/jd/gui/view/component/Tree.groovy b/app/src/main/groovy/org/jd/gui/view/component/Tree.groovy index 059f42b5..15c08ea0 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/Tree.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/Tree.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/app/src/main/groovy/org/jd/gui/view/component/panel/MainTabbedPanel.groovy b/app/src/main/groovy/org/jd/gui/view/component/panel/MainTabbedPanel.groovy index 53b749d4..c17e6cf6 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/panel/MainTabbedPanel.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/panel/MainTabbedPanel.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component.panel diff --git a/app/src/main/groovy/org/jd/gui/view/component/panel/TabbedPanel.groovy b/app/src/main/groovy/org/jd/gui/view/component/panel/TabbedPanel.groovy index 6d8a8b8f..4d87fc1d 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/panel/TabbedPanel.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/panel/TabbedPanel.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component.panel diff --git a/app/src/main/groovy/org/jd/gui/view/component/panel/TreeTabbedPanel.groovy b/app/src/main/groovy/org/jd/gui/view/component/panel/TreeTabbedPanel.groovy index aa22e37a..e718acf3 100644 --- a/app/src/main/groovy/org/jd/gui/view/component/panel/TreeTabbedPanel.groovy +++ b/app/src/main/groovy/org/jd/gui/view/component/panel/TreeTabbedPanel.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component.panel diff --git a/app/src/main/groovy/org/jd/gui/view/renderer/OpenTypeListCellRenderer.groovy b/app/src/main/groovy/org/jd/gui/view/renderer/OpenTypeListCellRenderer.groovy index 989054c8..cc5d9163 100644 --- a/app/src/main/groovy/org/jd/gui/view/renderer/OpenTypeListCellRenderer.groovy +++ b/app/src/main/groovy/org/jd/gui/view/renderer/OpenTypeListCellRenderer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.renderer diff --git a/app/src/main/groovy/org/jd/gui/view/renderer/TreeNodeRenderer.groovy b/app/src/main/groovy/org/jd/gui/view/renderer/TreeNodeRenderer.groovy index dd2a8273..e28e6145 100644 --- a/app/src/main/groovy/org/jd/gui/view/renderer/TreeNodeRenderer.groovy +++ b/app/src/main/groovy/org/jd/gui/view/renderer/TreeNodeRenderer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.renderer diff --git a/services/src/main/groovy/org/jd/gui/model/container/EarContainer.groovy b/services/src/main/groovy/org/jd/gui/model/container/EarContainer.groovy index cb07a78b..66f0d31f 100644 --- a/services/src/main/groovy/org/jd/gui/model/container/EarContainer.groovy +++ b/services/src/main/groovy/org/jd/gui/model/container/EarContainer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.container diff --git a/services/src/main/groovy/org/jd/gui/model/container/GenericContainer.groovy b/services/src/main/groovy/org/jd/gui/model/container/GenericContainer.groovy index f9a7d9d8..f5295987 100644 --- a/services/src/main/groovy/org/jd/gui/model/container/GenericContainer.groovy +++ b/services/src/main/groovy/org/jd/gui/model/container/GenericContainer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.container diff --git a/services/src/main/groovy/org/jd/gui/model/container/JarContainer.groovy b/services/src/main/groovy/org/jd/gui/model/container/JarContainer.groovy index 43424092..420ca146 100644 --- a/services/src/main/groovy/org/jd/gui/model/container/JarContainer.groovy +++ b/services/src/main/groovy/org/jd/gui/model/container/JarContainer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.container diff --git a/services/src/main/groovy/org/jd/gui/model/container/WarContainer.groovy b/services/src/main/groovy/org/jd/gui/model/container/WarContainer.groovy index f6c8a757..d718db09 100644 --- a/services/src/main/groovy/org/jd/gui/model/container/WarContainer.groovy +++ b/services/src/main/groovy/org/jd/gui/model/container/WarContainer.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.model.container diff --git a/services/src/main/groovy/org/jd/gui/service/actions/CopyQualifiedNameContextualActionsFactory.groovy b/services/src/main/groovy/org/jd/gui/service/actions/CopyQualifiedNameContextualActionsFactory.groovy index 61e1b8c1..f180a65a 100644 --- a/services/src/main/groovy/org/jd/gui/service/actions/CopyQualifiedNameContextualActionsFactory.groovy +++ b/services/src/main/groovy/org/jd/gui/service/actions/CopyQualifiedNameContextualActionsFactory.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.actions diff --git a/services/src/main/groovy/org/jd/gui/service/container/EarContainerFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/container/EarContainerFactoryProvider.groovy index de02f433..1f984b34 100644 --- a/services/src/main/groovy/org/jd/gui/service/container/EarContainerFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/container/EarContainerFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.container diff --git a/services/src/main/groovy/org/jd/gui/service/container/GenericContainerFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/container/GenericContainerFactoryProvider.groovy index c29a4591..09aeb7d4 100644 --- a/services/src/main/groovy/org/jd/gui/service/container/GenericContainerFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/container/GenericContainerFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.container diff --git a/services/src/main/groovy/org/jd/gui/service/container/JarContainerFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/container/JarContainerFactoryProvider.groovy index 5e9788f0..31b4e8eb 100644 --- a/services/src/main/groovy/org/jd/gui/service/container/JarContainerFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/container/JarContainerFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.container diff --git a/services/src/main/groovy/org/jd/gui/service/container/WarContainerFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/container/WarContainerFactoryProvider.groovy index a7291791..b916cca9 100644 --- a/services/src/main/groovy/org/jd/gui/service/container/WarContainerFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/container/WarContainerFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.container diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractFileLoaderProvider.groovy index ff2133a5..d901715c 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractTypeFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractTypeFileLoaderProvider.groovy index 248d5f6a..72829711 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractTypeFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/AbstractTypeFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/ClassFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/ClassFileLoaderProvider.groovy index e04a294f..42ce9487 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/ClassFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/ClassFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/EarFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/EarFileLoaderProvider.groovy index 7abe805f..cf6784c8 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/EarFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/EarFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/JarFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/JarFileLoaderProvider.groovy index 06cb2b45..6c9c0daa 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/JarFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/JarFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/JavaFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/JavaFileLoaderProvider.groovy index fb5ade6c..5b3aa6a9 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/JavaFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/JavaFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/LogFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/LogFileLoaderProvider.groovy index 6d21a7d1..fcdf9a63 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/LogFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/LogFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/WarFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/WarFileLoaderProvider.groovy index 67af95de..7156d4ac 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/WarFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/WarFileLoaderProvider.groovy @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. + */ + package org.jd.gui.service.fileloader import org.jd.gui.api.API diff --git a/services/src/main/groovy/org/jd/gui/service/fileloader/ZipFileLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/fileloader/ZipFileLoaderProvider.groovy index 3087ee58..8b66424c 100644 --- a/services/src/main/groovy/org/jd/gui/service/fileloader/ZipFileLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/fileloader/ZipFileLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.fileloader diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/DirectoryIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/DirectoryIndexerProvider.groovy index f1335e8c..a6ed570c 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/DirectoryIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/DirectoryIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/EjbJarXmlFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/EjbJarXmlFileIndexerProvider.groovy index 9b99f447..be3bf140 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/EjbJarXmlFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/EjbJarXmlFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/MetainfServiceFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/MetainfServiceFileIndexerProvider.groovy index f34285ec..35613c47 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/MetainfServiceFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/MetainfServiceFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/TextFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/TextFileIndexerProvider.groovy index 01dfeb61..974d9152 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/TextFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/TextFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/WebXmlFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/WebXmlFileIndexerProvider.groovy index 286b70fa..7f2b8283 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/WebXmlFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/WebXmlFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/XmlBasedFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/XmlBasedFileIndexerProvider.groovy index 065f1bcd..dbe5dd82 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/XmlBasedFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/XmlBasedFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/XmlFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/XmlFileIndexerProvider.groovy index 9c52405b..5f9e71ec 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/XmlFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/XmlFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/indexer/ZipFileIndexerProvider.groovy b/services/src/main/groovy/org/jd/gui/service/indexer/ZipFileIndexerProvider.groovy index c5233ec2..b66d607f 100644 --- a/services/src/main/groovy/org/jd/gui/service/indexer/ZipFileIndexerProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/indexer/ZipFileIndexerProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer diff --git a/services/src/main/groovy/org/jd/gui/service/pastehandler/LogPasteHandler.groovy b/services/src/main/groovy/org/jd/gui/service/pastehandler/LogPasteHandler.groovy index 0df2fa69..cac0d0f2 100644 --- a/services/src/main/groovy/org/jd/gui/service/pastehandler/LogPasteHandler.groovy +++ b/services/src/main/groovy/org/jd/gui/service/pastehandler/LogPasteHandler.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.pastehandler diff --git a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileSaverPreferencesProvider.groovy b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileSaverPreferencesProvider.groovy index 2d17b6b5..1cad69c6 100644 --- a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileSaverPreferencesProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileSaverPreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileViewerPreferencesProvider.groovy b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileViewerPreferencesProvider.groovy index 7a4de78d..58bd7b16 100644 --- a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileViewerPreferencesProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ClassFileViewerPreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/services/src/main/groovy/org/jd/gui/service/preferencespanel/DirectoryIndexerPreferencesProvider.groovy b/services/src/main/groovy/org/jd/gui/service/preferencespanel/DirectoryIndexerPreferencesProvider.groovy index ec70d642..2f9cdbd5 100644 --- a/services/src/main/groovy/org/jd/gui/service/preferencespanel/DirectoryIndexerPreferencesProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/preferencespanel/DirectoryIndexerPreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ViewerPreferencesProvider.groovy b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ViewerPreferencesProvider.groovy index f63c4b25..ff0f273c 100644 --- a/services/src/main/groovy/org/jd/gui/service/preferencespanel/ViewerPreferencesProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/preferencespanel/ViewerPreferencesProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.preferencespanel diff --git a/services/src/main/groovy/org/jd/gui/service/sourcesaver/DirectorySourceSaverProvider.groovy b/services/src/main/groovy/org/jd/gui/service/sourcesaver/DirectorySourceSaverProvider.groovy index 24de2425..c1ef083d 100644 --- a/services/src/main/groovy/org/jd/gui/service/sourcesaver/DirectorySourceSaverProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/sourcesaver/DirectorySourceSaverProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver diff --git a/services/src/main/groovy/org/jd/gui/service/sourcesaver/FileSourceSaverProvider.groovy b/services/src/main/groovy/org/jd/gui/service/sourcesaver/FileSourceSaverProvider.groovy index e56cf535..375c306c 100644 --- a/services/src/main/groovy/org/jd/gui/service/sourcesaver/FileSourceSaverProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/sourcesaver/FileSourceSaverProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver diff --git a/services/src/main/groovy/org/jd/gui/service/sourcesaver/PackageSourceSaverProvider.groovy b/services/src/main/groovy/org/jd/gui/service/sourcesaver/PackageSourceSaverProvider.groovy index c413f017..700d7c69 100644 --- a/services/src/main/groovy/org/jd/gui/service/sourcesaver/PackageSourceSaverProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/sourcesaver/PackageSourceSaverProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver diff --git a/services/src/main/groovy/org/jd/gui/service/sourcesaver/ZipFileSourceSaverProvider.groovy b/services/src/main/groovy/org/jd/gui/service/sourcesaver/ZipFileSourceSaverProvider.groovy index 3fae30f2..465ca91b 100644 --- a/services/src/main/groovy/org/jd/gui/service/sourcesaver/ZipFileSourceSaverProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/sourcesaver/ZipFileSourceSaverProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/AbstractTypeFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/AbstractTypeFileTreeNodeFactoryProvider.groovy index b6cc49e9..ff82b15b 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/AbstractTypeFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/AbstractTypeFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/ClassFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/ClassFileTreeNodeFactoryProvider.groovy index ce55f9bc..ed50dacc 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/ClassFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/ClassFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/CssFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/CssFileTreeNodeFactoryProvider.groovy index 0b963a95..562f3a4e 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/CssFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/CssFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/DirectoryTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/DirectoryTreeNodeFactoryProvider.groovy index 06d51923..fa60511f 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/DirectoryTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/DirectoryTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/DtdFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/DtdFileTreeNodeFactoryProvider.groovy index a1f16fd8..88e3305d 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/DtdFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/DtdFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/EarFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/EarFileTreeNodeFactoryProvider.groovy index c78a2e4c..657ddd74 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/EarFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/EarFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/EjbJarXmlFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/EjbJarXmlFileTreeNodeFactoryProvider.groovy index 7ce9a41f..b4d0a0c8 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/EjbJarXmlFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/EjbJarXmlFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/FileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/FileTreeNodeFactoryProvider.groovy index 4e27d3b4..c4deb8fb 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/FileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/FileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/HtmlFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/HtmlFileTreeNodeFactoryProvider.groovy index 807c6337..6dbb2fd3 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/HtmlFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/HtmlFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/JarFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/JarFileTreeNodeFactoryProvider.groovy index 01d48544..97b91f0f 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/JarFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/JarFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/JavaFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/JavaFileTreeNodeFactoryProvider.groovy index 245d9391..693d171b 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/JavaFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/JavaFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/JavascriptFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/JavascriptFileTreeNodeFactoryProvider.groovy index acd4e0c2..0b0ad933 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/JavascriptFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/JavascriptFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/JsonFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/JsonFileTreeNodeFactoryProvider.groovy index 0d42d53d..583fa66a 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/JsonFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/JsonFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/JspFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/JspFileTreeNodeFactoryProvider.groovy index 651297b5..98b1f5bb 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/JspFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/JspFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/ManifestFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/ManifestFileTreeNodeFactoryProvider.groovy index 5ef809f2..6252b79a 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/ManifestFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/ManifestFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/MetainfDirectoryTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/MetainfDirectoryTreeNodeFactoryProvider.groovy index f99dfaf8..ecda1edd 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/MetainfDirectoryTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/MetainfDirectoryTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/MetainfServiceFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/MetainfServiceFileTreeNodeFactoryProvider.groovy index 5230bf4f..2faf2e5c 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/MetainfServiceFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/MetainfServiceFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/PackageTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/PackageTreeNodeFactoryProvider.groovy index 677eeb27..87c9b7f2 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/PackageTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/PackageTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/PropertiesFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/PropertiesFileTreeNodeFactoryProvider.groovy index 1283ffc6..db38a975 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/PropertiesFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/PropertiesFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/SqlFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/SqlFileTreeNodeFactoryProvider.groovy index bcbeb2b0..1bc9bfbe 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/SqlFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/SqlFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/TextFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/TextFileTreeNodeFactoryProvider.groovy index 0fca0824..0ddb89a5 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/TextFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/TextFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/WarFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/WarFileTreeNodeFactoryProvider.groovy index d5773641..569a3f6c 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/WarFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/WarFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/WarPackageTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/WarPackageTreeNodeFactoryProvider.groovy index 50f70c81..df0d9df7 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/WarPackageTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/WarPackageTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/WebXmlFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/WebXmlFileTreeNodeFactoryProvider.groovy index 812cb056..63a2df7e 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/WebXmlFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/WebXmlFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/WebinfClassesDirectoryTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/WebinfClassesDirectoryTreeNodeFactoryProvider.groovy index 12a49888..5e0e73f3 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/WebinfClassesDirectoryTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/WebinfClassesDirectoryTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/WebinfLibDirectoryTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/WebinfLibDirectoryTreeNodeFactoryProvider.groovy index 1daace1b..7d9b381e 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/WebinfLibDirectoryTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/WebinfLibDirectoryTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/XmlBasedFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/XmlBasedFileTreeNodeFactoryProvider.groovy index 73f8da75..ec7b1c87 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/XmlBasedFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/XmlBasedFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/XmlFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/XmlFileTreeNodeFactoryProvider.groovy index 5e47b812..401edfd6 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/XmlFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/XmlFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/treenode/ZipFileTreeNodeFactoryProvider.groovy b/services/src/main/groovy/org/jd/gui/service/treenode/ZipFileTreeNodeFactoryProvider.groovy index 81b7463c..39e0673d 100644 --- a/services/src/main/groovy/org/jd/gui/service/treenode/ZipFileTreeNodeFactoryProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/treenode/ZipFileTreeNodeFactoryProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode diff --git a/services/src/main/groovy/org/jd/gui/service/uriloader/FileUriLoaderProvider.groovy b/services/src/main/groovy/org/jd/gui/service/uriloader/FileUriLoaderProvider.groovy index c291c60c..4e2b4a03 100644 --- a/services/src/main/groovy/org/jd/gui/service/uriloader/FileUriLoaderProvider.groovy +++ b/services/src/main/groovy/org/jd/gui/service/uriloader/FileUriLoaderProvider.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.uriloader diff --git a/services/src/main/groovy/org/jd/gui/util/JarContainerEntryUtil.groovy b/services/src/main/groovy/org/jd/gui/util/JarContainerEntryUtil.groovy index 6b7b1a4c..4642eaaa 100644 --- a/services/src/main/groovy/org/jd/gui/util/JarContainerEntryUtil.groovy +++ b/services/src/main/groovy/org/jd/gui/util/JarContainerEntryUtil.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util diff --git a/services/src/main/groovy/org/jd/gui/view/component/AbstractTextPage.groovy b/services/src/main/groovy/org/jd/gui/view/component/AbstractTextPage.groovy index db8ca8ef..c7ec31d4 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/AbstractTextPage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/AbstractTextPage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/ClassFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/ClassFilePage.groovy index dae63b85..f564d89d 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/ClassFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/ClassFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/CustomLineNumbersPage.groovy b/services/src/main/groovy/org/jd/gui/view/component/CustomLineNumbersPage.groovy index dbf644fb..a2c7645b 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/CustomLineNumbersPage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/CustomLineNumbersPage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/EjbJarXmlFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/EjbJarXmlFilePage.groovy index c4e8492c..c5f36fc0 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/EjbJarXmlFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/EjbJarXmlFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/HyperlinkPage.groovy b/services/src/main/groovy/org/jd/gui/view/component/HyperlinkPage.groovy index 716e2389..de834b1c 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/HyperlinkPage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/HyperlinkPage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/JavaFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/JavaFilePage.groovy index 77609d66..81997f08 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/JavaFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/JavaFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/LogPage.groovy b/services/src/main/groovy/org/jd/gui/view/component/LogPage.groovy index 8cc4d87e..cf5fdc84 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/LogPage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/LogPage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/ManifestFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/ManifestFilePage.groovy index 2f25a627..695f0f6c 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/ManifestFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/ManifestFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/OneTypeReferenceByLinePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/OneTypeReferenceByLinePage.groovy index b60131de..7fb4f3a3 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/OneTypeReferenceByLinePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/OneTypeReferenceByLinePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/TextPage.groovy b/services/src/main/groovy/org/jd/gui/view/component/TextPage.groovy index c0aaf6c7..c194d496 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/TextPage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/TextPage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/TypePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/TypePage.groovy index 8d7c57e3..83143336 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/TypePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/TypePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/TypeReferencePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/TypeReferencePage.groovy index 254289ca..21b5bd32 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/TypeReferencePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/TypeReferencePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/WebXmlFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/WebXmlFilePage.groovy index dc4b06e6..e4d14285 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/WebXmlFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/WebXmlFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/component/XmlFilePage.groovy b/services/src/main/groovy/org/jd/gui/view/component/XmlFilePage.groovy index 908af262..61015296 100644 --- a/services/src/main/groovy/org/jd/gui/view/component/XmlFilePage.groovy +++ b/services/src/main/groovy/org/jd/gui/view/component/XmlFilePage.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component diff --git a/services/src/main/groovy/org/jd/gui/view/data/TreeNodeBean.groovy b/services/src/main/groovy/org/jd/gui/view/data/TreeNodeBean.groovy index 12982976..a3dd410f 100644 --- a/services/src/main/groovy/org/jd/gui/view/data/TreeNodeBean.groovy +++ b/services/src/main/groovy/org/jd/gui/view/data/TreeNodeBean.groovy @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.data diff --git a/services/src/main/java/org/jd/gui/service/indexer/AbstractIndexerProvider.java b/services/src/main/java/org/jd/gui/service/indexer/AbstractIndexerProvider.java index 4768c7be..be18f498 100644 --- a/services/src/main/java/org/jd/gui/service/indexer/AbstractIndexerProvider.java +++ b/services/src/main/java/org/jd/gui/service/indexer/AbstractIndexerProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer; diff --git a/services/src/main/java/org/jd/gui/service/indexer/ClassFileIndexerProvider.java b/services/src/main/java/org/jd/gui/service/indexer/ClassFileIndexerProvider.java index 3672a916..f5bb5c82 100644 --- a/services/src/main/java/org/jd/gui/service/indexer/ClassFileIndexerProvider.java +++ b/services/src/main/java/org/jd/gui/service/indexer/ClassFileIndexerProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer; diff --git a/services/src/main/java/org/jd/gui/service/indexer/JavaFileIndexerProvider.java b/services/src/main/java/org/jd/gui/service/indexer/JavaFileIndexerProvider.java index 45f9bf50..a0371a6b 100644 --- a/services/src/main/java/org/jd/gui/service/indexer/JavaFileIndexerProvider.java +++ b/services/src/main/java/org/jd/gui/service/indexer/JavaFileIndexerProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.indexer; diff --git a/services/src/main/java/org/jd/gui/service/sourcesaver/AbstractSourceSaverProvider.java b/services/src/main/java/org/jd/gui/service/sourcesaver/AbstractSourceSaverProvider.java index b59929d3..b07b3288 100644 --- a/services/src/main/java/org/jd/gui/service/sourcesaver/AbstractSourceSaverProvider.java +++ b/services/src/main/java/org/jd/gui/service/sourcesaver/AbstractSourceSaverProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver; diff --git a/services/src/main/java/org/jd/gui/service/sourcesaver/ClassFileSourceSaverProvider.java b/services/src/main/java/org/jd/gui/service/sourcesaver/ClassFileSourceSaverProvider.java index 28ec4d06..721e0a9a 100644 --- a/services/src/main/java/org/jd/gui/service/sourcesaver/ClassFileSourceSaverProvider.java +++ b/services/src/main/java/org/jd/gui/service/sourcesaver/ClassFileSourceSaverProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.sourcesaver; diff --git a/services/src/main/java/org/jd/gui/service/treenode/AbstractTreeNodeFactoryProvider.java b/services/src/main/java/org/jd/gui/service/treenode/AbstractTreeNodeFactoryProvider.java index d6a191eb..fe0c7c38 100644 --- a/services/src/main/java/org/jd/gui/service/treenode/AbstractTreeNodeFactoryProvider.java +++ b/services/src/main/java/org/jd/gui/service/treenode/AbstractTreeNodeFactoryProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.treenode; diff --git a/services/src/main/java/org/jd/gui/service/type/AbstractTypeFactoryProvider.java b/services/src/main/java/org/jd/gui/service/type/AbstractTypeFactoryProvider.java index 22e4b3d8..2b8876b7 100644 --- a/services/src/main/java/org/jd/gui/service/type/AbstractTypeFactoryProvider.java +++ b/services/src/main/java/org/jd/gui/service/type/AbstractTypeFactoryProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.type; diff --git a/services/src/main/java/org/jd/gui/service/type/ClassFileTypeFactoryProvider.java b/services/src/main/java/org/jd/gui/service/type/ClassFileTypeFactoryProvider.java index 05246ea8..238d38ea 100644 --- a/services/src/main/java/org/jd/gui/service/type/ClassFileTypeFactoryProvider.java +++ b/services/src/main/java/org/jd/gui/service/type/ClassFileTypeFactoryProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.type; diff --git a/services/src/main/java/org/jd/gui/service/type/JavaFileTypeFactoryProvider.java b/services/src/main/java/org/jd/gui/service/type/JavaFileTypeFactoryProvider.java index bfa779c8..14603aa8 100644 --- a/services/src/main/java/org/jd/gui/service/type/JavaFileTypeFactoryProvider.java +++ b/services/src/main/java/org/jd/gui/service/type/JavaFileTypeFactoryProvider.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.service.type; diff --git a/services/src/main/java/org/jd/gui/util/decompiler/ClassFileSourcePrinter.java b/services/src/main/java/org/jd/gui/util/decompiler/ClassFileSourcePrinter.java index 842c31cf..3de4439f 100644 --- a/services/src/main/java/org/jd/gui/util/decompiler/ClassFileSourcePrinter.java +++ b/services/src/main/java/org/jd/gui/util/decompiler/ClassFileSourcePrinter.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.decompiler; diff --git a/services/src/main/java/org/jd/gui/util/decompiler/ContainerLoader.java b/services/src/main/java/org/jd/gui/util/decompiler/ContainerLoader.java index 47b5da3b..9e6bcc9a 100644 --- a/services/src/main/java/org/jd/gui/util/decompiler/ContainerLoader.java +++ b/services/src/main/java/org/jd/gui/util/decompiler/ContainerLoader.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.decompiler; diff --git a/services/src/main/java/org/jd/gui/util/decompiler/GuiPreferences.java b/services/src/main/java/org/jd/gui/util/decompiler/GuiPreferences.java index 02400d13..6483f67b 100644 --- a/services/src/main/java/org/jd/gui/util/decompiler/GuiPreferences.java +++ b/services/src/main/java/org/jd/gui/util/decompiler/GuiPreferences.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.decompiler; diff --git a/services/src/main/java/org/jd/gui/util/decompiler/PlainTextPrinter.java b/services/src/main/java/org/jd/gui/util/decompiler/PlainTextPrinter.java index 5d075391..4727506b 100644 --- a/services/src/main/java/org/jd/gui/util/decompiler/PlainTextPrinter.java +++ b/services/src/main/java/org/jd/gui/util/decompiler/PlainTextPrinter.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.decompiler; diff --git a/services/src/main/java/org/jd/gui/util/io/NewlineOutputStream.java b/services/src/main/java/org/jd/gui/util/io/NewlineOutputStream.java index bc36f368..9407ff41 100644 --- a/services/src/main/java/org/jd/gui/util/io/NewlineOutputStream.java +++ b/services/src/main/java/org/jd/gui/util/io/NewlineOutputStream.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.io; diff --git a/services/src/main/java/org/jd/gui/util/matcher/DescriptorMatcher.java b/services/src/main/java/org/jd/gui/util/matcher/DescriptorMatcher.java index 2cc99572..c6fd6bd3 100644 --- a/services/src/main/java/org/jd/gui/util/matcher/DescriptorMatcher.java +++ b/services/src/main/java/org/jd/gui/util/matcher/DescriptorMatcher.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.matcher; diff --git a/services/src/main/java/org/jd/gui/util/parser/antlr/ANTLRJavaParser.java b/services/src/main/java/org/jd/gui/util/parser/antlr/ANTLRJavaParser.java index d67effd3..2d7e4589 100644 --- a/services/src/main/java/org/jd/gui/util/parser/antlr/ANTLRJavaParser.java +++ b/services/src/main/java/org/jd/gui/util/parser/antlr/ANTLRJavaParser.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.parser.antlr; diff --git a/services/src/main/java/org/jd/gui/util/parser/antlr/AbstractJavaListener.java b/services/src/main/java/org/jd/gui/util/parser/antlr/AbstractJavaListener.java index 95b93325..b514c771 100644 --- a/services/src/main/java/org/jd/gui/util/parser/antlr/AbstractJavaListener.java +++ b/services/src/main/java/org/jd/gui/util/parser/antlr/AbstractJavaListener.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.parser.antlr; diff --git a/services/src/main/java/org/jd/gui/util/xml/AbstractXmlPathFinder.java b/services/src/main/java/org/jd/gui/util/xml/AbstractXmlPathFinder.java index 7e474b04..b02d0f04 100644 --- a/services/src/main/java/org/jd/gui/util/xml/AbstractXmlPathFinder.java +++ b/services/src/main/java/org/jd/gui/util/xml/AbstractXmlPathFinder.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.util.xml; diff --git a/services/src/main/java/org/jd/gui/view/component/ErrorStrip.java b/services/src/main/java/org/jd/gui/view/component/ErrorStrip.java index f9b04c28..70e9435d 100644 --- a/services/src/main/java/org/jd/gui/view/component/ErrorStrip.java +++ b/services/src/main/java/org/jd/gui/view/component/ErrorStrip.java @@ -1,6 +1,8 @@ /* - * Copyright (c) 2008-2015 Emmanuel Dupuy - * This program is made available under the terms of the GPLv3 License. + * Copyright (c) 2008-2019 Emmanuel Dupuy. + * This project is distributed under the GPLv3 license. + * This is a Copyleft license that gives the user the right to use, + * copy and modify the code freely for non-commercial purposes. */ package org.jd.gui.view.component;