Skip to content

License

banlieue is licensed under the Apache License, Version 2.0.

The full license text lives in LICENSE at the root of the repository.

Summary

The Apache 2.0 license is a permissive open-source license. In short:

  • You can use, modify, and distribute the code, in source or compiled form.
  • You can use it in commercial products.
  • You must retain the copyright notice and license text in derivative works.
  • The license grants an explicit patent license from contributors.
  • The software is provided as is, without warranties.

See https://www.apache.org/licenses/LICENSE-2.0 for the canonical text.

Per-file headers

Every source file in this repository carries an SPDX header:

SPDX-License-Identifier: Apache-2.0

If you contribute a new file, please include the same header.

Contributing

By submitting a pull request, you agree that your contribution will be licensed under Apache-2.0.