annotate intl/ref-add.sin @ 1236:fc478bfe6fe6 trunk

[svn] - disconnect the scrobbler client from metatag logically
author nenolod
date Wed, 14 Jun 2006 22:30:04 -0700
parents cb178e5ad177
children f12d7e208b43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 # Add this package to a list of references stored in a text file.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 # Copyright (C) 2000 Free Software Foundation, Inc.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 # This program is free software; you can redistribute it and/or modify it
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 # under the terms of the GNU Library General Public License as published
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 # by the Free Software Foundation; either version 2, or (at your option)
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 # any later version.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 # This program is distributed in the hope that it will be useful,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 # Library General Public License for more details.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 # You should have received a copy of the GNU Library General Public
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 # License along with this program; if not, write to the Free Software
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 # USA.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 # Written by Bruno Haible <haible@clisp.cons.org>.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
21 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
22 /^# Packages using this file: / {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23 s/# Packages using this file://
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24 ta
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 :a
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26 s/ @PACKAGE@ / @PACKAGE@ /
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
27 tb
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
28 s/ $/ @PACKAGE@ /
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
29 :b
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
30 s/^/# Packages using this file:/
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
31 }