Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ON-15695: improve developer documentation #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matthewr-xilinx
Copy link

Make the TCPDirect github look more like the Onload repo.

@matthewr-xilinx matthewr-xilinx requested a review from a team as a code owner November 14, 2024 13:32
@matthewr-xilinx
Copy link
Author

Is it useful to add a LICENSE file too?

Copy link
Contributor

@pcolledg-amd pcolledg-amd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes please to a ./LICENSE. Grepping the copyright lines, 2015 is the earliest header:

MIT License

Copyright (c) 2015-2024 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

README.md Outdated Show resolved Hide resolved
@matthewr-xilinx
Copy link
Author

Yes please to a ./LICENSE. Grepping the copyright lines, 2015 is the earliest header:

It looks like there are a few files which are BSD-3-Clause instead of MIT. Can anyone remember why?

bash-4.2$ grep -R SPDX-License * | grep -v MIT
src/include/zf_internal/tcp.h:/* SPDX-License-Identifier: BSD-3-Clause */
src/include/zf_internal/tcp_types.h:/* SPDX-License-Identifier: BSD-3-Clause */
src/lib/zf/private/tcp_fast.c:/* SPDX-License-Identifier: BSD-3-Clause */
src/lib/zf/tcp_out.c:/* SPDX-License-Identifier: BSD-3-Clause */
src/lib/zf/tcp_core.c:/* SPDX-License-Identifier: BSD-3-Clause */
src/lib/zf/tcp_in.c:/* SPDX-License-Identifier: BSD-3-Clause */

@abower-amd
Copy link
Collaborator

The licence file is under doc/.

@matthewr-xilinx
Copy link
Author

The licence file is under doc/.

Thanks. I'll see if I can add a symbolic link so we have a top-level LICENSE

the commit messages.
4. Try to follow the coding conventions used in the files you edit.
5. Push branch to your fork of TCPDirect repository.
6. Create a new Pull Request. Please describe what testing you have done.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to encourage people to run the ZF unit tests, as well as testing their specific feature?

@abower-amd
Copy link
Collaborator

The licence file is under doc/.

Thanks. I'll see if I can add a symbolic link so we have a top-level LICENSE

You're welcome to move it instead iff the Jenkins automation and packaging are still able to pick it up and put it in the right place.

Note this is basically a reformatted version of the Debian changelog, which is machine readable. I wouldn't be too upset about using that instead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants