From 2d710486ab06463b3b3383ce7a19da349958be37 Mon Sep 17 00:00:00 2001 From: April & May & June Date: Thu, 26 Feb 2026 18:52:47 +0800 Subject: [PATCH] chore: update copyright to 2026 Update the copyright of the files that changed in https://github.com/linuxdeepin/treeland-protocols/pull/47 Happy new year --- src/daemon/DaemonApp.cpp | 35 +++++++++++++------------ src/daemon/DaemonApp.h | 35 +++++++++++++------------ src/daemon/Display.cpp | 39 ++++++++++++++-------------- src/daemon/Display.h | 39 ++++++++++++++-------------- src/daemon/DisplayManager.cpp | 35 +++++++++++++------------ src/daemon/DisplayManager.h | 35 +++++++++++++------------ src/daemon/PowerManager.cpp | 35 +++++++++++++------------ src/daemon/PowerManager.h | 35 +++++++++++++------------ src/daemon/SeatManager.cpp | 35 +++++++++++++------------ src/daemon/SeatManager.h | 35 +++++++++++++------------ src/daemon/TreelandConnector.cpp | 2 +- src/daemon/TreelandConnector.h | 2 +- src/daemon/TreelandDisplayServer.cpp | 2 +- src/daemon/TreelandDisplayServer.h | 2 +- src/daemon/UserSession.cpp | 1 + src/daemon/UserSession.h | 1 + src/daemon/VirtualTerminal.cpp | 35 +++++++++++++------------ src/daemon/VirtualTerminal.h | 35 +++++++++++++------------ src/daemon/XorgDisplayServer.cpp | 37 +++++++++++++------------- src/daemon/XorgDisplayServer.h | 37 +++++++++++++------------- 20 files changed, 264 insertions(+), 248 deletions(-) diff --git a/src/daemon/DaemonApp.cpp b/src/daemon/DaemonApp.cpp index 4a07e10..1efb015 100644 --- a/src/daemon/DaemonApp.cpp +++ b/src/daemon/DaemonApp.cpp @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "DaemonApp.h" diff --git a/src/daemon/DaemonApp.h b/src/daemon/DaemonApp.h index 5029b74..12c824b 100644 --- a/src/daemon/DaemonApp.h +++ b/src/daemon/DaemonApp.h @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_DAEMONAPP_H #define DDM_DAEMONAPP_H diff --git a/src/daemon/Display.cpp b/src/daemon/Display.cpp index c3af7a5..83f65e9 100644 --- a/src/daemon/Display.cpp +++ b/src/daemon/Display.cpp @@ -1,23 +1,24 @@ /*************************************************************************** -* Copyright (c) 2014-2015 Pier Luigi Fiorini -* Copyright (c) 2014 Martin Bříza -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2014-2015 Pier Luigi Fiorini + * Copyright (c) 2014 Martin Bříza + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "Display.h" diff --git a/src/daemon/Display.h b/src/daemon/Display.h index 9027415..f341f10 100644 --- a/src/daemon/Display.h +++ b/src/daemon/Display.h @@ -1,23 +1,24 @@ /*************************************************************************** -* Copyright (c) 2014-2015 Pier Luigi Fiorini -* Copyright (c) 2014 Martin Bříza -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2014-2015 Pier Luigi Fiorini + * Copyright (c) 2014 Martin Bříza + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_DISPLAY_H #define DDM_DISPLAY_H diff --git a/src/daemon/DisplayManager.cpp b/src/daemon/DisplayManager.cpp index 9032c9f..fe698db 100644 --- a/src/daemon/DisplayManager.cpp +++ b/src/daemon/DisplayManager.cpp @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "DisplayManager.h" diff --git a/src/daemon/DisplayManager.h b/src/daemon/DisplayManager.h index fd918d6..f3dd217 100644 --- a/src/daemon/DisplayManager.h +++ b/src/daemon/DisplayManager.h @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_DISPLAYMANAGER_H #define DDM_DISPLAYMANAGER_H diff --git a/src/daemon/PowerManager.cpp b/src/daemon/PowerManager.cpp index 0686378..9cacc44 100644 --- a/src/daemon/PowerManager.cpp +++ b/src/daemon/PowerManager.cpp @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "PowerManager.h" diff --git a/src/daemon/PowerManager.h b/src/daemon/PowerManager.h index ce9b1d8..9478d51 100644 --- a/src/daemon/PowerManager.h +++ b/src/daemon/PowerManager.h @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_POWERMANAGER_H #define DDM_POWERMANAGER_H diff --git a/src/daemon/SeatManager.cpp b/src/daemon/SeatManager.cpp index fcd9899..f414230 100644 --- a/src/daemon/SeatManager.cpp +++ b/src/daemon/SeatManager.cpp @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "SeatManager.h" diff --git a/src/daemon/SeatManager.h b/src/daemon/SeatManager.h index 8d99a69..99f2253 100644 --- a/src/daemon/SeatManager.h +++ b/src/daemon/SeatManager.h @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_SEATMANAGER_H #define DDM_SEATMANAGER_H diff --git a/src/daemon/TreelandConnector.cpp b/src/daemon/TreelandConnector.cpp index 3e3a9ba..66457f7 100644 --- a/src/daemon/TreelandConnector.cpp +++ b/src/daemon/TreelandConnector.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2025 April Lu . +// Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. // SPDX-License-Identifier: GPL-2.0-or-later #include "TreelandConnector.h" diff --git a/src/daemon/TreelandConnector.h b/src/daemon/TreelandConnector.h index 9933cb9..4ed0d48 100644 --- a/src/daemon/TreelandConnector.h +++ b/src/daemon/TreelandConnector.h @@ -1,4 +1,4 @@ -// Copyright (C) 2025 April Lu . +// Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/daemon/TreelandDisplayServer.cpp b/src/daemon/TreelandDisplayServer.cpp index 06bf3ca..7629f63 100644 --- a/src/daemon/TreelandDisplayServer.cpp +++ b/src/daemon/TreelandDisplayServer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Dingyuan Zhang . +// Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. // SPDX-License-Identifier: GPL-2.0-or-later #include "TreelandDisplayServer.h" diff --git a/src/daemon/TreelandDisplayServer.h b/src/daemon/TreelandDisplayServer.h index c548ea4..e51eb96 100644 --- a/src/daemon/TreelandDisplayServer.h +++ b/src/daemon/TreelandDisplayServer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2023 Dingyuan Zhang . +// Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. // SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/daemon/UserSession.cpp b/src/daemon/UserSession.cpp index 92f0d29..63bf372 100644 --- a/src/daemon/UserSession.cpp +++ b/src/daemon/UserSession.cpp @@ -1,5 +1,6 @@ /* * Session process wrapper + * Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. * Copyright (C) 2015 Pier Luigi Fiorini * Copyright (C) 2014 Martin Bříza * diff --git a/src/daemon/UserSession.h b/src/daemon/UserSession.h index b04d353..5e395a7 100644 --- a/src/daemon/UserSession.h +++ b/src/daemon/UserSession.h @@ -1,5 +1,6 @@ /* * Session process wrapper + * Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. * Copyright (C) 2015 Pier Luigi Fiorini * Copyright (C) 2014 Martin Bříza * diff --git a/src/daemon/VirtualTerminal.cpp b/src/daemon/VirtualTerminal.cpp index 321a5e8..b442b43 100644 --- a/src/daemon/VirtualTerminal.cpp +++ b/src/daemon/VirtualTerminal.cpp @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2015 Pier Luigi Fiorini -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2015 Pier Luigi Fiorini + * + * 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. + * + * 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 #include diff --git a/src/daemon/VirtualTerminal.h b/src/daemon/VirtualTerminal.h index 413db40..e8e0e9f 100644 --- a/src/daemon/VirtualTerminal.h +++ b/src/daemon/VirtualTerminal.h @@ -1,21 +1,22 @@ /*************************************************************************** -* Copyright (c) 2015 Pier Luigi Fiorini -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2023-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2015 Pier Luigi Fiorini + * + * 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. + * + * 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 DDM_VIRTUALTERMINAL_H #define DDM_VIRTUALTERMINAL_H diff --git a/src/daemon/XorgDisplayServer.cpp b/src/daemon/XorgDisplayServer.cpp index 60a77e0..48f4319 100644 --- a/src/daemon/XorgDisplayServer.cpp +++ b/src/daemon/XorgDisplayServer.cpp @@ -1,22 +1,23 @@ /*************************************************************************** -* Copyright (c) 2014 Pier Luigi Fiorini -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2014 Pier Luigi Fiorini + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 "XorgDisplayServer.h" diff --git a/src/daemon/XorgDisplayServer.h b/src/daemon/XorgDisplayServer.h index 6998bb2..8676a38 100644 --- a/src/daemon/XorgDisplayServer.h +++ b/src/daemon/XorgDisplayServer.h @@ -1,22 +1,23 @@ /*************************************************************************** -* Copyright (c) 2014 Pier Luigi Fiorini -* Copyright (c) 2013 Abdurrahman AVCI -* -* 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. -* -* 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. -***************************************************************************/ + * Copyright (C) 2025-2026 UnionTech Software Technology Co., Ltd. + * Copyright (c) 2014 Pier Luigi Fiorini + * Copyright (c) 2013 Abdurrahman AVCI + * + * 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. + * + * 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 DDM_XORGDISPLAYSERVER_H #define DDM_XORGDISPLAYSERVER_H