emcccopy.but 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. \A{thirdparty} Third-party software licences
  2. \# This file should contain the copyright notices for third-party code
  3. included in the Emscripten builds of Puzzles. To get a list of
  4. relevant source files, you can build Puzzles with "-gsource-map" and
  5. then do something like:
  6. \# jq -r '.sources[]' *.map | sort -u
  7. \# This file is based on a build of Git commit
  8. 2e48ce132e011e83517a9fc4905edcc8f9a5ef58 using Emscripten 3.1.35
  9. \# system/lib/compiler-rt/lib/builtins/*
  10. \# upstream/lib/clang/17/include/tgmath.h
  11. \# These are under the Apache Licence v2.0 with LLVM Exceptions. The
  12. LLVM Exceptions allow us not to mention them in binary distributions.
  13. \# system/lib/dlmalloc.c
  14. \# dlmalloc is in the public domain and so needs no acknowledgement.
  15. The JavaScript and KaiOS versions of Puzzles incorporate some third
  16. party software. Most of it is licensed under the \i{MIT licence} (see
  17. \k{licence}) and requires the following \i{copyright} notices:
  18. \quote{
  19. \# system/lib/libc/emscripten_get_heap_size.c
  20. \# system/lib/libc/emscripten_memcpy.c
  21. \# system/lib/libc/emscripten_syscall_stubs.c
  22. \# system/lib/libc/wasi-helpers.c
  23. \# system/lib/pthread/library_pthread_stub.c
  24. \# system/lib/pthread/pthread_self_stub.c
  25. \# system/lib/sbrk.c
  26. \# These are parts of Emscripten and either refer explicitly to the
  27. Emscripten LICENSE file or make no mention of a licence. LICENSE
  28. allows use under the MIT licence and specifies this copyright notice:
  29. Copyright (c) 2010-2014 Emscripten authors, see AUTHORS file.
  30. \# cache/sysroot/include/math.h
  31. \# system/lib/libc/musl/src/ctype/*
  32. \# system/lib/libc/musl/src/env/*
  33. \# system/lib/libc/musl/src/errno/*
  34. \# system/lib/libc/musl/src/internal/atomic.h
  35. \# system/lib/libc/musl/src/internal/floatscan.c
  36. \# system/lib/libc/musl/src/internal/intscan.c
  37. \# system/lib/libc/musl/src/internal/shgetc.c
  38. \# system/lib/libc/musl/src/math/copysignl.c
  39. \# system/lib/libc/musl/src/math/fabs.c
  40. \# system/lib/libc/musl/src/math/fabsl.c
  41. \# system/lib/libc/musl/src/math/floor.c
  42. \# system/lib/libc/musl/src/math/fmodl.c
  43. \# system/lib/libc/musl/src/math/__fpclassifyl.c
  44. \# system/lib/libc/musl/src/math/frexp.c
  45. \# system/lib/libc/musl/src/math/scalbn.c
  46. \# system/lib/libc/musl/src/math/scalbnl.c
  47. \# system/lib/libc/musl/src/math/sqrtf.c
  48. \# system/lib/libc/musl/src/multibyte/*
  49. \# system/lib/libc/musl/src/stdio/*
  50. \# system/lib/libc/musl/src/stdlib/abs.c
  51. \# system/lib/libc/musl/src/stdlib/atof.c
  52. \# system/lib/libc/musl/src/stdlib/atoi.c
  53. \# system/lib/libc/musl/src/stdlib/atol.c
  54. \# system/lib/libc/musl/src/stdlib/labs.c
  55. \# system/lib/libc/musl/src/stdlib/qsort_nr.c
  56. \# system/lib/libc/musl/src/stdlib/strtod.c
  57. \# system/lib/libc/musl/src/stdlib/strtol.c
  58. \# system/lib/libc/musl/src/string/*
  59. \# system/lib/libc/musl/src/unistd/getpid.c
  60. \# These are parts of musl, which is licensed "as a whole" under the
  61. MIT licence. These parts don't carry any licence notice themselves.
  62. This is the copyright notice from musl's COPYRIGHT file, modified to
  63. allow for non-Unicode targets:
  64. Copyright \u00A9{(C)} 2005-2020 Rich Felker, et al.
  65. \# system/lib/libc/musl/src/stdlib/qsort.c
  66. \# This is part of musl, but has its own copyright notice and MIT
  67. licence in its source file.
  68. Copyright (C) 2011 by Valentin Ochs
  69. }
  70. Other incorporated software requires these notices:
  71. \quote{
  72. \# system/lib/libc/musl/src/math/acosf.c
  73. \# system/lib/libc/musl/src/math/atan.c
  74. \# system/lib/libc/musl/src/math/cos.c
  75. \# system/lib/libc/musl/src/math/__cosdf.c
  76. \# system/lib/libc/musl/src/math/cosf.c
  77. \# system/lib/libc/musl/src/math/__rem_pio2f.c
  78. \# system/lib/libc/musl/src/math/sin.c
  79. \# system/lib/libc/musl/src/math/__sindf.c
  80. \# system/lib/libc/musl/src/math/sinf.c
  81. \# These are parts of musl with a SunPro copyright notice and licence.
  82. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  83. Developed at SunPro, a Sun Microsystems, Inc. business.
  84. Permission to use, copy, modify, and distribute this
  85. software is freely granted, provided that this notice
  86. is preserved.
  87. \# system/lib/libc/musl/src/math/atan2.c
  88. \# system/lib/libc/musl/src/math/__cos.c
  89. \# system/lib/libc/musl/src/math/__rem_pio2.c
  90. \# system/lib/libc/musl/src/math/__rem_pio2_large.c
  91. \# system/lib/libc/musl/src/math/__sin.c
  92. \# These are parts of musl with a SunSoft copyright notice and licence.
  93. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  94. Developed at SunSoft, a Sun Microsystems, Inc. business.
  95. Permission to use, copy, modify, and distribute this
  96. software is freely granted, provided that this notice
  97. is preserved.
  98. }