From 6fa640e1ab031b5adf9578ae87fa98220bea682b Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Mon, 20 Nov 2023 23:07:51 +0530 Subject: [PATCH] Rework the license agreement in the codefiles Signed-off-by: Akashdeep Dhar --- pagure_exporter/__init__.py | 27 +++++++++++++------------- pagure_exporter/conf/__init__.py | 27 +++++++++++++------------- pagure_exporter/conf/standard.py | 33 ++++++++++++++++---------------- pagure_exporter/main.py | 33 ++++++++++++++++---------------- pagure_exporter/view/__init__.py | 27 +++++++++++++------------- pagure_exporter/view/dcrt.py | 33 ++++++++++++++++---------------- pagure_exporter/view/misc.py | 33 ++++++++++++++++---------------- pagure_exporter/view/repo.py | 27 +++++++++++++------------- pagure_exporter/view/stat.py | 27 +++++++++++++------------- pagure_exporter/view/tkts.py | 27 +++++++++++++------------- pagure_exporter/work/__init__.py | 27 +++++++++++++------------- pagure_exporter/work/keep.py | 33 ++++++++++++++++---------------- pagure_exporter/work/repo.py | 27 +++++++++++++------------- pagure_exporter/work/stat.py | 27 +++++++++++++------------- pagure_exporter/work/tkts.py | 33 ++++++++++++++++---------------- test/__init__.py | 27 +++++++++++++------------- test/test_main.py | 27 +++++++++++++------------- test/test_repo.py | 33 ++++++++++++++++---------------- test/test_tkts.py | 27 +++++++++++++------------- test/test_unit_repo.py | 27 +++++++++++++------------- test/test_unit_tkts.py | 33 ++++++++++++++++---------------- 21 files changed, 297 insertions(+), 318 deletions(-) diff --git a/pagure_exporter/__init__.py b/pagure_exporter/__init__.py index e79bdfc..6408144 100644 --- a/pagure_exporter/__init__.py +++ b/pagure_exporter/__init__.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/conf/__init__.py b/pagure_exporter/conf/__init__.py index e1177f8..17f1691 100644 --- a/pagure_exporter/conf/__init__.py +++ b/pagure_exporter/conf/__init__.py @@ -2,21 +2,20 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/conf/standard.py b/pagure_exporter/conf/standard.py index 0f4fea3..0309e4c 100644 --- a/pagure_exporter/conf/standard.py +++ b/pagure_exporter/conf/standard.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/main.py b/pagure_exporter/main.py index 48eca02..dcd865b 100644 --- a/pagure_exporter/main.py +++ b/pagure_exporter/main.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/__init__.py b/pagure_exporter/view/__init__.py index e1177f8..17f1691 100644 --- a/pagure_exporter/view/__init__.py +++ b/pagure_exporter/view/__init__.py @@ -2,21 +2,20 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/dcrt.py b/pagure_exporter/view/dcrt.py index 67e97b5..2e2e9cb 100644 --- a/pagure_exporter/view/dcrt.py +++ b/pagure_exporter/view/dcrt.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/misc.py b/pagure_exporter/view/misc.py index fbd4fd8..696fbed 100644 --- a/pagure_exporter/view/misc.py +++ b/pagure_exporter/view/misc.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/repo.py b/pagure_exporter/view/repo.py index 95e68cb..892df3f 100644 --- a/pagure_exporter/view/repo.py +++ b/pagure_exporter/view/repo.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/stat.py b/pagure_exporter/view/stat.py index 09ec0f4..17ccc6d 100644 --- a/pagure_exporter/view/stat.py +++ b/pagure_exporter/view/stat.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/view/tkts.py b/pagure_exporter/view/tkts.py index b88df53..7270ea4 100644 --- a/pagure_exporter/view/tkts.py +++ b/pagure_exporter/view/tkts.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/work/__init__.py b/pagure_exporter/work/__init__.py index e1177f8..17f1691 100644 --- a/pagure_exporter/work/__init__.py +++ b/pagure_exporter/work/__init__.py @@ -2,21 +2,20 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/work/keep.py b/pagure_exporter/work/keep.py index ef3eb6a..13884bc 100644 --- a/pagure_exporter/work/keep.py +++ b/pagure_exporter/work/keep.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/work/repo.py b/pagure_exporter/work/repo.py index e8c42f5..2bd7833 100644 --- a/pagure_exporter/work/repo.py +++ b/pagure_exporter/work/repo.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/work/stat.py b/pagure_exporter/work/stat.py index 39cd8c6..c7de051 100644 --- a/pagure_exporter/work/stat.py +++ b/pagure_exporter/work/stat.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/pagure_exporter/work/tkts.py b/pagure_exporter/work/tkts.py index be1be7b..da9ecea 100644 --- a/pagure_exporter/work/tkts.py +++ b/pagure_exporter/work/tkts.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/__init__.py b/test/__init__.py index e1177f8..17f1691 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -2,21 +2,20 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/test_main.py b/test/test_main.py index 7f47fbe..66be1a0 100644 --- a/test/test_main.py +++ b/test/test_main.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/test_repo.py b/test/test_repo.py index 02b5c8c..680ab60 100644 --- a/test/test_repo.py +++ b/test/test_repo.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/test_tkts.py b/test/test_tkts.py index cb69635..2fb4d9e 100644 --- a/test/test_tkts.py +++ b/test/test_tkts.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/test_unit_repo.py b/test/test_unit_repo.py index 8889b78..cae8c08 100644 --- a/test/test_unit_repo.py +++ b/test/test_unit_repo.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. +This program 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. -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. +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. -You should have received a copy of the GNU General Public License -along with this program. If not, see . +You should have received a copy of the GNU General Public License along with +this program. If not, see . -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """ diff --git a/test/test_unit_tkts.py b/test/test_unit_tkts.py index 8e1959c..f71314d 100644 --- a/test/test_unit_tkts.py +++ b/test/test_unit_tkts.py @@ -2,23 +2,22 @@ Pagure Exporter Copyright (C) 2022-2023 Akashdeep Dhar -This program 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. - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Any Red Hat trademarks that are incorporated in the source -code or documentation are not subject to the GNU General Public -License and may only be used or replicated with the express permission -of Red Hat, Inc. +This program 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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Any Red Hat trademarks that are incorporated in the source code or +documentation are not subject to the GNU General Public License and may only +be used or replicated with the express permission of Red Hat, Inc. """