From 0cab13137aac689403c7dfa8a5aed785e88ac0c4 Mon Sep 17 00:00:00 2001 From: Eilidh McAdam Date: Fri, 6 Jul 2012 17:44:03 +0100 Subject: Use correct license header for files in this branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e Signed-off-by: Fridrich Štrba --- setup_native/source/win32/wintools/makecab/makecab.c | 15 +++++++-------- setup_native/source/win32/wintools/makecab/parseddf.c | 10 +++++++++- setup_native/source/win32/wintools/makecab/parseddf.h | 2 +- setup_native/source/win32/wintools/msidb/msidb.c | 15 +++++++-------- setup_native/source/win32/wintools/msiinfo/msiinfo.c | 15 +++++++-------- 5 files changed, 31 insertions(+), 26 deletions(-) (limited to 'setup_native') diff --git a/setup_native/source/win32/wintools/makecab/makecab.c b/setup_native/source/win32/wintools/makecab/makecab.c index f5621576a905..b822cd669ba6 100644 --- a/setup_native/source/win32/wintools/makecab/makecab.c +++ b/setup_native/source/win32/wintools/makecab/makecab.c @@ -1,12 +1,11 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/*********************************************************************** - * msidb.exe - * - * Needs -mconsole. See ipconfig.c in wine/programs/ipconfig - * - * Copyright 2012 Eilidh McAdam (eilidh@lanedo.com) +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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/. + */ #include #include diff --git a/setup_native/source/win32/wintools/makecab/parseddf.c b/setup_native/source/win32/wintools/makecab/parseddf.c index 4d4a0c39cbd4..0069ee1b4d70 100644 --- a/setup_native/source/win32/wintools/makecab/parseddf.c +++ b/setup_native/source/win32/wintools/makecab/parseddf.c @@ -1,4 +1,12 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * 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/. + */ + #include "parseddf.h" #include #include diff --git a/setup_native/source/win32/wintools/makecab/parseddf.h b/setup_native/source/win32/wintools/makecab/parseddf.h index 6b233dbe5880..24e681ff8e91 100644 --- a/setup_native/source/win32/wintools/makecab/parseddf.h +++ b/setup_native/source/win32/wintools/makecab/parseddf.h @@ -1,4 +1,4 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef __PARSEDDF_H__ #define __PARSEDDF_H__ diff --git a/setup_native/source/win32/wintools/msidb/msidb.c b/setup_native/source/win32/wintools/msidb/msidb.c index 41b4dfde6eff..bce31ef43046 100644 --- a/setup_native/source/win32/wintools/msidb/msidb.c +++ b/setup_native/source/win32/wintools/msidb/msidb.c @@ -1,12 +1,11 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/*********************************************************************** - * msidb.exe - * - * Needs -mconsole. See ipconfig.c in wine/programs/ipconfig +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. * - * Copyright 2012 Eilidh McAdam (eilidh@lanedo.com) - * - **********************************************************************/ + * 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/. + */ #include #include diff --git a/setup_native/source/win32/wintools/msiinfo/msiinfo.c b/setup_native/source/win32/wintools/msiinfo/msiinfo.c index 06d76bda18ee..2a336841a3e9 100644 --- a/setup_native/source/win32/wintools/msiinfo/msiinfo.c +++ b/setup_native/source/win32/wintools/msiinfo/msiinfo.c @@ -1,12 +1,11 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/*********************************************************************** - * msiinfo.exe +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. * - * Needs -mconsole. - * - * Copyright 2012 Eilidh McAdam (eilidh@lanedo.com) - * - **********************************************************************/ + * 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/. + */ #include #include -- cgit