Kaydet (Commit) 0cab1313 authored tarafından Eilidh McAdam's avatar Eilidh McAdam Kaydeden (comit) Fridrich Štrba

Use correct license header for files in this branch.

Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e
Signed-off-by: 's avatarFridrich Štrba <fridrich.strba@bluewin.ch>
üst d71bd0dd
/* -*- 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 -*- */
/*********************************************************************** /*
* msidb.exe * This file is part of the LibreOffice project.
*
* Needs -mconsole. See ipconfig.c in wine/programs/ipconfig
*
* 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 <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
/* -*- 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 "parseddf.h"
#include <sys/stat.h> #include <sys/stat.h>
#include <stdarg.h> #include <stdarg.h>
......
/* -*- 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__ #ifndef __PARSEDDF_H__
#define __PARSEDDF_H__ #define __PARSEDDF_H__
......
/* -*- 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 -*- */
/*********************************************************************** /*
* msidb.exe * This file is part of the LibreOffice project.
*
* Needs -mconsole. See ipconfig.c in wine/programs/ipconfig
* *
* 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 <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
/* -*- 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 -*- */
/*********************************************************************** /*
* msiinfo.exe * This file is part of the LibreOffice project.
* *
* Needs -mconsole. * 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
* Copyright 2012 Eilidh McAdam (eilidh@lanedo.com) * file, You can obtain one at http://mozilla.org/MPL/2.0/.
* */
**********************************************************************/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment