You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/26 14:52:29 UTC

[GitHub] matthiasblaesing closed pull request #293: [NETBEANS-161] edited some malformed/forgotten license headers

matthiasblaesing closed pull request #293: [NETBEANS-161] edited some malformed/forgotten license headers
URL: https://github.com/apache/incubator-netbeans/pull/293
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
index 25779710a..c1c8eb230 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/bugtracking.commons/test/unit/src/org/netbeans/modules/bugtracking/issuetable/IssuetableTestFactory.java b/bugtracking.commons/test/unit/src/org/netbeans/modules/bugtracking/issuetable/IssuetableTestFactory.java
index 7db71b4f1..0ad638dd2 100644
--- a/bugtracking.commons/test/unit/src/org/netbeans/modules/bugtracking/issuetable/IssuetableTestFactory.java
+++ b/bugtracking.commons/test/unit/src/org/netbeans/modules/bugtracking/issuetable/IssuetableTestFactory.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.bugtracking.issuetable;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,7 +17,7 @@
  * under the License.
  */
 
-
+package org.netbeans.modules.bugtracking.issuetable;
 
 import java.util.Enumeration;
 import java.util.HashMap;
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptions.java b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptions.java
index bcf1b7dae..7a4aa8d35 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptions.java
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptions.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.bugtracking.settings;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,7 @@
  * under the License.
  */
 
+package org.netbeans.modules.bugtracking.settings;
 
 import java.beans.PropertyChangeListener;
 import java.util.HashMap;
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.java b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.java
index a5ab78f34..ec2182cdc 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.java
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/settings/BugtrackingOptionsPanel.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.bugtracking.settings;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,7 +17,7 @@
  * under the License.
  */
 
-
+package org.netbeans.modules.bugtracking.settings;
 
 import java.awt.CardLayout;
 import javax.swing.DefaultListModel;
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/dashboard/QueryNode.java b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/dashboard/QueryNode.java
index 53dec7077..58e4e2947 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/tasks/dashboard/QueryNode.java
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/tasks/dashboard/QueryNode.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.netbeans.modules.bugtracking.tasks.dashboard;
 
 import java.awt.*;
diff --git a/bugtracking/src/org/netbeans/modules/bugtracking/ui/selectors/RepositorySelector.java b/bugtracking/src/org/netbeans/modules/bugtracking/ui/selectors/RepositorySelector.java
index f7d1765bc..9de5ab9bf 100644
--- a/bugtracking/src/org/netbeans/modules/bugtracking/ui/selectors/RepositorySelector.java
+++ b/bugtracking/src/org/netbeans/modules/bugtracking/ui/selectors/RepositorySelector.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.bugtracking.ui.selectors;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,7 +17,7 @@
  * under the License.
  */
 
-
+package org.netbeans.modules.bugtracking.ui.selectors;
 
 import java.util.ArrayList;
 import java.util.List;
diff --git a/csl.api/src/org/netbeans/modules/csl/core/GsfIndentTaskFactory.java b/csl.api/src/org/netbeans/modules/csl/core/GsfIndentTaskFactory.java
index f1263cdaa..4a4d5ef95 100644
--- a/csl.api/src/org/netbeans/modules/csl/core/GsfIndentTaskFactory.java
+++ b/csl.api/src/org/netbeans/modules/csl/core/GsfIndentTaskFactory.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -17,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.netbeans.modules.csl.core;
 
 import org.netbeans.modules.editor.indent.spi.Context;
diff --git a/css.editor/src/org/netbeans/modules/css/editor/indent/CssIndentTaskFactory.java b/css.editor/src/org/netbeans/modules/css/editor/indent/CssIndentTaskFactory.java
index 422e44b21..de1cb7ce2 100644
--- a/css.editor/src/org/netbeans/modules/css/editor/indent/CssIndentTaskFactory.java
+++ b/css.editor/src/org/netbeans/modules/css/editor/indent/CssIndentTaskFactory.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/css.visual/src/org/netbeans/modules/css/visual/spi/Location.java b/css.visual/src/org/netbeans/modules/css/visual/spi/Location.java
index fdca79522..1400a3756 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/spi/Location.java
+++ b/css.visual/src/org/netbeans/modules/css/visual/spi/Location.java
@@ -1,9 +1,4 @@
-package org.netbeans.modules.css.visual.spi;
-
-
-import org.openide.filesystems.FileObject;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -22,6 +17,10 @@
  * under the License.
  */
 
