summaryrefslogtreecommitdiff
path: root/examples/c++/glr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c++/glr')
-rw-r--r--examples/c++/glr/ast.hh2
-rw-r--r--examples/c++/glr/c++-types.test2
-rw-r--r--examples/c++/glr/c++-types.yy2
-rw-r--r--examples/c++/glr/local.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/c++/glr/ast.hh b/examples/c++/glr/ast.hh
index e63af953..4faa640e 100644
--- a/examples/c++/glr/ast.hh
+++ b/examples/c++/glr/ast.hh
@@ -12,7 +12,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/>.
*/
#include <cstddef> // nullptr_t
diff --git a/examples/c++/glr/c++-types.test b/examples/c++/glr/c++-types.test
index 405541c1..7440ea24 100644
--- a/examples/c++/glr/c++-types.test
+++ b/examples/c++/glr/c++-types.test
@@ -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/>.
cat >input <<EOF
z + q;
diff --git a/examples/c++/glr/c++-types.yy b/examples/c++/glr/c++-types.yy
index 94c5b18f..1e0dea9b 100644
--- a/examples/c++/glr/c++-types.yy
+++ b/examples/c++/glr/c++-types.yy
@@ -12,7 +12,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/>.
*/
/* Simplified C++ Type and Expression Grammar.
diff --git a/examples/c++/glr/local.mk b/examples/c++/glr/local.mk
index 3ac0b14b..137d1ab6 100644
--- a/examples/c++/glr/local.mk
+++ b/examples/c++/glr/local.mk
@@ -11,7 +11,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/>.
glrxxdir = $(docdir)/%D%