diff --git a/.workflow/branch-pipeline.yml b/.workflow/branch-pipeline.yml
index 5f45c174e72c99f5e7edf06823f55509dbc39608..e094c9deb2eb1499ef2a107362ec138dd5b8c436 100644
--- a/.workflow/branch-pipeline.yml
+++ b/.workflow/branch-pipeline.yml
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
version: '1.0'
name: branch-pipeline
displayName: BranchPipeline
diff --git a/.workflow/master-pipeline.yml b/.workflow/master-pipeline.yml
index 69cf0367755f2e11a1ce44b60d972078f27d51b7..0d42679f53083fd2635384edd92032ce419b8a2b 100644
--- a/.workflow/master-pipeline.yml
+++ b/.workflow/master-pipeline.yml
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
version: '1.0'
name: master-pipeline
displayName: MasterPipeline
diff --git a/.workflow/pr-pipeline.yml b/.workflow/pr-pipeline.yml
index e61e401c526f57bfc68feff98a4d05b3044f1b89..fc8abc9437b48d8a1f62f0bbcd715e5918a0ccec 100644
--- a/.workflow/pr-pipeline.yml
+++ b/.workflow/pr-pipeline.yml
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
version: '1.0'
name: pr-pipeline
displayName: PRPipeline
diff --git a/API/Python/__init__.py b/API/Python/__init__.py
index 517951d8ff899296a8db4e10c91937b59c828eff..9cf36751c3c33ee42de83d4b3841f078c0ab41ff 100755
--- a/API/Python/__init__.py
+++ b/API/Python/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/AllInstall.py b/AllInstall.py
index cf43bae2c1241fa89e2e8eed4d52b773bca08a2f..10120de46cb88aaeaf8f747ee9ccee345ba350a8 100755
--- a/AllInstall.py
+++ b/AllInstall.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/AppStore.py b/AppStore.py
index 9e8dda802d79cefc1ba208524fa40a4e5679b1d0..c5bd18be94ef1064d6a52832df5cc8785ca184e0 100755
--- a/AppStore.py
+++ b/AppStore.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/AutoConfig.py b/AutoConfig.py
index 2f4c9497c305a9e42c6b81972d206393eeb50f82..7191cc26df2946cee3656f494a3887a4f28c9a4c 100755
--- a/AutoConfig.py
+++ b/AutoConfig.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/AutoShell/command/bat b/AutoShell/command/bat
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/bat
+++ b/AutoShell/command/bat
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/changeversion b/AutoShell/command/changeversion
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/changeversion
+++ b/AutoShell/command/changeversion
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/createbotton b/AutoShell/command/createbotton
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/createbotton
+++ b/AutoShell/command/createbotton
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/decompressionbottle b/AutoShell/command/decompressionbottle
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/decompressionbottle
+++ b/AutoShell/command/decompressionbottle
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/disbledWinebottlecreatelink b/AutoShell/command/disbledWinebottlecreatelink
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/disbledWinebottlecreatelink
+++ b/AutoShell/command/disbledWinebottlecreatelink
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/disbledhttpproxy b/AutoShell/command/disbledhttpproxy
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/disbledhttpproxy
+++ b/AutoShell/command/disbledhttpproxy
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/disbledopengl b/AutoShell/command/disbledopengl
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/disbledopengl
+++ b/AutoShell/command/disbledopengl
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/disbledwinecrashdialog b/AutoShell/command/disbledwinecrashdialog
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/disbledwinecrashdialog
+++ b/AutoShell/command/disbledwinecrashdialog
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/download b/AutoShell/command/download
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/download
+++ b/AutoShell/command/download
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/enabledWinebottlecreatelink b/AutoShell/command/enabledWinebottlecreatelink
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/enabledWinebottlecreatelink
+++ b/AutoShell/command/enabledWinebottlecreatelink
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/enabledhttpproxy b/AutoShell/command/enabledhttpproxy
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/enabledhttpproxy
+++ b/AutoShell/command/enabledhttpproxy
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/enabledopengl b/AutoShell/command/enabledopengl
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/enabledopengl
+++ b/AutoShell/command/enabledopengl
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/enabledwinecrashdialog b/AutoShell/command/enabledwinecrashdialog
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/enabledwinecrashdialog
+++ b/AutoShell/command/enabledwinecrashdialog
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/error b/AutoShell/command/error
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/error
+++ b/AutoShell/command/error
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/info b/AutoShell/command/info
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/info
+++ b/AutoShell/command/info
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installdll b/AutoShell/command/installdll
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installdll
+++ b/AutoShell/command/installdll
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installdxvk b/AutoShell/command/installdxvk
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installdxvk
+++ b/AutoShell/command/installdxvk
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installfont b/AutoShell/command/installfont
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installfont
+++ b/AutoShell/command/installfont
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installgecko b/AutoShell/command/installgecko
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installgecko
+++ b/AutoShell/command/installgecko
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installmono b/AutoShell/command/installmono
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installmono
+++ b/AutoShell/command/installmono
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installmsi b/AutoShell/command/installmsi
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installmsi
+++ b/AutoShell/command/installmsi
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installmsxml b/AutoShell/command/installmsxml
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installmsxml
+++ b/AutoShell/command/installmsxml
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installnet b/AutoShell/command/installnet
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installnet
+++ b/AutoShell/command/installnet
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installother b/AutoShell/command/installother
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installother
+++ b/AutoShell/command/installother
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installsparkcorefont b/AutoShell/command/installsparkcorefont
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installsparkcorefont
+++ b/AutoShell/command/installsparkcorefont
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installvb b/AutoShell/command/installvb
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/installvb
+++ b/AutoShell/command/installvb
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/installvcpp b/AutoShell/command/installvcpp
index 331d1ca3e8731d7d88108089aa3467e17a1d0d09..e59074245e5417812c45502cf1faac03a1feeffe 100755
--- a/AutoShell/command/installvcpp
+++ b/AutoShell/command/installvcpp
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/killallwineserver b/AutoShell/command/killallwineserver
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/killallwineserver
+++ b/AutoShell/command/killallwineserver
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/pause b/AutoShell/command/pause
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/pause
+++ b/AutoShell/command/pause
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/programforum b/AutoShell/command/programforum
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/programforum
+++ b/AutoShell/command/programforum
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/reg b/AutoShell/command/reg
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/reg
+++ b/AutoShell/command/reg
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/stopdll b/AutoShell/command/stopdll
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/stopdll
+++ b/AutoShell/command/stopdll
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/taskmgr b/AutoShell/command/taskmgr
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/taskmgr
+++ b/AutoShell/command/taskmgr
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/thank b/AutoShell/command/thank
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/thank
+++ b/AutoShell/command/thank
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/version b/AutoShell/command/version
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/version
+++ b/AutoShell/command/version
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/warning b/AutoShell/command/warning
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/warning
+++ b/AutoShell/command/warning
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/winecfg b/AutoShell/command/winecfg
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/winecfg
+++ b/AutoShell/command/winecfg
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/command/winver b/AutoShell/command/winver
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/AutoShell/command/winver
+++ b/AutoShell/command/winver
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/AutoShell/main.py b/AutoShell/main.py
index 47ea08df59297b58721f6149f47b6665aa642b40..82db560f1aa8208c55de36dd4b3147394947ec4c 100755
--- a/AutoShell/main.py
+++ b/AutoShell/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/BuildDesktop.py b/BuildDesktop.py
index ec766ca519fa1f887066a28545cd8262aa5a7841..e9cc8d97dbfe28ec0565551dd89340d78c8f5140 100755
--- a/BuildDesktop.py
+++ b/BuildDesktop.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/ChangePassword.sh b/ChangePassword.sh
index f9ab33c88704466255f6ae2ce2076098b3c347a4..2ed84041f089b98e83107346b40e5a08e77a742f 100755
--- a/ChangePassword.sh
+++ b/ChangePassword.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
echo -e "123456\n123456\n\n\n\n\n\n\n\n\n" | adduser "$1"
echo -e "123456\n123456\n" | passwd root
\ No newline at end of file
diff --git a/CheckDLL/CheckCommand.py b/CheckDLL/CheckCommand.py
index ec400285ff0cea1e56ada61d620f128c83f58c84..5ff2866b165ad4eff08c0f7aa31c87d11af811f6 100755
--- a/CheckDLL/CheckCommand.py
+++ b/CheckDLL/CheckCommand.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/CheckDLL/bash/mfc100.dll.sh b/CheckDLL/bash/mfc100.dll.sh
index 4e6dd817f99023c132fce11d4e9375c196750bc7..d5d0d1c9b297e80a62ad1bb95ad2c723951094f7 100644
--- a/CheckDLL/bash/mfc100.dll.sh
+++ b/CheckDLL/bash/mfc100.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/CheckDLL/bash/mfc42.dll.sh b/CheckDLL/bash/mfc42.dll.sh
index 3accf086b81bd56e15eafad94ad88c6516038736..8d9963b0741d11bdd054f3df8fda5b3d64f815ed 100644
--- a/CheckDLL/bash/mfc42.dll.sh
+++ b/CheckDLL/bash/mfc42.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/CheckDLL/bash/msvbvm60.dll.sh b/CheckDLL/bash/msvbvm60.dll.sh
index fa2f944aeeb8947049556a7eb6cb6fe5f8b8f0aa..4c9c445339d1503af491b874a0927062754612a1 100644
--- a/CheckDLL/bash/msvbvm60.dll.sh
+++ b/CheckDLL/bash/msvbvm60.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/CheckDLL/main.py b/CheckDLL/main.py
index 9d596240c2952d5391afd5d7baa3d40996341d5e..cea2b50ebbb2baea268f1afc0c07d647c08529af 100644
--- a/CheckDLL/main.py
+++ b/CheckDLL/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import os
import sys
import json
diff --git a/ConfigLanguareRunner.py b/ConfigLanguareRunner.py
index 61e4cfd30181da88937bbb1e7312a4189a230473..cfc8ecc9d6963e2b4db26017e493b6e9951c87e3 100755
--- a/ConfigLanguareRunner.py
+++ b/ConfigLanguareRunner.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/Download.py b/Download.py
index d18d7861bb7adc0c212885ef080dbdc2c9ec7d49..c9780f6dec5f383b6cbd32103b22c10e21237e5a 100644
--- a/Download.py
+++ b/Download.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import sys
import base64
diff --git a/InstallDll.py b/InstallDll.py
index 70b48fde1fa482f24a34be0a9193d67e52e54925..524510969283abe5659ecb3d8b190e939452d002 100755
--- a/InstallDll.py
+++ b/InstallDll.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallFont.py b/InstallFont.py
index 5030229642abd622564014e1decbc2d893d3c1da..0287b119611fae52049ba2e931203b752bbfa615 100755
--- a/InstallFont.py
+++ b/InstallFont.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallMono.py b/InstallMono.py
index f941287c0a4f6ffa0a51d72fa9c0c652e11c6321..7975e7b8390b21eaf277f40d2b0f3ba9ed62f288 100755
--- a/InstallMono.py
+++ b/InstallMono.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallMsxml.py b/InstallMsxml.py
index 3b84a2a943e87eff903ca1ff9b5d33d9abdbdb3f..c16a7ba762350fb8abba5a0e7747847d5f9f6852 100755
--- a/InstallMsxml.py
+++ b/InstallMsxml.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallNetFramework.py b/InstallNetFramework.py
index a57955c67ef529e19ad58d6084b809bde46eca61..b6729011696ddfcc3d4a6c5e04bc0998f5bb03af 100755
--- a/InstallNetFramework.py
+++ b/InstallNetFramework.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallNewWineHQ.sh b/InstallNewWineHQ.sh
index 4ddcbfdae6d7fcc569ac0c53cc1f694c6606cb6a..e91fa8d28fafb0628bd6b6b949419015ba63b055 100755
--- a/InstallNewWineHQ.sh
+++ b/InstallNewWineHQ.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/InstallOther.py b/InstallOther.py
index 0ea5936ccffa3af24c0216a4c746ccafc05753d0..148212c4a0f006cebaf8e14a861a455c8eeb786f 100755
--- a/InstallOther.py
+++ b/InstallOther.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallVisualBasicRuntime.py b/InstallVisualBasicRuntime.py
index 83a618352e5397a58de27ff33389206a44fa35df..1ac471e7e8bf49b5fc491caab7f3587c3b5eda38 100755
--- a/InstallVisualBasicRuntime.py
+++ b/InstallVisualBasicRuntime.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallVisualCPlusPlus.py b/InstallVisualCPlusPlus.py
index bb7e5f52e3205f0a0fc3b7412c8a73e608000615..ea5c4dab38e4d515b4a285b3ed8e03d3f37e6311 100755
--- a/InstallVisualCPlusPlus.py
+++ b/InstallVisualCPlusPlus.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallWineOnDeepin23.py b/InstallWineOnDeepin23.py
index 5791e82f7dcf1c6fee3f4cbb8a0b14baa1fb5a02..002f438679bb9e1c6dc55b28cbcc92e2fced60e6 100755
--- a/InstallWineOnDeepin23.py
+++ b/InstallWineOnDeepin23.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/InstallWineOnDeepin23Alpha.py b/InstallWineOnDeepin23Alpha.py
index 61d074b7b141590d74c75e5a5d1bf57b61207155..1857881b8383630bd9336dca2ff5db2ebd4499d4 100755
--- a/InstallWineOnDeepin23Alpha.py
+++ b/InstallWineOnDeepin23Alpha.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/Model/__init__.py b/Model/__init__.py
index eee72d369c95762521f27741fc0f5d4c685edce6..cb575b92c73a3c60695cfb8be5eaba7e16bdf8e2 100755
--- a/Model/__init__.py
+++ b/Model/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
import os
import sys
import PyQt5.QtWidgets as QtWidgets
diff --git a/Mount.sh b/Mount.sh
index 4ef5f0e04be558ade0b54b5c1c6a6cef31fb74a3..f65320e603abf4a4f7e223e993b2d2289ebeb887 100755
--- a/Mount.sh
+++ b/Mount.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/MountWithoutHome.sh b/MountWithoutHome.sh
index af91d24e028830645a17a4d7b7a84a17cc4abd64..5c3c8a00d2ed82d38122cbccc5508a7762958096 100755
--- a/MountWithoutHome.sh
+++ b/MountWithoutHome.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/ProgramFen.py b/ProgramFen.py
index 0c432c99bc3a0cefe51dbc5f6f9fa1006580fb01..0e4c04ce6bab7dfea71222cc10f56e3073f30c02 100755
--- a/ProgramFen.py
+++ b/ProgramFen.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/QemuDownload.py b/QemuDownload.py
index fbea5b2f9c6be2396f7ad7282f41a07b35891572..c70374c3b3c8610836871747d7dac93f09a4002b 100755
--- a/QemuDownload.py
+++ b/QemuDownload.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 本来是用C++写的,但在非deepin/UOS编译/运行就是下载不了https文件,只能用python重写
#########################################################################
diff --git a/QemuRun.py b/QemuRun.py
index a94e9aa00dfabe35e019b2c549bf2ce83da18efd..5dedd67777fb1cbd3ccce668a47c08a90e70d75a 100755
--- a/QemuRun.py
+++ b/QemuRun.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/RemovePycacheFile.py b/RemovePycacheFile.py
index 3c4ae8fc8f33051e19ccecb6b625a0dd8d539bf8..ffb3a2a5c3373f465b33632d902f7d58e1308c2f 100755
--- a/RemovePycacheFile.py
+++ b/RemovePycacheFile.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
def Remove(path):
diff --git a/RunVM.sh b/RunVM.sh
index 3fe2d4f37aa410242adafeea1e5bbfe4e3d2f611..4a2dfddaf679d2c157248355cd787a3825a617b6 100755
--- a/RunVM.sh
+++ b/RunVM.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/ShellList/InstallQemuUserStatic.sh b/ShellList/InstallQemuUserStatic.sh
index 1c16df06b16bbb5ec6b698d63400fbf49c7f03e3..a169d9ea8f9c331d78f16581fb9f8dc7268a675b 100755
--- a/ShellList/InstallQemuUserStatic.sh
+++ b/ShellList/InstallQemuUserStatic.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
echo 开始安装 qemu-user-static
pkexec apt update
pkexec apt install qemu-user-static -y
\ No newline at end of file
diff --git a/StartVM.sh b/StartVM.sh
index d1a7c77ad41c6d28f06c018f4f688c50aa6967b0..4bb8d9612a452069052a589c8dc9ab822fb0e599 100755
--- a/StartVM.sh
+++ b/StartVM.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/TestShell/arm-postinst.sh b/TestShell/arm-postinst.sh
index 25809ec7492c06798b4ca3c69d13819182a50789..241fc0ba2567a7e3e11a455272c2c06b66928db8 100644
--- a/TestShell/arm-postinst.sh
+++ b/TestShell/arm-postinst.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
#DEB_PATH=/opt/apps/aaa
diff --git a/UI/AutoConfig.py b/UI/AutoConfig.py
index 3419fc3acbcb7f9c61197c8573e5c751041c013a..8fe216f373373547db3cfdf17a3d49cd66266bbd 100755
--- a/UI/AutoConfig.py
+++ b/UI/AutoConfig.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'AutoConfig.ui'
diff --git a/UI/KeyAddGui.py b/UI/KeyAddGui.py
index 45e7d8c05e097958b3a6fda6d794ad53f054c0d1..4745d66898744798014489167b0e2fb36143555e 100755
--- a/UI/KeyAddGui.py
+++ b/UI/KeyAddGui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'KeyAddGui.ui'
diff --git a/UI/KeyAddKeyboardGui.py b/UI/KeyAddKeyboardGui.py
index 5e4e12c1b86834341bd4082e5a763c25c8f9736b..69793f1419d236a3c2a1705247765ea7fe44048d 100755
--- a/UI/KeyAddKeyboardGui.py
+++ b/UI/KeyAddKeyboardGui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'KeyAddKeyboardGui.ui'
diff --git a/UnMount.sh b/UnMount.sh
index 834a626a6f5a7f55cce6af15a631725c96fdf66a..a00e6486da79fe52558d7dfc96de79e19a9c3bc9 100755
--- a/UnMount.sh
+++ b/UnMount.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/UpdateGeek.sh b/UpdateGeek.sh
index 2ba2ca8a7ae9168b8699793284edc5b4b56ae838..a339bacf1b5e7dd90cfd03d06e5b66a1ec564d8d 100755
--- a/UpdateGeek.sh
+++ b/UpdateGeek.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
echo
echo ' mmm # '
echo ' m" " mmm mmm # m '
diff --git a/VM-source/Makefile b/VM-source/Makefile
index 9fb8b6fb41b07811708896636a31b40e524934f9..88e15819a08c36d6576f59935c662efc404a7ac6 100755
--- a/VM-source/Makefile
+++ b/VM-source/Makefile
@@ -1,3 +1,23 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
+
#############################################################################
# Makefile for building: VirtualMachine
# Generated by qmake (3.1) (Qt 5.15.6)
diff --git a/VM-source/api/__init__.py b/VM-source/api/__init__.py
index b965da520708f6ab10bb411a2277e2ada407755d..bfd20f93bc61f3bd585174940155bb4953bb13ef 100755
--- a/VM-source/api/__init__.py
+++ b/VM-source/api/__init__.py
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本:1.0
diff --git a/VM-source/main.cpp b/VM-source/main.cpp
index c93bfae5904335562a3cf39474ef0b034d7adf7d..50ad0f2df06a61e9cca38e87e3731099b9f19319 100755
--- a/VM-source/main.cpp
+++ b/VM-source/main.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+//////////////////////////////////////////////////////////////////////////////
+
#include "mainwindow.h"
#include
#include
diff --git a/VM-source/mainwindow.cpp b/VM-source/mainwindow.cpp
index c848f3a6aa50ef40a4615b86f970fafbf4e58804..1534579f828b59f9b3b5a0afa42b199257f57f10 100755
--- a/VM-source/mainwindow.cpp
+++ b/VM-source/mainwindow.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include
diff --git a/VM-source/mainwindow.cpp.autosave b/VM-source/mainwindow.cpp.autosave
index f89c47be1a8a81071cbe0b955a8131d5784516f4..d9a36477f55b02f3a10dc3bd6628d3185814aaf4 100644
--- a/VM-source/mainwindow.cpp.autosave
+++ b/VM-source/mainwindow.cpp.autosave
@@ -1,3 +1,4 @@
+
/*
* 归属 RacoonGX 团队,开发者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
*/
diff --git a/VM-source/mainwindow.h b/VM-source/mainwindow.h
index f72d3998abda5b4e71156f17d803a028593645a5..aa1e448de9b9a5cd73e9cd7d061b4f6274262694 100755
--- a/VM-source/mainwindow.h
+++ b/VM-source/mainwindow.h
@@ -1,3 +1,22 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
diff --git a/VM-source/moc_mainwindow.cpp b/VM-source/moc_mainwindow.cpp
index e214d9708b62607ef100ad366645e5e419a8586b..cca96aa1617f7dfc1177af414da71c1366931b7d 100755
--- a/VM-source/moc_mainwindow.cpp
+++ b/VM-source/moc_mainwindow.cpp
@@ -1,3 +1,22 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
/****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
diff --git a/VM-source/run.py b/VM-source/run.py
index 4a510ed90305d42d27ea41e7be73412e83ff3ac0..9b54e6b78669293b4b17edcb6c171b149c91f55e 100755
--- a/VM-source/run.py
+++ b/VM-source/run.py
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/usr/bin/env python3
import os
import api
diff --git a/VM/api/__init__.py b/VM/api/__init__.py
index b965da520708f6ab10bb411a2277e2ada407755d..b1953460cc5e1564690719ffb108e70e90751684 100755
--- a/VM/api/__init__.py
+++ b/VM/api/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本:1.0
diff --git a/VM/run.py b/VM/run.py
index 4a510ed90305d42d27ea41e7be73412e83ff3ac0..d22075bf93fb476bc222e100ec53fbb728d2f384 100755
--- a/VM/run.py
+++ b/VM/run.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
import os
import api
diff --git a/buildshell/main.py b/buildshell/main.py
index 39defad5c7c668a6c96e924c118732617237c49e..ac097f72c0419b83337112fefbe4d6502df4d056 100755
--- a/buildshell/main.py
+++ b/buildshell/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import apt_pkg
import os
import apt_inst
diff --git a/check-deb.sh b/check-deb.sh
index f3dc25e95fcd706dce8c50a52f7c5d20147a30c1..caba6f8900baa4f6ee0267b5a558e98f4740a132 100755
--- a/check-deb.sh
+++ b/check-deb.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
BASE_DIR=$1
DEBIAN_DIR="$BASE_DIR/DEBIAN"
diff --git a/clean-unuse-program.py b/clean-unuse-program.py
index bc8645c0a05e6c1d2f3fd6eb433ba3defaa44efa..9c12a1057d4ca4ab5158e8a6ba9a3384b78efdd0 100755
--- a/clean-unuse-program.py
+++ b/clean-unuse-program.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
diff --git a/cleanbottle.sh b/cleanbottle.sh
index 8b6013142c31e32688b2d69bc4decc70cffe7449..ccf7e6a10e3c946bd3b47722bbd5163453366152 100755
--- a/cleanbottle.sh
+++ b/cleanbottle.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
if [ $WINE = "" ]; then
WINE_CMD="deepin-wine5"
diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst
index fdb14f004619790978b12616749870af14249307..42265c4355de75b08312b85b157075035d6c1b7d 100755
--- a/deb/DEBIAN/postinst
+++ b/deb/DEBIAN/postinst
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/sh
# 使用系统默认的 sh 运行
#################################################################################################################
diff --git a/deb/DEBIAN/postrm b/deb/DEBIAN/postrm
index 8be3ac38a60e3fd167d170a23448d1906952b19b..5f6fe649fc29cb450188acd5fafa857d26bdcead 100755
--- a/deb/DEBIAN/postrm
+++ b/deb/DEBIAN/postrm
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 sh 运行
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/API/Python/__init__.py b/deb/opt/apps/deepin-wine-runner/API/Python/__init__.py
index 517951d8ff899296a8db4e10c91937b59c828eff..9cf36751c3c33ee42de83d4b3841f078c0ab41ff 100755
--- a/deb/opt/apps/deepin-wine-runner/API/Python/__init__.py
+++ b/deb/opt/apps/deepin-wine-runner/API/Python/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/AllInstall.py b/deb/opt/apps/deepin-wine-runner/AllInstall.py
index cf43bae2c1241fa89e2e8eed4d52b773bca08a2f..10120de46cb88aaeaf8f747ee9ccee345ba350a8 100755
--- a/deb/opt/apps/deepin-wine-runner/AllInstall.py
+++ b/deb/opt/apps/deepin-wine-runner/AllInstall.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/AppStore.py b/deb/opt/apps/deepin-wine-runner/AppStore.py
index 9e8dda802d79cefc1ba208524fa40a4e5679b1d0..c5bd18be94ef1064d6a52832df5cc8785ca184e0 100755
--- a/deb/opt/apps/deepin-wine-runner/AppStore.py
+++ b/deb/opt/apps/deepin-wine-runner/AppStore.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/AutoConfig.py b/deb/opt/apps/deepin-wine-runner/AutoConfig.py
index 2f4c9497c305a9e42c6b81972d206393eeb50f82..7191cc26df2946cee3656f494a3887a4f28c9a4c 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoConfig.py
+++ b/deb/opt/apps/deepin-wine-runner/AutoConfig.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/bat b/deb/opt/apps/deepin-wine-runner/AutoShell/command/bat
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/bat
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/bat
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/changeversion b/deb/opt/apps/deepin-wine-runner/AutoShell/command/changeversion
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/changeversion
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/changeversion
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/createbotton b/deb/opt/apps/deepin-wine-runner/AutoShell/command/createbotton
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/createbotton
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/createbotton
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/decompressionbottle b/deb/opt/apps/deepin-wine-runner/AutoShell/command/decompressionbottle
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/decompressionbottle
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/decompressionbottle
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledWinebottlecreatelink b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledWinebottlecreatelink
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledWinebottlecreatelink
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledWinebottlecreatelink
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledhttpproxy b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledhttpproxy
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledhttpproxy
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledhttpproxy
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledopengl b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledopengl
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledopengl
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledopengl
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledwinecrashdialog b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledwinecrashdialog
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledwinecrashdialog
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/disbledwinecrashdialog
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/download b/deb/opt/apps/deepin-wine-runner/AutoShell/command/download
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/download
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/download
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledWinebottlecreatelink b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledWinebottlecreatelink
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledWinebottlecreatelink
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledWinebottlecreatelink
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledhttpproxy b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledhttpproxy
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledhttpproxy
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledhttpproxy
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledopengl b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledopengl
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledopengl
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledopengl
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledwinecrashdialog b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledwinecrashdialog
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledwinecrashdialog
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/enabledwinecrashdialog
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/error b/deb/opt/apps/deepin-wine-runner/AutoShell/command/error
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/error
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/error
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/info b/deb/opt/apps/deepin-wine-runner/AutoShell/command/info
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/info
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/info
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdll b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdll
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdll
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdll
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdxvk b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdxvk
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdxvk
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installdxvk
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installfont b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installfont
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installfont
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installfont
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installgecko b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installgecko
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installgecko
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installgecko
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmono b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmono
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmono
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmono
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsi b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsi
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsi
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsi
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsxml b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsxml
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsxml
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installmsxml
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installnet b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installnet
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installnet
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installnet
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installother b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installother
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installother
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installother
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installsparkcorefont b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installsparkcorefont
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installsparkcorefont
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installsparkcorefont
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvb b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvb
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvb
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvb
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvcpp b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvcpp
index 331d1ca3e8731d7d88108089aa3467e17a1d0d09..e59074245e5417812c45502cf1faac03a1feeffe 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvcpp
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/installvcpp
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/killallwineserver b/deb/opt/apps/deepin-wine-runner/AutoShell/command/killallwineserver
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/killallwineserver
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/killallwineserver
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/pause b/deb/opt/apps/deepin-wine-runner/AutoShell/command/pause
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/pause
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/pause
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/programforum b/deb/opt/apps/deepin-wine-runner/AutoShell/command/programforum
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/programforum
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/programforum
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/reg b/deb/opt/apps/deepin-wine-runner/AutoShell/command/reg
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/reg
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/reg
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/stopdll b/deb/opt/apps/deepin-wine-runner/AutoShell/command/stopdll
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/stopdll
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/stopdll
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/taskmgr b/deb/opt/apps/deepin-wine-runner/AutoShell/command/taskmgr
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/taskmgr
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/taskmgr
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/thank b/deb/opt/apps/deepin-wine-runner/AutoShell/command/thank
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/thank
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/thank
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/version b/deb/opt/apps/deepin-wine-runner/AutoShell/command/version
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/version
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/version
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/warning b/deb/opt/apps/deepin-wine-runner/AutoShell/command/warning
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/warning
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/warning
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/winecfg b/deb/opt/apps/deepin-wine-runner/AutoShell/command/winecfg
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/winecfg
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/winecfg
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/command/winver b/deb/opt/apps/deepin-wine-runner/AutoShell/command/winver
index b766ea21fa06b6d597091e8e6b3fd84bbb0ffac2..4f99002a0dd5c6e91c079983d70c9020b5b7a7bd 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/command/winver
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/command/winver
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 加入路径
import os
diff --git a/deb/opt/apps/deepin-wine-runner/AutoShell/main.py b/deb/opt/apps/deepin-wine-runner/AutoShell/main.py
index 47ea08df59297b58721f6149f47b6665aa642b40..82db560f1aa8208c55de36dd4b3147394947ec4c 100755
--- a/deb/opt/apps/deepin-wine-runner/AutoShell/main.py
+++ b/deb/opt/apps/deepin-wine-runner/AutoShell/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/BuildDesktop.py b/deb/opt/apps/deepin-wine-runner/BuildDesktop.py
index ec766ca519fa1f887066a28545cd8262aa5a7841..e9cc8d97dbfe28ec0565551dd89340d78c8f5140 100755
--- a/deb/opt/apps/deepin-wine-runner/BuildDesktop.py
+++ b/deb/opt/apps/deepin-wine-runner/BuildDesktop.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/ChangePassword.sh b/deb/opt/apps/deepin-wine-runner/ChangePassword.sh
index f9ab33c88704466255f6ae2ce2076098b3c347a4..80233f0c6e2617d03e99509a8977ef309b77aaeb 100644
--- a/deb/opt/apps/deepin-wine-runner/ChangePassword.sh
+++ b/deb/opt/apps/deepin-wine-runner/ChangePassword.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
echo -e "123456\n123456\n\n\n\n\n\n\n\n\n" | adduser "$1"
echo -e "123456\n123456\n" | passwd root
\ No newline at end of file
diff --git a/deb/opt/apps/deepin-wine-runner/CheckDLL/CheckCommand.py b/deb/opt/apps/deepin-wine-runner/CheckDLL/CheckCommand.py
index ec400285ff0cea1e56ada61d620f128c83f58c84..5ff2866b165ad4eff08c0f7aa31c87d11af811f6 100755
--- a/deb/opt/apps/deepin-wine-runner/CheckDLL/CheckCommand.py
+++ b/deb/opt/apps/deepin-wine-runner/CheckDLL/CheckCommand.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc100.dll.sh b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc100.dll.sh
index 4e6dd817f99023c132fce11d4e9375c196750bc7..d5d0d1c9b297e80a62ad1bb95ad2c723951094f7 100644
--- a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc100.dll.sh
+++ b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc100.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc42.dll.sh b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc42.dll.sh
index 3accf086b81bd56e15eafad94ad88c6516038736..8d9963b0741d11bdd054f3df8fda5b3d64f815ed 100644
--- a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc42.dll.sh
+++ b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/mfc42.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/msvbvm60.dll.sh b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/msvbvm60.dll.sh
index fa2f944aeeb8947049556a7eb6cb6fe5f8b8f0aa..4c9c445339d1503af491b874a0927062754612a1 100644
--- a/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/msvbvm60.dll.sh
+++ b/deb/opt/apps/deepin-wine-runner/CheckDLL/bash/msvbvm60.dll.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/CheckDLL/main.py b/deb/opt/apps/deepin-wine-runner/CheckDLL/main.py
index 9d596240c2952d5391afd5d7baa3d40996341d5e..cea2b50ebbb2baea268f1afc0c07d647c08529af 100644
--- a/deb/opt/apps/deepin-wine-runner/CheckDLL/main.py
+++ b/deb/opt/apps/deepin-wine-runner/CheckDLL/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import os
import sys
import json
diff --git a/deb/opt/apps/deepin-wine-runner/ConfigLanguareRunner.py b/deb/opt/apps/deepin-wine-runner/ConfigLanguareRunner.py
index 61e4cfd30181da88937bbb1e7312a4189a230473..cfc8ecc9d6963e2b4db26017e493b6e9951c87e3 100755
--- a/deb/opt/apps/deepin-wine-runner/ConfigLanguareRunner.py
+++ b/deb/opt/apps/deepin-wine-runner/ConfigLanguareRunner.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/Download.py b/deb/opt/apps/deepin-wine-runner/Download.py
index d18d7861bb7adc0c212885ef080dbdc2c9ec7d49..c9780f6dec5f383b6cbd32103b22c10e21237e5a 100644
--- a/deb/opt/apps/deepin-wine-runner/Download.py
+++ b/deb/opt/apps/deepin-wine-runner/Download.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import sys
import base64
diff --git a/deb/opt/apps/deepin-wine-runner/InstallDll.py b/deb/opt/apps/deepin-wine-runner/InstallDll.py
index 70b48fde1fa482f24a34be0a9193d67e52e54925..524510969283abe5659ecb3d8b190e939452d002 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallDll.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallDll.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallFont.py b/deb/opt/apps/deepin-wine-runner/InstallFont.py
index 5030229642abd622564014e1decbc2d893d3c1da..0287b119611fae52049ba2e931203b752bbfa615 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallFont.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallFont.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallMono.py b/deb/opt/apps/deepin-wine-runner/InstallMono.py
index f941287c0a4f6ffa0a51d72fa9c0c652e11c6321..7975e7b8390b21eaf277f40d2b0f3ba9ed62f288 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallMono.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallMono.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallMsxml.py b/deb/opt/apps/deepin-wine-runner/InstallMsxml.py
index 3b84a2a943e87eff903ca1ff9b5d33d9abdbdb3f..c16a7ba762350fb8abba5a0e7747847d5f9f6852 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallMsxml.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallMsxml.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallNetFramework.py b/deb/opt/apps/deepin-wine-runner/InstallNetFramework.py
index a57955c67ef529e19ad58d6084b809bde46eca61..b6729011696ddfcc3d4a6c5e04bc0998f5bb03af 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallNetFramework.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallNetFramework.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallNewWineHQ.sh b/deb/opt/apps/deepin-wine-runner/InstallNewWineHQ.sh
index 4ddcbfdae6d7fcc569ac0c53cc1f694c6606cb6a..e91fa8d28fafb0628bd6b6b949419015ba63b055 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallNewWineHQ.sh
+++ b/deb/opt/apps/deepin-wine-runner/InstallNewWineHQ.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallOther.py b/deb/opt/apps/deepin-wine-runner/InstallOther.py
index 0ea5936ccffa3af24c0216a4c746ccafc05753d0..148212c4a0f006cebaf8e14a861a455c8eeb786f 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallOther.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallOther.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallVisualBasicRuntime.py b/deb/opt/apps/deepin-wine-runner/InstallVisualBasicRuntime.py
index 83a618352e5397a58de27ff33389206a44fa35df..1ac471e7e8bf49b5fc491caab7f3587c3b5eda38 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallVisualBasicRuntime.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallVisualBasicRuntime.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallVisualCPlusPlus.py b/deb/opt/apps/deepin-wine-runner/InstallVisualCPlusPlus.py
index bb7e5f52e3205f0a0fc3b7412c8a73e608000615..ea5c4dab38e4d515b4a285b3ed8e03d3f37e6311 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallVisualCPlusPlus.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallVisualCPlusPlus.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23.py b/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23.py
index 5791e82f7dcf1c6fee3f4cbb8a0b14baa1fb5a02..002f438679bb9e1c6dc55b28cbcc92e2fced60e6 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23Alpha.py b/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23Alpha.py
index 61d074b7b141590d74c75e5a5d1bf57b61207155..1857881b8383630bd9336dca2ff5db2ebd4499d4 100755
--- a/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23Alpha.py
+++ b/deb/opt/apps/deepin-wine-runner/InstallWineOnDeepin23Alpha.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/LANG/InstallDll.py b/deb/opt/apps/deepin-wine-runner/LANG/InstallDll.py
index 70b48fde1fa482f24a34be0a9193d67e52e54925..524510969283abe5659ecb3d8b190e939452d002 100755
--- a/deb/opt/apps/deepin-wine-runner/LANG/InstallDll.py
+++ b/deb/opt/apps/deepin-wine-runner/LANG/InstallDll.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/Model/__init__.py b/deb/opt/apps/deepin-wine-runner/Model/__init__.py
index eee72d369c95762521f27741fc0f5d4c685edce6..2f60cc1bb4a7c131bcc16ebb3dc508716ca876ed 100755
--- a/deb/opt/apps/deepin-wine-runner/Model/__init__.py
+++ b/deb/opt/apps/deepin-wine-runner/Model/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import os
import sys
import PyQt5.QtWidgets as QtWidgets
diff --git a/deb/opt/apps/deepin-wine-runner/Mount.sh b/deb/opt/apps/deepin-wine-runner/Mount.sh
index 4ef5f0e04be558ade0b54b5c1c6a6cef31fb74a3..f65320e603abf4a4f7e223e993b2d2289ebeb887 100755
--- a/deb/opt/apps/deepin-wine-runner/Mount.sh
+++ b/deb/opt/apps/deepin-wine-runner/Mount.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/deb/opt/apps/deepin-wine-runner/MountWithoutHome.sh b/deb/opt/apps/deepin-wine-runner/MountWithoutHome.sh
index af91d24e028830645a17a4d7b7a84a17cc4abd64..5c3c8a00d2ed82d38122cbccc5508a7762958096 100755
--- a/deb/opt/apps/deepin-wine-runner/MountWithoutHome.sh
+++ b/deb/opt/apps/deepin-wine-runner/MountWithoutHome.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/deb/opt/apps/deepin-wine-runner/ProgramFen.py b/deb/opt/apps/deepin-wine-runner/ProgramFen.py
index 0c432c99bc3a0cefe51dbc5f6f9fa1006580fb01..0e4c04ce6bab7dfea71222cc10f56e3073f30c02 100644
--- a/deb/opt/apps/deepin-wine-runner/ProgramFen.py
+++ b/deb/opt/apps/deepin-wine-runner/ProgramFen.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/QemuDownload.py b/deb/opt/apps/deepin-wine-runner/QemuDownload.py
index fbea5b2f9c6be2396f7ad7282f41a07b35891572..c70374c3b3c8610836871747d7dac93f09a4002b 100755
--- a/deb/opt/apps/deepin-wine-runner/QemuDownload.py
+++ b/deb/opt/apps/deepin-wine-runner/QemuDownload.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 本来是用C++写的,但在非deepin/UOS编译/运行就是下载不了https文件,只能用python重写
#########################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/QemuRun.py b/deb/opt/apps/deepin-wine-runner/QemuRun.py
index a94e9aa00dfabe35e019b2c549bf2ce83da18efd..5dedd67777fb1cbd3ccce668a47c08a90e70d75a 100755
--- a/deb/opt/apps/deepin-wine-runner/QemuRun.py
+++ b/deb/opt/apps/deepin-wine-runner/QemuRun.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/RunVM.sh b/deb/opt/apps/deepin-wine-runner/RunVM.sh
index 3fe2d4f37aa410242adafeea1e5bbfe4e3d2f611..4a2dfddaf679d2c157248355cd787a3825a617b6 100755
--- a/deb/opt/apps/deepin-wine-runner/RunVM.sh
+++ b/deb/opt/apps/deepin-wine-runner/RunVM.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/ShellList/InstallQemuUserStatic.sh b/deb/opt/apps/deepin-wine-runner/ShellList/InstallQemuUserStatic.sh
index 1c16df06b16bbb5ec6b698d63400fbf49c7f03e3..7cc0d8e8a93d00c641b48014f179a3b7e96b5bd1 100755
--- a/deb/opt/apps/deepin-wine-runner/ShellList/InstallQemuUserStatic.sh
+++ b/deb/opt/apps/deepin-wine-runner/ShellList/InstallQemuUserStatic.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
echo 开始安装 qemu-user-static
pkexec apt update
pkexec apt install qemu-user-static -y
\ No newline at end of file
diff --git a/deb/opt/apps/deepin-wine-runner/StartVM.sh b/deb/opt/apps/deepin-wine-runner/StartVM.sh
index d1a7c77ad41c6d28f06c018f4f688c50aa6967b0..4bb8d9612a452069052a589c8dc9ab822fb0e599 100755
--- a/deb/opt/apps/deepin-wine-runner/StartVM.sh
+++ b/deb/opt/apps/deepin-wine-runner/StartVM.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 bash 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/UI/AutoConfig.py b/deb/opt/apps/deepin-wine-runner/UI/AutoConfig.py
index 3419fc3acbcb7f9c61197c8573e5c751041c013a..751d838f296acbccafbab2ef6d10aa62fad7676c 100755
--- a/deb/opt/apps/deepin-wine-runner/UI/AutoConfig.py
+++ b/deb/opt/apps/deepin-wine-runner/UI/AutoConfig.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'AutoConfig.ui'
diff --git a/deb/opt/apps/deepin-wine-runner/UI/KeyAddGui.py b/deb/opt/apps/deepin-wine-runner/UI/KeyAddGui.py
index 45e7d8c05e097958b3a6fda6d794ad53f054c0d1..f4c7a97ab76f2ab15fc8f5c4c06c340e4c8273dc 100755
--- a/deb/opt/apps/deepin-wine-runner/UI/KeyAddGui.py
+++ b/deb/opt/apps/deepin-wine-runner/UI/KeyAddGui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'KeyAddGui.ui'
diff --git a/deb/opt/apps/deepin-wine-runner/UI/KeyAddKeyboardGui.py b/deb/opt/apps/deepin-wine-runner/UI/KeyAddKeyboardGui.py
index 5e4e12c1b86834341bd4082e5a763c25c8f9736b..3b3c7229fcdba571bb19d84253d345d7b0423689 100755
--- a/deb/opt/apps/deepin-wine-runner/UI/KeyAddKeyboardGui.py
+++ b/deb/opt/apps/deepin-wine-runner/UI/KeyAddKeyboardGui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'KeyAddKeyboardGui.ui'
diff --git a/deb/opt/apps/deepin-wine-runner/UnMount.sh b/deb/opt/apps/deepin-wine-runner/UnMount.sh
index 834a626a6f5a7f55cce6af15a631725c96fdf66a..a00e6486da79fe52558d7dfc96de79e19a9c3bc9 100755
--- a/deb/opt/apps/deepin-wine-runner/UnMount.sh
+++ b/deb/opt/apps/deepin-wine-runner/UnMount.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
if [ ` whoami ` != "root" ]; then
echo "Only root can run me"
diff --git a/deb/opt/apps/deepin-wine-runner/UpdateGeek.sh b/deb/opt/apps/deepin-wine-runner/UpdateGeek.sh
index 2ba2ca8a7ae9168b8699793284edc5b4b56ae838..a339bacf1b5e7dd90cfd03d06e5b66a1ec564d8d 100755
--- a/deb/opt/apps/deepin-wine-runner/UpdateGeek.sh
+++ b/deb/opt/apps/deepin-wine-runner/UpdateGeek.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
echo
echo ' mmm # '
echo ' m" " mmm mmm # m '
diff --git a/deb/opt/apps/deepin-wine-runner/VM/api/__init__.py b/deb/opt/apps/deepin-wine-runner/VM/api/__init__.py
index b965da520708f6ab10bb411a2277e2ada407755d..a1084019f2eb61de3fb67f44c9f1fa8a0dbeefa0 100755
--- a/deb/opt/apps/deepin-wine-runner/VM/api/__init__.py
+++ b/deb/opt/apps/deepin-wine-runner/VM/api/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本:1.0
diff --git a/deb/opt/apps/deepin-wine-runner/VM/run.py b/deb/opt/apps/deepin-wine-runner/VM/run.py
index 4a510ed90305d42d27ea41e7be73412e83ff3ac0..0a80880fa478d04ebe4113097dc0732eadf018dc 100755
--- a/deb/opt/apps/deepin-wine-runner/VM/run.py
+++ b/deb/opt/apps/deepin-wine-runner/VM/run.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import api
diff --git a/deb/opt/apps/deepin-wine-runner/clean-unuse-program.py b/deb/opt/apps/deepin-wine-runner/clean-unuse-program.py
index bc8645c0a05e6c1d2f3fd6eb433ba3defaa44efa..9c12a1057d4ca4ab5158e8a6ba9a3384b78efdd0 100755
--- a/deb/opt/apps/deepin-wine-runner/clean-unuse-program.py
+++ b/deb/opt/apps/deepin-wine-runner/clean-unuse-program.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
diff --git a/deb/opt/apps/deepin-wine-runner/cleanbottle.sh b/deb/opt/apps/deepin-wine-runner/cleanbottle.sh
index 8b6013142c31e32688b2d69bc4decc70cffe7449..04a96924db034b9a1abf188a6857d503b32badc3 100755
--- a/deb/opt/apps/deepin-wine-runner/cleanbottle.sh
+++ b/deb/opt/apps/deepin-wine-runner/cleanbottle.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/sh
if [ $WINE = "" ]; then
WINE_CMD="deepin-wine5"
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-easy-packager.py b/deb/opt/apps/deepin-wine-runner/deepin-wine-easy-packager.py
index 342691dd05abcbba13211ec17f0dc83b77c5ff20..d223d244fd7a722d7573a701712cc9a4b7e8ee02 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-easy-packager.py
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-easy-packager.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py b/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py
index 9b22d7e9093206e96eab79e31f84de23bb3b31ac..d5da169f1e37047ae41f27990d76795c249d6270 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-packager.py b/deb/opt/apps/deepin-wine-runner/deepin-wine-packager.py
index dd50621f5ae8d1085b7db199773bb7dd142262d8..313ab04d471071087221b980df2f6aae7762a60e 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-packager.py
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-packager.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
#########################################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-runner b/deb/opt/apps/deepin-wine-runner/deepin-wine-runner
index 373624c821c6678e592be44325c31320da602f8c..a0ff0170bc7a7cfae33a96915a03cdeb7602feb0 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-runner
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-runner
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-runner-update-bug b/deb/opt/apps/deepin-wine-runner/deepin-wine-runner-update-bug
index 1f36530cd26bfe88541b7f82b8857ff72321c2ba..e84c3b9cf09d96cbe64c54bed69b2875a4fafb11 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-runner-update-bug
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-runner-update-bug
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-venturi-setter.py b/deb/opt/apps/deepin-wine-runner/deepin-wine-venturi-setter.py
index 0081af28a1dff307bf5a331a01c19b10d4c1c241..1b7fe1c3723f9c468f3d63dea5dadd9e2bcab260 100755
--- a/deb/opt/apps/deepin-wine-runner/deepin-wine-venturi-setter.py
+++ b/deb/opt/apps/deepin-wine-runner/deepin-wine-venturi-setter.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/helperset/deepin-wine-venturi-setter b/deb/opt/apps/deepin-wine-runner/helperset/deepin-wine-venturi-setter
index 61865ed57b6b9a4623d6b744f316871e0f026a9f..0ede470a96fcc1d72a90701d95061e127983ce53 100755
--- a/deb/opt/apps/deepin-wine-runner/helperset/deepin-wine-venturi-setter
+++ b/deb/opt/apps/deepin-wine-runner/helperset/deepin-wine-venturi-setter
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/key/key-add-gui.py b/deb/opt/apps/deepin-wine-runner/key/key-add-gui.py
index 13fe039f863fb1cfbf9bd2fc793651ab0b7e988b..75d4e8ce0aee296401c4df2292b2e6dcbb20f7bb 100755
--- a/deb/opt/apps/deepin-wine-runner/key/key-add-gui.py
+++ b/deb/opt/apps/deepin-wine-runner/key/key-add-gui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/key/key-get.py b/deb/opt/apps/deepin-wine-runner/key/key-get.py
index 7a0ecbb6e1fad6706579f0d5359a88c7545ec056..f3bdf973bb83f7a409152a4096db405d512e1cc1 100755
--- a/deb/opt/apps/deepin-wine-runner/key/key-get.py
+++ b/deb/opt/apps/deepin-wine-runner/key/key-get.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
#########################
# 版本:1.0.0
diff --git a/deb/opt/apps/deepin-wine-runner/key/keyboard-add-gui.py b/deb/opt/apps/deepin-wine-runner/key/keyboard-add-gui.py
index a530cf05eeecf676f63bdcb1585ba88a238367ab..34636b1f0778234b5b6b5b715d09078d5d235b68 100755
--- a/deb/opt/apps/deepin-wine-runner/key/keyboard-add-gui.py
+++ b/deb/opt/apps/deepin-wine-runner/key/keyboard-add-gui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/key/replace.py b/deb/opt/apps/deepin-wine-runner/key/replace.py
index 9a11ac12140bf796c50424ec11f46b4ce2f17412..b98fa06640246b76355c1d0f2d8ffb259102c913 100755
--- a/deb/opt/apps/deepin-wine-runner/key/replace.py
+++ b/deb/opt/apps/deepin-wine-runner/key/replace.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/python3
import os
import sys
diff --git a/deb/opt/apps/deepin-wine-runner/key/sendkeys.sh b/deb/opt/apps/deepin-wine-runner/key/sendkeys.sh
index e45511cfcd1fc0579495f64d7510a7d550141278..b4b79e6fabcd2d87f1d8762b67ced4ec82541116 100755
--- a/deb/opt/apps/deepin-wine-runner/key/sendkeys.sh
+++ b/deb/opt/apps/deepin-wine-runner/key/sendkeys.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# $1 key value
diff --git a/deb/opt/apps/deepin-wine-runner/key/start-auto-server.sh b/deb/opt/apps/deepin-wine-runner/key/start-auto-server.sh
index 0e732077d4d4c8778e8046baf55e3e6b6bf05dbb..c9181e3635545d163b37aa7080aa3ea5909d59da 100755
--- a/deb/opt/apps/deepin-wine-runner/key/start-auto-server.sh
+++ b/deb/opt/apps/deepin-wine-runner/key/start-auto-server.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 Bash
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/key/stop-auto-server.sh b/deb/opt/apps/deepin-wine-runner/key/stop-auto-server.sh
index 5226cec2f9811c933d877ad77bb98233ffb39eaf..0a0eb2800a3e29fba338cbed6b30ec95c1bb70b0 100755
--- a/deb/opt/apps/deepin-wine-runner/key/stop-auto-server.sh
+++ b/deb/opt/apps/deepin-wine-runner/key/stop-auto-server.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
# 使用系统默认的 Bash
#################################################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/key/stop.sh b/deb/opt/apps/deepin-wine-runner/key/stop.sh
index 03978098958e37fd4802b821e5cde0fe75bcd15b..94706fa60bcf183dce9a211b22e151572aae1023 100755
--- a/deb/opt/apps/deepin-wine-runner/key/stop.sh
+++ b/deb/opt/apps/deepin-wine-runner/key/stop.sh
@@ -1,2 +1,20 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
touch /tmp/deepin-wine-runner-keyboard-exit
\ No newline at end of file
diff --git a/deb/opt/apps/deepin-wine-runner/key/unlock.sh b/deb/opt/apps/deepin-wine-runner/key/unlock.sh
index 85b1e546113dad072f56542afe35647f0c3ef81c..9d31ebd910bf92e467835001d2fb5540f7438c37 100755
--- a/deb/opt/apps/deepin-wine-runner/key/unlock.sh
+++ b/deb/opt/apps/deepin-wine-runner/key/unlock.sh
@@ -1,2 +1,20 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
rm /tmp/deepin-wine-runner-keyboard-lock
\ No newline at end of file
diff --git a/deb/opt/apps/deepin-wine-runner/kill.sh b/deb/opt/apps/deepin-wine-runner/kill.sh
index bf729ff53d3a66cd060597297291afcb6a360821..ffae43cb967798701ab6a008ff55fdf2986b743d 100755
--- a/deb/opt/apps/deepin-wine-runner/kill.sh
+++ b/deb/opt/apps/deepin-wine-runner/kill.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
APP_NAME="QQ"
diff --git a/deb/opt/apps/deepin-wine-runner/launch.sh b/deb/opt/apps/deepin-wine-runner/launch.sh
index 674905e71336a78abcdff6c19c57843bdc8d463b..23545a35768fcf93ed5849452ce4469381c970fc 100755
--- a/deb/opt/apps/deepin-wine-runner/launch.sh
+++ b/deb/opt/apps/deepin-wine-runner/launch.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
XDG_CURRENT_DESKTOP="Deepin"
$1 -platformtheme deepin "$@"
diff --git a/deb/opt/apps/deepin-wine-runner/req/__init__.py b/deb/opt/apps/deepin-wine-runner/req/__init__.py
index f52e5c689f1bece4df9603a01e956c6a84af994b..0476d0ebf3734345d56347a064876fcf38fc8932 100755
--- a/deb/opt/apps/deepin-wine-runner/req/__init__.py
+++ b/deb/opt/apps/deepin-wine-runner/req/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
# 此库用于实现 52 版不连接程序服务器
import requests
diff --git a/deb/opt/apps/deepin-wine-runner/trans/__init__.py b/deb/opt/apps/deepin-wine-runner/trans/__init__.py
index 1635c5aba4ac5847a6098bb566311a1f0f4685be..9dd63c1ff86d167bf2ce6761745e09625c9c6335 100644
--- a/deb/opt/apps/deepin-wine-runner/trans/__init__.py
+++ b/deb/opt/apps/deepin-wine-runner/trans/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import json
diff --git a/deb/opt/apps/deepin-wine-runner/wine install b/deb/opt/apps/deepin-wine-runner/wine install
index 0043f9a723f402632acb17d4576860900f023b94..e5420a7457d63ad1afae5c33dc69880ebf7d0fe7 100755
--- a/deb/opt/apps/deepin-wine-runner/wine install
+++ b/deb/opt/apps/deepin-wine-runner/wine install
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deb/opt/apps/deepin-wine-runner/wine/Makefile b/deb/opt/apps/deepin-wine-runner/wine/Makefile
index fa2bc218da06a9b4b34607df4e4c3a8254dc4a20..246d5a6538667ef58e11c9b17e1381f6d4840caa 100755
--- a/deb/opt/apps/deepin-wine-runner/wine/Makefile
+++ b/deb/opt/apps/deepin-wine-runner/wine/Makefile
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#############################################################################
# Makefile for building: installwine
# Generated by qmake (3.1) (Qt 5.15.3)
diff --git a/deb/opt/apps/deepin-wine-runner/wine/installwine b/deb/opt/apps/deepin-wine-runner/wine/installwine
index 048fab104df822abe3da970ccb85eec186b5aeb1..d345c4934c93ea03c231839da39d0b7182c8287c 100755
--- a/deb/opt/apps/deepin-wine-runner/wine/installwine
+++ b/deb/opt/apps/deepin-wine-runner/wine/installwine
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 本来是用C++写的,但在非deepin/UOS编译/运行就是下载不了https文件,只能用python重写
#########################################################################
diff --git a/deepin-wine-easy-packager.py b/deepin-wine-easy-packager.py
index 342691dd05abcbba13211ec17f0dc83b77c5ff20..d223d244fd7a722d7573a701712cc9a4b7e8ee02 100755
--- a/deepin-wine-easy-packager.py
+++ b/deepin-wine-easy-packager.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deepin-wine-packager-with-script.py b/deepin-wine-packager-with-script.py
index 9b22d7e9093206e96eab79e31f84de23bb3b31ac..d5da169f1e37047ae41f27990d76795c249d6270 100755
--- a/deepin-wine-packager-with-script.py
+++ b/deepin-wine-packager-with-script.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/deepin-wine-packager.py b/deepin-wine-packager.py
index dd50621f5ae8d1085b7db199773bb7dd142262d8..313ab04d471071087221b980df2f6aae7762a60e 100755
--- a/deepin-wine-packager.py
+++ b/deepin-wine-packager.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
#########################################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布
diff --git a/deepin-wine-runner-create-botton.py b/deepin-wine-runner-create-botton.py
index 00d28b5044c5501b6d836ab8254d3be878300689..c2970b6150a5b8155283e69494dfddbff97f04c1 100755
--- a/deepin-wine-runner-create-botton.py
+++ b/deepin-wine-runner-create-botton.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deepin-wine-runner-update-bug b/deepin-wine-runner-update-bug
index 1f36530cd26bfe88541b7f82b8857ff72321c2ba..e84c3b9cf09d96cbe64c54bed69b2875a4fafb11 100755
--- a/deepin-wine-runner-update-bug
+++ b/deepin-wine-runner-update-bug
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/deepin-wine-venturi-setter.py b/deepin-wine-venturi-setter.py
index 0081af28a1dff307bf5a331a01c19b10d4c1c241..1b7fe1c3723f9c468f3d63dea5dadd9e2bcab260 100755
--- a/deepin-wine-venturi-setter.py
+++ b/deepin-wine-venturi-setter.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/demo.py b/demo.py
index c1b24169a31e13138df23c43fa6281c4ed2f506e..57b553fc0fcde8cb795a0176f4143cd8cc8bd2b0 100755
--- a/demo.py
+++ b/demo.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import os
for i in os.listdir():
with open(i, "r") as file:
diff --git a/demo/APICheck/main.cpp b/demo/APICheck/main.cpp
index 0b4e41fb24d586f2aedaaf8b8fbd1e4470904302..4b1ba8706d9f47359e9bd7fda3e58b4d8a9aee2a 100644
--- a/demo/APICheck/main.cpp
+++ b/demo/APICheck/main.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
#include
#include
using namespace std;
diff --git a/demo/CheckDLL/Check.cpp b/demo/CheckDLL/Check.cpp
index e7503b51a10b315be51aae1b352c0e4fce64fe6f..4105bfbb8c1847b8898c43671c40b8a04be6eb34 100644
--- a/demo/CheckDLL/Check.cpp
+++ b/demo/CheckDLL/Check.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
/**********************************
* 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
* 版本:2.5.0
diff --git a/demo/CheckDLL/main.py b/demo/CheckDLL/main.py
index ec400285ff0cea1e56ada61d620f128c83f58c84..5ff2866b165ad4eff08c0f7aa31c87d11af811f6 100644
--- a/demo/CheckDLL/main.py
+++ b/demo/CheckDLL/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/demo/CheckNet/CheckNet/MainForm.Designer.cs b/demo/CheckNet/CheckNet/MainForm.Designer.cs
index 626dffd4f261fa665f6d47127414c601ebcf22e2..07de6fcf7366a1264db3e951c1d4056deb5dcd3c 100755
--- a/demo/CheckNet/CheckNet/MainForm.Designer.cs
+++ b/demo/CheckNet/CheckNet/MainForm.Designer.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNet/CheckNet/MainForm.cs b/demo/CheckNet/CheckNet/MainForm.cs
index 1a889eb10d629eb70b3d82dd61c81bd0b92ddfd7..683b91264b9ea168c0df9d7276871eaaaf9247f3 100755
--- a/demo/CheckNet/CheckNet/MainForm.cs
+++ b/demo/CheckNet/CheckNet/MainForm.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNet/CheckNet/Program.cs b/demo/CheckNet/CheckNet/Program.cs
index 1fe822eb75a6b53b0a7a11d9991972696f96be82..381f534380a6c22b3e12a02bb8e28a7205b37fc4 100755
--- a/demo/CheckNet/CheckNet/Program.cs
+++ b/demo/CheckNet/CheckNet/Program.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNet/CheckNet/Properties/AssemblyInfo.cs b/demo/CheckNet/CheckNet/Properties/AssemblyInfo.cs
index f6523f95d7144ec4c6f1bd8020c6d4cd58ef7058..176be2b5b91789f65427a084dbb725e975713725 100755
--- a/demo/CheckNet/CheckNet/Properties/AssemblyInfo.cs
+++ b/demo/CheckNet/CheckNet/Properties/AssemblyInfo.cs
@@ -1,4 +1,22 @@
-#region Using directives
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+#region Using directives
using System;
using System.Reflection;
diff --git a/demo/CheckNetAndIE/CheckNetAndIE/MainForm.Designer.cs b/demo/CheckNetAndIE/CheckNetAndIE/MainForm.Designer.cs
index e6397011bb8a136b900f2bfc0ed05f20f7aa1dc0..1f0a668d5452d4caab1d3f94538294440cc96597 100755
--- a/demo/CheckNetAndIE/CheckNetAndIE/MainForm.Designer.cs
+++ b/demo/CheckNetAndIE/CheckNetAndIE/MainForm.Designer.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNetAndIE/CheckNetAndIE/MainForm.cs b/demo/CheckNetAndIE/CheckNetAndIE/MainForm.cs
index 6237b6c9edca62247d6119d481127d995797244a..e24b405ee65eda73c75f956b94e07befcc8302b6 100755
--- a/demo/CheckNetAndIE/CheckNetAndIE/MainForm.cs
+++ b/demo/CheckNetAndIE/CheckNetAndIE/MainForm.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNetAndIE/CheckNetAndIE/Program.cs b/demo/CheckNetAndIE/CheckNetAndIE/Program.cs
index b94125a003079e4a437c970c057683f6c2a40fd1..aa2c6862c1bd52943a1a3368f569b72d0d4eea0d 100755
--- a/demo/CheckNetAndIE/CheckNetAndIE/Program.cs
+++ b/demo/CheckNetAndIE/CheckNetAndIE/Program.cs
@@ -1,4 +1,22 @@
-/*
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+/*
* Created by SharpDevelop.
* User: gfdgd xi
* Date: 2022/11/5
diff --git a/demo/CheckNetAndIE/CheckNetAndIE/Properties/AssemblyInfo.cs b/demo/CheckNetAndIE/CheckNetAndIE/Properties/AssemblyInfo.cs
index 51bc1a6dc5da94cc53b7bcd35a1853df61b0e26e..0642d58823e78e38979d695a7cd9f4eebb58d8e4 100755
--- a/demo/CheckNetAndIE/CheckNetAndIE/Properties/AssemblyInfo.cs
+++ b/demo/CheckNetAndIE/CheckNetAndIE/Properties/AssemblyInfo.cs
@@ -1,4 +1,22 @@
-#region Using directives
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+#region Using directives
using System;
using System.Reflection;
diff --git a/demo/GetDllInfo/main.py b/demo/GetDllInfo/main.py
index d7fbdd764432855c84c23da45d7dbc6b01d6311e..800372711a2ef7e6cff2347060cd3a164504f435 100644
--- a/demo/GetDllInfo/main.py
+++ b/demo/GetDllInfo/main.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
import json
import pyquery
import requests
diff --git a/demo/GetExeVersion/main.cpp b/demo/GetExeVersion/main.cpp
index 8007dba0fdfcc224f235308085af48c3bdd46cd3..19562832018b335f3be9ef1ed860ed3334fa2ca5 100644
--- a/demo/GetExeVersion/main.cpp
+++ b/demo/GetExeVersion/main.cpp
@@ -1,8 +1,27 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
/**********************************
- * ߣgfdgd xiΪʲôϲܳûͰ
- * 汾2.5.0
- * ʱ䣺20221127
- * ֻ Wine/Windows
+ * ���ߣ�gfdgd xi��Ϊʲô����ϲ���ܳ�û�Ͱ�����
+ * �汾��2.5.0
+ * ����ʱ�䣺2022��11��27��
+ * ֻ���� Wine/Windows ����
**********************************/
#include
#include
@@ -11,9 +30,9 @@
#pragma comment(lib, "version.lib");
using namespace std;
-// ȿӡҪ Dev CPP ļҪڱѡ -lversion
-//ļ汾
-//@params:filename:ļ
+// �ȿӡ������Ҫ�� Dev CPP ��������ļ�����Ҫ�ڱ���ѡ��� -lversion
+//�����ļ��汾��
+//@params:filename:���
string GetFileVersion(LPCWSTR filename)
{
string asVer = "";
@@ -41,11 +60,11 @@ string GetFileVersion(LPCWSTR filename)
return asVer;
}
-// ʽת
+// ��ʽת��
LPWSTR ConvertCharToLPWSTR(const char* szString)
{
int dwLen = strlen(szString) + 1;
- int nwLen = MultiByteToWideChar(CP_ACP, 0, szString, dwLen, NULL, 0);//ʵij
+ int nwLen = MultiByteToWideChar(CP_ACP, 0, szString, dwLen, NULL, 0);//������ʵij���
LPWSTR lpszPath = new WCHAR[dwLen];
MultiByteToWideChar(CP_ACP, 0, szString, dwLen, lpszPath, nwLen);
return lpszPath;
@@ -60,7 +79,7 @@ int main(int argc, char* argv[]){
cout << "Version: " << version << endl;
if (argc == 3){
cout << "Write To " << argv[2] << endl;
- // Ϊ˷ȡдıĵ
+ // Ϊ�˷����ȡ��д���ı��ĵ�
ofstream write(argv[2], ios::trunc);
write << version;
write.close();
diff --git a/demo/InstallProgramOnWindows/main.cpp b/demo/InstallProgramOnWindows/main.cpp
index b5e46bc601256984cd3da0fed375111225c44c60..1034e04dcc43a9c7f2eb1a23c5632c93f757f132 100644
--- a/demo/InstallProgramOnWindows/main.cpp
+++ b/demo/InstallProgramOnWindows/main.cpp
@@ -1,3 +1,22 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
/*
归属 RacoonGX 团队,开发者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
*/
diff --git a/demo/checkruninwine/main.cpp b/demo/checkruninwine/main.cpp
index d7155027c124c7dfd509bfe9c8cb68b35dcd9e14..a6b74cdc1c062dccb4f281e69af8a351db1de347 100755
--- a/demo/checkruninwine/main.cpp
+++ b/demo/checkruninwine/main.cpp
@@ -1,4 +1,22 @@
-#include
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+include
#include
//#include
//#include
diff --git a/demo1.py b/demo1.py
index f24c4585c748b9bd212e165068169f7fd4390303..83a012b0b7c47af498e6ef860b231b5ed5f7b145 100755
--- a/demo1.py
+++ b/demo1.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
import tkinter as tk
from tkinter import ttk
diff --git a/helperset/deepin-wine-venturi-setter b/helperset/deepin-wine-venturi-setter
index 61865ed57b6b9a4623d6b744f316871e0f026a9f..2339bb01d9ec869441b6e502bdca635aac73c417 100755
--- a/helperset/deepin-wine-venturi-setter
+++ b/helperset/deepin-wine-venturi-setter
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/hope.cpp b/hope.cpp
index 483754c16ba7ce81103bdb05643cee8eddac9ca6..84f8df90610a9b88144062710de3da18d2b891ee 100755
--- a/hope.cpp
+++ b/hope.cpp
@@ -1,3 +1,20 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
// _ooOoo_ //
diff --git a/key/key-add-gui.py b/key/key-add-gui.py
index 13fe039f863fb1cfbf9bd2fc793651ab0b7e988b..bb4f99c0d6403df22e2e4602a4cb437bb66a3eba 100755
--- a/key/key-add-gui.py
+++ b/key/key-add-gui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/key/key-get.py b/key/key-get.py
index 7a0ecbb6e1fad6706579f0d5359a88c7545ec056..3979d273f9bae3dc4ac0c11ce978a6b307984a55 100755
--- a/key/key-get.py
+++ b/key/key-get.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
#########################
# 版本:1.0.0
diff --git a/key/keyboard-add-gui.py b/key/keyboard-add-gui.py
index a530cf05eeecf676f63bdcb1585ba88a238367ab..2fefb29fdfaed064bf6a2aa6799a346ec0b50d36 100755
--- a/key/keyboard-add-gui.py
+++ b/key/keyboard-add-gui.py
@@ -1,3 +1,20 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+#######################################################
+
#!/usr/bin/env python3
import os
import sys
diff --git a/key/replace.py b/key/replace.py
index 9a11ac12140bf796c50424ec11f46b4ce2f17412..3bc33fb3b6f3ef5d0a7501e7e90c37eeeaebc32e 100755
--- a/key/replace.py
+++ b/key/replace.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/python3
import os
import sys
diff --git a/key/sendkeys.sh b/key/sendkeys.sh
index e45511cfcd1fc0579495f64d7510a7d550141278..155b2525d18570dc737e17ab1b34bbf51b43b3bf 100755
--- a/key/sendkeys.sh
+++ b/key/sendkeys.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
# $1 key value
diff --git a/key/start-auto-server.sh b/key/start-auto-server.sh
index 0e732077d4d4c8778e8046baf55e3e6b6bf05dbb..496e1eba6304b1528d130a2708eb1da7c52ac064 100755
--- a/key/start-auto-server.sh
+++ b/key/start-auto-server.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
# 使用系统默认的 Bash
#################################################################################################################
diff --git a/key/stop-auto-server.sh b/key/stop-auto-server.sh
index 5226cec2f9811c933d877ad77bb98233ffb39eaf..f8e34489eea134d436601d968b894907e0b97f9f 100755
--- a/key/stop-auto-server.sh
+++ b/key/stop-auto-server.sh
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/bash
# 使用系统默认的 Bash
#################################################################################################################
diff --git a/key/stop.sh b/key/stop.sh
index 03978098958e37fd4802b821e5cde0fe75bcd15b..55fa472264f3fda1b92f6bba75a6f4ebbc79c609 100755
--- a/key/stop.sh
+++ b/key/stop.sh
@@ -1,2 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/bash
touch /tmp/deepin-wine-runner-keyboard-exit
\ No newline at end of file
diff --git a/key/unlock.sh b/key/unlock.sh
index 85b1e546113dad072f56542afe35647f0c3ef81c..4af8dc76286bb4bff007b3a2b64dc92e89aaaa49 100755
--- a/key/unlock.sh
+++ b/key/unlock.sh
@@ -1,2 +1,20 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
rm /tmp/deepin-wine-runner-keyboard-lock
\ No newline at end of file
diff --git a/kill.sh b/kill.sh
index bf729ff53d3a66cd060597297291afcb6a360821..ffae43cb967798701ab6a008ff55fdf2986b743d 100755
--- a/kill.sh
+++ b/kill.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
APP_NAME="QQ"
diff --git a/launch.sh b/launch.sh
index 674905e71336a78abcdff6c19c57843bdc8d463b..23545a35768fcf93ed5849452ce4469381c970fc 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
XDG_CURRENT_DESKTOP="Deepin"
$1 -platformtheme deepin "$@"
diff --git a/main-newgui.py b/main-newgui.py
index c45a85a0dae7c8010c642946305e96cc95839a17..e1b936829dfd60bed1c0c2c84f16546c5d729490 100755
--- a/main-newgui.py
+++ b/main-newgui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/main-oldgui.py b/main-oldgui.py
index b98f85fc33bd5ae961da246dc6a24897a9f874f8..124da7f984892d7645ed1482f8383072aa389f3c 100755
--- a/main-oldgui.py
+++ b/main-oldgui.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/mainwindow.py b/mainwindow.py
index 12608829b326ffd64daabcd4a884187d1e9a333c..4c4504fb07a1afe61e0b231991cef58884f6d094 100755
--- a/mainwindow.py
+++ b/mainwindow.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
#################################################################################################################
diff --git a/package-script/cleanbottle.sh b/package-script/cleanbottle.sh
index 8b6013142c31e32688b2d69bc4decc70cffe7449..ccf7e6a10e3c946bd3b47722bbd5163453366152 100755
--- a/package-script/cleanbottle.sh
+++ b/package-script/cleanbottle.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
if [ $WINE = "" ]; then
WINE_CMD="deepin-wine5"
diff --git a/package-script/debian/build b/package-script/debian/build
index 123116ad11f2e6e6071c3f9730d3da15f4f3503f..fa7a6ea63614ed5c364a18e047aeabd57085f2bb 100755
--- a/package-script/debian/build
+++ b/package-script/debian/build
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
# (c) Copyright 2008. CodeWeavers, Inc.
set -e
diff --git a/package-script/elephant_debian_ex/postinst b/package-script/elephant_debian_ex/postinst
index 4eed2bb44b6ae0cc82b7925502295966b017c1b4..7ba156da42eb58349780ab1320d45fd9de30903c 100755
--- a/package-script/elephant_debian_ex/postinst
+++ b/package-script/elephant_debian_ex/postinst
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
PACK_NAME="@deb_package_name@"
diff --git a/package-script/elephant_debian_ex/postrm b/package-script/elephant_debian_ex/postrm
index da5d1fa03fb4f08785d2ac49a8d799ac48808cda..80d586ee251581cbf92c2677b52838b5c1d31263 100755
--- a/package-script/elephant_debian_ex/postrm
+++ b/package-script/elephant_debian_ex/postrm
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
PACK_NAME="@deb_package_name@"
diff --git a/package-script/elephant_debian_ex/preinst b/package-script/elephant_debian_ex/preinst
index 29775e4ec345e9e2bd8fde29e1c8f4e69b6d91f5..8c8ae46aa7dc08d364fb5200debbb7be3d4a1099 100755
--- a/package-script/elephant_debian_ex/preinst
+++ b/package-script/elephant_debian_ex/preinst
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
# Make sure the script returns 0
diff --git a/package-script/elephant_debian_ex/prerm b/package-script/elephant_debian_ex/prerm
index 22819af64dd7816f1a0f1037704e0ac18b57c08c..eedcebcc4a4975bdd4d3a1a5facc8e7bb9df48ee 100755
--- a/package-script/elephant_debian_ex/prerm
+++ b/package-script/elephant_debian_ex/prerm
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/sh
PACK_NAME="@deb_package_name@"
diff --git a/package-script/mkicons.sh b/package-script/mkicons.sh
index 0947082247dc9364db96a0433bdfe99c40a15dde..cf1b13a153262dd394a2ba4bb9f39ab93d797b19 100755
--- a/package-script/mkicons.sh
+++ b/package-script/mkicons.sh
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/bash
tmp="mktemp"
diff --git a/package-script/package-hshw.sh b/package-script/package-hshw.sh
index 173197080550eca931d227f3635dcb0c6bb37d44..63a16a71bae5329a4a848595f24bbcd3b7453092 100755
--- a/package-script/package-hshw.sh
+++ b/package-script/package-hshw.sh
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/bash
#最终生成的包的描述
diff --git a/package-script/package.py b/package-script/package.py
index 4b9b3b8d8a3c280dac19348743de58fef1a9d7bb..06a3b74f792fc3765dc194ebbd001f8abd4275de 100755
--- a/package-script/package.py
+++ b/package-script/package.py
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/usr/bin/env python3
# 使用系统默认的 python3 运行
###########################################################################################
diff --git a/package-script/script-packager.sh b/package-script/script-packager.sh
index 3f0302b733a96e740140d23435afcba9ecad2eba..5da66e2e1d021e354b1b21d31f783a06d7cbc285 100755
--- a/package-script/script-packager.sh
+++ b/package-script/script-packager.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/bin/bash
#export elephant_deb_package_name=""
run_sh_dir=""
diff --git a/package-script/template/run.sh b/package-script/template/run.sh
index 3bc3cb0ea18133a27f8d524837d0edf02b3a2d59..9ae076b1636d5ce19a8a25246f2811a642f5ae50 100755
--- a/package-script/template/run.sh
+++ b/package-script/template/run.sh
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/sh
# Copyright (C) 2016 Deepin, Inc.
diff --git a/package-script/trans/__init__.py b/package-script/trans/__init__.py
index 8be2740ad37a998f6ca55cf9f6fce85c2675629d..5b4d67129a38b0b65c84651f4467eda6d8a84367 100644
--- a/package-script/trans/__init__.py
+++ b/package-script/trans/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
import os
import json
diff --git a/pardus-chroot b/pardus-chroot
index 2e96b596167b9ce3015b96c946546c2e250c3ce0..04510d685de34baf7277c423e0022153a335f763 100755
--- a/pardus-chroot
+++ b/pardus-chroot
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/bash
set +e
DESTDIR="$1"
diff --git a/req/__init__.py b/req/__init__.py
index f52e5c689f1bece4df9603a01e956c6a84af994b..298eaca3fd4afbfd663f6a78179482ff9332699f 100755
--- a/req/__init__.py
+++ b/req/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
# 此库用于实现 52 版不连接程序服务器
import requests
diff --git a/run.sh b/run.sh
index af0c551267b4c25c9856e463d89a08f411529c2b..0ba77fe6ea256f5cb88cfa5e21406f17639d4b7a 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+###########################################################################################
+
#!/bin/sh
# Copyright (C) 2016 Deepin, Inc.
diff --git a/spark-dwine-helper/spark_run_v4.sh b/spark-dwine-helper/spark_run_v4.sh
index a55dddff3e2b32ca4298ea65a8c8ae338280aec4..c72dd85e754b169fc401d1db68533af99a7bba5b 100755
--- a/spark-dwine-helper/spark_run_v4.sh
+++ b/spark-dwine-helper/spark_run_v4.sh
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/bin/bash
# Copyright (C) 2016 Deepin, Inc.
diff --git a/trans/__init__.py b/trans/__init__.py
index 1635c5aba4ac5847a6098bb566311a1f0f4685be..676a1ea6a1e9c7b5815a54fa98db47945fffcd00 100644
--- a/trans/__init__.py
+++ b/trans/__init__.py
@@ -1,3 +1,21 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
#!/usr/bin/env python3
import os
import json
diff --git a/wine-source/downloadthread.cpp b/wine-source/downloadthread.cpp
index e60f9d46b06d10c3eb142ec9b4c59a4debd7cecb..bc1607a0be8a9fbdf8b4b7aa7a39d0c6099ef8eb 100755
--- a/wine-source/downloadthread.cpp
+++ b/wine-source/downloadthread.cpp
@@ -1,3 +1,22 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
+
#define SETTINGSTEP 6
#include "downloadthread.h"
#include
diff --git a/wine-source/main.cpp b/wine-source/main.cpp
index b48f94ec827033ef073fb3c7f060837e90b935ec..b00c4fde93859097d24ddf089e9d1b5d345d8458 100755
--- a/wine-source/main.cpp
+++ b/wine-source/main.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
#include "mainwindow.h"
#include
diff --git a/wine-source/mainwindow.cpp b/wine-source/mainwindow.cpp
index 9c1fd83bd6930fb400fc1f9c6ff66d2f0c5120f9..805dd5a4314cbc1efae981a38407788814cb3752 100755
--- a/wine-source/mainwindow.cpp
+++ b/wine-source/mainwindow.cpp
@@ -1,3 +1,21 @@
+// Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+// 版权所有(C) 2023 RacoonGX Team
+
+// 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+// 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+// 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+// The Wine Runner makes it easier for Linux users to run Windows applications
+// Copyright (C) 2023 RacoonGX Team
+
+// 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 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, see .
+
+/////////////////////////////////////////////////////////////////////////////////////////////////////////
+
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include
diff --git a/wine/installwine b/wine/installwine
index 048fab104df822abe3da970ccb85eec186b5aeb1..e75654c7511156a441f75c16eaedd17d668ebaed 100755
--- a/wine/installwine
+++ b/wine/installwine
@@ -1,3 +1,22 @@
+# Wine运行器 让Linux用户更加方便地运行Windows应用的程序
+# 版权所有(C) 2023 RacoonGX Team
+
+# 本程序为自由软件;您可依据自由软件基金会所发表的GNU 通用公共授权条款,对本程序再次发布和/ 或修改;无论您依据的是本授权的第三版,或(您可选的)任一日后发行的版本。
+# 本程序是基于使用目的而加以发布,然而不负任何担保责任;亦无对适售性或特定目的适用性所为的默示性担保。详情请参照GNU 通用公共授权。
+# 您应已收到附随于本程序的GNU 通用公共授权的副本;如果没有,请参照.
+
+
+
+# The Wine Runner makes it easier for Linux users to run Windows applications
+# Copyright (C) 2023 RacoonGX Team
+
+# 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 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, see .
+
+#####################################################################
+
+
#!/usr/bin/env python3
# 本来是用C++写的,但在非deepin/UOS编译/运行就是下载不了https文件,只能用python重写
#########################################################################