+package org.netbeans.modules.css.visual.spi;
+
+import org.openide.filesystems.FileObject;
+
 /**
  *
  * @author marekfukala
diff --git a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mssql/MSSQLCatalog.java b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mssql/MSSQLCatalog.java
index 0846845c1..4fc4dde4b 100644
--- a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mssql/MSSQLCatalog.java
+++ b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mssql/MSSQLCatalog.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mysql/MySQLCatalog.java b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mysql/MySQLCatalog.java
index 750315c76..4e978b717 100644
--- a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mysql/MySQLCatalog.java
+++ b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/mysql/MySQLCatalog.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/oracle/OracleCatalog.java b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/oracle/OracleCatalog.java
index a550d6037..01e1eee00 100644
--- a/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/oracle/OracleCatalog.java
+++ b/db.metadata.model/src/org/netbeans/modules/db/metadata/model/jdbc/oracle/OracleCatalog.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java b/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java
index cca136eed..8c1463efb 100644
--- a/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java
+++ b/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/actions/RunSQLAction.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/db/test/unit/src/org/netbeans/api/db/explorer/JDBCDriverManager2Test.java b/db/test/unit/src/org/netbeans/api/db/explorer/JDBCDriverManager2Test.java
index 946a05afe..d6985e15c 100644
--- a/db/test/unit/src/org/netbeans/api/db/explorer/JDBCDriverManager2Test.java
+++ b/db/test/unit/src/org/netbeans/api/db/explorer/JDBCDriverManager2Test.java
@@ -1,6 +1,4 @@
-package org.netbeans.api.db.explorer;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -18,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.netbeans.api.db.explorer;
+
 import java.io.IOException;
 import java.net.URL;
 import org.netbeans.modules.db.explorer.driver.JDBCDriverConvertor;
diff --git a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/api/util/FileInfoProvider.java b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/api/util/FileInfoProvider.java
index 5c7c225a7..ae1c0acac 100644
--- a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/api/util/FileInfoProvider.java
+++ b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/api/util/FileInfoProvider.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.nativeexecution.api.util;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.modules.nativeexecution.api.util;
+
 import java.io.IOException;
 import java.io.PrintWriter;
 import java.io.UnsupportedEncodingException;
diff --git a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/spi/ExecutionEnvironmentFactoryService.java b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/spi/ExecutionEnvironmentFactoryService.java
index 6a17d0f3e..269469a0b 100644
--- a/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/spi/ExecutionEnvironmentFactoryService.java
+++ b/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/spi/ExecutionEnvironmentFactoryService.java
@@ -1,8 +1,4 @@
-package org.netbeans.modules.nativeexecution.spi;
-
-import org.netbeans.modules.nativeexecution.api.*;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -20,6 +16,11 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.netbeans.modules.nativeexecution.spi;
+
+import org.netbeans.modules.nativeexecution.api.*;
+
 public interface ExecutionEnvironmentFactoryService {
 
     public ExecutionEnvironment getLocal();
diff --git a/editor.lib2/src/org/netbeans/modules/editor/lib2/RectangularSelectionTransferHandler.java b/editor.lib2/src/org/netbeans/modules/editor/lib2/RectangularSelectionTransferHandler.java
index 5fc2657a4..2d88655ab 100644
--- a/editor.lib2/src/org/netbeans/modules/editor/lib2/RectangularSelectionTransferHandler.java
+++ b/editor.lib2/src/org/netbeans/modules/editor/lib2/RectangularSelectionTransferHandler.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/editor.search/src/org/netbeans/modules/editor/search/actions/FindSelectionAction.java b/editor.search/src/org/netbeans/modules/editor/search/actions/FindSelectionAction.java
index 69f011acb..9070c18dd 100644
--- a/editor.search/src/org/netbeans/modules/editor/search/actions/FindSelectionAction.java
+++ b/editor.search/src/org/netbeans/modules/editor/search/actions/FindSelectionAction.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.editor.search.actions;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,7 @@
  * under the License.
  */
 
+package org.netbeans.modules.editor.search.actions;
 
 import java.awt.event.ActionEvent;
 import java.util.HashMap;
