From 63b4d59e68312301a53a23d2e54fbb20e0dfaeef Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 15:03:34 +0100 Subject: [PATCH] Switch to SPDX license notice Signed-off-by: Simon Rozman --- MSICA/MSIBuild/Makefile | Bin 31722 -> 30418 bytes MSICA/MSICA.cpp | 16 +--------------- MSICA/MSICA.h | 16 +--------------- MSICA/pch.cpp | 16 +--------------- MSICA/pch.h | 16 +--------------- MSICA/res/MSICA.rc | Bin 4630 -> 3366 bytes include/ARM64.props | 16 +--------------- include/Debug.props | 16 +--------------- include/Release.props | 16 +--------------- include/Win32.props | 16 +--------------- include/common.props | 16 +--------------- include/x64.props | 16 +--------------- include/xgettext.props | 16 +--------------- include/xgettext.targets | 16 +--------------- include/xgettext.xml | 16 +--------------- lib/MSICALib | 2 +- 16 files changed, 14 insertions(+), 196 deletions(-) diff --git a/MSICA/MSIBuild/Makefile b/MSICA/MSIBuild/Makefile index e475fadd2898bd060f346bb6d325f248b110dc97..daaea4d1252f70ae405dc3391976e76b2cfd6b48 100644 GIT binary patch delta 92 zcmaF$o$=CJM%DlSlo=GDFqk2L!G$4$L6^aYA(J7QA(bJIp%_T&PM*jos%!;Rfgc5PcCh1Sd|tz)HD*D2aeuK!^~LQjvbBaaHxe!ATrq$u(B&w5mAxH&p%~ zT=)fC_yPP2kT`P#-kWt>S%8G9RkXX~H?wcv%;d}W*0&$6YrlTB&)&RVYvU%aqYYQD z01L#(;i|8_JEg-G#@NIFeROJM6My;Lc|XjtM8xG7WEYs+BF|`>{K4b=)gj;XGK?=}D9z|FG!>Ls zNP01EDb^V-;@JmKvd2a+ufIDyrcH_}C7)W8s3J(FrZ9Ky4X=E;;%9-fi)ZigE{#vQ zCkFNEH6Q=q;{UCb(kbQ(qQy)X*CIE$JeGp}0r*UC9%PN+sR3*Q$G2kgcGudu^1 z1`OF}K@Yhf@U+LJdqB$*+D>XU)p2T$$P_gqHIJALm08)Nb%Lh!`-9k={bSG%3D@AN_jO84FcnXo;s<%kQ*3vM8S*zJ zHmg28y4vJ5)77MEP~I}`d1;$}P>zafJW}Ec8z{}M*gbtt+67mJ9{)_b44~Cvu$0Mk h=& diff --git a/MSICA/MSICA.cpp b/MSICA/MSICA.cpp index 44a439f..f38f4e3 100644 --- a/MSICA/MSICA.cpp +++ b/MSICA/MSICA.cpp @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 1991-2021 Amebis - - 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 3 of the License, or - (at your option) any later version. - - 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. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with MSICA. If not, see . */ #include "pch.h" diff --git a/MSICA/MSICA.h b/MSICA/MSICA.h index 87bc9e8..3471d97 100644 --- a/MSICA/MSICA.h +++ b/MSICA/MSICA.h @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 1991-2021 Amebis - - 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 3 of the License, or - (at your option) any later version. - - 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. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with MSICA. If not, see . */ #ifndef __MSICA_H__ diff --git a/MSICA/pch.cpp b/MSICA/pch.cpp index 8870aef..cdf9bd2 100644 --- a/MSICA/pch.cpp +++ b/MSICA/pch.cpp @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 1991-2021 Amebis - - 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 3 of the License, or - (at your option) any later version. - - 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. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with MSICA. If not, see . */ #include "pch.h" diff --git a/MSICA/pch.h b/MSICA/pch.h index 2c98b02..bf1965f 100644 --- a/MSICA/pch.h +++ b/MSICA/pch.h @@ -1,20 +1,6 @@ /* + SPDX-License-Identifier: GPL-3.0-or-later Copyright © 1991-2021 Amebis - - 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 3 of the License, or - (at your option) any later version. - - 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. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with MSICA. If not, see . */ #pragma once diff --git a/MSICA/res/MSICA.rc b/MSICA/res/MSICA.rc index 8f51f7c19fa4f056441d3489e6f080ef64b9b594..de55797834cec48535cd3f5489dcdc324c9e6ed3 100644 GIT binary patch delta 112 zcmbQHvP>%Z|37^OEe2i&E(QfC3}y&maAAmG&}Hyp$Ye-nNM*=lC;P@sx3pw) zarKb31J}0n^((t_eFOUmUDu4Qd7m>j1q493Ko{+7hj_4QoS z{9l=+?{k4<{|2VGPmTQpAE_hA_(-hANI=~K>6qTszDL)9c33Z~-#NPFWnFm=vFZe`!?|#XTR<7t`0gCoUOSEbjbYykF)^u`@=yyb-)I^4)`fMjK?o zhgV2W+z)-{d+odrVQB(0d5c1%B=(xv?AS|d=7c-M?!wtwIX_}PkK@Ry>~a8tuv5kMLDY0q!Vx03=KU73DUUqg zW|hz?;)Jw=!~r%my{FMrMvsw8S+$K^LMud4;4zQle$hPKpi^EcN)v1zz)a7*uq?^< zH_lyxR|1O@XGuO(tb}|%r#1Gz80_&oXO(K!&A7b}>b%v;Smn$mnxk)v^(ui?)vzgY zE6*+Ev5>yNf)&r4y0pV{<T|SzRX7mg)AXLaU_8rKJiq zU|!Wm(WdiZO-t-%=aZO}$G&qObvCIwU!bu<*8FB?WQDRw`L4XHGIB`PG+pm|d(T>V zploHwbF0pZs#pI<&apDC#W`@wyUvWNei#XIb@~lMu#qk(}U938@F6^ApYQTPreuKZNWXX-0IIh+4-l7WFWPMRbK3i|=Kf({c!g_Yg zD3j4{AC^(XbUz}qkLQH&(7hK?A7gKuu~Q-bH4ruNGHC4bg#jY6r|0~haVOrrp($HahA+;>w<4xVWQvb1aL@d9 z7H+C7&J%szY5Q&jhj_*Y}Ee2vbf-+fhz&9luNaLioM>WCt~i)bQa zhhSK8hUt4OyHQ6};&bU|pKi6;Eng?%8u>Z1unNRWjF}vtHbdA?n diff --git a/include/Debug.props b/include/Debug.props index 638bf12..9398d3e 100644 --- a/include/Debug.props +++ b/include/Debug.props @@ -1,21 +1,7 @@  diff --git a/include/Release.props b/include/Release.props index cf04cd0..a4f4abd 100644 --- a/include/Release.props +++ b/include/Release.props @@ -1,21 +1,7 @@  diff --git a/include/Win32.props b/include/Win32.props index 5a185b1..59eb1c0 100644 --- a/include/Win32.props +++ b/include/Win32.props @@ -1,21 +1,7 @@  diff --git a/include/common.props b/include/common.props index 7fd56a4..e3c2349 100644 --- a/include/common.props +++ b/include/common.props @@ -1,21 +1,7 @@  diff --git a/include/x64.props b/include/x64.props index dc7da5d..8427fb5 100644 --- a/include/x64.props +++ b/include/x64.props @@ -1,21 +1,7 @@  diff --git a/include/xgettext.props b/include/xgettext.props index 43dd328..66457e7 100644 --- a/include/xgettext.props +++ b/include/xgettext.props @@ -1,21 +1,7 @@  diff --git a/include/xgettext.targets b/include/xgettext.targets index 45101c7..a36e9b9 100644 --- a/include/xgettext.targets +++ b/include/xgettext.targets @@ -1,21 +1,7 @@  diff --git a/include/xgettext.xml b/include/xgettext.xml index aee220d..e143967 100644 --- a/include/xgettext.xml +++ b/include/xgettext.xml @@ -1,21 +1,7 @@  diff --git a/lib/MSICALib b/lib/MSICALib index bc9f4de..a281a9a 160000 --- a/lib/MSICALib +++ b/lib/MSICALib @@ -1 +1 @@ -Subproject commit bc9f4de093751db99cd8cb4627c75aab9b4a1bf4 +Subproject commit a281a9aae39a239b12bce82ce4b886b83969beca