1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-16 00:36:08 +02:00
Files
coreutils/lib/ref-add.sin

31 lines
1.0 KiB
Plaintext
Raw Normal View History

2000-04-04 12:50:44 +00:00
# Add this package to a list of references stored in a text file.
#
# Copyright (C) 2000 Free Software Foundation, Inc.
#
2003-08-18 09:44:49 +00:00
# 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
# the Free Software Foundation; either version 2, or (at your option)
2000-04-04 12:50:44 +00:00
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2003-08-18 09:44:49 +00:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
2000-04-04 12:50:44 +00:00
#
2003-08-18 09:44:49 +00:00
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation,
2005-05-14 07:58:06 +00:00
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2000-04-04 12:50:44 +00:00
#
# Written by Bruno Haible <haible@clisp.cons.org>.
#
/^# Packages using this file: / {
s/# Packages using this file://
ta
:a
s/ @PACKAGE@ / @PACKAGE@ /
tb
s/ $/ @PACKAGE@ /
:b
s/^/# Packages using this file:/
}