diff options
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/python/testapi.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/testapigen.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/unparse.py | 2 | ||||
-rw-r--r-- | tests/scripts/test-scripts.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index eae2024ba..2d75002bd 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -13,7 +13,7 @@ # 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index bdab6eb72..25fa4fb72 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -14,7 +14,7 @@ # 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/python/unparse.py b/tests/scripts/python/unparse.py index d0664e73a..f678763a4 100755 --- a/tests/scripts/python/unparse.py +++ b/tests/scripts/python/unparse.py @@ -14,7 +14,7 @@ # 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index eb6d545f9..2426b83e7 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include "CppUTest/TestHarness.h" |