summaryrefslogtreecommitdiff
path: root/libs/vamp-plugins
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-03 14:34:29 +0200
committerRobin Gareus <robin@gareus.org>2019-08-03 15:53:18 +0200
commit365f6d633731229e7bc5d37a5fe2c9107b527e28 (patch)
tree07d5d79fdbebbd30f44abab8841a0c76cd889de1 /libs/vamp-plugins
parentdbd8d491e5aa96111b22e06edd065653fd5b9d4d (diff)
Update plugins/addons GPL boilerplate and (C) from git log
Diffstat (limited to 'libs/vamp-plugins')
-rw-r--r--libs/vamp-plugins/TruePeak.cpp27
-rw-r--r--libs/vamp-plugins/TruePeak.h27
2 files changed, 28 insertions, 26 deletions
diff --git a/libs/vamp-plugins/TruePeak.cpp b/libs/vamp-plugins/TruePeak.cpp
index 18f5a268dd..44de93d681 100644
--- a/libs/vamp-plugins/TruePeak.cpp
+++ b/libs/vamp-plugins/TruePeak.cpp
@@ -1,20 +1,21 @@
/*
- * Copyright (C) 2013-2016 Robin Gareus <robin@gareus.org>
- * Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
- * Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
+ * COPYRIGHT (C) 2012-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
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
+ * 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.
+ * 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, see <http://www.gnu.org/licenses/>.
+ * 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 <stdlib.h>
diff --git a/libs/vamp-plugins/TruePeak.h b/libs/vamp-plugins/TruePeak.h
index ab832511e7..bebbe13763 100644
--- a/libs/vamp-plugins/TruePeak.h
+++ b/libs/vamp-plugins/TruePeak.h
@@ -1,20 +1,21 @@
/*
- * Copyright (C) 2013-2016 Robin Gareus <robin@gareus.org>
- * Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
- * Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006 Chris Cannam
+ * Copyright (C) 2006-2012 Fons Adriaensen <fons@linuxaudio.org>
+ * COPYRIGHT (C) 2012-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
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
+ * 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.
+ * 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, see <http://www.gnu.org/licenses/>.
+ * 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 _TruePeak_PLUGIN_H_