Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 3.55 KB

info.rst

File metadata and controls

83 lines (68 loc) · 3.55 KB

License Information

The most files are distributed under MIT License.

This repository also includes some files derived from other softwares. Such files have inherited their original licenses.

  • gcc, distributed under GPL version 3 with GCC Runtime Library Exception
    • source/zcx/unwind-pe.h
    • source/zcx/c-unwind_pe.ads, c-unwind_pe.adb (translated from unwind-pe.h)
  • ICU, distributed under ICU License
    • source/nls/machine-apple-darwin/c-icucore.ads (translated from the header files of ICU)
  • MT19937, SFMT, and dSFMT, distributed under BSD-like LICENSE.txt
    • examples/random_dsfmt.adb (translated from test.c of dSFMT)
    • examples/random_mt19937.adb (translated from mtTest.c of MT19937)
    • examples/random_sfmt.adb (translated from test.c of SFMT)
    • source/numerics/a-nuds19.ads (translated from dSFMT-params19937.h)
    • source/numerics/a-nuds21.ads (translated from dSFMT-params216091.h)
    • source/numerics/a-numdsf.ads, source/numerics/a-numdsf.adb (translated from dSFMT.h, dSFMT-params.h, dSFMT.c)
    • source/numerics/a-nummt1.ads, a-nummt1.adb (translated from mt19937ar.h, mt19937ar.c)
    • source/numerics/a-numsfm.ads, source/numerics/a-numsfm.adb (translated from SFMT.h, SFMT.c)
    • source/numerics/a-nusf19.ads (translated from SFMT-params19937.h)
    • source/numerics/a-nusf21.ads (translated from SFMT-params216091.h)
    • source/numerics/generic/a-nudsge.ads, a-nudsge.adb (translated from dSFMT-common.h)
    • source/numerics/generic/a-nusfge.ads, a-nusfge.adb (translated from SFMT-common.h)
    • source/numerics/x86_64/a-nudsge.ads, a-nudsge.adb (translated from dSFMT-common.h)
    • source/numerics/x86_64/a-nusfge.ads, a-nusfge.adb (translated from SFMT-sse2.h)
  • MurmurHash3, distributed under public domain
    • source/hash/a-cmuha3.ads, a-cmuha3.adb (translated from MurmurHash3.cpp)
  • XNU, distributed under Apple Public Source License Version 2.0
    • source/directories/machine-apple-darwin/hfs_CaseTables.h
    • source/directories/machine-apple-darwin/c-hfs_casetables.ads (translated from hfs_CaseTables.h)
    • source/directories/machine-apple-darwin/vfs_utfconvdata.h
    • source/directories/machine-apple-darwin/c-vfs_utfconvdata.ads (translated from vfs_utfconvdata.h)

In addition, automatic translated headers by headmaster have same license of their original header files because preprocessor does not change any license.