COPYRIGHT 805 B

12345678910111213141516171819202122
  1. Intellectual Property Notice
  2. ------------------------------
  3. Archspec is licensed under the Apache License, Version 2.0 (LICENSE-APACHE
  4. or http://www.apache.org/licenses/LICENSE-2.0) or the MIT license,
  5. (LICENSE-MIT or http://opensource.org/licenses/MIT), at your option.
  6. Copyrights and patents in the Archspec project are retained by contributors.
  7. No copyright assignment is required to contribute to Archspec.
  8. SPDX usage
  9. ------------
  10. Individual files contain SPDX tags instead of the full license text.
  11. This enables machine processing of license information based on the SPDX
  12. License Identifiers that are available here: https://spdx.org/licenses/
  13. Files that are dual-licensed as Apache-2.0 OR MIT contain the following
  14. text in the license header:
  15. SPDX-License-Identifier: (Apache-2.0 OR MIT)