From 7b132dbc24b8b82c4b32322be84accb11e84797c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 9 Mar 2011 14:30:38 -0500 Subject: Use memstomp in bootstrap.sh --- bootstrap.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7bff869..b54608d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,21 +1,22 @@ #!/bin/bash -# This file is part of mutrace. +# This file is part of memstomp. # # Copyright 2009 Lennart Poettering +# Copyright 2011 Red Hat # -# mutrace is free software: you can redistribute it and/or modify it +# memstomp is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # -# mutrace is distributed in the hope that it will be useful, but +# memstomp is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with mutrace. If not, see . +# License along with memstomp. If not, see . VERSION=1.11 -- cgit