diff --git a/MSICA/MSIBuild/Makefile b/MSICA/MSIBuild/Makefile index 0ce215d..9eb5ce8 100644 --- a/MSICA/MSIBuild/Makefile +++ b/MSICA/MSIBuild/Makefile @@ -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 diff --git a/MSICA/MSICA.cpp b/MSICA/MSICA.cpp index 7900b50..deb9c26 100644 --- a/MSICA/MSICA.cpp +++ b/MSICA/MSICA.cpp @@ -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") diff --git a/MSICA/MSICA.h b/MSICA/MSICA.h index 81725a3..9294d89 100644 --- a/MSICA/MSICA.h +++ b/MSICA/MSICA.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 +*/ + #ifndef __MSICA_H__ #define __MSICA_H__ diff --git a/MSICA/res/MSICA.rc b/MSICA/res/MSICA.rc index b2f24d6..cd43747 100644 Binary files a/MSICA/res/MSICA.rc and b/MSICA/res/MSICA.rc differ diff --git a/MSICA/res/MSICA.rcx b/MSICA/res/MSICA.rcx index f62bfa1..2ad9e8b 100644 Binary files a/MSICA/res/MSICA.rcx and b/MSICA/res/MSICA.rcx differ diff --git a/MSICA/stdafx.cpp b/MSICA/stdafx.cpp index a27b824..4ba567c 100644 --- a/MSICA/stdafx.cpp +++ b/MSICA/stdafx.cpp @@ -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" diff --git a/MSICA/stdafx.h b/MSICA/stdafx.h index 486e77f..443682c 100644 --- a/MSICA/stdafx.h +++ b/MSICA/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 diff --git a/MSICALib/MSIBuild/Makefile b/MSICALib/MSIBuild/Makefile index 21d260d..ac041cb 100644 --- a/MSICALib/MSIBuild/Makefile +++ b/MSICALib/MSIBuild/Makefile @@ -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 diff --git a/MSICALib/MSICALib.cpp b/MSICALib/MSICALib.cpp index f3a5b2b..c3e2095 100644 --- a/MSICALib/MSICALib.cpp +++ b/MSICALib/MSICALib.cpp @@ -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") diff --git a/MSICALib/MSICALib.h b/MSICALib/MSICALib.h index 4311b77..1864230 100644 --- a/MSICALib/MSICALib.h +++ b/MSICALib/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 +*/ + #ifndef __MSICALib_H__ #define __MSICALib_H__ diff --git a/MSICALib/OpCert.cpp b/MSICALib/OpCert.cpp index beadb5e..b806b9e 100644 --- a/MSICALib/OpCert.cpp +++ b/MSICALib/OpCert.cpp @@ -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") diff --git a/MSICALib/OpFile.cpp b/MSICALib/OpFile.cpp index 98a0dcc..0f546f1 100644 --- a/MSICALib/OpFile.cpp +++ b/MSICALib/OpFile.cpp @@ -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" diff --git a/MSICALib/OpReg.cpp b/MSICALib/OpReg.cpp index 9b1c2dd..39ee457 100644 --- a/MSICALib/OpReg.cpp +++ b/MSICALib/OpReg.cpp @@ -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" diff --git a/MSICALib/OpSvc.cpp b/MSICALib/OpSvc.cpp index deeff42..d95611e 100644 --- a/MSICALib/OpSvc.cpp +++ b/MSICALib/OpSvc.cpp @@ -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") diff --git a/MSICALib/OpTS.cpp b/MSICALib/OpTS.cpp index 458d6eb..a37a366 100644 --- a/MSICALib/OpTS.cpp +++ b/MSICALib/OpTS.cpp @@ -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") diff --git a/MSICALib/OpWLAN.cpp b/MSICALib/OpWLAN.cpp index 4aea1fc..da929e7 100644 --- a/MSICALib/OpWLAN.cpp +++ b/MSICALib/OpWLAN.cpp @@ -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") diff --git a/MSICALib/stdafx.cpp b/MSICALib/stdafx.cpp index a27b824..4ba567c 100644 --- a/MSICALib/stdafx.cpp +++ b/MSICALib/stdafx.cpp @@ -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" diff --git a/MSICALib/stdafx.h b/MSICALib/stdafx.h index e3b10de..f87959f 100644 --- a/MSICALib/stdafx.h +++ b/MSICALib/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 diff --git a/include/version.h b/include/version.h index 90b1b1b..8c6e82f 100644 --- a/include/version.h +++ b/include/version.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 +*/ + #define MSICA_VERSION 0x00ff0300 #define MSICA_VERSION_MAJ 0