Blame glib/glib/libcharset/ref-add.sin

Packit db3073
# Add this package to a list of references stored in a text file.
Packit db3073
#
Packit db3073
#   Copyright (C) 2000 Free Software Foundation, Inc.
Packit db3073
#
Packit db3073
#   This program is free software; you can redistribute it and/or modify it
Packit db3073
#   under the terms of the GNU Library General Public License as published
Packit db3073
#   by the Free Software Foundation; either version 2, or (at your option)
Packit db3073
#   any later version.
Packit db3073
#
Packit db3073
#   This program is distributed in the hope that it will be useful,
Packit db3073
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit db3073
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit db3073
#   Library General Public License for more details.
Packit db3073
#
Packit db3073
#   You should have received a copy of the GNU Library General Public
Packit db3073
#   License along with this program; if not, write to the Free Software
Packit db3073
#   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
Packit db3073
#   USA.
Packit db3073
#
Packit db3073
# Written by Bruno Haible <bruno@clisp.org>.
Packit db3073
#
Packit db3073
/^# Packages using this file: / {
Packit db3073
  s/# Packages using this file://
Packit db3073
  ta
Packit db3073
  :a
Packit db3073
  s/ @PACKAGE@ / @PACKAGE@ /
Packit db3073
  tb
Packit db3073
  s/ $/ @PACKAGE@ /
Packit db3073
  :b
Packit db3073
  s/^/# Packages using this file:/
Packit db3073
}