summaryrefslogtreecommitdiffstats
path: root/scripting/java/org
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-29 14:02:24 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-29 15:51:49 +0100
commit2005a34318af5e10dc9b4fae33a0562c58223bce (patch)
treee187153438485effce0cc6321cf0589f342e3ce6 /scripting/java/org
parentgridfixes: #i117265# implement less-predicate for Date/Time structs (diff)
downloadcore-2005a34318af5e10dc9b4fae33a0562c58223bce.tar.gz
core-2005a34318af5e10dc9b4fae33a0562c58223bce.zip
re-base on ALv2 code.
Diffstat (limited to 'scripting/java/org')
-rwxr-xr-xscripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_18
-rwxr-xr-xscripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_18
2 files changed, 36 insertions, 0 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_ b/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_
index cf997b0f1082..33ebd132c3d6 100755
--- a/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_
+++ b/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/Empty.java_
@@ -1,3 +1,21 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * 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 .
+ */
+
// If using XComponentContext need to uncomment import directive below:
// import com.sun.star.uno.XComponentContext;
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_ b/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_
index 36e66aeeb20e..e9eba2ef4140 100755
--- a/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_
+++ b/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/HelloWorld.java_
@@ -1,3 +1,21 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * 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 .
+ */
+
// If using XMultiServiceFactory need to uncomment import directive below:
//import com.sun.star.lang.XMultiServiceFactory;