diff options
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/. + * +--> + |