Skip to content

License

VMark is released under the ISC License — one of the simplest and most permissive open-source licenses.

What the ISC License Allows

  • Use — for any purpose, commercial or personal
  • Copy — distribute freely
  • Modify — change the code as you wish
  • Distribute — share your modified versions

What It Requires

  • Keep the copyright notice and permission notice in copies

What It Does Not Do

  • Provide any warranty — the software is provided "as is"
  • Hold the author liable for damages

The Full License

ISC License

Copyright (c) 2026 Xiaolai Li

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Why ISC?

The ISC License is functionally equivalent to the MIT License but with simpler language. It is approved by the Open Source Initiative (OSI) and is the default license used by npm and OpenBSD.

It was chosen for VMark because:

  • Simplicity — easy to read and understand
  • Permissiveness — no restrictions on how you use the software
  • Compatibility — works with virtually all other open-source licenses

Learn More