Skip to content

Commit 0a34e54

Browse files
authored
Update README.md (#29)
updated contributing and license section
1 parent 6172909 commit 0a34e54

File tree

1 file changed

+21
-34
lines changed

1 file changed

+21
-34
lines changed

README.md

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -75,41 +75,28 @@ cd ../ServerHost; swift run Server
7575
Open http://localhost:8080 in your browser to see the project running. Use the web interface to upload previously built
7676
`Guest` modules from the home directory.
7777

78-
## License
78+
## Contributing to this example
79+
Contributions to Swift are welcomed and encouraged! Please see the
80+
[Contributing to Swift guide](https://swift.org/contributing/).
81+
82+
Before submitting the pull request, please make sure you have [tested your
83+
changes](https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md)
84+
and that they follow the Swift project [guidelines for contributing
85+
code](https://swift.org/contributing/#contributing-code).
86+
87+
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/).
7997

80-
Copyright 2024 Apple Inc. and the Swift project authors. Licensed under Apache License v2.0 with Runtime Library Exception.
98+
## License
8199

82100
See [https://swift.org/LICENSE.txt](https://swift.org/LICENSE.txt) for license information.
83101

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

Comments
 (0)