This commit is contained in:
parent
7d2eeff429
commit
3e2d33b548
@ -1,23 +1,20 @@
|
||||
#
|
||||
# MSICA, Copyright (C) Amebis, Slovenia
|
||||
# Copyright ("1991-2015") Amebis
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# This file is part of MSICA.
|
||||
#
|
||||
# MSICA 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
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# MSICA 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.
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# 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
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
!INCLUDE "..\..\..\include\MSIBuildCfg.mak"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __MSICA_H__
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,23 +1,20 @@
|
||||
#
|
||||
# MSICA, Copyright (C) Amebis, Slovenia
|
||||
# Copyright ("1991-2015") Amebis
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# This file is part of MSICA.
|
||||
#
|
||||
# MSICA 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
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# MSICA 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.
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# 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
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
!INCLUDE "..\..\..\include\MSIBuildCfg.mak"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __MSICALib_H__
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,23 +1,20 @@
|
||||
/*
|
||||
MSICA, Copyright (C) Amebis, Slovenia
|
||||
Copyright ("1991-2015") Amebis
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
This file is part of MSICA.
|
||||
|
||||
MSICA 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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
MSICA 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.
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
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
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define MSICA_VERSION 0x00ff0300
|
||||
|
Loading…
x
Reference in New Issue
Block a user