diff --git a/editor.search/src/org/netbeans/modules/editor/search/completion/SearchCompletionItem.java b/editor.search/src/org/netbeans/modules/editor/search/completion/SearchCompletionItem.java
index 6cb439c92..c77ed6c5f 100644
--- a/editor.search/src/org/netbeans/modules/editor/search/completion/SearchCompletionItem.java
+++ b/editor.search/src/org/netbeans/modules/editor/search/completion/SearchCompletionItem.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/fontscolors/FontColorSettingsImpl.java b/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/fontscolors/FontColorSettingsImpl.java
index a2cb26054..82d5229c8 100644
--- a/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/fontscolors/FontColorSettingsImpl.java
+++ b/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/fontscolors/FontColorSettingsImpl.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/keybindings/KeyBindingSettingsImpl.java b/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/keybindings/KeyBindingSettingsImpl.java
index c53217133..fb5c12802 100644
--- a/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/keybindings/KeyBindingSettingsImpl.java
+++ b/editor.settings.storage/src/org/netbeans/modules/editor/settings/storage/keybindings/KeyBindingSettingsImpl.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/html.editor/src/org/netbeans/modules/html/editor/hints/css/CreateRuleInStylesheet.java b/html.editor/src/org/netbeans/modules/html/editor/hints/css/CreateRuleInStylesheet.java
index 389da3599..3626fe142 100644
--- a/html.editor/src/org/netbeans/modules/html/editor/hints/css/CreateRuleInStylesheet.java
+++ b/html.editor/src/org/netbeans/modules/html/editor/hints/css/CreateRuleInStylesheet.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/html.validation/test/unit/src/org/netbeans/modules/html/validation/TestBase.java b/html.validation/test/unit/src/org/netbeans/modules/html/validation/TestBase.java
index ebefdf5c4..64526621c 100644
--- a/html.validation/test/unit/src/org/netbeans/modules/html/validation/TestBase.java
+++ b/html.validation/test/unit/src/org/netbeans/modules/html/validation/TestBase.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.html.validation;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,7 @@
  * under the License.
  */
 
+package org.netbeans.modules.html.validation;
 
 import org.netbeans.api.project.Project;
 import org.netbeans.junit.NbTestCase;
diff --git a/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidationTransactionTest.java b/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidationTransactionTest.java
index c18ed2bf0..830f8f5b6 100644
--- a/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidationTransactionTest.java
+++ b/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidationTransactionTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.html.validation;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -18,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.netbeans.modules.html.validation;
+
 import java.io.File;
 import java.io.IOException;
 import java.io.StringReader;
diff --git a/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidatorImplTest.java b/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidatorImplTest.java
index 8b43d661d..f56beb517 100644
--- a/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidatorImplTest.java
+++ b/html.validation/test/unit/src/org/netbeans/modules/html/validation/ValidatorImplTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.html.validation;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -18,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.netbeans.modules.html.validation;
+
 import java.io.IOException;
 import java.io.StringReader;
 import junit.framework.Test;
diff --git a/html/src/org/netbeans/modules/html/HtmlEditorSupport.java b/html/src/org/netbeans/modules/html/HtmlEditorSupport.java
index 6f55aad06..bb4762764 100644
--- a/html/src/org/netbeans/modules/html/HtmlEditorSupport.java
+++ b/html/src/org/netbeans/modules/html/HtmlEditorSupport.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/java.source.base/src/org/netbeans/modules/java/source/transform/ImmutableTreeTranslator.java b/java.source.base/src/org/netbeans/modules/java/source/transform/ImmutableTreeTranslator.java
index ad6e51820..0a1c88f02 100644
--- a/java.source.base/src/org/netbeans/modules/java/source/transform/ImmutableTreeTranslator.java
+++ b/java.source.base/src/org/netbeans/modules/java/source/transform/ImmutableTreeTranslator.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/libs.git/test/unit/src/org/netbeans/libs/git/jgit/commands/CherryPickTest.java b/libs.git/test/unit/src/org/netbeans/libs/git/jgit/commands/CherryPickTest.java
index 8aa896527..99138d742 100644
--- a/libs.git/test/unit/src/org/netbeans/libs/git/jgit/commands/CherryPickTest.java
+++ b/libs.git/test/unit/src/org/netbeans/libs/git/jgit/commands/CherryPickTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.libs.git.jgit.commands;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.libs.git.jgit.commands;
+
 import java.io.File;
 import java.io.IOException;
 import java.lang.reflect.Field;
diff --git a/libs.svnClientAdapter.javahl/test/unit/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactoryTest.java b/libs.svnClientAdapter.javahl/test/unit/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactoryTest.java
index 91907a037..9ec928a9d 100644
--- a/libs.svnClientAdapter.javahl/test/unit/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactoryTest.java
+++ b/libs.svnClientAdapter.javahl/test/unit/src/org/netbeans/libs/svnclientadapter/javahl/JavaHlClientAdapterFactoryTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.libs.svnclientadapter.javahl;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.libs.svnclientadapter.javahl;
+
 import java.util.Collection;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.libs.svnclientadapter.SvnClientAdapterFactory;
