# HG changeset patch # User Sebastien Jodogne # Date 1747729682 -7200 # Node ID 9d94f67447531079a247621576385e2b1b78e4da # Parent 61e298df01be7fe7cfda9c6f85236d020fe8ce7c fix license diff -r 61e298df01be -r 9d94f6744753 OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt --- a/OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt Tue May 20 09:48:38 2025 +0200 +++ b/OrthancServer/Plugins/Samples/CppSkeleton/CMakeLists.txt Tue May 20 10:28:02 2025 +0200 @@ -6,16 +6,16 @@ # Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # # This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License -# as published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. -# +# 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. +# # 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 -# Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License +# 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 this program. If not, see . diff -r 61e298df01be -r 9d94f6744753 OrthancServer/Plugins/Samples/CppSkeleton/Plugin.cpp --- a/OrthancServer/Plugins/Samples/CppSkeleton/Plugin.cpp Tue May 20 09:48:38 2025 +0200 +++ b/OrthancServer/Plugins/Samples/CppSkeleton/Plugin.cpp Tue May 20 10:28:02 2025 +0200 @@ -7,16 +7,16 @@ * Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium * * This program is free software: you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * + * 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. + * * 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 - * Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License + * 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 this program. If not, see . **/ diff -r 61e298df01be -r 9d94f6744753 OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py --- a/OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py Tue May 20 09:48:38 2025 +0200 +++ b/OrthancServer/Plugins/Samples/CppSkeleton/Resources/SyncOrthancFolder.py Tue May 20 10:28:02 2025 +0200 @@ -8,16 +8,16 @@ # Copyright (C) 2021-2025 Sebastien Jodogne, ICTEAM UCLouvain, Belgium # # This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License -# as published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. -# +# 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. +# # 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 -# Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License +# 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 this program. If not, see .