diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
commit | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (patch) | |
tree | bb3cb88c594667ca8288c5502872128f493c7abc /tests | |
parent | d9fbf59c6b65fb9c989751868a55b145cd600532 (diff) | |
download | weechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip |
core: use https for links to GNU GPL license
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-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 | ||||
-rw-r--r-- | tests/tests.cpp | 2 | ||||
-rw-r--r-- | tests/tests.h | 2 | ||||
-rw-r--r-- | tests/unit/core/test-arraylist.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-eval.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-hashtable.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-hdata.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-hook.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-infolist.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-list.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-secure.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-string.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-url.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-utf8.cpp | 2 | ||||
-rw-r--r-- | tests/unit/core/test-util.cpp | 2 | ||||
-rw-r--r-- | tests/unit/gui/test-line.cpp | 2 | ||||
-rw-r--r-- | tests/unit/test-plugins.cpp | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2d0fe7a1f..81a912273 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # enable_language(CXX) diff --git a/tests/Makefile.am b/tests/Makefile.am index 31dacfe72..f34423938 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(CPPUTEST_CFLAGS) -I$(abs_top_srcdir) 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" diff --git a/tests/tests.cpp b/tests/tests.cpp index cd6f44614..19b4b2ec3 100644 --- a/tests/tests.cpp +++ b/tests/tests.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 <iostream> diff --git a/tests/tests.h b/tests/tests.h index 5a46ef8cf..06cd25524 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_TESTS_H diff --git a/tests/unit/core/test-arraylist.cpp b/tests/unit/core/test-arraylist.cpp index 7b34d5bb8..e32089729 100644 --- a/tests/unit/core/test-arraylist.cpp +++ b/tests/unit/core/test-arraylist.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" diff --git a/tests/unit/core/test-eval.cpp b/tests/unit/core/test-eval.cpp index 9bfac86e4..bea319d27 100644 --- a/tests/unit/core/test-eval.cpp +++ b/tests/unit/core/test-eval.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" diff --git a/tests/unit/core/test-hashtable.cpp b/tests/unit/core/test-hashtable.cpp index 8cc985a96..427de4991 100644 --- a/tests/unit/core/test-hashtable.cpp +++ b/tests/unit/core/test-hashtable.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" diff --git a/tests/unit/core/test-hdata.cpp b/tests/unit/core/test-hdata.cpp index 65e342a94..1bae13ba1 100644 --- a/tests/unit/core/test-hdata.cpp +++ b/tests/unit/core/test-hdata.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" diff --git a/tests/unit/core/test-hook.cpp b/tests/unit/core/test-hook.cpp index 7dd6a8ae2..18b82baee 100644 --- a/tests/unit/core/test-hook.cpp +++ b/tests/unit/core/test-hook.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" diff --git a/tests/unit/core/test-infolist.cpp b/tests/unit/core/test-infolist.cpp index 443b54c71..51cf93fcb 100644 --- a/tests/unit/core/test-infolist.cpp +++ b/tests/unit/core/test-infolist.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" diff --git a/tests/unit/core/test-list.cpp b/tests/unit/core/test-list.cpp index b81f0091f..68032ee14 100644 --- a/tests/unit/core/test-list.cpp +++ b/tests/unit/core/test-list.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" diff --git a/tests/unit/core/test-secure.cpp b/tests/unit/core/test-secure.cpp index 0854b76b8..acfebefbf 100644 --- a/tests/unit/core/test-secure.cpp +++ b/tests/unit/core/test-secure.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" diff --git a/tests/unit/core/test-string.cpp b/tests/unit/core/test-string.cpp index 294fb4a97..bb0a38815 100644 --- a/tests/unit/core/test-string.cpp +++ b/tests/unit/core/test-string.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" diff --git a/tests/unit/core/test-url.cpp b/tests/unit/core/test-url.cpp index 064b22c7b..0b2d50cb5 100644 --- a/tests/unit/core/test-url.cpp +++ b/tests/unit/core/test-url.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" diff --git a/tests/unit/core/test-utf8.cpp b/tests/unit/core/test-utf8.cpp index 3c8b65395..bfbf56bf3 100644 --- a/tests/unit/core/test-utf8.cpp +++ b/tests/unit/core/test-utf8.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" diff --git a/tests/unit/core/test-util.cpp b/tests/unit/core/test-util.cpp index 94756f721..d8b531105 100644 --- a/tests/unit/core/test-util.cpp +++ b/tests/unit/core/test-util.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" diff --git a/tests/unit/gui/test-line.cpp b/tests/unit/gui/test-line.cpp index 856c4435f..468704747 100644 --- a/tests/unit/gui/test-line.cpp +++ b/tests/unit/gui/test-line.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" diff --git a/tests/unit/test-plugins.cpp b/tests/unit/test-plugins.cpp index 45fdec723..201825d2f 100644 --- a/tests/unit/test-plugins.cpp +++ b/tests/unit/test-plugins.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" |