You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be a truly great community, [Swift.org](https://swift.org/) needs to welcome
88
+
developers from all walks of life, with different backgrounds, and with a wide
89
+
range of experience. A diverse and friendly community will have more great
90
+
ideas, more unique perspectives, and produce more great code. We will work
91
+
diligently to make the Swift community welcoming to everyone.
92
+
93
+
To give clarity of what is expected of our members, Swift has adopted the
94
+
code of conduct defined by the Contributor Covenant. This document is used
95
+
across many open source communities, and we think it articulates our values
96
+
well. For more, see the [Code of Conduct](https://swift.org/code-of-conduct/).
79
97
80
-
Copyright 2024 Apple Inc. and the Swift project authors. Licensed under Apache License v2.0 with Runtime Library Exception.
98
+
## License
81
99
82
100
See [https://swift.org/LICENSE.txt](https://swift.org/LICENSE.txt) for license information.
83
101
84
-
See [https://swift.org/CONTRIBUTORS.txt](https://swift.org/CONTRIBUTORS.txt) for Swift project authors.
85
-
86
-
See [`LICENSE-vendored.md`](https://github.com/apple/swift-for-wasm-examples/blob/main/LICENSE-vendored.md) for exact licenses of code vendored in this repository. Specifically:
87
-
88
-
* Code in `Guest/Sources/dlmalloc` directory is derived from wasi-libc: https://github.com/WebAssembly/wasi-libc
89
-
90
-
> wasi-libc as a whole is multi-licensed under the Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT files, respectively, for details.
91
-
>
92
-
> Portions of this software are derived from third-party works covered by their own licenses:
93
-
>
94
-
> dlmalloc/ - CC0; see the notice in malloc.c for details emmalloc/ - MIT; see the notice in emmalloc.c for details libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details libc-top-half/musl/ - MIT; see the COPYRIGHT file for details
95
-
>
96
-
> wasi-libc's changes to these files are multi-licensed under the Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, the MIT License, and the original licenses of the third-party works.
97
-
98
-
* .wav format encoding implementation is derived from WavAudioEncoder.js library https://github.com/higuma/wav-audio-encoder-js and is licensed as following:
99
-
100
-
> The MIT License (MIT)
101
-
>
102
-
> Copyright (c) 2015 Yuji Miyane
103
-
104
-
* Code in `Guest/Sources/VultDSP` directory is derived from https://github.com/vult-dsp/vult and is licensed as following:
105
-
106
-
> MIT License
107
-
>
108
-
> Copyright (c) 2017 Leonardo Laguna Ruiz
109
-
110
-
* Web server starter template code is derived from [the Hummingbird template package](https://github.com/hummingbird-project/template) and is licensed as following:
111
-
112
-
> Copyright (c) 2024 Adam Fowler.
113
-
> Licensed under Apache License v2.0.
114
-
>
115
-
> See https://github.com/hummingbird-project/template/blob/main/LICENSE for license information
102
+
See [`LICENSE-vendored.md`](https://github.com/apple/swift-for-wasm-examples/blob/main/LICENSE-vendored.md) for exact licenses of code vendored in this repository.
0 commit comments