Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jun 7, 2021
1 parent ac61fb2 commit 66727aa
Showing 1 changed file with 23 additions and 41 deletions.
64 changes: 23 additions & 41 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,47 +1,29 @@
[metadata]
name = CLinters
version = 1.1.1
description = pre-commit hooks for C linters
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pocc/pre-commit-hooks
author = Ross Jacobs
author_email = rj@swit.sh
license = Apache2
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
BSD 3-Clause License

[options]
packages = find:
# Follows pre-commit minimums
python_requires = >=3.6.1
Copyright (c) 2021, Álvaro Mondéjar Rubio
All rights reserved.

[options.entry_points]
console_scripts =
clang-format-hook = hooks.clang_format:main
clang-tidy-hook = hooks.clang_tidy:main
oclint-hook = hooks.oclint:main
uncrustify-hook = hooks.uncrustify:main
cppcheck-hook = hooks.cppcheck:main
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

[options.packages.find]
exclude =
tests*
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

[bdist_wheel]
universal = True
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

[coverage:run]
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

[mypy]
check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 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.

0 comments on commit 66727aa

Please sign in to comment.