-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d95b88e
commit f8bd236
Showing
2 changed files
with
17 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,129 +5,36 @@ Source: https://github.com/ukui/ukui-interface | |
|
||
Files: * | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
License: GPL-3+ | ||
|
||
Files: debian/* | ||
Copyright: 2019, liuhao <[email protected]> | ||
License: GPL-3.0+ | ||
|
||
Files: po/Makevars | ||
Copyright: for their translations to this person | ||
License: GPL-3.0+ | ||
|
||
Files: src/accounts/user/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
2021, handsome_feng <[email protected]> | ||
License: GPL-3+ | ||
|
||
Files: src/accounts/user/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/common/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/common/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/date/dttm/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/date/dttm/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/hardware/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/hardware/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/hardware/keyboard/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/hardware/mouse/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/hardware/power/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/hardware/touchpad/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/log4qt/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/log4qt/Doxyfile | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/log4qt/doc/* | ||
src/log4qt/tests/* | ||
src/log4qt/log4qt/* | ||
Copyright: 2007 - 2009 Martin Heinrich | ||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
. | ||
On Debian systems, the complete text of the Apache License Version 2.0 | ||
can be found in `/usr/share/common-licenses/Apache-2.0'. | ||
|
||
Files: src/log4qt/log4qt/* | ||
Copyright: 2007-2009, Martin Heinrich | ||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
. | ||
On Debian systems, the complete text of the Apache License Version 2.0 | ||
can be found in `/usr/share/common-licenses/Apache-2.0'. | ||
|
||
Files: src/log4qt/log4qt/helpers/asyncdispatcher.cpp | ||
src/log4qt/log4qt/helpers/asyncdispatcher.h | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
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 3 of the License, or | ||
(at your option) any later version. | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
This package 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. | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the Apache License Version 2.0 | ||
can be found in `/usr/share/common-licenses/Apache-2.0'. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". | ||
|
||
Files: src/log4qt/tests/* | ||
Copyright: 2007-2009, Martin Heinrich | ||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
@@ -143,90 +50,3 @@ License: Apache-2.0 | |
. | ||
On Debian systems, the complete text of the Apache License Version 2.0 | ||
can be found in `/usr/share/common-licenses/Apache-2.0'. | ||
|
||
Files: src/network/network/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/network/network/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/os/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/os/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/os/subversion/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/os/sysinfo/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/personal/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/personal/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/personal/background/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/personal/desktop/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/personal/font/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/personal/marcogeneral/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
Files: src/software/defaultprograms/* | ||
Copyright: 2019, 2021, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3+ | ||
|
||
Files: src/software/defaultprograms/Makefile.am | ||
Copyright: 2019, Tianjin KYLIN Information Technology Co., Ltd. | ||
License: GPL-3.0+ | ||
|
||
License: GPL-3+ | ||
This software is Copyright (c) 2021 by X. Ample. | ||
. | ||
This is free software, licensed under: | ||
. | ||
The GNU General Public License, Version 3, June 2007 | ||
. | ||
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 dated June, 2007, or (at | ||
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: GPL-3.0+ | ||
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 3 of the License, or | ||
(at your option) any later version. | ||
. | ||
This package 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, see <https://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
version=4 | ||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ukui-interface-$1\.tar\.gz/ \ | ||
https://github.com/ukui/ukui-interface/releases .*/v?(\d\S+)\.tar\.gz | ||
https://github.com/ukui/ukui-interface/releases .*/ukui-interface_(\d\S+)\.orig\.tar\.gz |