1 1.1 christos # Remove this package from a list of references stored in a text file. 2 1.1 christos # 3 1.1 christos # Copyright (C) 2000 Free Software Foundation, Inc. 4 1.1 christos # 5 1.1 christos # This program is free software; you can redistribute it and/or modify it 6 1.1 christos # under the terms of the GNU Library General Public License as published 7 1.1 christos # by the Free Software Foundation; either version 2, or (at your option) 8 1.1 christos # any later version. 9 1.1 christos # 10 1.1 christos # This program is distributed in the hope that it will be useful, 11 1.1 christos # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 1.1 christos # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 1.1 christos # Library General Public License for more details. 14 1.1 christos # 15 1.1 christos # You should have received a copy of the GNU Library General Public 16 1.1 christos # License along with this program; if not, write to the Free Software 17 1.1 christos # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 18 1.1 christos # USA. 19 1.1 christos # 20 1.1 christos # Written by Bruno Haible <haible (a] clisp.cons.org>. 21 1.1 christos # 22 1.1 christos /^# Packages using this file: / { 23 1.1 christos s/# Packages using this file:// 24 1.1 christos s/ @PACKAGE@ / / 25 1.1 christos s/^/# Packages using this file:/ 26 1.1 christos } 27