From 3c2e59b56c7555f3436798f84afd7ad46aae42be Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 22 Nov 2021 12:59:54 +0100 Subject: [PATCH] Switch to SPDX license notice Signed-off-by: Simon Rozman --- MSIBuild/Makefile | 18 +----------------- include/wxex/appbar.h | 16 +--------------- include/wxex/aui/framemanager.h | 16 +--------------- include/wxex/common.h | 16 +--------------- include/wxex/comutils.h | 16 +--------------- include/wxex/crypto.h | 16 +--------------- include/wxex/hex.h | 16 +--------------- include/wxex/object.h | 16 +--------------- include/wxex/persist/auimanager.h | 16 +--------------- include/wxex/persist/toplevel.h | 16 +--------------- include/wxex/private/tlwgeom.h | 16 +--------------- include/wxex/url.h | 16 +--------------- include/wxex/valhex.h | 16 +--------------- include/wxex/valnet.h | 16 +--------------- include/wxex/xml.h | 16 +--------------- res/wxExtend.rc | Bin 5032 -> 3750 bytes src/appbar.cpp | 16 +--------------- src/comutils.cpp | 16 +--------------- src/crypto.cpp | 16 +--------------- src/framemanager.cpp | 16 +--------------- src/hex.cpp | 16 +--------------- src/pch.cpp | 16 +--------------- src/pch.h | 16 +--------------- src/tlwgeom.cpp | 16 +--------------- src/url.cpp | 16 +--------------- src/valhex.cpp | 16 +--------------- src/valnet.cpp | 16 +--------------- src/xml.cpp | 16 +--------------- 28 files changed, 27 insertions(+), 407 deletions(-) diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index ee68fe6..2d5dd12 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -1,22 +1,6 @@ -# +# ​​​​SPDX-License-Identifier: GPL-3.0-or-later # Copyright © 1991-2021 Amebis # Copyright © 2016 GÉANT -# -# This file is part of ZRCola. -# -# ZRCola 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. -# -# ZRCola 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 ZRCola. If not, see . -# !INCLUDE "..\..\..\include\$(PKG)MSIBuildCfg.mak" diff --git a/include/wxex/appbar.h b/include/wxex/appbar.h index f2409d9..515a4b3 100644 --- a/include/wxex/appbar.h +++ b/include/wxex/appbar.h @@ -1,22 +1,8 @@ /* + ​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/aui/framemanager.h b/include/wxex/aui/framemanager.h index 7cfb5b5..adfd176 100644 --- a/include/wxex/aui/framemanager.h +++ b/include/wxex/aui/framemanager.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/common.h b/include/wxex/common.h index e7564ae..af85027 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #if !defined(__wxEXTEND_common_h__) diff --git a/include/wxex/comutils.h b/include/wxex/comutils.h index 6c12c9c..27768d5 100644 --- a/include/wxex/comutils.h +++ b/include/wxex/comutils.h @@ -1,21 +1,7 @@ /* + ​​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/crypto.h b/include/wxex/crypto.h index 4358ef5..3b76caf 100644 --- a/include/wxex/crypto.h +++ b/include/wxex/crypto.h @@ -1,21 +1,7 @@ /* + ​​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/hex.h b/include/wxex/hex.h index 5a35b56..2ec5cba 100644 --- a/include/wxex/hex.h +++ b/include/wxex/hex.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/object.h b/include/wxex/object.h index d803bf4..e0d6d06 100644 --- a/include/wxex/object.h +++ b/include/wxex/object.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/persist/auimanager.h b/include/wxex/persist/auimanager.h index d091678..788c394 100644 --- a/include/wxex/persist/auimanager.h +++ b/include/wxex/persist/auimanager.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/persist/toplevel.h b/include/wxex/persist/toplevel.h index bbe9360..4c17110 100644 --- a/include/wxex/persist/toplevel.h +++ b/include/wxex/persist/toplevel.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/private/tlwgeom.h b/include/wxex/private/tlwgeom.h index dd21636..c0aeb88 100644 --- a/include/wxex/private/tlwgeom.h +++ b/include/wxex/private/tlwgeom.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/url.h b/include/wxex/url.h index edb5a84..b721d18 100644 --- a/include/wxex/url.h +++ b/include/wxex/url.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/valhex.h b/include/wxex/valhex.h index 20a8a36..b42b677 100644 --- a/include/wxex/valhex.h +++ b/include/wxex/valhex.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/valnet.h b/include/wxex/valnet.h index d84bdf8..34a70be 100644 --- a/include/wxex/valnet.h +++ b/include/wxex/valnet.h @@ -1,21 +1,7 @@ /* + ​​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/include/wxex/xml.h b/include/wxex/xml.h index b5b04f9..0057ecc 100644 --- a/include/wxex/xml.h +++ b/include/wxex/xml.h @@ -1,21 +1,7 @@ /* + ​​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/res/wxExtend.rc b/res/wxExtend.rc index ba284721f7805ab587a956366b3cf80e23d2c148..509cd46ced2b594a0193a0f01204185406278e67 100644 GIT binary patch delta 143 zcmZ3XzD&0M|37^OEe2i&E(QfCN|V1@t&7lsH1T?QY9Oon8JRE9i;Vj!u@;K`5z z=9K`&(||aYp@_i>sMj5+!v`pD%%I0$0HpJQ;<^ku42cXSU^U2gI0I!17%CZxCdP|S MGzi=LhIJ1w04u;6S^xk5 delta 1428 zcma)+!EVz)5QgW%1u2h!v=RrPpya>}5K^gVK?-fvq*OUNjRTf~YsC(Mlb@kdp8;{{ zfyd(leE+PIIH-qcWqEh@-3W&EE1=U~-#S*W{<|>wm<`(-c3cdoJax#>LW|r}hHJ-!U%u zUt-Jo3p{ZW74yu->?)|-iH=Yc>v3w%>I;9Nr}&A8Hl>AQQ%6>$DlfI1%{i#7V{WUh zBRjTptVbYnM=X)PW*H=d_5CkI=?)Y3RID+j2bzE!L#j>3%LLf>qa0(km zv?o23V?w?etK6P(CS@LpD(|mOuWa^%J;%14%r;GVkYXLHH`RaaAyy@j+bb*9L7%Xe z*b;W;$SCA?=-vCEDQXRiO;sgRMv&0t77$M)R4HXE4OW$3f}D9l#=gJs0!&eB<_g75 zX$yW~?`>%B?1Zuo@v~2X>k*R+re_QphBmU7*yLUzCBK5EE^?b%M%NSs%h(g~*v4~L zsdAlEf;NE<+?g{wfI^J4Z*OWi^_`c9#4bMc^)cW9Lp^Z9G4WONiRuu<0a^5YCF?oX zQ*Z-Lb-@K@v8Q5}v}v>(yWYLCrwu(_GBs=<>lAGgFGP9A8!&S90)>e>&Ri#zQC;Jg zyXF$9mt~NM3Ew5hinV~7UTE{)m3BLCU0>awPsCW2x4!Ew3&^WiE(czDGwE)N@hdW^ s7zK}2kFoU8#br*PbivP=_q;2VSbP;qEUz1V_Lz&5zK2%)`hDB^2f6w03jhEB diff --git a/src/appbar.cpp b/src/appbar.cpp index 5f043ae..1c327e5 100644 --- a/src/appbar.cpp +++ b/src/appbar.cpp @@ -1,22 +1,8 @@ /* + ​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/comutils.cpp b/src/comutils.cpp index a73ece4..c3d5111 100644 --- a/src/comutils.cpp +++ b/src/comutils.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/crypto.cpp b/src/crypto.cpp index ef6cdfa..07bcb86 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/framemanager.cpp b/src/framemanager.cpp index 776076f..c4b183c 100644 --- a/src/framemanager.cpp +++ b/src/framemanager.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/hex.cpp b/src/hex.cpp index d1386f8..1047545 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/pch.cpp b/src/pch.cpp index cd6c960..ad8fd23 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/pch.h b/src/pch.h index 3841428..759b142 100644 --- a/src/pch.h +++ b/src/pch.h @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #pragma once diff --git a/src/tlwgeom.cpp b/src/tlwgeom.cpp index d347fdb..0afc4b4 100644 --- a/src/tlwgeom.cpp +++ b/src/tlwgeom.cpp @@ -1,22 +1,8 @@ /* + ​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT Based on code written by Jeffrey Richter. - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/url.cpp b/src/url.cpp index bf7ee42..6d5803e 100644 --- a/src/url.cpp +++ b/src/url.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/valhex.cpp b/src/valhex.cpp index d820cdd..e772c57 100644 --- a/src/valhex.cpp +++ b/src/valhex.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/valnet.cpp b/src/valnet.cpp index 439a138..5b6877d 100644 --- a/src/valnet.cpp +++ b/src/valnet.cpp @@ -1,21 +1,7 @@ /* + ​​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2016-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h" diff --git a/src/xml.cpp b/src/xml.cpp index 8d6b58c..9113f91 100644 --- a/src/xml.cpp +++ b/src/xml.cpp @@ -1,21 +1,7 @@ /* + ​​​SPDX-License-Identifier: GPL-3.0-or-later Copyright © 2015-2021 Amebis Copyright © 2016 GÉANT - - This file is part of wxExtend. - - wxExtend 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. - - wxExtend 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 wxExtend. If not, see . */ #include "pch.h"