diff --git a/scripts/dev.py b/scripts/dev.py index d3522c21..36e1d417 100644 --- a/scripts/dev.py +++ b/scripts/dev.py @@ -1,3 +1,4 @@ + # Copyright (c) 2023, Terwer . All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -20,26 +21,6 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. import os diff --git a/scripts/ext.py b/scripts/ext.py index 2ec6746a..0cf1e204 100644 --- a/scripts/ext.py +++ b/scripts/ext.py @@ -20,6 +20,27 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. +# +# This code is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 2 only, as +# published by the Free Software Foundation. Terwer designates this +# particular file as subject to the "Classpath" exception as provided +# by Terwer in the LICENSE file that accompanied this code. +# +# This code is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# version 2 for more details (a copy is included in the LICENSE file that +# accompanied this code). +# +# You should have received a copy of the GNU General Public License version +# 2 along with this work; if not, write to the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com +# or visit www.terwer.space if you need additional information or have any +# questions. + import argparse import os diff --git a/scripts/scriptutils.py b/scripts/scriptutils.py index b96d5c99..87d7df57 100644 --- a/scripts/scriptutils.py +++ b/scripts/scriptutils.py @@ -1,3 +1,4 @@ + # Copyright (c) 2023, Terwer . All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -20,26 +21,6 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. import distutils import glob diff --git a/scripts/serve.py b/scripts/serve.py index d1059e73..6773ee41 100644 --- a/scripts/serve.py +++ b/scripts/serve.py @@ -1,3 +1,4 @@ + # Copyright (c) 2023, Terwer . All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -20,26 +21,6 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. import os diff --git a/scripts/version.py b/scripts/version.py index 6537ebbc..46668cb9 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -1,3 +1,4 @@ + # Copyright (c) 2023, Terwer . All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -20,26 +21,6 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. import argparse diff --git a/scripts/widget.py b/scripts/widget.py index a7558de1..1b710842 100644 --- a/scripts/widget.py +++ b/scripts/widget.py @@ -1,3 +1,4 @@ + # Copyright (c) 2023, Terwer . All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # @@ -20,46 +21,6 @@ # Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com # or visit www.terwer.space if you need additional information or have any # questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. -# -# This code is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 only, as -# published by the Free Software Foundation. Terwer designates this -# particular file as subject to the "Classpath" exception as provided -# by Terwer in the LICENSE file that accompanied this code. -# -# This code is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# version 2 for more details (a copy is included in the LICENSE file that -# accompanied this code). -# -# You should have received a copy of the GNU General Public License version -# 2 along with this work; if not, write to the Free Software Foundation, -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -# -# Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com -# or visit www.terwer.space if you need additional information or have any -# questions. import argparse import os