From 732c7300fa63e3ff569307c2b6a46b511cbd2471 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 14 Dec 2021 15:38:14 -0500 Subject: [PATCH] 2021-12-14 Fred Gleason * Updated the comment headers of files below 'apis/rivwebpyapi/' to reflecting licensing under the GNU Lesser General Public License v2 rather than the GNU General Public License version 2. Signed-off-by: Fred Gleason --- ChangeLog | 4 ++++ apis/rivwebpyapi/Makefile.am | 6 +++--- apis/rivwebpyapi/api/Makefile.am | 6 +++--- apis/rivwebpyapi/api/rivwebpyapi.py | 6 +++--- apis/rivwebpyapi/tests/Makefile.am | 6 +++--- apis/rivwebpyapi/tests/add_cart.py | 6 +++--- apis/rivwebpyapi/tests/add_cut.py | 6 +++--- apis/rivwebpyapi/tests/add_log.py | 6 +++--- apis/rivwebpyapi/tests/assign_sched_code.py | 6 +++--- apis/rivwebpyapi/tests/audio_info.py | 6 +++--- apis/rivwebpyapi/tests/audio_store.py | 6 +++--- apis/rivwebpyapi/tests/delete_audio.py | 6 +++--- apis/rivwebpyapi/tests/delete_log.py | 6 +++--- apis/rivwebpyapi/tests/edit_cart.py | 6 +++--- apis/rivwebpyapi/tests/edit_cut.py | 6 +++--- apis/rivwebpyapi/tests/export.py | 6 +++--- apis/rivwebpyapi/tests/export_peaks.py | 6 +++--- apis/rivwebpyapi/tests/get_podcast.py | 6 +++--- apis/rivwebpyapi/tests/import.py | 6 +++--- apis/rivwebpyapi/tests/list_cart.py | 6 +++--- apis/rivwebpyapi/tests/list_cart_sched_codes.py | 6 +++--- apis/rivwebpyapi/tests/list_carts.py | 6 +++--- apis/rivwebpyapi/tests/list_cut.py | 6 +++--- apis/rivwebpyapi/tests/list_cuts.py | 6 +++--- apis/rivwebpyapi/tests/list_group.py | 6 +++--- apis/rivwebpyapi/tests/list_groups.py | 6 +++--- apis/rivwebpyapi/tests/list_log.py | 6 +++--- apis/rivwebpyapi/tests/list_logs.py | 6 +++--- apis/rivwebpyapi/tests/list_scheduler_codes.py | 6 +++--- apis/rivwebpyapi/tests/list_services.py | 6 +++--- apis/rivwebpyapi/tests/list_system_settings.py | 6 +++--- apis/rivwebpyapi/tests/lock_log.py | 6 +++--- apis/rivwebpyapi/tests/post_image.py | 6 +++--- apis/rivwebpyapi/tests/post_podcast.py | 6 +++--- apis/rivwebpyapi/tests/post_rss.py | 6 +++--- apis/rivwebpyapi/tests/rehash.py | 6 +++--- apis/rivwebpyapi/tests/remove_cart.py | 6 +++--- apis/rivwebpyapi/tests/remove_cut.py | 6 +++--- apis/rivwebpyapi/tests/remove_image.py | 6 +++--- apis/rivwebpyapi/tests/remove_podcast.py | 6 +++--- apis/rivwebpyapi/tests/remove_rss.py | 6 +++--- apis/rivwebpyapi/tests/save_log.py | 6 +++--- apis/rivwebpyapi/tests/save_podcast.py | 6 +++--- apis/rivwebpyapi/tests/trim_audio.py | 6 +++--- apis/rivwebpyapi/tests/unassign_sched_code.py | 6 +++--- 45 files changed, 136 insertions(+), 132 deletions(-) diff --git a/ChangeLog b/ChangeLog index e466cdaf..debb29a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22790,3 +22790,7 @@ 2021-12-13 Fred Gleason * Added support for HTTP connection reuse to the 'rivewebpyapi.rivwebpyapi' class. +2021-12-14 Fred Gleason + * Updated the comment headers of files below 'apis/rivwebpyapi/' to + reflecting licensing under the GNU Lesser General Public License v2 + rather than the GNU General Public License version 2. diff --git a/apis/rivwebpyapi/Makefile.am b/apis/rivwebpyapi/Makefile.am index 82cd272e..3a848b7c 100644 --- a/apis/rivwebpyapi/Makefile.am +++ b/apis/rivwebpyapi/Makefile.am @@ -5,16 +5,16 @@ ## (C) Copyright 2021 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as +## it under the terms of the GNU Lesser General Public License as ## published by the Free Software Foundation; either version 2 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 General Public License for more details. +## GNU Lesser General Public License for more details. ## -## You should have received a copy of the GNU General Public +## You should have received a copy of the GNU Lesser General Public ## License along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## diff --git a/apis/rivwebpyapi/api/Makefile.am b/apis/rivwebpyapi/api/Makefile.am index be23e219..617f7b52 100644 --- a/apis/rivwebpyapi/api/Makefile.am +++ b/apis/rivwebpyapi/api/Makefile.am @@ -5,16 +5,16 @@ ## (C) Copyright 2021 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as +## it under the terms of the GNU Lesser General Public License as ## published by the Free Software Foundation; either version 2 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 General Public License for more details. +## GNU Lesser General Public License for more details. ## -## You should have received a copy of the GNU General Public +## You should have received a copy of the GNU Lesser General Public ## License along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## diff --git a/apis/rivwebpyapi/api/rivwebpyapi.py b/apis/rivwebpyapi/api/rivwebpyapi.py index 0aee270d..b9156ed8 100755 --- a/apis/rivwebpyapi/api/rivwebpyapi.py +++ b/apis/rivwebpyapi/api/rivwebpyapi.py @@ -5,15 +5,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/Makefile.am b/apis/rivwebpyapi/tests/Makefile.am index afb61952..5a874186 100644 --- a/apis/rivwebpyapi/tests/Makefile.am +++ b/apis/rivwebpyapi/tests/Makefile.am @@ -5,16 +5,16 @@ ## (C) Copyright 2021 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as +## it under the terms of the GNU Lesser General Public License as ## published by the Free Software Foundation; either version 2 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 General Public License for more details. +## GNU Lesser General Public License for more details. ## -## You should have received a copy of the GNU General Public +## You should have received a copy of the GNU Lesser General Public ## License along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## diff --git a/apis/rivwebpyapi/tests/add_cart.py b/apis/rivwebpyapi/tests/add_cart.py index f00b4d5f..df725989 100755 --- a/apis/rivwebpyapi/tests/add_cart.py +++ b/apis/rivwebpyapi/tests/add_cart.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/add_cut.py b/apis/rivwebpyapi/tests/add_cut.py index 04ba0d55..af84447b 100755 --- a/apis/rivwebpyapi/tests/add_cut.py +++ b/apis/rivwebpyapi/tests/add_cut.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/add_log.py b/apis/rivwebpyapi/tests/add_log.py index 5d6704dd..b218b30c 100755 --- a/apis/rivwebpyapi/tests/add_log.py +++ b/apis/rivwebpyapi/tests/add_log.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/assign_sched_code.py b/apis/rivwebpyapi/tests/assign_sched_code.py index 2b926a92..c0febfa8 100755 --- a/apis/rivwebpyapi/tests/assign_sched_code.py +++ b/apis/rivwebpyapi/tests/assign_sched_code.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/audio_info.py b/apis/rivwebpyapi/tests/audio_info.py index bf6df1fb..405bba82 100755 --- a/apis/rivwebpyapi/tests/audio_info.py +++ b/apis/rivwebpyapi/tests/audio_info.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/audio_store.py b/apis/rivwebpyapi/tests/audio_store.py index f7fe8159..39371def 100755 --- a/apis/rivwebpyapi/tests/audio_store.py +++ b/apis/rivwebpyapi/tests/audio_store.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/delete_audio.py b/apis/rivwebpyapi/tests/delete_audio.py index 4eb0aa81..513bb9d3 100755 --- a/apis/rivwebpyapi/tests/delete_audio.py +++ b/apis/rivwebpyapi/tests/delete_audio.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/delete_log.py b/apis/rivwebpyapi/tests/delete_log.py index 02e212c1..af93ffdd 100755 --- a/apis/rivwebpyapi/tests/delete_log.py +++ b/apis/rivwebpyapi/tests/delete_log.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/edit_cart.py b/apis/rivwebpyapi/tests/edit_cart.py index 2c049ee1..c7448e96 100755 --- a/apis/rivwebpyapi/tests/edit_cart.py +++ b/apis/rivwebpyapi/tests/edit_cart.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/edit_cut.py b/apis/rivwebpyapi/tests/edit_cut.py index b43c2e96..dbffee08 100755 --- a/apis/rivwebpyapi/tests/edit_cut.py +++ b/apis/rivwebpyapi/tests/edit_cut.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/export.py b/apis/rivwebpyapi/tests/export.py index adc64450..b2a1ec4a 100755 --- a/apis/rivwebpyapi/tests/export.py +++ b/apis/rivwebpyapi/tests/export.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/export_peaks.py b/apis/rivwebpyapi/tests/export_peaks.py index 32871b82..7878c2a1 100755 --- a/apis/rivwebpyapi/tests/export_peaks.py +++ b/apis/rivwebpyapi/tests/export_peaks.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/get_podcast.py b/apis/rivwebpyapi/tests/get_podcast.py index 0ae86003..e5385f29 100755 --- a/apis/rivwebpyapi/tests/get_podcast.py +++ b/apis/rivwebpyapi/tests/get_podcast.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/import.py b/apis/rivwebpyapi/tests/import.py index 1e63bcb4..ba13b107 100755 --- a/apis/rivwebpyapi/tests/import.py +++ b/apis/rivwebpyapi/tests/import.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_cart.py b/apis/rivwebpyapi/tests/list_cart.py index 398d7eed..4a172441 100755 --- a/apis/rivwebpyapi/tests/list_cart.py +++ b/apis/rivwebpyapi/tests/list_cart.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_cart_sched_codes.py b/apis/rivwebpyapi/tests/list_cart_sched_codes.py index ce7164f9..4baba612 100755 --- a/apis/rivwebpyapi/tests/list_cart_sched_codes.py +++ b/apis/rivwebpyapi/tests/list_cart_sched_codes.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_carts.py b/apis/rivwebpyapi/tests/list_carts.py index ce1596aa..e81d290c 100755 --- a/apis/rivwebpyapi/tests/list_carts.py +++ b/apis/rivwebpyapi/tests/list_carts.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_cut.py b/apis/rivwebpyapi/tests/list_cut.py index ae6263d7..f6856034 100755 --- a/apis/rivwebpyapi/tests/list_cut.py +++ b/apis/rivwebpyapi/tests/list_cut.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_cuts.py b/apis/rivwebpyapi/tests/list_cuts.py index 230f6d1f..fe6fb3d3 100755 --- a/apis/rivwebpyapi/tests/list_cuts.py +++ b/apis/rivwebpyapi/tests/list_cuts.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_group.py b/apis/rivwebpyapi/tests/list_group.py index 89a1dee2..e3e3227d 100755 --- a/apis/rivwebpyapi/tests/list_group.py +++ b/apis/rivwebpyapi/tests/list_group.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_groups.py b/apis/rivwebpyapi/tests/list_groups.py index 7aad0a75..42d75834 100755 --- a/apis/rivwebpyapi/tests/list_groups.py +++ b/apis/rivwebpyapi/tests/list_groups.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_log.py b/apis/rivwebpyapi/tests/list_log.py index 23c1d130..e0682a27 100755 --- a/apis/rivwebpyapi/tests/list_log.py +++ b/apis/rivwebpyapi/tests/list_log.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_logs.py b/apis/rivwebpyapi/tests/list_logs.py index 271a6241..bf9e7968 100755 --- a/apis/rivwebpyapi/tests/list_logs.py +++ b/apis/rivwebpyapi/tests/list_logs.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_scheduler_codes.py b/apis/rivwebpyapi/tests/list_scheduler_codes.py index b2e08c53..2c1d3e0c 100755 --- a/apis/rivwebpyapi/tests/list_scheduler_codes.py +++ b/apis/rivwebpyapi/tests/list_scheduler_codes.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_services.py b/apis/rivwebpyapi/tests/list_services.py index ca06cb20..d3db3c61 100755 --- a/apis/rivwebpyapi/tests/list_services.py +++ b/apis/rivwebpyapi/tests/list_services.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/list_system_settings.py b/apis/rivwebpyapi/tests/list_system_settings.py index 1c65041e..cd339aa0 100755 --- a/apis/rivwebpyapi/tests/list_system_settings.py +++ b/apis/rivwebpyapi/tests/list_system_settings.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/lock_log.py b/apis/rivwebpyapi/tests/lock_log.py index b4ac8e60..55d99191 100755 --- a/apis/rivwebpyapi/tests/lock_log.py +++ b/apis/rivwebpyapi/tests/lock_log.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/post_image.py b/apis/rivwebpyapi/tests/post_image.py index c2b12da7..ab1cbc92 100755 --- a/apis/rivwebpyapi/tests/post_image.py +++ b/apis/rivwebpyapi/tests/post_image.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/post_podcast.py b/apis/rivwebpyapi/tests/post_podcast.py index 7906ced3..bbbd7029 100755 --- a/apis/rivwebpyapi/tests/post_podcast.py +++ b/apis/rivwebpyapi/tests/post_podcast.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/post_rss.py b/apis/rivwebpyapi/tests/post_rss.py index 792a8207..aa248045 100755 --- a/apis/rivwebpyapi/tests/post_rss.py +++ b/apis/rivwebpyapi/tests/post_rss.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/rehash.py b/apis/rivwebpyapi/tests/rehash.py index 62669081..c8b1283f 100755 --- a/apis/rivwebpyapi/tests/rehash.py +++ b/apis/rivwebpyapi/tests/rehash.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/remove_cart.py b/apis/rivwebpyapi/tests/remove_cart.py index 1dd913d6..01edd3ea 100755 --- a/apis/rivwebpyapi/tests/remove_cart.py +++ b/apis/rivwebpyapi/tests/remove_cart.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/remove_cut.py b/apis/rivwebpyapi/tests/remove_cut.py index ca1811be..9f3eb6cf 100755 --- a/apis/rivwebpyapi/tests/remove_cut.py +++ b/apis/rivwebpyapi/tests/remove_cut.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/remove_image.py b/apis/rivwebpyapi/tests/remove_image.py index 9b441e38..f1144983 100755 --- a/apis/rivwebpyapi/tests/remove_image.py +++ b/apis/rivwebpyapi/tests/remove_image.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/remove_podcast.py b/apis/rivwebpyapi/tests/remove_podcast.py index 9106e2c2..f8688f3a 100755 --- a/apis/rivwebpyapi/tests/remove_podcast.py +++ b/apis/rivwebpyapi/tests/remove_podcast.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/remove_rss.py b/apis/rivwebpyapi/tests/remove_rss.py index e7a380d9..ae7d9256 100755 --- a/apis/rivwebpyapi/tests/remove_rss.py +++ b/apis/rivwebpyapi/tests/remove_rss.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/save_log.py b/apis/rivwebpyapi/tests/save_log.py index fd4cdae2..68a705a1 100755 --- a/apis/rivwebpyapi/tests/save_log.py +++ b/apis/rivwebpyapi/tests/save_log.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/save_podcast.py b/apis/rivwebpyapi/tests/save_podcast.py index e05041c5..ebfcca31 100755 --- a/apis/rivwebpyapi/tests/save_podcast.py +++ b/apis/rivwebpyapi/tests/save_podcast.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/trim_audio.py b/apis/rivwebpyapi/tests/trim_audio.py index c1ee9916..e304f99b 100755 --- a/apis/rivwebpyapi/tests/trim_audio.py +++ b/apis/rivwebpyapi/tests/trim_audio.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # diff --git a/apis/rivwebpyapi/tests/unassign_sched_code.py b/apis/rivwebpyapi/tests/unassign_sched_code.py index bb45dcb9..165a3a20 100755 --- a/apis/rivwebpyapi/tests/unassign_sched_code.py +++ b/apis/rivwebpyapi/tests/unassign_sched_code.py @@ -9,15 +9,15 @@ # (C) Copyright 2021 Fred Gleason # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as +# it under the terms of the GNU Lesser General Public License version 2 as # published by the Free Software Foundation. # # 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 General Public License for more details. +# GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public +# You should have received a copy of the GNU Lesser General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #