From 61bed07eccef80b48523275340d39f03396210c6 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 10 Feb 2008 21:20:08 +0100 Subject: [PATCH] Add URL to comments. --- buildsys.mk.in | 2 ++ m4/buildsys.m4 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/buildsys.mk.in b/buildsys.mk.in index 35432ad..f9495ac 100644 --- a/buildsys.mk.in +++ b/buildsys.mk.in @@ -1,6 +1,8 @@ # # Copyright (c) 2007, Jonathan Schleifer # +# https://webkeks.org/hg/buildsys/ +# # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice is present in all copies. diff --git a/m4/buildsys.m4 b/m4/buildsys.m4 index 3b1545f..4520e42 100644 --- a/m4/buildsys.m4 +++ b/m4/buildsys.m4 @@ -1,6 +1,8 @@ dnl dnl Copyright (c) 2007, Jonathan Schleifer dnl +dnl https://webkeks.org/hg/buildsys/ +dnl dnl Permission to use, copy, modify, and/or distribute this software for any dnl purpose with or without fee is hereby granted, provided that the above dnl copyright notice and this permission notice is present in all copies.