summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGerry Boland <gerry.boland@canonical.com>2015-08-11 13:08:32 +0100
committerGerry Boland <gerry.boland@canonical.com>2015-08-11 13:08:32 +0100
commitee2543285a3b48e6a698731da4b6aa90f9045294 (patch)
treeea4a4accd7cb80577e708f72a23a475de57358ec /tests
parent3b8c279a3e3e8977a608b119efee544d7ee6d63c (diff)
Standardize licences to LGPLv3, update years, remove authors
Diffstat (limited to 'tests')
-rw-r--r--tests/mirserver/Clipboard/clipboard_test.cpp3
-rw-r--r--tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp1
-rw-r--r--tests/mirserver/Screen/screen_test.cpp3
-rw-r--r--tests/modules/Application/application_test.cpp1
-rw-r--r--tests/modules/ApplicationManager/application_manager_test.cpp1
-rw-r--r--tests/modules/DesktopFileReader/desktopfilereader_test.cpp3
-rw-r--r--tests/modules/General/objectlistmodel_test.cpp3
-rw-r--r--tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp1
-rw-r--r--tests/modules/SessionManager/session_manager_test.cpp3
-rw-r--r--tests/modules/SessionManager/session_test.cpp3
-rw-r--r--tests/modules/SharedWakelock/sharedwakelock_test.cpp1
-rw-r--r--tests/modules/TaskController/taskcontroller_test.cpp3
-rw-r--r--tests/modules/common/mock_application_controller.h3
-rw-r--r--tests/modules/common/mock_desktop_file_reader.h3
-rw-r--r--tests/modules/common/mock_mir_session.h3
-rw-r--r--tests/modules/common/mock_mirsurfaceitem.h1
-rw-r--r--tests/modules/common/mock_proc_info.h3
-rw-r--r--tests/modules/common/mock_prompt_session.h3
-rw-r--r--tests/modules/common/mock_prompt_session_manager.h3
-rw-r--r--tests/modules/common/mock_renderable.h3
-rw-r--r--tests/modules/common/mock_session.h3
-rw-r--r--tests/modules/common/mock_surface.h3
-rw-r--r--tests/modules/common/qtmir_test.cpp16
-rw-r--r--tests/modules/common/qtmir_test.h3
-rw-r--r--tests/modules/common/stub_input_channel.h20
-rw-r--r--tests/modules/common/stub_scene_surface.h20
26 files changed, 51 insertions, 62 deletions
diff --git a/tests/mirserver/Clipboard/clipboard_test.cpp b/tests/mirserver/Clipboard/clipboard_test.cpp
index 0dcd13f..bbd2c52 100644
--- a/tests/mirserver/Clipboard/clipboard_test.cpp
+++ b/tests/mirserver/Clipboard/clipboard_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <gtest/gtest.h>
diff --git a/tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp b/tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp
index 8ebf8a4..2c0ddd0 100644
--- a/tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp
+++ b/tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <gmock/gmock.h>
diff --git a/tests/mirserver/Screen/screen_test.cpp b/tests/mirserver/Screen/screen_test.cpp
index be0461d..33ba3de 100644
--- a/tests/mirserver/Screen/screen_test.cpp
+++ b/tests/mirserver/Screen/screen_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <gmock/gmock.h>
diff --git a/tests/modules/Application/application_test.cpp b/tests/modules/Application/application_test.cpp
index e2b0e19..419da24 100644
--- a/tests/modules/Application/application_test.cpp
+++ b/tests/modules/Application/application_test.cpp
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <gmock/gmock.h>
diff --git a/tests/modules/ApplicationManager/application_manager_test.cpp b/tests/modules/ApplicationManager/application_manager_test.cpp
index a21a5c8..fb33a0a 100644
--- a/tests/modules/ApplicationManager/application_manager_test.cpp
+++ b/tests/modules/ApplicationManager/application_manager_test.cpp
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
diff --git a/tests/modules/DesktopFileReader/desktopfilereader_test.cpp b/tests/modules/DesktopFileReader/desktopfilereader_test.cpp
index ca7d8eb..88032e4 100644
--- a/tests/modules/DesktopFileReader/desktopfilereader_test.cpp
+++ b/tests/modules/DesktopFileReader/desktopfilereader_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <Unity/Application/desktopfilereader.h>
diff --git a/tests/modules/General/objectlistmodel_test.cpp b/tests/modules/General/objectlistmodel_test.cpp
index 8603d99..a2bbd88 100644
--- a/tests/modules/General/objectlistmodel_test.cpp
+++ b/tests/modules/General/objectlistmodel_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <Unity/Application/objectlistmodel.h>
diff --git a/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp b/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
index bc6a0de..0f5eace 100644
--- a/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
+++ b/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
diff --git a/tests/modules/SessionManager/session_manager_test.cpp b/tests/modules/SessionManager/session_manager_test.cpp
index 0a1a806..7441d66 100644
--- a/tests/modules/SessionManager/session_manager_test.cpp
+++ b/tests/modules/SessionManager/session_manager_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Canonical, Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <thread>
diff --git a/tests/modules/SessionManager/session_test.cpp b/tests/modules/SessionManager/session_test.cpp
index 3f0e0e8..42cee39 100644
--- a/tests/modules/SessionManager/session_test.cpp
+++ b/tests/modules/SessionManager/session_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014,2015 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <qtmir_test.h>
diff --git a/tests/modules/SharedWakelock/sharedwakelock_test.cpp b/tests/modules/SharedWakelock/sharedwakelock_test.cpp
index 3ad5eba..eada879 100644
--- a/tests/modules/SharedWakelock/sharedwakelock_test.cpp
+++ b/tests/modules/SharedWakelock/sharedwakelock_test.cpp
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <Unity/Application/sharedwakelock.h>
diff --git a/tests/modules/TaskController/taskcontroller_test.cpp b/tests/modules/TaskController/taskcontroller_test.cpp
index 7cda28d..e1b89e5 100644
--- a/tests/modules/TaskController/taskcontroller_test.cpp
+++ b/tests/modules/TaskController/taskcontroller_test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Canonical, Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <Unity/Application/taskcontroller.h>
diff --git a/tests/modules/common/mock_application_controller.h b/tests/modules/common/mock_application_controller.h
index 31870fa..b9c4346 100644
--- a/tests/modules/common/mock_application_controller.h
+++ b/tests/modules/common/mock_application_controller.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Canonical, Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_APPLICATION_CONTROLLER_H
diff --git a/tests/modules/common/mock_desktop_file_reader.h b/tests/modules/common/mock_desktop_file_reader.h
index e01a5d1..07fa969 100644
--- a/tests/modules/common/mock_desktop_file_reader.h
+++ b/tests/modules/common/mock_desktop_file_reader.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Canonical, Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_DESKTOP_FILE_READER_H
diff --git a/tests/modules/common/mock_mir_session.h b/tests/modules/common/mock_mir_session.h
index ce2339c..88918ee 100644
--- a/tests/modules/common/mock_mir_session.h
+++ b/tests/modules/common/mock_mir_session.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_MIR_SCENE_SESSION_H
diff --git a/tests/modules/common/mock_mirsurfaceitem.h b/tests/modules/common/mock_mirsurfaceitem.h
index 84409bf..ac23c56 100644
--- a/tests/modules/common/mock_mirsurfaceitem.h
+++ b/tests/modules/common/mock_mirsurfaceitem.h
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_QTMIR_MIRSURFACEITEM_H
diff --git a/tests/modules/common/mock_proc_info.h b/tests/modules/common/mock_proc_info.h
index de1a69a..1921cac 100644
--- a/tests/modules/common/mock_proc_info.h
+++ b/tests/modules/common/mock_proc_info.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_PROC_INFO_H
diff --git a/tests/modules/common/mock_prompt_session.h b/tests/modules/common/mock_prompt_session.h
index 2aa2cd8..8a7f776 100644
--- a/tests/modules/common/mock_prompt_session.h
+++ b/tests/modules/common/mock_prompt_session.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_MIR_PROMPT_SESSION_H
diff --git a/tests/modules/common/mock_prompt_session_manager.h b/tests/modules/common/mock_prompt_session_manager.h
index c5b943f..7803a6a 100644
--- a/tests/modules/common/mock_prompt_session_manager.h
+++ b/tests/modules/common/mock_prompt_session_manager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_MIR_SCENE_PROMPT_SESSION_MANAGER_H_
diff --git a/tests/modules/common/mock_renderable.h b/tests/modules/common/mock_renderable.h
index 853f32a..b4a3ab9 100644
--- a/tests/modules/common/mock_renderable.h
+++ b/tests/modules/common/mock_renderable.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_MIR_GRAPHICS_RENDERABLE_H
diff --git a/tests/modules/common/mock_session.h b/tests/modules/common/mock_session.h
index 08941cb..7b33911 100644
--- a/tests/modules/common/mock_session.h
+++ b/tests/modules/common/mock_session.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_QTMIR_SESSION_H
diff --git a/tests/modules/common/mock_surface.h b/tests/modules/common/mock_surface.h
index 8ded667..0b580cf 100644
--- a/tests/modules/common/mock_surface.h
+++ b/tests/modules/common/mock_surface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef MOCK_MIR_SCENE_SURFACE_H
diff --git a/tests/modules/common/qtmir_test.cpp b/tests/modules/common/qtmir_test.cpp
index 33a6c27..35c9674 100644
--- a/tests/modules/common/qtmir_test.cpp
+++ b/tests/modules/common/qtmir_test.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2015 Canonical, Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License version 3, as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
+ * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "qtmir_test.h"
namespace qtmir {
diff --git a/tests/modules/common/qtmir_test.h b/tests/modules/common/qtmir_test.h
index 7832a73..c59003c 100644
--- a/tests/modules/common/qtmir_test.h
+++ b/tests/modules/common/qtmir_test.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014,2015 Canonical, Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License version 3, as published by
@@ -12,7 +12,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef QT_MIR_TEST_FRAMEWORK_H
diff --git a/tests/modules/common/stub_input_channel.h b/tests/modules/common/stub_input_channel.h
index 1207ec0..8d8201d 100644
--- a/tests/modules/common/stub_input_channel.h
+++ b/tests/modules/common/stub_input_channel.h
@@ -1,19 +1,17 @@
/*
- * Copyright © 2013 Canonical Ltd.
+ * Copyright (C) 2013-2015 Canonical, Ltd.
*
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 3,
- * as published by the Free Software Foundation.
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License version 3, as published by
+ * the Free Software Foundation.
*
- * 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 warranties of MERCHANTABILITY,
+ * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- * Authored by: Robert Carr <robert.carr@canonical.com>
*/
#ifndef MIR_TEST_DOUBLES_STUB_INPUT_CHANNEL_H_
diff --git a/tests/modules/common/stub_scene_surface.h b/tests/modules/common/stub_scene_surface.h
index 05fcc57..e5c5503 100644
--- a/tests/modules/common/stub_scene_surface.h
+++ b/tests/modules/common/stub_scene_surface.h
@@ -1,19 +1,17 @@
/*
- * Copyright © 2014 Canonical Ltd.
+ * Copyright (C) 2014-2015 Canonical, Ltd.
*
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 3,
- * as published by the Free Software Foundation.
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License version 3, as published by
+ * the Free Software Foundation.
*
- * 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 warranties of MERCHANTABILITY,
+ * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- * Authored by: Andreas Pokorny <andreas.pokorny@canonical.com>
*/
#ifndef MIR_TEST_DOUBLES_STUB_SCENE_SURFACE_H_