summaryrefslogtreecommitdiff
path: root/libs/backends/pulseaudio
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-03 04:11:41 +0200
committerRobin Gareus <robin@gareus.org>2019-08-03 15:53:16 +0200
commit47a62b2850217a290920326ec1938da4be486dad (patch)
tree9a91836d8658884d29f1e4b1ee673fe384213665 /libs/backends/pulseaudio
parenta22f918d9da199703a8e3e9662873c72399457c4 (diff)
Update backend GPL boilerplate and (C) from git log
Diffstat (limited to 'libs/backends/pulseaudio')
-rw-r--r--libs/backends/pulseaudio/pulseaudio_backend.cc9
-rw-r--r--libs/backends/pulseaudio/pulseaudio_backend.h9
2 files changed, 8 insertions, 10 deletions
diff --git a/libs/backends/pulseaudio/pulseaudio_backend.cc b/libs/backends/pulseaudio/pulseaudio_backend.cc
index e6b678e225..04ac74a98e 100644
--- a/libs/backends/pulseaudio/pulseaudio_backend.cc
+++ b/libs/backends/pulseaudio/pulseaudio_backend.cc
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2014,2019 Robin Gareus <robin@gareus.org>
- * Copyright (C) 2013 Paul Davis
+ * Copyright (C) 2019 Robin Gareus <robin@gareus.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
@@ -12,9 +11,9 @@
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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 <math.h>
diff --git a/libs/backends/pulseaudio/pulseaudio_backend.h b/libs/backends/pulseaudio/pulseaudio_backend.h
index a886603274..51727ff4da 100644
--- a/libs/backends/pulseaudio/pulseaudio_backend.h
+++ b/libs/backends/pulseaudio/pulseaudio_backend.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2014,2019 Robin Gareus <robin@gareus.org>
- * Copyright (C) 2013 Paul Davis
+ * Copyright (C) 2019 Robin Gareus <robin@gareus.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
@@ -12,9 +11,9 @@
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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 __libbackend_pulse_audiobackend_h__