1
0

Updated License

This commit is contained in:
2025-12-02 22:41:09 -06:00
parent 0e6fd0e378
commit 304527907f
6 changed files with 99 additions and 25 deletions
+31
View File
@@ -0,0 +1,31 @@
# The No Vibe Coders Open Source License
```
Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following condition.
* The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
In addition, the following restrictions apply:
* The software, either in source or compiled binary form, with or without any
modification, may not be used with or incorporated into any other software
that used an Artificial Intelligence (AI) model and/or Large Language Model
(LLM) to generate any portion of that other software's source code, binaries,
or artwork.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
+16 -5
View File
@@ -1,18 +1,28 @@
# Python-Utils
Random scripts I've coded that I find useful.
## License
Copyright (C) 2023 William Welna (wwelna@occultusterra.com)
## The No Vibe Coders Open Source License
```
Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
furnished to do so, subject to the following condition.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
* The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
In addition, the following restrictions apply:
* The software, either in source or compiled binary form, with or without any
modification, may not be used with or incorporated into any other software
that used an Artificial Intelligence (AI) model and/or Large Language Model
(LLM) to generate any portion of that other software's source code, binaries,
or artwork.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -21,3 +31,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
+13 -5
View File
@@ -1,17 +1,25 @@
#!/bin/python3
# Copyright (C) 2023 William Welna (wwelna@occultusterra.com)
# Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# furnished to do so, subject to the following condition.
# * The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# In addition, the following restrictions apply:
# * The software, either in source or compiled binary form, with or without any
# modification, may not be used with or incorporated into any other software
# that used an Artificial Intelligence (AI) model and/or Large Language Model
# (LLM) to generate any portion of that other software's source code, binaries,
# or artwork.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+13 -5
View File
@@ -1,15 +1,23 @@
# Copyright (C) 2020 William Welna (wwelna@occultusterra.com)
# Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# furnished to do so, subject to the following condition.
# * The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# In addition, the following restrictions apply:
# * The software, either in source or compiled binary form, with or without any
# modification, may not be used with or incorporated into any other software
# that used an Artificial Intelligence (AI) model and/or Large Language Model
# (LLM) to generate any portion of that other software's source code, binaries,
# or artwork.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+13 -5
View File
@@ -1,17 +1,25 @@
#!/bin/python3
# Copyright (C) 2023 William Welna (wwelna@occultusterra.com)
# Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# furnished to do so, subject to the following condition.
# * The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# In addition, the following restrictions apply:
# * The software, either in source or compiled binary form, with or without any
# modification, may not be used with or incorporated into any other software
# that used an Artificial Intelligence (AI) model and/or Large Language Model
# (LLM) to generate any portion of that other software's source code, binaries,
# or artwork.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+13 -5
View File
@@ -1,17 +1,25 @@
#!/bin/python3
# Copyright (C) 2023 William Welna (wwelna@occultusterra.com)
# Copyright (C) 2025 William Welna (wwelna@occultusterra.com)
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# furnished to do so, subject to the following condition.
# * The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# In addition, the following restrictions apply:
# * The software, either in source or compiled binary form, with or without any
# modification, may not be used with or incorporated into any other software
# that used an Artificial Intelligence (AI) model and/or Large Language Model
# (LLM) to generate any portion of that other software's source code, binaries,
# or artwork.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE