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

Apache license 2.0 #204

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Apache license 2.0 #204

merged 4 commits into from
Sep 27, 2023

Conversation

gdj0nes
Copy link
Contributor

@gdj0nes gdj0nes commented Sep 27, 2023

Update license to Apache 2.0

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

@@ -21,7 +19,7 @@ def read(fname):
name="pinecone-client",
version=read("pinecone/__version__").strip(),
description="Pinecone client and SDK",
license="Proprietary License",
license='Apache 2.0',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Seems like you need to run black again. It favors double quotes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i don't think black catches the setup.py might need to tweek that

Copy link
Collaborator

@jhamon jhamon left a comment

Choose a reason for hiding this comment

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

Looks good 🚢

@gdj0nes gdj0nes merged commit 2e3b8ad into main Sep 27, 2023
4 checks passed
@gdj0nes gdj0nes deleted the apache-license branch September 27, 2023 22:45
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.

2 participants