switch to the new version scheme
[LibreOffice.git] / TEMPLATE.SOURCECODE.HEADER
blobe57acc532b18cd0b6b0a78a5cbac5b6b30c55584
1 For C/C++/Java/IDL etc.
3 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
4 /*
5  * This file is part of the LibreOffice project.
6  *
7  * This Source Code Form is subject to the terms of the Mozilla Public
8  * License, v. 2.0. If a copy of the MPL was not distributed with this
9  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10  */
11 ...
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
14 For makefiles:
16 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
18 # This file is part of the LibreOffice project.
20 # This Source Code Form is subject to the terms of the Mozilla Public
21 # License, v. 2.0. If a copy of the MPL was not distributed with this
22 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
24 ...
25 # vim: set noet sw=4 ts=4:
27 For XML / .component:
29 <?xml version="1.0" encoding="UTF-8"?>
30 <!--
31  * This file is part of the LibreOffice project.
32  *
33  * This Source Code Form is subject to the terms of the Mozilla Public
34  * License, v. 2.0. If a copy of the MPL was not distributed with this
35  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
36  *
37 -->