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

issue-107, LICENSE file was added to repo, comment with the License was added to all source-code files #112

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

testisnullus
Copy link
Contributor

@testisnullus testisnullus commented Aug 26, 2024

Closes #107

@testisnullus testisnullus added enhancement New feature or request opensource-release Issues related to the opensource release of the repo labels Aug 26, 2024
@testisnullus testisnullus self-assigned this Aug 26, 2024
@testisnullus testisnullus requested a review from cjrolo August 26, 2024 12:37
@testisnullus testisnullus force-pushed the issue-107 branch 3 times, most recently from 4fa0824 to 73c7da9 Compare August 26, 2024 12:55
LICENSE Outdated
@@ -0,0 +1,13 @@
Copyright 2024 Instaclustr
Copy link
Collaborator

Choose a reason for hiding this comment

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

The license file should be the full license, as is in here: https://github.com/shotover/shotover-proxy/blob/main/LICENSE

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, will be fixed

Copy link
Collaborator

@cjrolo cjrolo left a comment

Choose a reason for hiding this comment

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

Pending License change to full text and on me to check on the Copyright holder.

.gitignore Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

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

This creates a conflict after the merge of a previous issue. seems very minor.

Copy link
Collaborator

@cjrolo cjrolo left a comment

Choose a reason for hiding this comment

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

Perfect! Thanks!

@cjrolo cjrolo requested a review from worryg0d September 17, 2024 09:12
Comment on lines 1 to 17
/*
Copyright 2024 NetApp, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
use brro_compressor::compressor::fft::{fft, fft_allowed_error, fft_set, fft_to_data, FFT};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Adding here an extra space after the license info makes the code a bit cleaner. However, we could leave it as it is anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added an extra space, thank you

@cjrolo cjrolo merged commit 6d0d03e into main Sep 18, 2024
2 checks passed
@cjrolo cjrolo deleted the issue-107 branch September 18, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request opensource-release Issues related to the opensource release of the repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an Apache License to the project
4 participants