[Libreoffice-commits] .: TEMPLATE.SOURCECODE.HEADER
Michael Meeks
michael at kemper.freedesktop.org
Wed Jun 13 05:42:46 PDT 2012
TEMPLATE.SOURCECODE.HEADER | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
New commits:
commit 3eac565c6066a395fd163368ae0272a247e00b84
Author: Michael Meeks <michael.meeks at suse.com>
Date: Wed Jun 13 13:40:14 2012 +0100
update new file license header template
diff --git a/TEMPLATE.SOURCECODE.HEADER b/TEMPLATE.SOURCECODE.HEADER
index 1d7331c..54273e0 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/.
+ *
+-->
+
More information about the Libreoffice-commits
mailing list