From a8a6ace109fb43f25531c736105af607d94295d1 Mon Sep 17 00:00:00 2001 From: HuangCongyu Date: Mon, 22 Aug 2011 18:11:34 +0800 Subject: [PATCH] fix the copyright notice --- introspection_xml.c | 18 ++++++++++++++++++ introspection_xml.h | 18 ++++++++++++++++++ mpris.c | 4 ++-- mpris_common.c | 18 ++++++++++++++++++ mpris_common.h | 18 ++++++++++++++++++ mpris_v1.c | 18 ++++++++++++++++++ mpris_v1.h | 18 ++++++++++++++++++ mpris_v2.c | 18 ++++++++++++++++++ test/test_signal.c | 18 ++++++++++++++++++ 9 files changed, 146 insertions(+), 2 deletions(-) diff --git a/introspection_xml.c b/introspection_xml.c index 457f7a4..d860e06 100644 --- a/introspection_xml.c +++ b/introspection_xml.c @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include /* * MPRIS v1 diff --git a/introspection_xml.h b/introspection_xml.h index 4ee5a60..93c3b72 100644 --- a/introspection_xml.h +++ b/introspection_xml.h @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef __INTROSPECTION_XML__ #define __INTROSPECTION_XML__ /* diff --git a/mpris.c b/mpris.c index 6b3d5a4..0bb9ad1 100644 --- a/mpris.c +++ b/mpris.c @@ -1,6 +1,6 @@ /* - DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009-2011 Alexey Yakovenko + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/mpris_common.c b/mpris_common.c index c7cf439..fc0bcf4 100644 --- a/mpris_common.c +++ b/mpris_common.c @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "mpris_common.h" #include #include diff --git a/mpris_common.h b/mpris_common.h index f8fd8ea..bfcebb2 100644 --- a/mpris_common.h +++ b/mpris_common.h @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef __MPRIS_COMMON_H__ #define __MPRIS_COMMON_H__ #include diff --git a/mpris_v1.c b/mpris_v1.c index 4027383..cbf4efa 100644 --- a/mpris_v1.c +++ b/mpris_v1.c @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "mpris_v1.h" #include "mpris_common.h" #include "introspection_xml.h" diff --git a/mpris_v1.h b/mpris_v1.h index 4c53c74..b4c08e6 100644 --- a/mpris_v1.h +++ b/mpris_v1.h @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef __MPRIS_SERVER_V1_H_ #define __MPRIS_SERVER_V1_H_ #include diff --git a/mpris_v2.c b/mpris_v2.c index 682a0ef..0a283e0 100644 --- a/mpris_v2.c +++ b/mpris_v2.c @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "mpris_v2.h" #include "mpris_common.h" #include "introspection_xml.h" diff --git a/test/test_signal.c b/test/test_signal.c index 8b7840e..052de9c 100644 --- a/test/test_signal.c +++ b/test/test_signal.c @@ -1,3 +1,21 @@ +/* + MPRIS plugin for Deadbeef player + Copyright (C) 2011 HuangCongyu + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include #include