summaryrefslogtreecommitdiff
path: root/TEMPLATE.SOURCECODE.HEADER
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-13 13:40:14 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-13 13:42:25 +0100
commit3eac565c6066a395fd163368ae0272a247e00b84 (patch)
tree1c4b7293963b7ec170856ce3679b16637e12ad9f /TEMPLATE.SOURCECODE.HEADER
parent72cfb250a25de0c13a2a9959f7fbdfa2878c8e7d (diff)
update new file license header template
Diffstat (limited to 'TEMPLATE.SOURCECODE.HEADER')
-rw-r--r--TEMPLATE.SOURCECODE.HEADER26
1 files changed, 25 insertions, 1 deletions
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER
index 1d7331cde69f..54273e07ec8d 100644
--- a/TEMPLATE.SOURCECODE.HEADER
+++ b/TEMPLATE.SOURCECODE.HEADER
@@ -1,6 +1,8 @@
+For C/C++/Java/IDL etc.
+
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
- * Copyright 2012 LibreOffice contributors.
+ * 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
@@ -8,3 +10,25 @@
*/
...
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+
+For makefiles:
+
+#
+# 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/.
+#
+
+For XML / .component:
+
+<!--
+ * 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/.
+ *
+-->
+