diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-13 13:40:14 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-13 13:42:25 +0100 |
commit | 3eac565c6066a395fd163368ae0272a247e00b84 (patch) | |
tree | 1c4b7293963b7ec170856ce3679b16637e12ad9f /TEMPLATE.SOURCECODE.HEADER | |
parent | 72cfb250a25de0c13a2a9959f7fbdfa2878c8e7d (diff) |
update new file license header template
Diffstat (limited to 'TEMPLATE.SOURCECODE.HEADER')
-rw-r--r-- | TEMPLATE.SOURCECODE.HEADER | 26 |
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/. + * +--> + |