diff options
Diffstat (limited to '')
-rw-r--r-- | debian/copyright | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index b72e1fe..4b50cb5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,18 +54,24 @@ Copyright: Andy Cedilnik <andy.cedilnik@kitware.com> License: BSD-3-clause Files: + runtime/autoload/typst.vim runtime/compiler/pip_compile.vim + runtime/compiler/typst.vim runtime/ftplugin/jsonc.vim runtime/ftplugin/jq.vim runtime/ftplugin/julia.vim runtime/ftplugin/requirements.vim + runtime/ftplugin/typst.vim runtime/ftplugin/wat.vim runtime/indent/asm.vim runtime/indent/astro.vim + runtime/indent/glsl.vim runtime/indent/julia.vim + runtime/indent/typst.vim runtime/indent/wat.vim runtime/syntax/astro.vim runtime/syntax/bitbake.vim + runtime/syntax/glsl.vim runtime/syntax/jq.vim runtime/syntax/json.vim runtime/syntax/jsonc.vim @@ -73,6 +79,7 @@ Files: runtime/syntax/nix.vim runtime/syntax/pandoc.vim runtime/syntax/requirements.vim + runtime/syntax/typst.vim runtime/syntax/wat.vim Copyright: 2013 Jeroen Ruigrok van der Werven, Eli Parra @@ -87,6 +94,8 @@ Copyright: 2017 Philip Jones 2022 Wuelner MartÃnez 2013-2019 vim-pandoc-syntax contributors + 2023 Kaj Munhoz Arfvidsson + 2013-2022 Sergii Tykhomyrov License: Expat Files: runtime/syntax/tmux.vim @@ -190,6 +199,16 @@ Copyright: 2024 Wu, Zhenyu <wuzhenyu@ustc.edu> License: GPL-3+ +Files: + runtime/ftplugin/chicken.vim + runtime/ftplugin/scheme.vim + runtime/indent/scheme.vim + runtime/syntax/chicken.vim + runtime/syntax/scheme.vim +Copyright: + Evan Hanson <evhan@foldling.org> +License: Unlicense + License: Vim I) There are no restrictions on distributing unmodified copies of Vim except that they must include this license text. You can also distribute @@ -636,3 +655,29 @@ License: EDL-1 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: Unlicense + This is free and unencumbered software released into the public domain. + . + Anyone is free to copy, modify, publish, use, compile, sell, or + distribute this software, either in source code form or as a compiled + binary, for any purpose, commercial or non-commercial, and by any + means. + . + In jurisdictions that recognize copyright laws, the author or authors + of this software dedicate any and all copyright interest in the + software to the public domain. We make this dedication for the benefit + of the public at large and to the detriment of our heirs and + successors. We intend this dedication to be an overt act of + relinquishment in perpetuity of all present and future rights to this + software under copyright law. + . + 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 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. + . + For more information, please refer to <http://unlicense.org/> |