Repository: incubator-netbeans
Updated Branches:
  refs/heads/master df639a47d -> 95a559499


[NETBEANS-54] Module Review java.source.base



Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/7302abd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/7302abd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/7302abd0

Branch: refs/heads/master
Commit: 7302abd032add125e6fb72a595a2f6eae9a5dcc8
Parents: 4548dd8
Author: Michael Simons <[email protected]>
Authored: Sun Oct 8 19:09:44 2017 +0200
Committer: Emilian Bold <[email protected]>
Committed: Sun Oct 8 20:09:44 2017 +0300

----------------------------------------------------------------------
 .../data/sourceutils/TestDollarSourceName.java    | 18 ++++++++++++++++++
 .../TestInnerClassName$InnerClass.java            | 18 ++++++++++++++++++
 .../unit/data/sourceutils/TestInnerClassName.java | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7302abd0/java.source.base/test/unit/data/sourceutils/TestDollarSourceName.java
----------------------------------------------------------------------
diff --git 
a/java.source.base/test/unit/data/sourceutils/TestDollarSourceName.java 
b/java.source.base/test/unit/data/sourceutils/TestDollarSourceName.java
index bf630f1..4c86d96 100644
--- a/java.source.base/test/unit/data/sourceutils/TestDollarSourceName.java
+++ b/java.source.base/test/unit/data/sourceutils/TestDollarSourceName.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package sourceutils;
 
 public class TestDollarSourceName$dollar {

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7302abd0/java.source.base/test/unit/data/sourceutils/TestInnerClassName$InnerClass.java
----------------------------------------------------------------------
diff --git 
a/java.source.base/test/unit/data/sourceutils/TestInnerClassName$InnerClass.java
 
b/java.source.base/test/unit/data/sourceutils/TestInnerClassName$InnerClass.java
index 99bf305..d47700f 100644
--- 
a/java.source.base/test/unit/data/sourceutils/TestInnerClassName$InnerClass.java
+++ 
b/java.source.base/test/unit/data/sourceutils/TestInnerClassName$InnerClass.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package sourceutils;
 
 public class TestInnerClassName$InnerClass {

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7302abd0/java.source.base/test/unit/data/sourceutils/TestInnerClassName.java
----------------------------------------------------------------------
diff --git 
a/java.source.base/test/unit/data/sourceutils/TestInnerClassName.java 
b/java.source.base/test/unit/data/sourceutils/TestInnerClassName.java
index 54f4a26..8f198b1 100644
--- a/java.source.base/test/unit/data/sourceutils/TestInnerClassName.java
+++ b/java.source.base/test/unit/data/sourceutils/TestInnerClassName.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package sourceutils;
 
 public class TestInnerClassName {

Reply via email to