aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms-print-metadata.c22
-rw-r--r--emms-streams.el4
2 files changed, 26 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. */
diff --git a/emms-streams.el b/emms-streams.el
index 5fcfc8e..ec3acbc 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -2,6 +2,10 @@
;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+;; Authors: Lucas Bonnet <lucas@rincevent.net>
+;; Jose A Ortega Ruiz <jao@gnu.org>
+;; Yoni Rabkin <yonirabkin@member.fsf.org>
+
;; 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; either version 2