Copyright notice added.
This commit is contained in:
parent
7cd3b9ce17
commit
2d43be9720
@ -1,3 +1,25 @@
|
||||
#
|
||||
# Setup, Copyright (C) Amebis
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# See the GNU General Public License for more details, included in the file
|
||||
# LICENSE.rtf which you should have received along with this program.
|
||||
#
|
||||
# If you did not receive a copy of the GNU General Public License,
|
||||
# write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
# Cambridge, MA 02139, USA.
|
||||
#
|
||||
# Amebis can be contacted at http://www.amebis.si
|
||||
#
|
||||
|
||||
!INCLUDE "..\..\..\include\MSIBuildCfg.mak"
|
||||
|
||||
MSIBUILD_IS_LOCALIZEABLE=1
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "wlanapi.lib")
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#ifndef __MSICA_H__
|
||||
#define __MSICA_H__
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1,23 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,6 +1,24 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently,
|
||||
// but are changed infrequently
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
#
|
||||
# Setup, Copyright (C) Amebis
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# See the GNU General Public License for more details, included in the file
|
||||
# LICENSE.rtf which you should have received along with this program.
|
||||
#
|
||||
# If you did not receive a copy of the GNU General Public License,
|
||||
# write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
# Cambridge, MA 02139, USA.
|
||||
#
|
||||
# Amebis can be contacted at http://www.amebis.si
|
||||
#
|
||||
|
||||
!INCLUDE "..\..\..\include\MSIBuildCfg.mak"
|
||||
|
||||
MSIBUILD_IS_LOCALIZEABLE=1
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "msi.lib")
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#ifndef __MSICALib_H__
|
||||
#define __MSICALib_H__
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "crypt32.lib")
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "advapi32.lib")
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "mstask.lib")
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#pragma comment(lib, "wlanapi.lib")
|
||||
|
@ -1 +1,23 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,6 +1,24 @@
|
||||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently,
|
||||
// but are changed infrequently
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,25 @@
|
||||
/*
|
||||
Setup, Copyright (C) Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU General Public License for more details, included in the file
|
||||
LICENSE.rtf which you should have received along with this program.
|
||||
|
||||
If you did not receive a copy of the GNU General Public License,
|
||||
write to the Free Software Foundation, Inc., 675 Mass Ave,
|
||||
Cambridge, MA 02139, USA.
|
||||
|
||||
Amebis can be contacted at http://www.amebis.si
|
||||
*/
|
||||
|
||||
#define MSICA_VERSION 0x00ff0300
|
||||
|
||||
#define MSICA_VERSION_MAJ 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user