From ee2543285a3b48e6a698731da4b6aa90f9045294 Mon Sep 17 00:00:00 2001 From: Gerry Boland Date: Tue, 11 Aug 2015 13:08:32 +0100 Subject: Standardize licences to LGPLv3, update years, remove authors --- src/common/abstractdbusservicemonitor.cpp | 20 ++++++++------------ src/common/abstractdbusservicemonitor.h | 20 ++++++++------------ .../Unity/Application/applicationcontroller.h | 2 +- .../Application/applicationscreenshotprovider.cpp | 2 +- .../Application/applicationscreenshotprovider.h | 2 +- src/modules/Unity/Application/dbuswindowstack.cpp | 2 +- src/modules/Unity/Application/dbuswindowstack.h | 2 +- src/modules/Unity/Application/desktopfilereader.cpp | 2 +- src/modules/Unity/Application/desktopfilereader.h | 2 +- src/modules/Unity/Application/mirbuffersgtexture.cpp | 2 +- src/modules/Unity/Application/mirbuffersgtexture.h | 4 +--- src/modules/Unity/Application/mirsurfaceitem.cpp | 4 ---- src/modules/Unity/Application/mirsurfacemanager.cpp | 2 +- src/modules/Unity/Application/mirsurfacemanager.h | 2 +- src/modules/Unity/Application/plugin.cpp | 2 +- src/modules/Unity/Application/proc_info.cpp | 2 +- src/modules/Unity/Application/proc_info.h | 2 +- src/modules/Unity/Application/session.cpp | 18 +++++++++--------- src/modules/Unity/Application/session.h | 16 ++++++++-------- src/modules/Unity/Application/session_interface.h | 18 +++++++++--------- src/modules/Unity/Application/sessionmanager.cpp | 2 +- src/modules/Unity/Application/sessionmanager.h | 2 +- src/modules/Unity/Application/taskcontroller.cpp | 4 +--- src/modules/Unity/Application/taskcontroller.h | 2 -- src/modules/Unity/Application/ubuntukeyboardinfo.cpp | 2 +- src/modules/Unity/Application/ubuntukeyboardinfo.h | 2 +- src/platforms/mirserver/clipboard.cpp | 4 +--- src/platforms/mirserver/clipboard.h | 4 +--- src/platforms/mirserver/display.cpp | 4 +--- src/platforms/mirserver/display.h | 4 +--- src/platforms/mirserver/displaywindow.cpp | 5 +---- src/platforms/mirserver/displaywindow.h | 4 +--- src/platforms/mirserver/miropenglcontext.cpp | 4 +--- src/platforms/mirserver/miropenglcontext.h | 4 +--- src/platforms/mirserver/mirserver.cpp | 2 +- src/platforms/mirserver/mirserver.h | 2 +- src/platforms/mirserver/mirserverintegration.cpp | 3 --- src/platforms/mirserver/mirserverintegration.h | 3 --- src/platforms/mirserver/mirserverstatuslistener.cpp | 2 +- src/platforms/mirserver/mirserverstatuslistener.h | 2 +- src/platforms/mirserver/mirwindowmanager.cpp | 2 +- src/platforms/mirserver/mirwindowmanager.h | 2 +- src/platforms/mirserver/nativeinterface.cpp | 2 -- src/platforms/mirserver/nativeinterface.h | 2 -- src/platforms/mirserver/plugin.cpp | 4 +--- src/platforms/mirserver/plugin.h | 4 +--- src/platforms/mirserver/promptsessionlistener.cpp | 2 +- src/platforms/mirserver/promptsessionlistener.h | 2 +- src/platforms/mirserver/qtcompositor.cpp | 5 +---- src/platforms/mirserver/qtcompositor.h | 4 +--- src/platforms/mirserver/qteventfeeder.cpp | 5 +---- src/platforms/mirserver/qteventfeeder.h | 2 -- src/platforms/mirserver/screen.cpp | 6 +----- src/platforms/mirserver/screen.h | 5 +---- src/platforms/mirserver/services.cpp | 2 +- src/platforms/mirserver/services.h | 2 +- src/platforms/mirserver/sessionauthorizer.cpp | 2 +- src/platforms/mirserver/sessionauthorizer.h | 2 +- src/platforms/mirserver/sessionlistener.cpp | 2 +- src/platforms/mirserver/sessionlistener.h | 2 +- src/platforms/mirserver/surfaceobserver.cpp | 2 +- src/platforms/mirserver/surfaceobserver.h | 2 +- src/platforms/mirserver/ubuntutheme.cpp | 2 +- src/platforms/mirserver/ubuntutheme.h | 2 +- 64 files changed, 94 insertions(+), 160 deletions(-) (limited to 'src') diff --git a/src/common/abstractdbusservicemonitor.cpp b/src/common/abstractdbusservicemonitor.cpp index e0f8ab2..f3630d9 100644 --- a/src/common/abstractdbusservicemonitor.cpp +++ b/src/common/abstractdbusservicemonitor.cpp @@ -1,20 +1,16 @@ /* * Copyright (C) 2011-2015 Canonical, Ltd. * - * Authors: - * Ugo Riboni - * Gerry Boland + * 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 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; version 3. + * 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. * - * 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 + * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */ diff --git a/src/common/abstractdbusservicemonitor.h b/src/common/abstractdbusservicemonitor.h index 12b9141..8527c25 100644 --- a/src/common/abstractdbusservicemonitor.h +++ b/src/common/abstractdbusservicemonitor.h @@ -1,20 +1,16 @@ /* * Copyright (C) 2011-2015 Canonical, Ltd. * - * Authors: - * Ugo Riboni - * Gerry Boland + * 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 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; version 3. + * 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. * - * 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 + * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */ diff --git a/src/modules/Unity/Application/applicationcontroller.h b/src/modules/Unity/Application/applicationcontroller.h index 5046efc..3098fcb 100644 --- a/src/modules/Unity/Application/applicationcontroller.h +++ b/src/modules/Unity/Application/applicationcontroller.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 diff --git a/src/modules/Unity/Application/applicationscreenshotprovider.cpp b/src/modules/Unity/Application/applicationscreenshotprovider.cpp index d782c33..d85df7e 100644 --- a/src/modules/Unity/Application/applicationscreenshotprovider.cpp +++ b/src/modules/Unity/Application/applicationscreenshotprovider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/applicationscreenshotprovider.h b/src/modules/Unity/Application/applicationscreenshotprovider.h index 6e1ca64..a9eff31 100644 --- a/src/modules/Unity/Application/applicationscreenshotprovider.h +++ b/src/modules/Unity/Application/applicationscreenshotprovider.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 diff --git a/src/modules/Unity/Application/dbuswindowstack.cpp b/src/modules/Unity/Application/dbuswindowstack.cpp index c20143e..c7d3815 100644 --- a/src/modules/Unity/Application/dbuswindowstack.cpp +++ b/src/modules/Unity/Application/dbuswindowstack.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 diff --git a/src/modules/Unity/Application/dbuswindowstack.h b/src/modules/Unity/Application/dbuswindowstack.h index 900b69d..df2a1b2 100644 --- a/src/modules/Unity/Application/dbuswindowstack.h +++ b/src/modules/Unity/Application/dbuswindowstack.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 diff --git a/src/modules/Unity/Application/desktopfilereader.cpp b/src/modules/Unity/Application/desktopfilereader.cpp index 2c2963a..e7f4d5f 100644 --- a/src/modules/Unity/Application/desktopfilereader.cpp +++ b/src/modules/Unity/Application/desktopfilereader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/desktopfilereader.h b/src/modules/Unity/Application/desktopfilereader.h index 771855b..2cd09fb 100644 --- a/src/modules/Unity/Application/desktopfilereader.h +++ b/src/modules/Unity/Application/desktopfilereader.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/mirbuffersgtexture.cpp b/src/modules/Unity/Application/mirbuffersgtexture.cpp index a8d5db9..777ad49 100644 --- a/src/modules/Unity/Application/mirbuffersgtexture.cpp +++ b/src/modules/Unity/Application/mirbuffersgtexture.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/mirbuffersgtexture.h b/src/modules/Unity/Application/mirbuffersgtexture.h index 84b0763..81ae080 100644 --- a/src/modules/Unity/Application/mirbuffersgtexture.h +++ b/src/modules/Unity/Application/mirbuffersgtexture.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef MIRBUFFERSGTEXTURE_H diff --git a/src/modules/Unity/Application/mirsurfaceitem.cpp b/src/modules/Unity/Application/mirsurfaceitem.cpp index 53331e4..996ed1a 100644 --- a/src/modules/Unity/Application/mirsurfaceitem.cpp +++ b/src/modules/Unity/Application/mirsurfaceitem.cpp @@ -12,10 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: - * Daniel d'Andrada - * Gerry Boland */ // local diff --git a/src/modules/Unity/Application/mirsurfacemanager.cpp b/src/modules/Unity/Application/mirsurfacemanager.cpp index 9b32363..262600f 100644 --- a/src/modules/Unity/Application/mirsurfacemanager.cpp +++ b/src/modules/Unity/Application/mirsurfacemanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/mirsurfacemanager.h b/src/modules/Unity/Application/mirsurfacemanager.h index 83ede11..ec79d88 100644 --- a/src/modules/Unity/Application/mirsurfacemanager.h +++ b/src/modules/Unity/Application/mirsurfacemanager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/modules/Unity/Application/plugin.cpp b/src/modules/Unity/Application/plugin.cpp index 5d03c43..d610101 100644 --- a/src/modules/Unity/Application/plugin.cpp +++ b/src/modules/Unity/Application/plugin.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 diff --git a/src/modules/Unity/Application/proc_info.cpp b/src/modules/Unity/Application/proc_info.cpp index 1bd0d51..0ad0efa 100644 --- a/src/modules/Unity/Application/proc_info.cpp +++ b/src/modules/Unity/Application/proc_info.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 diff --git a/src/modules/Unity/Application/proc_info.h b/src/modules/Unity/Application/proc_info.h index a5501ad..e700187 100644 --- a/src/modules/Unity/Application/proc_info.h +++ b/src/modules/Unity/Application/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 diff --git a/src/modules/Unity/Application/session.cpp b/src/modules/Unity/Application/session.cpp index 2cd1024..033e188 100644 --- a/src/modules/Unity/Application/session.cpp +++ b/src/modules/Unity/Application/session.cpp @@ -1,16 +1,16 @@ /* - * 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 General Public License as published by - * the Free Software Foundation; version 3. + * 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 . */ diff --git a/src/modules/Unity/Application/session.h b/src/modules/Unity/Application/session.h index cbc4cac..f80d36e 100644 --- a/src/modules/Unity/Application/session.h +++ b/src/modules/Unity/Application/session.h @@ -1,16 +1,16 @@ /* * 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 as published by - * the Free Software Foundation; version 3. + * 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 . */ diff --git a/src/modules/Unity/Application/session_interface.h b/src/modules/Unity/Application/session_interface.h index 186e372..819b581 100644 --- a/src/modules/Unity/Application/session_interface.h +++ b/src/modules/Unity/Application/session_interface.h @@ -1,16 +1,16 @@ /* - * 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 General Public License as published by - * the Free Software Foundation; version 3. + * 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 . */ diff --git a/src/modules/Unity/Application/sessionmanager.cpp b/src/modules/Unity/Application/sessionmanager.cpp index 9b5e14f..706440a 100644 --- a/src/modules/Unity/Application/sessionmanager.cpp +++ b/src/modules/Unity/Application/sessionmanager.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 diff --git a/src/modules/Unity/Application/sessionmanager.h b/src/modules/Unity/Application/sessionmanager.h index ee62f37..cb9ac93 100644 --- a/src/modules/Unity/Application/sessionmanager.h +++ b/src/modules/Unity/Application/sessionmanager.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 diff --git a/src/modules/Unity/Application/taskcontroller.cpp b/src/modules/Unity/Application/taskcontroller.cpp index 1d9ef0d..a55c640 100644 --- a/src/modules/Unity/Application/taskcontroller.cpp +++ b/src/modules/Unity/Application/taskcontroller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authored by: Ricardo Mendoza */ // local diff --git a/src/modules/Unity/Application/taskcontroller.h b/src/modules/Unity/Application/taskcontroller.h index c9a5591..0f82250 100644 --- a/src/modules/Unity/Application/taskcontroller.h +++ b/src/modules/Unity/Application/taskcontroller.h @@ -12,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authored by: Ricardo Mendoza */ #ifndef TASKCONTROLLER_H diff --git a/src/modules/Unity/Application/ubuntukeyboardinfo.cpp b/src/modules/Unity/Application/ubuntukeyboardinfo.cpp index 96ded0e..2cbb9ca 100644 --- a/src/modules/Unity/Application/ubuntukeyboardinfo.cpp +++ b/src/modules/Unity/Application/ubuntukeyboardinfo.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 diff --git a/src/modules/Unity/Application/ubuntukeyboardinfo.h b/src/modules/Unity/Application/ubuntukeyboardinfo.h index a124b58..49f21fb 100644 --- a/src/modules/Unity/Application/ubuntukeyboardinfo.h +++ b/src/modules/Unity/Application/ubuntukeyboardinfo.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 diff --git a/src/platforms/mirserver/clipboard.cpp b/src/platforms/mirserver/clipboard.cpp index e115cf7..2121fa4 100644 --- a/src/platforms/mirserver/clipboard.cpp +++ b/src/platforms/mirserver/clipboard.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Daniel d'Andrada */ #include "clipboard.h" diff --git a/src/platforms/mirserver/clipboard.h b/src/platforms/mirserver/clipboard.h index 2675a33..d74275f 100644 --- a/src/platforms/mirserver/clipboard.h +++ b/src/platforms/mirserver/clipboard.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Daniel d'Andrada */ #ifndef QTMIR_CLIPBOARD_H diff --git a/src/platforms/mirserver/display.cpp b/src/platforms/mirserver/display.cpp index 7228f6e..5ae9c48 100644 --- a/src/platforms/mirserver/display.cpp +++ b/src/platforms/mirserver/display.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #include "display.h" diff --git a/src/platforms/mirserver/display.h b/src/platforms/mirserver/display.h index bc77381..c8d8a18 100644 --- a/src/platforms/mirserver/display.h +++ b/src/platforms/mirserver/display.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef DISPLAY_H diff --git a/src/platforms/mirserver/displaywindow.cpp b/src/platforms/mirserver/displaywindow.cpp index a7d0298..550edbf 100644 --- a/src/platforms/mirserver/displaywindow.cpp +++ b/src/platforms/mirserver/displaywindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013,2014 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,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: Gerry Boland - * Daniel d'Andrada */ #include "displaywindow.h" diff --git a/src/platforms/mirserver/displaywindow.h b/src/platforms/mirserver/displaywindow.h index 086877c..4ff9780 100644 --- a/src/platforms/mirserver/displaywindow.h +++ b/src/platforms/mirserver/displaywindow.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef DISPLAYWINDOW_H diff --git a/src/platforms/mirserver/miropenglcontext.cpp b/src/platforms/mirserver/miropenglcontext.cpp index 6c9360a..d3c3e52 100644 --- a/src/platforms/mirserver/miropenglcontext.cpp +++ b/src/platforms/mirserver/miropenglcontext.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #include "miropenglcontext.h" diff --git a/src/platforms/mirserver/miropenglcontext.h b/src/platforms/mirserver/miropenglcontext.h index c1d6274..ef19a53 100644 --- a/src/platforms/mirserver/miropenglcontext.h +++ b/src/platforms/mirserver/miropenglcontext.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef MIROPENGLCONTEXT_H diff --git a/src/platforms/mirserver/mirserver.cpp b/src/platforms/mirserver/mirserver.cpp index f7bb74a..f182aba 100644 --- a/src/platforms/mirserver/mirserver.cpp +++ b/src/platforms/mirserver/mirserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 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 diff --git a/src/platforms/mirserver/mirserver.h b/src/platforms/mirserver/mirserver.h index 3956f9c..39b847e 100644 --- a/src/platforms/mirserver/mirserver.h +++ b/src/platforms/mirserver/mirserver.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 diff --git a/src/platforms/mirserver/mirserverintegration.cpp b/src/platforms/mirserver/mirserverintegration.cpp index 12d6544..d2820cf 100644 --- a/src/platforms/mirserver/mirserverintegration.cpp +++ b/src/platforms/mirserver/mirserverintegration.cpp @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: Gerry Boland - * Daniel d'Andrada */ #include "mirserverintegration.h" diff --git a/src/platforms/mirserver/mirserverintegration.h b/src/platforms/mirserver/mirserverintegration.h index cc719e8..2437c80 100644 --- a/src/platforms/mirserver/mirserverintegration.h +++ b/src/platforms/mirserver/mirserverintegration.h @@ -12,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: Gerry Boland - * Daniel d'Andrada */ #ifndef MIRSERVERINTEGRATION_H diff --git a/src/platforms/mirserver/mirserverstatuslistener.cpp b/src/platforms/mirserver/mirserverstatuslistener.cpp index f684464..290647a 100644 --- a/src/platforms/mirserver/mirserverstatuslistener.cpp +++ b/src/platforms/mirserver/mirserverstatuslistener.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 diff --git a/src/platforms/mirserver/mirserverstatuslistener.h b/src/platforms/mirserver/mirserverstatuslistener.h index a4b7bb6..a8140c7 100644 --- a/src/platforms/mirserver/mirserverstatuslistener.h +++ b/src/platforms/mirserver/mirserverstatuslistener.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 diff --git a/src/platforms/mirserver/mirwindowmanager.cpp b/src/platforms/mirserver/mirwindowmanager.cpp index cae66d4..2123e73 100644 --- a/src/platforms/mirserver/mirwindowmanager.cpp +++ b/src/platforms/mirserver/mirwindowmanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2015 Canonical Ltd. + * 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 diff --git a/src/platforms/mirserver/mirwindowmanager.h b/src/platforms/mirserver/mirwindowmanager.h index 0ec1839..1a9e871 100644 --- a/src/platforms/mirserver/mirwindowmanager.h +++ b/src/platforms/mirserver/mirwindowmanager.h @@ -1,5 +1,5 @@ /* - * Copyright © 2015 Canonical Ltd. + * 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 diff --git a/src/platforms/mirserver/nativeinterface.cpp b/src/platforms/mirserver/nativeinterface.cpp index 6cc4c0d..cec3b71 100644 --- a/src/platforms/mirserver/nativeinterface.cpp +++ b/src/platforms/mirserver/nativeinterface.cpp @@ -12,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #include "nativeinterface.h" diff --git a/src/platforms/mirserver/nativeinterface.h b/src/platforms/mirserver/nativeinterface.h index da97663..647dbdc 100644 --- a/src/platforms/mirserver/nativeinterface.h +++ b/src/platforms/mirserver/nativeinterface.h @@ -12,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef NATIVEINTEGRATION_H diff --git a/src/platforms/mirserver/plugin.cpp b/src/platforms/mirserver/plugin.cpp index cb53add..cbae1cf 100644 --- a/src/platforms/mirserver/plugin.cpp +++ b/src/platforms/mirserver/plugin.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #include "plugin.h" diff --git a/src/platforms/mirserver/plugin.h b/src/platforms/mirserver/plugin.h index 87a7e8a..09f9729 100644 --- a/src/platforms/mirserver/plugin.h +++ b/src/platforms/mirserver/plugin.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef PLUGIN_H diff --git a/src/platforms/mirserver/promptsessionlistener.cpp b/src/platforms/mirserver/promptsessionlistener.cpp index ba6ce50..6ffd3a8 100644 --- a/src/platforms/mirserver/promptsessionlistener.cpp +++ b/src/platforms/mirserver/promptsessionlistener.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 diff --git a/src/platforms/mirserver/promptsessionlistener.h b/src/platforms/mirserver/promptsessionlistener.h index 8753092..c36950e 100644 --- a/src/platforms/mirserver/promptsessionlistener.h +++ b/src/platforms/mirserver/promptsessionlistener.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 diff --git a/src/platforms/mirserver/qtcompositor.cpp b/src/platforms/mirserver/qtcompositor.cpp index 5014139..72d6200 100644 --- a/src/platforms/mirserver/qtcompositor.cpp +++ b/src/platforms/mirserver/qtcompositor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013,2014 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,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: Gerry Boland - * Daniel d'Andrada */ #include "qtcompositor.h" diff --git a/src/platforms/mirserver/qtcompositor.h b/src/platforms/mirserver/qtcompositor.h index a6d2352..254753d 100644 --- a/src/platforms/mirserver/qtcompositor.h +++ b/src/platforms/mirserver/qtcompositor.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,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Author: Gerry Boland */ #ifndef QTCOMPOSITOR_H diff --git a/src/platforms/mirserver/qteventfeeder.cpp b/src/platforms/mirserver/qteventfeeder.cpp index e51c8d1..d5c2e18 100644 --- a/src/platforms/mirserver/qteventfeeder.cpp +++ b/src/platforms/mirserver/qteventfeeder.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2013-2015 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,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authored by: Daniel d'Andrada - * Gerry Boland */ #include "qteventfeeder.h" diff --git a/src/platforms/mirserver/qteventfeeder.h b/src/platforms/mirserver/qteventfeeder.h index d786715..3bc8217 100644 --- a/src/platforms/mirserver/qteventfeeder.h +++ b/src/platforms/mirserver/qteventfeeder.h @@ -12,8 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authored by: Daniel d'Andrada */ #ifndef MIR_QT_EVENT_FEEDER_H diff --git a/src/platforms/mirserver/screen.cpp b/src/platforms/mirserver/screen.cpp index 291cc8e..eb586f7 100644 --- a/src/platforms/mirserver/screen.cpp +++ b/src/platforms/mirserver/screen.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013,2014 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,10 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: - * Daniel d'Andrada - * Gerry Boland */ // local diff --git a/src/platforms/mirserver/screen.h b/src/platforms/mirserver/screen.h index 8aa58dd..163e76e 100644 --- a/src/platforms/mirserver/screen.h +++ b/src/platforms/mirserver/screen.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013,2014 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,9 +12,6 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - * - * Authors: Gerry Boland - * Daniel d'Andrada */ #ifndef SCREEN_H diff --git a/src/platforms/mirserver/services.cpp b/src/platforms/mirserver/services.cpp index e9b1fd0..db31b79 100644 --- a/src/platforms/mirserver/services.cpp +++ b/src/platforms/mirserver/services.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 diff --git a/src/platforms/mirserver/services.h b/src/platforms/mirserver/services.h index 06ac34e..f571681 100644 --- a/src/platforms/mirserver/services.h +++ b/src/platforms/mirserver/services.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 diff --git a/src/platforms/mirserver/sessionauthorizer.cpp b/src/platforms/mirserver/sessionauthorizer.cpp index 42f7629..7cae915 100644 --- a/src/platforms/mirserver/sessionauthorizer.cpp +++ b/src/platforms/mirserver/sessionauthorizer.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 diff --git a/src/platforms/mirserver/sessionauthorizer.h b/src/platforms/mirserver/sessionauthorizer.h index b24c6be..a58f0ba 100644 --- a/src/platforms/mirserver/sessionauthorizer.h +++ b/src/platforms/mirserver/sessionauthorizer.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 diff --git a/src/platforms/mirserver/sessionlistener.cpp b/src/platforms/mirserver/sessionlistener.cpp index 5fe9bc8..39118d6 100644 --- a/src/platforms/mirserver/sessionlistener.cpp +++ b/src/platforms/mirserver/sessionlistener.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 diff --git a/src/platforms/mirserver/sessionlistener.h b/src/platforms/mirserver/sessionlistener.h index f114be6..902fbae 100644 --- a/src/platforms/mirserver/sessionlistener.h +++ b/src/platforms/mirserver/sessionlistener.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 diff --git a/src/platforms/mirserver/surfaceobserver.cpp b/src/platforms/mirserver/surfaceobserver.cpp index 97f2733..9421d18 100644 --- a/src/platforms/mirserver/surfaceobserver.cpp +++ b/src/platforms/mirserver/surfaceobserver.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 diff --git a/src/platforms/mirserver/surfaceobserver.h b/src/platforms/mirserver/surfaceobserver.h index b29e186..4f9103f 100644 --- a/src/platforms/mirserver/surfaceobserver.h +++ b/src/platforms/mirserver/surfaceobserver.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 diff --git a/src/platforms/mirserver/ubuntutheme.cpp b/src/platforms/mirserver/ubuntutheme.cpp index a12acd3..af6e2ad 100644 --- a/src/platforms/mirserver/ubuntutheme.cpp +++ b/src/platforms/mirserver/ubuntutheme.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 diff --git a/src/platforms/mirserver/ubuntutheme.h b/src/platforms/mirserver/ubuntutheme.h index 8c3f68b..8be7788 100644 --- a/src/platforms/mirserver/ubuntutheme.h +++ b/src/platforms/mirserver/ubuntutheme.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 -- cgit v1.2.3