aboutsummaryrefslogtreecommitdiff
path: root/emms-print-metadata.c
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2006-03-15 19:07:00 +0000
committeryonirabkin <mwolson@gnu.org>2006-03-15 19:07:00 +0000
commit7474e8844ce76b50941d7a22fa03f749dde9b1e1 (patch)
tree8c6fc25df483017e08da544276e2209f86c96179 /emms-print-metadata.c
parenta86a7af5251d6ad2f4557889a720bf678dbefded (diff)
finished updating copyrights
darcs-hash:20060315190720-be80e-ab0de489504975286f9c2cd9d1359c0345a5f7cb.gz
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. */