summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3cff7b5)
raw | patch | inline | side by side (parent: 3cff7b5)
author | Max Kellermann <max@duempel.org> | |
Sat, 6 Dec 2008 11:41:29 +0000 (12:41 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 6 Dec 2008 11:41:29 +0000 (12:41 +0100) |
18 files changed:
lyrics/hd.sh | patch | blob | history | |
lyrics/leoslyrics.py | patch | blob | history | |
lyrics/lyricswiki.rb | patch | blob | history | |
src/colors.h | patch | blob | history | |
src/command.h | patch | blob | history | |
src/conf.h | patch | blob | history | |
src/lirc.c | patch | blob | history | |
src/lirc.h | patch | blob | history | |
src/list_window.h | patch | blob | history | |
src/ncmpc.h | patch | blob | history | |
src/options.h | patch | blob | history | |
src/screen.h | patch | blob | history | |
src/screen_play.h | patch | blob | history | |
src/screen_utils.h | patch | blob | history | |
src/strfsong.h | patch | blob | history | |
src/support.h | patch | blob | history | |
src/utils.h | patch | blob | history | |
src/wreadln.h | patch | blob | history |
diff --git a/lyrics/hd.sh b/lyrics/hd.sh
index 4bcbce4bb5f12a4402bf52e6bc2f2ff8210e0c69..2480e5a2f4e2337b7e1b3f4e6137e7188facb228 100755 (executable)
--- a/lyrics/hd.sh
+++ b/lyrics/hd.sh
#!/bin/sh -e
#
-# Load lyrics from the user's home directory
+# (c) 2004-2008 The Music Player Daemon Project
+# http://www.musicpd.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 of the License, or
+# (at your option) any later version.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# Author: Max Kellermann <max@duempel.org>
+
+#
+# Load lyrics from the user's home directory
#
cat ~/.lyrics/"$1 - $2".txt 2>/dev/null
diff --git a/lyrics/leoslyrics.py b/lyrics/leoslyrics.py
index 1e8975910619bb7e2c5dec978f3d240247f44ad4..5e4f8c8323cb95eec6f026b57e7d70aea85663eb 100755 (executable)
--- a/lyrics/leoslyrics.py
+++ b/lyrics/leoslyrics.py
#!/usr/bin/python
#
-# Load lyrics from leoslyrics.com
+# (c) 2004-2008 The Music Player Daemon Project
+# http://www.musicpd.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 of the License, or
+# (at your option) any later version.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# Author: Max Kellermann <max@duempel.org>
+
+#
+# Load lyrics from leoslyrics.com
#
from sys import argv, exit
diff --git a/lyrics/lyricswiki.rb b/lyrics/lyricswiki.rb
index 39aa4a5b7469ac9097236e4e6a9ff28db4c9fc7e..148cd88dbc3589b6522ff2416cb8a9971581311b 100755 (executable)
--- a/lyrics/lyricswiki.rb
+++ b/lyrics/lyricswiki.rb
#!/usr/bin/env ruby
#
-# Load lyrics from lyricswiki.org
+# (c) 2004-2008 The Music Player Daemon Project
+# http://www.musicpd.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 of the License, or
+# (at your option) any later version.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# Author: Max Kellermann <max@duempel.org>
+
+#
+# Load lyrics from lyricswiki.org
#
require 'uri'
diff --git a/src/colors.h b/src/colors.h
index dec3ecd28da5df481689c47ffbc65daef0e0c862..7d1a7344e67ca782a462fb201c71fa4a1917539c 100644 (file)
--- a/src/colors.h
+++ b/src/colors.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef COLORS_H
#define COLORS_H
diff --git a/src/command.h b/src/command.h
index 0c928930e84aeb818cc800661dbf633d51dae812..ef1fee2e8e028062ba78d6c5a0d7132944184e0e 100644 (file)
--- a/src/command.h
+++ b/src/command.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef COMMAND_H
#define COMMAND_H
diff --git a/src/conf.h b/src/conf.h
index 3203a2d43e71e4ab893a8c5a8955a629faa47a4c..d18eeff93752ef10b5a874d4b0b33158884fccdc 100644 (file)
--- a/src/conf.h
+++ b/src/conf.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#include "options.h"
int check_user_conf_dir(void);
diff --git a/src/lirc.c b/src/lirc.c
index 0982bd38d96cd4012a09e0bd29d4e67bc122b74f..fb54c3801c5dddfa30236b521cbeb68410aa8302 100644 (file)
--- a/src/lirc.c
+++ b/src/lirc.c
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#include <lirc/lirc_client.h>
#include "lirc.h"
#include "ncmpc.h"
diff --git a/src/lirc.h b/src/lirc.h
index a3045a2068c49f36c1517160abb32a7ea00928ed..199ef58adfe191d06c2c1fcf504bac36aefa2e79 100644 (file)
--- a/src/lirc.h
+++ b/src/lirc.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef LIRC_H
#define LIRC_H
diff --git a/src/list_window.h b/src/list_window.h
index 8e9411acbc8fe4d274f99fae391bcec97d57dac5..2c328b6ac37db793618493aa8e96cde334feeca6 100644 (file)
--- a/src/list_window.h
+++ b/src/list_window.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef LIST_WINDOW_H
#define LIST_WINDOW_H
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 9e4703b573d2519405d96d71dc859e6f795bdf37..d7d15e2e5781b6750a9c01a204aaaf061de7ca30 100644 (file)
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef NCMPC_H
#define NCMPC_H
diff --git a/src/options.h b/src/options.h
index 98ad3156ecbfd91482667d63e10e8c7c7af9c927..a0c90bf21fa70220399bdf73d3e8b69e6c66f359 100644 (file)
--- a/src/options.h
+++ b/src/options.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef OPTIONS_H
#define OPTIONS_H
diff --git a/src/screen.h b/src/screen.h
index 54d37dd5853ffaffe81d707e499c0ce44cbfe6b0..4478688e3408b5b45b5998a2d0afe342c5cad2c5 100644 (file)
--- a/src/screen.h
+++ b/src/screen.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef SCREEN_H
#define SCREEN_H
diff --git a/src/screen_play.h b/src/screen_play.h
index 3ff3cb02aa56f5c40eda22902e27e7bb24e6419c..5bf54cdad7506e92f5eec575574f1d6ae24b7098 100644 (file)
--- a/src/screen_play.h
+++ b/src/screen_play.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
int playlist_save(mpdclient_t *c, char *name, char *defaultname);
diff --git a/src/screen_utils.h b/src/screen_utils.h
index 8e0f86d588533f89b1f594e802f6d74509cd48da..26d0e4b1fe92ddd40646fff931673b74c92eae40 100644 (file)
--- a/src/screen_utils.h
+++ b/src/screen_utils.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef SCREEN_UTILS_H
#define SCREEN_UTILS_H
diff --git a/src/strfsong.h b/src/strfsong.h
index 7770a86983e152569ed7f2fae4766ade83b37ae3..2ed560808cbaa4470ebd62ef571c5a139b4e3d30 100644 (file)
--- a/src/strfsong.h
+++ b/src/strfsong.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef STRFSONG_H
#define STRFSONG_H
diff --git a/src/support.h b/src/support.h
index f7c08325d4e10234aec1139db7566d825cb84acf..48786e8e23f5706255253d9aacbb281410c96e1c 100644 (file)
--- a/src/support.h
+++ b/src/support.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef SUPPORT_H
#define SUPPORT_H
diff --git a/src/utils.h b/src/utils.h
index 0fb1c6868d8f59af94b0be946ce78f4852a52577..dc91bdbd765d957978dd2305e3b760ea9e499682 100644 (file)
--- a/src/utils.h
+++ b/src/utils.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef UTILS_H
#define UTILS_H
diff --git a/src/wreadln.h b/src/wreadln.h
index e745025d347431657c3f7d3313514def1d76b91d..1864e25bdb3cf0ef4b554a149343b3a3b591fc65 100644 (file)
--- a/src/wreadln.h
+++ b/src/wreadln.h
+/*
+ * (c) 2004-2008 The Music Player Daemon Project
+ * http://www.musicpd.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 of the License, or
+ * (at your option) any later version.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
#ifndef WREADLN_H
#define WREADLN_H