You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/15 09:53:53 UTC

[4/6] incubator-netbeans git commit: [NETBEANS-54] Module Review java.completion

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6a734ca6/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWR.java
----------------------------------------------------------------------
diff --git a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWR.java b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWR.java
index 515e4e8..75f22f1 100644
--- a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWR.java
+++ b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWR.java
@@ -1,3 +1,22 @@
+/**
+ * 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 test;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6a734ca6/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRNoRes.java
----------------------------------------------------------------------
diff --git a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRNoRes.java b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRNoRes.java
index 153e3b9..bc78e04 100644
--- a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRNoRes.java
+++ b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRNoRes.java
@@ -1,3 +1,22 @@
+/**
+ * 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 test;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6a734ca6/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRStart.java
----------------------------------------------------------------------
diff --git a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRStart.java b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRStart.java
index 8a9fadd..96cbd56 100644
--- a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRStart.java
+++ b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/TWRStart.java
@@ -1,3 +1,22 @@
+/**
+ * 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 test;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/6a734ca6/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/UnimplementedMethod.java
----------------------------------------------------------------------
diff --git a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/UnimplementedMethod.java b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/UnimplementedMethod.java
index 4ce7590..6e79e0d 100644
--- a/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/UnimplementedMethod.java
+++ b/java.completion/test/unit/data/org/netbeans/modules/java/completion/data/UnimplementedMethod.java
@@ -1,3 +1,22 @@
+/**
+ * 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 test;
 
 public class Test implements Runnable {