~ashie/colemak_dh.vim

6846c8a5b33a06cfa3e3606d24213cffe782480f — Ash 7 months ago 733eb90
feat: add license files
4 files changed, 35 insertions(+), 6 deletions(-)

A LICENSE.txt
A LICENSES/MIT.txt
M gen.py
M plugin/colemak_dh.vim
A LICENSE.txt => LICENSE.txt +22 -0
@@ 0,0 1,22 @@
MIT License

 Copyright (c) 2024 Ash contact@ash.fail

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:

The above copyright notice and this permission notice (including the next
paragraph) 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
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.

A LICENSES/MIT.txt => LICENSES/MIT.txt +9 -0
@@ 0,0 1,9 @@
MIT License

 Copyright (c) <year> <copyright holders>

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:

The above copyright notice and this permission notice (including the next paragraph) 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 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.

M gen.py => gen.py +2 -2
@@ 1,9 1,9 @@
# SPDX-FileCopyrightText: 2023 Ash <contact<at>ash<dot>fail>
# SPDX-FileCopyrightText: 2023-2024 Ash <contact@ash.fail>
# SPDX-License-Identifier: MIT

# MIT License

#  Copyright (c) 2023 Ash contact<at>ash<dot>fail
#  Copyright (c) 2023-2024 Ash contact@ash.fail

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal

M plugin/colemak_dh.vim => plugin/colemak_dh.vim +2 -4
@@ 1,5 1,3 @@
if !get(g:, 'colemak_dh_autoload')
    finish
if get(g:, 'colemak_dh_autoload')
    call colemak_dh#setup()
endif

call colemak_dh#setup()