diff src/xs_init.c @ 723:9321ffa2ea7e

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Feb 2009 03:34:11 +0200
parents b0743dc9165d
children
line wrap: on
line diff
--- a/src/xs_init.c	Tue Feb 10 03:25:49 2009 +0200
+++ b/src/xs_init.c	Tue Feb 10 03:34:11 2009 +0200
@@ -4,7 +4,7 @@
    Plugin initialization point
    
    Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-   (C) Copyright 1999-2007 Tecnic Software productions (TNSP)
+   (C) Copyright 1999-2009 Tecnic Software productions (TNSP)
 
    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
@@ -26,29 +26,29 @@
 
 
 InputPlugin xs_plugin_ip = {
-    NULL,            /* FILLED BY XMMS */
-    NULL,            /* FILLED BY XMMS */
-    PACKAGE_STRING,        /* Plugin description */
-    xs_init,        /* Initialization */
-    xs_about,        /* Show aboutbox */
-    xs_configure,        /* Show/edit configuration */
-    xs_is_our_file,        /* Check file */
-    NULL,            /* Scan directory */
-    xs_play_file,        /* Play given file */
-    xs_stop,        /* Stop playing */
-    xs_pause,        /* Pause playing */
-    xs_seek,        /* Seek time */
-    NULL,            /* Set equalizer */
+    NULL,               /* FILLED BY XMMS */
+    NULL,               /* FILLED BY XMMS */
+    PACKAGE_STRING,     /* Plugin description */
+    xs_init,            /* Initialization */
+    xs_about,           /* Show aboutbox */
+    xs_configure,       /* Show/edit configuration */
+    xs_is_our_file,     /* Check file */
+    NULL,               /* Scan directory */
+    xs_play_file,       /* Play given file */
+    xs_stop,            /* Stop playing */
+    xs_pause,           /* Pause playing */
+    xs_seek,            /* Seek time */
+    NULL,               /* Set equalizer */
     xs_get_time,        /* Get playing time */
-    NULL,            /* Get volume */
-    NULL,            /* Set volume */
-    xs_close,        /* Cleanup */
-    NULL,            /* OBSOLETE! */
-    NULL,            /* Send data to Visualization plugin */
-    NULL, NULL,        /* FILLED BY XMMS */
-    xs_get_song_info,    /* Get song title and length */
+    NULL,               /* Get volume */
+    NULL,               /* Set volume */
+    xs_close,           /* Cleanup */
+    NULL,               /* OBSOLETE! */
+    NULL,               /* Send data to Visualization plugin */
+    NULL, NULL,         /* FILLED BY XMMS */
+    xs_get_song_info,   /* Get song title and length */
     xs_fileinfo,        /* Show file-information dialog */
-    NULL            /* FILLED BY XMMS */
+    NULL                /* FILLED BY XMMS */
 };