diff --git a/libs.svnClientAdapter.svnkit/test/unit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactoryTest.java b/libs.svnClientAdapter.svnkit/test/unit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactoryTest.java
index bdc4893de..631ade741 100644
--- a/libs.svnClientAdapter.svnkit/test/unit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactoryTest.java
+++ b/libs.svnClientAdapter.svnkit/test/unit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactoryTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.libs.svnclientadapter.svnkit;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.libs.svnclientadapter.svnkit;
+
 import java.util.Collection;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.libs.svnclientadapter.SvnClientAdapterFactory;
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/FsEventFromAtomicActionTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/FsEventFromAtomicActionTest.java
index ce6b7d7b2..e9a2d5ce5 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/FsEventFromAtomicActionTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/FsEventFromAtomicActionTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.masterfs.watcher;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.modules.masterfs.watcher;
+
 import java.io.File;
 import java.io.IOException;
 import java.util.Collection;
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/MoveUnlocksWatcherTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/MoveUnlocksWatcherTest.java
index 115bb1548..e328cbff2 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/MoveUnlocksWatcherTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/watcher/MoveUnlocksWatcherTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.masterfs.watcher;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.modules.masterfs.watcher;
+
 import java.io.IOException;
 import org.netbeans.junit.NbTestCase;
 import org.openide.filesystems.FileObject;
diff --git a/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexerImpl.java b/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexerImpl.java
index a72e03bd8..ff611a7da 100644
--- a/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexerImpl.java
+++ b/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexerImpl.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/maven.indexer/src/org/netbeans/modules/maven/indexer/spi/impl/RepositoryIndexerImplementation.java b/maven.indexer/src/org/netbeans/modules/maven/indexer/spi/impl/RepositoryIndexerImplementation.java
index 2e3e5cff5..9f625d843 100644
--- a/maven.indexer/src/org/netbeans/modules/maven/indexer/spi/impl/RepositoryIndexerImplementation.java
+++ b/maven.indexer/src/org/netbeans/modules/maven/indexer/spi/impl/RepositoryIndexerImplementation.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.maven.indexer.spi.impl;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,7 @@
  * under the License.
  */
 
+package org.netbeans.modules.maven.indexer.spi.impl;
 
 import java.util.Collection;
 import org.apache.maven.artifact.Artifact;
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/log/HgLogMessage.java b/mercurial/src/org/netbeans/modules/mercurial/ui/log/HgLogMessage.java
index 9bbd061d8..3569da881 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/log/HgLogMessage.java
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/log/HgLogMessage.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.java b/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.java
index f98cfc626..0738a2360 100644
--- a/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.java
+++ b/mercurial/src/org/netbeans/modules/mercurial/ui/status/VersioningPanel.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/mercurial/test/qa-functional/src/org/netbeans/test/mercurial/hgStableTest.java b/mercurial/test/qa-functional/src/org/netbeans/test/mercurial/hgStableTest.java
index d2059bd7e..b00ad12ca 100644
--- a/mercurial/test/qa-functional/src/org/netbeans/test/mercurial/hgStableTest.java
+++ b/mercurial/test/qa-functional/src/org/netbeans/test/mercurial/hgStableTest.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/IncrementSpecificationVersionsTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/IncrementSpecificationVersionsTest.java
index e0f446b1f..072daf3b6 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/IncrementSpecificationVersionsTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/IncrementSpecificationVersionsTest.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/plaf/ChicletDemo.java b/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/plaf/ChicletDemo.java
index 6801804bf..4f337b67a 100644
--- a/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/plaf/ChicletDemo.java
+++ b/o.n.swing.tabcontrol/demosrc/org/netbeans/swing/tabcontrol/plaf/ChicletDemo.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/openide.filesystems.compat8/src/org/openide/filesystems/FileSystem$Environment.java b/openide.filesystems.compat8/src/org/openide/filesystems/FileSystem$Environment.java
index 68d6be1fb..b353b6ccb 100644
--- a/openide.filesystems.compat8/src/org/openide/filesystems/FileSystem$Environment.java
+++ b/openide.filesystems.compat8/src/org/openide/filesystems/FileSystem$Environment.java
@@ -1,6 +1,4 @@
-package org.openide.filesystems;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,8 @@
  * under the License.
  */
 
