aboutsummaryrefslogtreecommitdiff
path: root/emms-print-metadata.c
diff options
context:
space:
mode:
Diffstat (limited to 'emms-print-metadata.c')
-rw-r--r--emms-print-metadata.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/emms-print-metadata.c b/emms-print-metadata.c
index 505bd52..3157f46 100644
--- a/emms-print-metadata.c
+++ b/emms-print-metadata.c
@@ -1,3 +1,23 @@
+/* emms-print-metadata.c --- Info function for libtag
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+
+Author: Trent Buck <trentbuck@gmail.com>
+
+GNU Emacs 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; either version 2, or (at your option)
+any later version.
+
+GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
+
#include <stdlib.h>
#include <stdio.h>
#include <tag_c.h>
@@ -31,3 +51,5 @@ main (int argc, char **argv)
return 0;
}
+
+/* emms-print-metadata.c ends here. */