commit
8c579464ec
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,30 +1,50 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: ukui-about
|
Upstream-Name: ukui-power-manager
|
||||||
Source: https://gitlab2.kylin.com/kylin-desktop/ukui-power-manager.git
|
Upstream-Contact: hanhongliang <hanhongliang@kylinos.cn>
|
||||||
|
Source: <https://gitee.com/openkylin/ukui-power-manager>
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2021, KylinSoft Co., Ltd.
|
Copyright: 2020, 2023, KylinSoft Co., Ltd.
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
||||||
Files: ukui-upower/server/dbus-ukuipower.cpp
|
Files: plugin-power/powermacrodata.h
|
||||||
ukui-upower/server/dbus-ukuipower.h
|
Copyright: 2023, KylinSoft Co., Ltd.
|
||||||
Copyright: 2021, KylinSoft Co., Ltd.
|
License: GPL-2+
|
||||||
2020, The Qt Company Ltd.
|
|
||||||
License: GPL-3+
|
|
||||||
|
|
||||||
License: GPL-3+
|
Files: ukui-power-manager-tray/customstyle.cpp
|
||||||
This program is free software: you can redistribute it and/or modify
|
ukui-power-manager-tray/customstyle.h
|
||||||
|
Copyright: 2023, KylinSoft Co., Ltd.
|
||||||
|
License: LGPL-2.1+
|
||||||
|
|
||||||
|
License: GPL-2+
|
||||||
|
This software is Copyright (c) 2024 by foo.
|
||||||
|
This is free software, licensed under:
|
||||||
|
The GNU General Public License, Version 2, June 1991
|
||||||
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation; version 2 dated June, 1991, or (at
|
||||||
(at your option) any later version.
|
your option) any later version.
|
||||||
.
|
On Debian systems, the complete text of version 2 of the GNU General
|
||||||
This package is distributed in the hope that it will be useful,
|
Public License can be found in '/usr/share/common-licenses/GPL-2'.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
License: GPL-3+
|
||||||
GNU General Public License for more details.
|
This software is Copyright (c) 2024 by foo.
|
||||||
.
|
This is free software, licensed under:
|
||||||
You should have received a copy of the GNU General Public License
|
The GNU General Public License, Version 3, June 2007
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
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
|
||||||
On Debian systems, the complete text of the GNU General
|
the Free Software Foundation; version 3 dated June, 2007, or (at
|
||||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
your option) any later version.
|
||||||
|
On Debian systems, the complete text of version 3 of the GNU General
|
||||||
|
Public License can be found in '/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
|
License: LGPL-2.1+
|
||||||
|
This software is Copyright (c) 2024 by foo.
|
||||||
|
This is free software, licensed under:
|
||||||
|
The GNU Lesser General Public License, Version 2.1, February 1999
|
||||||
|
This program is free software; you can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU Lesser General Public License as published by the
|
||||||
|
Free Software Foundation; version 2.1 of the License, or (at
|
||||||
|
your option) any later version.
|
||||||
|
On Debian systems, the complete text of version 2.1 of the GNU Lesser
|
||||||
|
General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Tianjin KYLIN Information Technology Co., Ltd.
|
* Copyright (C) 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Tianjin KYLIN Information Technology Co., Ltd.
|
* Copyright (C) 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program or library is free software; you can redistribute it
|
* This program or library is free software; you can redistribute it
|
||||||
* and/or modify it under the terms of the GNU Lesser General Public
|
* and/or modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Tianjin KYLIN Information Technology Co., Ltd.
|
* Copyright (C) 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program or library is free software; you can redistribute it
|
* This program or library is free software; you can redistribute it
|
||||||
* and/or modify it under the terms of the GNU Lesser General Public
|
* and/or modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2021 KylinSoft Co., Ltd.
|
* Copyright 2023 KylinSoft Co., Ltd.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue