Add license boilerplate 84/75484/2
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 16 Jun 2016 07:39:40 +0000 (16:39 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 20 Jun 2016 09:57:52 +0000 (18:57 +0900)
[Version] 5.0.58
[Profile] Common
[Issue Type] License boilerplate

Change-Id: Ia0f45ffc4a161326bf3e28d62ec96e41613fc7a1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
14 files changed:
packaging/pulseaudio-modules-tizen.spec
src/communicator.h
src/device-manager.c
src/device-manager.h
src/hal-interface.h
src/module-tizenaudio-policy.c
src/stream-manager-priv.h
src/stream-manager-restriction-priv.h
src/stream-manager-volume-priv.h
src/stream-manager-volume.h
src/stream-manager.c
src/stream-manager.h
src/subscribe-observer.c
src/subscribe-observer.h

index 098a6e7c7ed3a2662456102e49c194f77de41e98..10cc12fe7c6ee17e59e88b58879c2abd1cda15c4 100644 (file)
@@ -1,6 +1,6 @@
 Name:             pulseaudio-modules-tizen
 Summary:          Pulseaudio modules for Tizen
-Version:          5.0.57
+Version:          5.0.58
 Release:          0
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
index 3fb2f305a20b62105f97548fbab05cf0d7deb6ba..8f75be8c528448e780f89c6a4658f8770805c2b7 100644 (file)
@@ -1,5 +1,27 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foocommunicatorfoo
 #define foocommunicatorfoo
+
 #include <pulsecore/core.h>
 
 typedef enum pa_communicator_hook {
index c98d106015e154f29eef7f81a7818f6209c4d922..243aabfa3cfde8db57b22f93ba8e61d147a180d3 100644 (file)
@@ -1,3 +1,23 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Jeonho Mok <jho.mok@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 146ae339478bcf7967d2c900bcbe7fc0d84277a1..fbf9a9ea8125409f0b5e1db2fd1e5c7def4327e9 100644 (file)
@@ -1,3 +1,23 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Jeonho Mok <jho.mok@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
 
 #include <pulsecore/core.h>
 
index 9741339c443de752533955cbc80f4a12cb01163c..faebb030ba76c880c736486d8f2b838f0e76a67b 100644 (file)
@@ -1,5 +1,27 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foohalinterfacefoo
 #define foohalinterfacefoo
+
 #include <dlfcn.h>
 #include <pulsecore/core.h>
 
index c03fa9eb4f1aec3bf9dea60bd943de8df87d864b..b9022e251faec1265e34be3fc39aa8916d038775 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2013-2016 Seungbae Shin, Sangchul Lee, Jeongho Mok
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index b20e8d135cd8448447b844d3c6496f78c2b70db1..e595d77a6fd3a28ac0c60eadca8d6491f61a3385 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foostreammanagerprivfoo
 #define foostreammanagerprivfoo
 
index dcc5ce885f2812a488227cb4b8a1ebb26ed58d18..bc1906d5ef24d97e80e19fabddaeefd63885abea 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2016 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foostreammanagerrestrictionprivfoo
 #define foostreammanagerrestrictionprivfoo
 
index e7271376b986c770b5e9922765fa600eeae98457..4287ec729099d2d352e760165497369209aea966 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foostreammanagervolumeprivfoo
 #define foostreammanagervolumeprivfoo
 
index dbc0f4051567187c5fdb10ab8ca80d9044063d84..960158f6047e4b5d862cf0b70f46604704b76ce1 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foostreammanagervolumefoo
 #define foostreammanagervolumefoo
 
index 829cdcad5fe263560dbe7399fd73e15e0d0f676c..1fa9adc2703803a064a4c2eced39c04655dab459 100644 (file)
@@ -1,7 +1,7 @@
 /***
   This file is part of PulseAudio.
 
-  Copyright 2015 Sangchul Lee <sc11.lee@samsung.com>
+  Copyright 2015-2016 Sangchul Lee <sc11.lee@samsung.com>
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
index f0f855c874b56074c14ba66663a6326158a993dd..2e50746412c665abf418a99d49d7dd21d535e92f 100644 (file)
@@ -1,5 +1,27 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2015-2016 Sangchul Lee <sc11.lee@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foostreammanagerfoo
 #define foostreammanagerfoo
+
 #include <pulsecore/core.h>
 
 #define IS_ROUTE_TYPE_FOR_EXTERNAL_DEV(route_type_str, route_type) \
index 03d76a610daf73b70f93c51f607a15c8c226bacc..21a65768fcac51cf1d66eac87159272b5ceb7630 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2016 Jeonho Mok <jho.mok@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 62431acf68ad5861892fe9b8a4ff9f22acd6a710..4102e3a3b833ef3b7d50c47240cf644d73138cf9 100644 (file)
@@ -1,3 +1,24 @@
+/***
+  This file is part of PulseAudio.
+
+  Copyright 2016 Jeonho Mok <jho.mok@samsung.com>
+
+  PulseAudio is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as published
+  by the Free Software Foundation; either version 2.1 of the License,
+  or (at your option) any later version.
+
+  PulseAudio 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 Lesser General Public License
+  along with PulseAudio; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #ifndef foosubscribeobserverfoo
 #define foosubscribeobserverfoo