]> www.ginac.de Git - ginac.git/blobdiff - check/match_bug.cpp
Add m4/host-cpu-c-abi.m4.
[ginac.git] / check / match_bug.cpp
index 49fb4cef9bea0c5e268ccc72f6732e4d9da8eb82..ecce6e2b4c0df14d104ff5c10880f2fad3d6bb9a 100644 (file)
@@ -1,10 +1,10 @@
 /** @file match_bug.cpp
  *
  *  Check for bug in GiNaC::ex::match() described here:
- *  http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */
+ *  https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany
  *
  *  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
@@ -32,7 +32,7 @@ using namespace GiNaC;
  * could be modified even if the match failed! Although this "feature"
  * was documented it happened to be very confusing *even for GiNaC
  * developers*, see 
- * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html
+ * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html
  *
  * It was fixed in 192ed7390b7b2b705ad100e3db0a92eedd2b20ad. Let's make
  * sure it will be never re-added: