changeset 2714:13ac9eeaddf2 trunk

[svn] - fix boilerplate
author nenolod
date Wed, 09 May 2007 14:41:39 -0700
parents 8f7da5257692
children a20d843fe3f7
files ChangeLog src/audacious/build_stamp.c src/libaudclient/audctrl.h
diffstat 3 files changed, 26 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 09 14:40:01 2007 -0700
+++ b/ChangeLog	Wed May 09 14:41:39 2007 -0700
@@ -1,3 +1,13 @@
+2007-05-09 21:40:01 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4452]
+  - rename to libaudclient
+  - enforce libaudclient.so.1
+  
+  trunk/src/Makefile              |    2 +-
+  trunk/src/libaudclient/Makefile |   12 ++++++------
+  2 files changed, 7 insertions(+), 7 deletions(-)
+
+
 2007-05-09 21:38:41 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4450]
   - move configdb public API to audacious proper
--- a/src/audacious/build_stamp.c	Wed May 09 14:40:01 2007 -0700
+++ b/src/audacious/build_stamp.c	Wed May 09 14:41:39 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070509-4450";
+const gchar *svn_stamp = "20070509-4452";
--- a/src/libaudclient/audctrl.h	Wed May 09 14:40:01 2007 -0700
+++ b/src/libaudclient/audctrl.h	Wed May 09 14:41:39 2007 -0700
@@ -1,24 +1,22 @@
-/*  Audacious - Cross-platform multimedia player
- *  Copyright (DBusGProxy *proxy, C) 2005-2007  Audacious development team
+/*
+ * Audacious: A cross-platform multimedia player
+ * Copyright (c) 2007 Ben Tucker
  *
- *  Based on XMMS:
- *  Copyright (DBusGProxy *proxy, C) 1998-2003  Peter Alm, Mikael Alm, Olle Hallnas,
- *                           Thomas Nilsson and 4Front Technologies
- *  Copyright (DBusGProxy *proxy, C) 1999-2003  Haavard Kvaalen
+ * 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; under version 2 of the License.
  *
- *  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; under version 2 of the License.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
  */
+
 #ifndef _AUDCTRL_H
 #define _AUDCTRL_H