From d97bc6ba47d0a9f3b01cb9f7b3ca2f6ad8d6d28c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 21 Mar 2022 17:00:44 +0100 Subject: [PATCH] Change http -> https --- GPL | 6 +++--- gapbind14/LICENSE | 6 +++--- gapbind14/include/gapbind14/cpp-fn.hpp | 2 +- gapbind14/include/gapbind14/gap_include.hpp | 2 +- gapbind14/include/gapbind14/gapbind14.hpp | 2 +- gapbind14/include/gapbind14/is_something.hpp | 2 +- gapbind14/include/gapbind14/tame-free-fn.hpp | 2 +- gapbind14/include/gapbind14/tame-make.hpp | 2 +- gapbind14/include/gapbind14/tame-mem-fn.hpp | 2 +- gapbind14/include/gapbind14/to_cpp.hpp | 2 +- gapbind14/include/gapbind14/to_gap.hpp | 2 +- gapbind14/src/demo.cpp | 2 +- gapbind14/src/gapbind14.cpp | 2 +- src/bipart.cpp | 2 +- src/bipart.hpp | 2 +- src/cong.cpp | 2 +- src/cong.hpp | 2 +- src/froidure-pin-base.cpp | 2 +- src/froidure-pin-bipart.cpp | 2 +- src/froidure-pin-bmat.cpp | 2 +- src/froidure-pin-fallback.cpp | 2 +- src/froidure-pin-fallback.hpp | 2 +- src/froidure-pin-matrix.cpp | 2 +- src/froidure-pin-max-plus-mat.cpp | 2 +- src/froidure-pin-min-plus-mat.cpp | 2 +- src/froidure-pin-pbr.cpp | 2 +- src/froidure-pin-pperm.cpp | 2 +- src/froidure-pin-transf.cpp | 2 +- src/froidure-pin.hpp | 2 +- src/pkg.cpp | 2 +- src/pkg.hpp | 2 +- src/semigroups-debug.hpp | 2 +- src/to_cpp.hpp | 2 +- src/to_gap.cpp | 2 +- src/to_gap.hpp | 2 +- 35 files changed, 39 insertions(+), 39 deletions(-) diff --git a/GPL b/GPL index 94a9ed024..2a000655e 100644 --- a/GPL +++ b/GPL @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/gapbind14/LICENSE b/gapbind14/LICENSE index 94a9ed024..2a000655e 100644 --- a/gapbind14/LICENSE +++ b/gapbind14/LICENSE @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/gapbind14/include/gapbind14/cpp-fn.hpp b/gapbind14/include/gapbind14/cpp-fn.hpp index 367d29381..91f4443d4 100644 --- a/gapbind14/include/gapbind14/cpp-fn.hpp +++ b/gapbind14/include/gapbind14/cpp-fn.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/gap_include.hpp b/gapbind14/include/gapbind14/gap_include.hpp index b724da31b..639202115 100644 --- a/gapbind14/include/gapbind14/gap_include.hpp +++ b/gapbind14/include/gapbind14/gap_include.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/gapbind14.hpp b/gapbind14/include/gapbind14/gapbind14.hpp index 7907d023f..72dc26111 100644 --- a/gapbind14/include/gapbind14/gapbind14.hpp +++ b/gapbind14/include/gapbind14/gapbind14.hpp @@ -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 . +// along with this program. If not, see . // // TODO(now) diff --git a/gapbind14/include/gapbind14/is_something.hpp b/gapbind14/include/gapbind14/is_something.hpp index 8758bdbf6..eaf6d28a4 100644 --- a/gapbind14/include/gapbind14/is_something.hpp +++ b/gapbind14/include/gapbind14/is_something.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/tame-free-fn.hpp b/gapbind14/include/gapbind14/tame-free-fn.hpp index 60630f222..9b953a8b5 100644 --- a/gapbind14/include/gapbind14/tame-free-fn.hpp +++ b/gapbind14/include/gapbind14/tame-free-fn.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/tame-make.hpp b/gapbind14/include/gapbind14/tame-make.hpp index 475547caa..d07c469ba 100644 --- a/gapbind14/include/gapbind14/tame-make.hpp +++ b/gapbind14/include/gapbind14/tame-make.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/tame-mem-fn.hpp b/gapbind14/include/gapbind14/tame-mem-fn.hpp index b76377a0b..703145c71 100644 --- a/gapbind14/include/gapbind14/tame-mem-fn.hpp +++ b/gapbind14/include/gapbind14/tame-mem-fn.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/to_cpp.hpp b/gapbind14/include/gapbind14/to_cpp.hpp index 7ed3cb382..893d8b3e7 100644 --- a/gapbind14/include/gapbind14/to_cpp.hpp +++ b/gapbind14/include/gapbind14/to_cpp.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/include/gapbind14/to_gap.hpp b/gapbind14/include/gapbind14/to_gap.hpp index a7c2ae6ae..b3e36dc4f 100644 --- a/gapbind14/include/gapbind14/to_gap.hpp +++ b/gapbind14/include/gapbind14/to_gap.hpp @@ -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 . +// along with this program. If not, see . // // diff --git a/gapbind14/src/demo.cpp b/gapbind14/src/demo.cpp index b4ffa0b53..5343220e9 100644 --- a/gapbind14/src/demo.cpp +++ b/gapbind14/src/demo.cpp @@ -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 . +// along with this program. If not, see . // #include "gapbind14/gapbind14.hpp" diff --git a/gapbind14/src/gapbind14.cpp b/gapbind14/src/gapbind14.cpp index 251cb585c..cb29913ca 100644 --- a/gapbind14/src/gapbind14.cpp +++ b/gapbind14/src/gapbind14.cpp @@ -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 . +// along with this program. If not, see . // #include "gapbind14/gapbind14.hpp" diff --git a/src/bipart.cpp b/src/bipart.cpp index 686e11e83..de67cb6c8 100644 --- a/src/bipart.cpp +++ b/src/bipart.cpp @@ -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 . +// along with this program. If not, see . // // TODO(JDM) 1) if we use clear before resize maybe don't need fill diff --git a/src/bipart.hpp b/src/bipart.hpp index d49d68f4f..0986e573f 100644 --- a/src/bipart.hpp +++ b/src/bipart.hpp @@ -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 . +// along with this program. If not, see . // #ifndef SEMIGROUPS_SRC_BIPART_HPP_ diff --git a/src/cong.cpp b/src/cong.cpp index 9f382fb56..5ddcfa5d2 100644 --- a/src/cong.cpp +++ b/src/cong.cpp @@ -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 . +// along with this program. If not, see . // #include "cong.hpp" diff --git a/src/cong.hpp b/src/cong.hpp index 660fa3870..2fe2df49e 100644 --- a/src/cong.hpp +++ b/src/cong.hpp @@ -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 . +// along with this program. If not, see . // #ifndef SEMIGROUPS_SRC_CONG_HPP_ diff --git a/src/froidure-pin-base.cpp b/src/froidure-pin-base.cpp index 58fd985dd..c6950104f 100644 --- a/src/froidure-pin-base.cpp +++ b/src/froidure-pin-base.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-bipart.cpp b/src/froidure-pin-bipart.cpp index 62ac1a70a..96e340927 100644 --- a/src/froidure-pin-bipart.cpp +++ b/src/froidure-pin-bipart.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-bmat.cpp b/src/froidure-pin-bmat.cpp index b8b2b080b..941dda818 100644 --- a/src/froidure-pin-bmat.cpp +++ b/src/froidure-pin-bmat.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-fallback.cpp b/src/froidure-pin-fallback.cpp index 6e68b9a62..4bb29009d 100644 --- a/src/froidure-pin-fallback.cpp +++ b/src/froidure-pin-fallback.cpp @@ -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 . +// along with this program. If not, see . // #include "froidure-pin-fallback.hpp" diff --git a/src/froidure-pin-fallback.hpp b/src/froidure-pin-fallback.hpp index be2cee829..65a2862a8 100644 --- a/src/froidure-pin-fallback.hpp +++ b/src/froidure-pin-fallback.hpp @@ -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 . +// along with this program. If not, see . // #ifndef SEMIGROUPS_SRC_FROIDURE_PIN_FALLBACK_HPP_ diff --git a/src/froidure-pin-matrix.cpp b/src/froidure-pin-matrix.cpp index 196617c9c..e3e5ba089 100644 --- a/src/froidure-pin-matrix.cpp +++ b/src/froidure-pin-matrix.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-max-plus-mat.cpp b/src/froidure-pin-max-plus-mat.cpp index 2c85bcbeb..59732a2aa 100644 --- a/src/froidure-pin-max-plus-mat.cpp +++ b/src/froidure-pin-max-plus-mat.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-min-plus-mat.cpp b/src/froidure-pin-min-plus-mat.cpp index 1c253bbfb..70fd8cf26 100644 --- a/src/froidure-pin-min-plus-mat.cpp +++ b/src/froidure-pin-min-plus-mat.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-pbr.cpp b/src/froidure-pin-pbr.cpp index 30992b24c..71f0ad8d2 100644 --- a/src/froidure-pin-pbr.cpp +++ b/src/froidure-pin-pbr.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-pperm.cpp b/src/froidure-pin-pperm.cpp index 0c7dde710..3e8390dc5 100644 --- a/src/froidure-pin-pperm.cpp +++ b/src/froidure-pin-pperm.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin-transf.cpp b/src/froidure-pin-transf.cpp index 61ab8ae61..7293385c5 100644 --- a/src/froidure-pin-transf.cpp +++ b/src/froidure-pin-transf.cpp @@ -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 . +// along with this program. If not, see . // // Semigroups GAP package headers diff --git a/src/froidure-pin.hpp b/src/froidure-pin.hpp index 9a2c91ce8..9dc39d5e0 100644 --- a/src/froidure-pin.hpp +++ b/src/froidure-pin.hpp @@ -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 . +// along with this program. If not, see . // #ifndef SEMIGROUPS_SRC_FROIDURE_PIN_HPP_ diff --git a/src/pkg.cpp b/src/pkg.cpp index 1a2a3b525..534c64990 100644 --- a/src/pkg.cpp +++ b/src/pkg.cpp @@ -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 . +// along with this program. If not, see . // // This file contains everything in the kernel module for the Semigroups diff --git a/src/pkg.hpp b/src/pkg.hpp index ac0e1d2a6..6e22955fb 100644 --- a/src/pkg.hpp +++ b/src/pkg.hpp @@ -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 . +// along with this program. If not, see . // // This file contains declarations related to the kernel module for the diff --git a/src/semigroups-debug.hpp b/src/semigroups-debug.hpp index c1ea0bfe9..9fb89deca 100644 --- a/src/semigroups-debug.hpp +++ b/src/semigroups-debug.hpp @@ -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 . +// along with this program. If not, see . // // This file declares kernel debugging functionality. diff --git a/src/to_cpp.hpp b/src/to_cpp.hpp index 35bb51f84..5818155e0 100644 --- a/src/to_cpp.hpp +++ b/src/to_cpp.hpp @@ -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 . +// along with this program. If not, see . // // This file contains specialisations of gapbind14::to_cpp for various types diff --git a/src/to_gap.cpp b/src/to_gap.cpp index 33c806a45..62bfe89be 100644 --- a/src/to_gap.cpp +++ b/src/to_gap.cpp @@ -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 . +// along with this program. If not, see . // #include "to_gap.hpp" diff --git a/src/to_gap.hpp b/src/to_gap.hpp index a7e9074f1..be5c84aa2 100644 --- a/src/to_gap.hpp +++ b/src/to_gap.hpp @@ -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 . +// along with this program. If not, see . // // This file contains specialisations of gapbind14::to_gap for various types