Blame gl/ref-add.sin

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