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

Update NOTICE.txt to include link to certifi source #1679

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
connectors-py
Elastic Python connectors
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure whether this is our official product name.

Copy link
Member

Choose a reason for hiding this comment

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

This should be just the name of the repository, following our open-source guidelines (so connectors-python). I subtly remember this discussion with @gtback but don't remember where it was

Copy link
Member Author

@wangch079 wangch079 Sep 26, 2023

Choose a reason for hiding this comment

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

According to the NOTICE.txt requirement for single-licence repo, it should be the product name:

{Product Name}
Copyright 2012-2018 Elasticsearch B.V.

One example: https://github.com/elastic/elasticsearch-ruby/blob/main/NOTICE

Copy link
Member

Choose a reason for hiding this comment

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

Ha didn't know, makes sense!

Copy link
Member

Choose a reason for hiding this comment

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

It doesn't make a huge difference what goes there, but I would generally lean towards what we call the product , not the name of the repo, in the case that those two things are different. I think this is fine.

Copyright 2022 Elasticsearch B.V.
Copy link
Member Author

Choose a reason for hiding this comment

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

Should this be

Suggested change
Copyright 2022 Elasticsearch B.V.
Copyright 2022-2023 Elasticsearch B.V.

Copy link
Member

Choose a reason for hiding this comment

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

Probably just 2023?

Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't find any doc about this, but my understanding is it's a range from when the software was first developed to the current year. cc @elastic/open-source-wg


The software uses 3rd-party library certifi, transitively, which is under Mozilla Public License 2.0 (MPL 2.0). The source code to this library is https://github.com/certifi/python-certifi.