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/13 19:27:07 UTC

[1/2] incubator-netbeans git commit: [NETBEANS-54] Module Review java.editor create shell script

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 26f77c267 -> 797bb1891


[NETBEANS-54] Module Review java.editor create shell script

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

Branch: refs/heads/master
Commit: 63820d93eba17dcd527b64f4bce49ddfffb7600e
Parents: b47ff82
Author: geertjan <ge...@oracle.com>
Authored: Fri Oct 13 12:20:21 2017 +0200
Committer: geertjan <ge...@oracle.com>
Committed: Fri Oct 13 12:20:21 2017 +0200

----------------------------------------------------------------------
 .../netbeans/test/java/editor/completion/create | 28 ++++++++++++--------
 1 file changed, 17 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/63820d93/java.editor/test/qa-functional/src/org/netbeans/test/java/editor/completion/create
----------------------------------------------------------------------
diff --git a/java.editor/test/qa-functional/src/org/netbeans/test/java/editor/completion/create b/java.editor/test/qa-functional/src/org/netbeans/test/java/editor/completion/create
index 7f538e7..5d635ae 100644
--- a/java.editor/test/qa-functional/src/org/netbeans/test/java/editor/completion/create
+++ b/java.editor/test/qa-functional/src/org/netbeans/test/java/editor/completion/create
@@ -52,17 +52,23 @@ go()
    touch $output;
    cat >>$output <<END_OF_SOURCE
 //This class is automatically generated - DO NOT MODIFY (ever)
-/*
- *                 Sun Public License Notice
- * 
- * The contents of this file are subject to the Sun Public License
- * Version 1.0 (the "License"). You may not use this file except in
- * compliance with the License. A copy of the License is available at
- * http://www.sun.com/
- * 
- * The Original Code is NetBeans. The Initial Developer of the Original
- * Code is Sun Microsystems, Inc. Portions Copyright 1997-2001 Sun
- * Microsystems, Inc. All Rights Reserved.
+/**
+ * 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 org.netbeans.test.java.editor.completion;
 import java.io.PrintWriter;


[2/2] incubator-netbeans git commit: Merge branch 'pr/140'

Posted by ma...@apache.org.
Merge branch 'pr/140'


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

Branch: refs/heads/master
Commit: 797bb18918950d2c6604ec4e8301483473df0f6a
Parents: 26f77c2 63820d9
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Fri Oct 13 21:27:01 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Fri Oct 13 21:27:01 2017 +0200

----------------------------------------------------------------------
 .../netbeans/test/java/editor/completion/create | 28 ++++++++++++--------
 1 file changed, 17 insertions(+), 11 deletions(-)
----------------------------------------------------------------------