+package org.openide.filesystems;
+
 /** Interface that allows filesystems to set up the Java environment
 * for external execution and compilation.
 * Currently just used to append entries to the external class path.
diff --git a/openide.loaders/src/org/openide/loaders/NewObjectWizardPanel.java b/openide.loaders/src/org/openide/loaders/NewObjectWizardPanel.java
index dcdef3c72..028903f7f 100644
--- a/openide.loaders/src/org/openide/loaders/NewObjectWizardPanel.java
+++ b/openide.loaders/src/org/openide/loaders/NewObjectWizardPanel.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizard2.java b/openide.loaders/src/org/openide/loaders/TemplateWizard2.java
index 554d5add1..2aef2467a 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizard2.java
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizard2.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizardPanel1.java b/openide.loaders/src/org/openide/loaders/TemplateWizardPanel1.java
index 4d9d46416..cb2f9158b 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizardPanel1.java
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizardPanel1.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizardPanel2.java b/openide.loaders/src/org/openide/loaders/TemplateWizardPanel2.java
index 2ece0f02e..5ce99be0d 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizardPanel2.java
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizardPanel2.java
@@ -1,4 +1,4 @@
- /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/ui/HintsControllerUI.java b/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/ui/HintsControllerUI.java
index 37dbe3412..c605fba24 100644
--- a/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/ui/HintsControllerUI.java
+++ b/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/ui/HintsControllerUI.java
@@ -1,4 +1,4 @@
-    /**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/AquaQuickSearchComboBar.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/AquaQuickSearchComboBar.java
index c6819f611..bcc03f980 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/AquaQuickSearchComboBar.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/AquaQuickSearchComboBar.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/updatecenters/test/unit/src/org/netbeans/updatecenters/install/ValidateInstallTest.java b/updatecenters/test/unit/src/org/netbeans/updatecenters/install/ValidateInstallTest.java
index f2be0110d..8fd2e9b8e 100644
--- a/updatecenters/test/unit/src/org/netbeans/updatecenters/install/ValidateInstallTest.java
+++ b/updatecenters/test/unit/src/org/netbeans/updatecenters/install/ValidateInstallTest.java
@@ -1,6 +1,4 @@
-package org.netbeans.updatecenters.install;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -19,6 +17,7 @@
  * under the License.
  */
 
+package org.netbeans.updatecenters.install;
 
 import java.util.ArrayList;
 import java.util.List;
diff --git a/versioning.core/test/unit/src/org/netbeans/modules/versioning/VCSFilesystemTestFactory.java b/versioning.core/test/unit/src/org/netbeans/modules/versioning/VCSFilesystemTestFactory.java
index 897e76770..66a9ab8cf 100644
--- a/versioning.core/test/unit/src/org/netbeans/modules/versioning/VCSFilesystemTestFactory.java
+++ b/versioning.core/test/unit/src/org/netbeans/modules/versioning/VCSFilesystemTestFactory.java
@@ -1,6 +1,4 @@
-package org.netbeans.modules.versioning;
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -18,6 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+package org.netbeans.modules.versioning;
+
 import java.io.IOException;
 import java.util.Enumeration;
 import java.util.HashMap;
diff --git a/versioning.util/src/org/netbeans/modules/versioning/util/TemplateSelector.java b/versioning.util/src/org/netbeans/modules/versioning/util/TemplateSelector.java
index 8e1a740d7..bfe8e4851 100644
--- a/versioning.util/src/org/netbeans/modules/versioning/util/TemplateSelector.java
+++ b/versioning.util/src/org/netbeans/modules/versioning/util/TemplateSelector.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/xml.schema.model/src/org/netbeans/modules/xml/schema/model/SchemaModelReference.java b/xml.schema.model/src/org/netbeans/modules/xml/schema/model/SchemaModelReference.java
index 1ba1b54ae..3a903e8fe 100644
--- a/xml.schema.model/src/org/netbeans/modules/xml/schema/model/SchemaModelReference.java
+++ b/xml.schema.model/src/org/netbeans/modules/xml/schema/model/SchemaModelReference.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/xml.wsdl.model/src/org/netbeans/modules/xml/wsdl/validator/spi/ValidatorSchemaFactory.java b/xml.wsdl.model/src/org/netbeans/modules/xml/wsdl/validator/spi/ValidatorSchemaFactory.java
index cc597f683..fb919c889 100644
--- a/xml.wsdl.model/src/org/netbeans/modules/xml/wsdl/validator/spi/ValidatorSchemaFactory.java
+++ b/xml.wsdl.model/src/org/netbeans/modules/xml/wsdl/validator/spi/ValidatorSchemaFactory.java
@@ -1,5 +1,4 @@
-
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/model/TestCatalogModel.java b/xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/model/TestCatalogModel.java
index eb00f90d0..ba944c5ad 100644
--- a/xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/model/TestCatalogModel.java
+++ b/xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/model/TestCatalogModel.java
@@ -1,5 +1,4 @@
-package org.netbeans.modules.xml.wsdl.model;
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -18,6 +17,8 @@
  * under the License.
  */
 
+package org.netbeans.modules.xml.wsdl.model;
+
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services