Skip to content
Snippets Groups Projects
Commit f2bd44b0 authored by Sébastien Blin's avatar Sébastien Blin Committed by Hugo Lefeuvre
Browse files

tests: correct license headers


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

Change-Id: I9a121f4ba4c615d40184c5f77b7eb479cfddc982
Reviewed-by: default avatarHugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
parent 9a79d306
No related branches found
No related tags found
No related merge requests found
/****************************************************************************** /*
* Copyright (C) 2014-2018 Savoir-faire Linux * * Copyright (C) 2017-2018 Savoir-faire Linux Inc.
* Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com> * *
* Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * Authors: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* * * Nicolas Jager <nicolas.jager@savoirfairelinux.com>
* This library is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU Lesser General Public * * This program is free software; you can redistribute it and/or modify
* License as published by the Free Software Foundation; either * * it under the terms of the GNU General Public License as published by
* version 2.1 of the License, or (at your option) any later version. * * the Free Software Foundation; either version 3 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 * * This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Lesser General Public License for more details. * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* * * GNU 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/>. * * 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 #pragma once
#include <QtCore/QObject> #include <QtCore/QObject>
......
/****************************************************************************** /*
* Copyright (C) 2014-2018 Savoir-faire Linux * * Copyright (C) 2017-2018 Savoir-faire Linux Inc.
* Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com> * *
* Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * Authors: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* * * Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
* This library is free software; you can redistribute it and/or * * Anthony Léonard <anthony.leonard@savoirfairelinux.com>
* modify it under the terms of the GNU Lesser General Public * * Hugo Lefeuvre <hugo.lefeuvre@savoirfairelinux.com>
* License as published by the Free Software Foundation; either * *
* version 2.1 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
* This library is distributed in the hope that it will be useful, * * the Free Software Foundation; either version 3 of the License, or
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * (at your option) any later version.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * *
* Lesser 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
* You should have received a copy of the Lesser GNU General Public License * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * 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 #pragma once
#include <QtCore/QObject> #include <QtCore/QObject>
......
/****************************************************************************** /*
* Copyright (C) 2014-2018 Savoir-faire Linux * * Copyright (C) 2017-2018 Savoir-faire Linux Inc.
* Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com> * *
* Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* * *
* This library is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU Lesser General Public * * it under the terms of the GNU General Public License as published by
* License as published by the Free Software Foundation; either * * the Free Software Foundation; either version 3 of the License, or
* version 2.1 of the License, or (at your option) any later version. * * (at your option) any later version.
* * *
* This library is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser General Public License for more details. * * GNU General Public License for more details.
* * *
* You should have received a copy of the Lesser GNU General Public License * * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * 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 #pragma once
#include <QObject> #include <QObject>
......
/****************************************************************************** /*
* Copyright (C) 2014-2018 Savoir-faire Linux * * Copyright (C) 2017-2018 Savoir-faire Linux Inc.
* Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com> * *
* Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* * *
* This library is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU Lesser General Public * * it under the terms of the GNU General Public License as published by
* License as published by the Free Software Foundation; either * * the Free Software Foundation; either version 3 of the License, or
* version 2.1 of the License, or (at your option) any later version. * * (at your option) any later version.
* * *
* This library is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser General Public License for more details. * * GNU General Public License for more details.
* * *
* You should have received a copy of the Lesser GNU General Public License * * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * 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 #pragma once
#include <QtCore/QObject> #include <QtCore/QObject>
......
/****************************************************************************** /*
* Copyright (C) 2014-2018 Savoir-faire Linux * * Copyright (C) 2017-2018 Savoir-faire Linux Inc.
* Author : Philippe Groarke <philippe.groarke@savoirfairelinux.com> * *
* Author : Alexandre Lision <alexandre.lision@savoirfairelinux.com> * * Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* * *
* This library is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU Lesser General Public * * it under the terms of the GNU General Public License as published by
* License as published by the Free Software Foundation; either * * the Free Software Foundation; either version 3 of the License, or
* version 2.1 of the License, or (at your option) any later version. * * (at your option) any later version.
* * *
* This library is distributed in the hope that it will be useful, * * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Lesser General Public License for more details. * * GNU General Public License for more details.
* * *
* You should have received a copy of the Lesser GNU General Public License * * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * 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 #pragma once
// libstdc++ // libstdc++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment