add standard license headers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5813 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a2d5557705
commit
61530710bc
2 changed files with 35 additions and 3 deletions
|
@ -1,3 +1,19 @@
|
|||
/*
|
||||
* plugin.c
|
||||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2008 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#include "plugin.h"
|
||||
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
|
|
|
@ -1,5 +1,21 @@
|
|||
#ifndef _PLUGINCALLBACKS_H_
|
||||
#define _PLUGINCALLBACKS_H_
|
||||
/*
|
||||
* plugin.h
|
||||
*
|
||||
* This file is a part of NSIS.
|
||||
*
|
||||
* Copyright (C) 1999-2008 Nullsoft and Contributors
|
||||
*
|
||||
* Licensed under the zlib/libpng license (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
*
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty.
|
||||
*/
|
||||
|
||||
#ifndef _PLUGIN_H_
|
||||
#define _PLUGIN_H_
|
||||
|
||||
#include "../Platform.h"
|
||||
#include "fileform.h"
|
||||
|
@ -33,4 +49,4 @@ extern BOOL NSISCALL Plugins_CanUnload(HANDLE pluginHandle);
|
|||
|
||||
#endif /* #ifdef NSIS_CONFIG_PLUGIN_SUPPORT */
|
||||
|
||||
#endif /* _PLUGINCALLBACKS_H_ */
|
||||
#endif /* _PLUGIN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue