From f35a15f3fd06fe1d884309951ef2164d4596d432 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 12:56:55 +0100 Subject: [PATCH] Switch to SPDX license notice Signed-off-by: Simon Rozman --- MSIBuild/Makefile | Bin 8110 -> 6806 bytes include/MSICALib.h | 16 +--------------- src/MSICALib.cpp | 16 +--------------- src/OpCert.cpp | 16 +--------------- src/OpFile.cpp | 16 +--------------- src/OpReg.cpp | 16 +--------------- src/OpSvc.cpp | 16 +--------------- src/OpTS.cpp | 16 +--------------- src/OpWLAN.cpp | 16 +--------------- src/pch.cpp | 16 +--------------- src/pch.h | 16 +--------------- 11 files changed, 10 insertions(+), 150 deletions(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 4cbfc06d75dad28caeb9d96e78c2dbf4496a8494..f6ba7533e9b40e916145cae0b71be10d17a168c9 100644 GIT binary patch delta 106 zcmZ2yKg~4u|37601t<(=2w-qwh+xoV@L|YgNM=Z7$YUr5lDZ6@3@Kn<2~a!@h*KGg p7_5N0+<`iLfbzx+dJG0YIv*&m%aFs6$WQ`OGm+VQ^8wa(k^qhK6~O=i delta 1427 zcmbW1&1w`u5XTF=33&iL4eUihHiwXlin1;yiknSvCxje4?8nURz+^M*^t$BK&kzJ3 zL-6L)_$cbHs%Li7h@jF8-Ssh5|N2*Te?I*3^4`xMo!bxZd`I@=zH}sMRw@fAq(;iw zOUXC|xstK0#35f}OXNgG@>crNlWr3uj|EMjdjoNT-W&EzQoZ&0q;r|6dK z>O8aLj&mUstgZp1Fw|=%`~0;+x?)%FoH#L%!a%RhJ2PKLky@A&uZk)Y3vS)u~N6 z(K^SVEs&P-1bxOiK-JnmBCkjt?1>zpi_3|DY6N9%PyF59Ke8lkBQ)@}RNJ(Vk(Kfr z_R>59nQ`*JorR{c9u&LIDp3U~v@@YY3xg1PwP@gles1tAttAsCfDp7^0$a=765p4Fr4DVk^KG=aj<2I#nDM)O^81(Q>euE3_yHvn9* zlqF|8X%k{7C-Ry+eLz?)&-Myb14E`z!ZaV5Jj8j#(m6QgH$|)?s9;k(`qVKnNww!_ z&+r@ZR~Ns8Q<$s3W(*_@xc}D)&l`Yx-NJ~@NaCnj+fo1FEx0rm6YPP{()gmG-bf91 zeM+FhWF>RVH|4i#OXO}U{^xSW)$3)}yX5DjX*(UiX$b`DJGaEq*`?DvuA}&zDjcig n+1h7qY;|Rh?-~Y_nK}CKO0=&-jpjwf50E|`K0NsP{o8|IQ(x!% diff --git a/include/MSICALib.h b/include/MSICALib.h index c5e8233..5609fa9 100644 --- a/include/MSICALib.h +++ b/include/MSICALib.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/src/MSICALib.cpp b/src/MSICALib.cpp index 3fe6705..123f16a 100644 --- a/src/MSICALib.cpp +++ b/src/MSICALib.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/src/OpCert.cpp b/src/OpCert.cpp index f4f17d6..62544f7 100644 --- a/src/OpCert.cpp +++ b/src/OpCert.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/src/OpFile.cpp b/src/OpFile.cpp index 935dee1..753fa65 100644 --- a/src/OpFile.cpp +++ b/src/OpFile.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/src/OpReg.cpp b/src/OpReg.cpp index a5145e3..ecdb3ce 100644 --- a/src/OpReg.cpp +++ b/src/OpReg.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/src/OpSvc.cpp b/src/OpSvc.cpp index 7acf58d..8a64d36 100644 --- a/src/OpSvc.cpp +++ b/src/OpSvc.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/src/OpTS.cpp b/src/OpTS.cpp index 500d92a..b3031b6 100644 --- a/src/OpTS.cpp +++ b/src/OpTS.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/src/OpWLAN.cpp b/src/OpWLAN.cpp index 6742406..1bff97a 100644 --- a/src/OpWLAN.cpp +++ b/src/OpWLAN.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/src/pch.cpp b/src/pch.cpp index 8870aef..cdf9bd2 100644 --- a/src/pch.cpp +++ b/src/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/src/pch.h b/src/pch.h index c77c747..9c86bb6 100644 --- a/src/pch.h +++ b/src/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