VOOZH about

URL: https://deepwiki.com/hypervel/redis/9-license

⇱ License | hypervel/redis | DeepWiki


Loading...
Menu

License

This document presents the software license under which the Hypervel Redis package is distributed. The license defines the legal terms for using, modifying, and distributing the software.

For information about integrating this package into your Hyperf application, see Getting Started. For configuration details, see Configuration.

License Type and Location

The Hypervel Redis package is distributed under the MIT License, a permissive open-source license. The license text is located in LICENSE.md1-21 at the root of the repository.

License Classification:

AttributeValue
License TypeMIT License
License FileLICENSE.md
Copyright HolderHypervel
SPDX IdentifierMIT
OSI ApprovedYes
CategoryPermissive

Sources: LICENSE.md1-21

License File Structure


Sources: LICENSE.md1-21

Copyright and Ownership

The copyright for the Hypervel Redis package is held by Hypervel, as stated in LICENSE.md3

Copyright (c) Hypervel

This copyright notice must be included in all copies or substantial portions of the Software, as required by LICENSE.md12-13

Sources: LICENSE.md3 LICENSE.md12-13

Permissions Granted

The MIT License grants extensive permissions to users of the software. The permission statement in LICENSE.md5-10 provides the following rights:


Detailed Permissions:

PermissionScopeRestrictions
UseCommercial and non-commercial useNone
CopyCreate copies of the softwareMust include license notice
ModifyAlter or extend the source codeMust include license notice
MergeCombine with other softwareMust include license notice
PublishMake available to othersMust include license notice
DistributeShare copies with othersMust include license notice
SublicenseGrant licenses to third partiesMust include license notice
SellCommercial distributionMust include license notice

Sources: LICENSE.md5-10

Conditions and Requirements

The license imposes minimal conditions on the use of the software. According to LICENSE.md12-13 users must:

  1. Include Copyright Notice: The copyright notice from LICENSE.md3 must be included in all copies or substantial portions of the Software.

  2. Include Permission Notice: The full permission notice from LICENSE.md5-10 must be included in all copies or substantial portions of the Software.

Compliance Example:

When distributing a modified version of Hypervel Redis, you must include the entire contents of LICENSE.md1-21 with your distribution, either as a separate file or embedded in your documentation.

Sources: LICENSE.md12-13

Warranty Disclaimer and Liability

The license includes a comprehensive warranty disclaimer and limitation of liability as stated in LICENSE.md15-21


Key Points:

  • The software is provided "AS IS" without warranty of any kind
  • No express or implied warranties are provided
  • No warranty of MERCHANTABILITY is provided
  • No warranty of FITNESS FOR A PARTICULAR PURPOSE is provided
  • No warranty of NON-INFRINGEMENT is provided
  • The authors and copyright holders are not liable for any claims, damages, or other liability

This means users accept the software in its current state and cannot hold the copyright holder liable for any issues arising from its use.

Sources: LICENSE.md15-21

Full License Text

The complete text of the MIT License for the Hypervel Redis package is as follows:

The MIT License (MIT)

Copyright (c) Hypervel

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 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.

Sources: LICENSE.md1-21

Using the Package Under This License

When you use the Hypervel Redis package in your application, you are bound by the terms of this license. The following table summarizes common use cases and their compliance requirements:

Use CasePermittedMust Include License?Notes
Use in private projectYesNoLicense only required for distribution
Use in commercial applicationYesNoLicense only required for distribution
Distribute as part of your applicationYesYesMust include LICENSE.md1-21
Modify and use internallyYesNoLicense only required for distribution
Modify and distributeYesYesMust include LICENSE.md1-21 with modifications noted
Incorporate into proprietary softwareYesYesMust include LICENSE.md1-21 for the Hypervel Redis portion
Sublicense to third partiesYesYesMust ensure third parties receive LICENSE.md1-21
Remove copyright noticeNoN/AViolates LICENSE.md12-13
Sue copyright holder for damagesNoN/ALiability waived in LICENSE.md18-21

Sources: LICENSE.md1-21

Integration with Package Components

All components of the Hypervel Redis package are covered by this license:


All source files in the src/ directory and all documentation are subject to the MIT License terms specified in LICENSE.md1-21

Sources: LICENSE.md1-21