From f2bd44b0a826b2d754a5ca59c0e890dd8f07945e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Mon, 7 May 2018 16:37:01 -0400
Subject: [PATCH] tests: correct license headers

Licensess in the mocks directory are incorrect. Change the license
to GPLv3 and fix authors.

Change-Id: I9a121f4ba4c615d40184c5f77b7eb479cfddc982
Reviewed-by: Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
---
 test/mocks/callmanager_mock.h          | 39 +++++++++++++------------
 test/mocks/configurationmanager_mock.h | 40 ++++++++++++++------------
 test/mocks/instancemanager_mock.h      | 37 ++++++++++++------------
 test/mocks/presencemanager_mock.h      | 37 ++++++++++++------------
 test/mocks/videomanager_mock.h         | 37 ++++++++++++------------
 5 files changed, 100 insertions(+), 90 deletions(-)

diff --git a/test/mocks/callmanager_mock.h b/test/mocks/callmanager_mock.h
index 30aaee7a..5b174fc9 100644
--- a/test/mocks/callmanager_mock.h
+++ b/test/mocks/callmanager_mock.h
@@ -1,21 +1,24 @@
-/******************************************************************************
- *   Copyright (C) 2014-2018 Savoir-faire Linux                                 *
- *   Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com>        *
- *   Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com>        *
- *                                                                            *
- *   This library 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.       *
- *                                                                            *
- *   This library 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        *
- *   Lesser General Public License for more details.                          *
- *                                                                            *
- *   You should have received a copy of the Lesser GNU General Public License *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
- *****************************************************************************/
+/*
+ *  Copyright (C) 2017-2018 Savoir-faire Linux Inc.
+ *
+ *  Authors: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
+ *           Nicolas Jager <nicolas.jager@savoirfairelinux.com>
+ *
+ *  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 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.
+ */
+
 #pragma once
 
 #include <QtCore/QObject>
diff --git a/test/mocks/configurationmanager_mock.h b/test/mocks/configurationmanager_mock.h
index 180f9dfb..ea3eee0d 100644
--- a/test/mocks/configurationmanager_mock.h
+++ b/test/mocks/configurationmanager_mock.h
@@ -1,21 +1,25 @@
-/******************************************************************************
-*   Copyright (C) 2014-2018 Savoir-faire Linux                                 *
-*   Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com>        *
-*   Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com>        *
-*                                                                            *
-*   This library 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.       *
-*                                                                            *
-*   This library 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        *
-*   Lesser General Public License for more details.                          *
-*                                                                            *
-*   You should have received a copy of the Lesser GNU General Public License *
-*   along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
-*****************************************************************************/
+/*
+ *  Copyright (C) 2017-2018 Savoir-faire Linux Inc.
+ *
+ *  Authors: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
+ *           Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
+ *           Anthony Léonard <anthony.leonard@savoirfairelinux.com>
+ *           Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
+ *
+ *  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 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.
+ */
 #pragma once
 
 #include <QtCore/QObject>
diff --git a/test/mocks/instancemanager_mock.h b/test/mocks/instancemanager_mock.h
index 6d424605..d0a1037b 100644
--- a/test/mocks/instancemanager_mock.h
+++ b/test/mocks/instancemanager_mock.h
@@ -1,21 +1,22 @@
-/******************************************************************************
- *   Copyright (C) 2014-2018 Savoir-faire Linux                                 *
- *   Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com>        *
- *   Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com>        *
- *                                                                            *
- *   This library 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.       *
- *                                                                            *
- *   This library 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        *
- *   Lesser General Public License for more details.                          *
- *                                                                            *
- *   You should have received a copy of the Lesser GNU General Public License *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
- *****************************************************************************/
+/*
+ *  Copyright (C) 2017-2018 Savoir-faire Linux Inc.
+ *
+ *  Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
+ *
+ *  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 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.
+ */
 #pragma once
 
 #include <QObject>
diff --git a/test/mocks/presencemanager_mock.h b/test/mocks/presencemanager_mock.h
index e058b159..40d41924 100644
--- a/test/mocks/presencemanager_mock.h
+++ b/test/mocks/presencemanager_mock.h
@@ -1,21 +1,22 @@
-/******************************************************************************
- *   Copyright (C) 2014-2018 Savoir-faire Linux                                 *
- *   Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com>        *
- *   Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com>        *
- *                                                                            *
- *   This library 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.       *
- *                                                                            *
- *   This library 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        *
- *   Lesser General Public License for more details.                          *
- *                                                                            *
- *   You should have received a copy of the Lesser GNU General Public License *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
- *****************************************************************************/
+/*
+ *  Copyright (C) 2017-2018 Savoir-faire Linux Inc.
+ *
+ *  Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
+ *
+ *  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 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.
+ */
 #pragma once
 
 #include <QtCore/QObject>
diff --git a/test/mocks/videomanager_mock.h b/test/mocks/videomanager_mock.h
index d9c87b65..4ba0afa9 100644
--- a/test/mocks/videomanager_mock.h
+++ b/test/mocks/videomanager_mock.h
@@ -1,21 +1,22 @@
-/******************************************************************************
- *   Copyright (C) 2014-2018 Savoir-faire Linux                                 *
- *   Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com>        *
- *   Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com>        *
- *                                                                            *
- *   This library 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.       *
- *                                                                            *
- *   This library 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        *
- *   Lesser General Public License for more details.                          *
- *                                                                            *
- *   You should have received a copy of the Lesser GNU General Public License *
- *   along with this program.  If not, see <http://www.gnu.org/licenses/>.    *
- *****************************************************************************/
+/*
+ *  Copyright (C) 2017-2018 Savoir-faire Linux Inc.
+ *
+ *  Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
+ *
+ *  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 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.
+ */
 #pragma once
 
 // libstdc++
-- 
GitLab