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

RUBY-632 correcting apache 2.0 license compliance #4

Closed
wants to merge 3 commits into from

Conversation

brndnblck
Copy link
Contributor

I'm repeating the same process here that I just went through on the MongoDB Ruby driver to shore up our Apache 2.0 license requirements. We were missing a few items and had a few other things done incorrectly.

These fixes bring us inline with what the ASF requires of us when licensing our software under Apache 2.0 and these fixes will make our package maintaining friends a lot happier.

Brandon Black added 3 commits June 4, 2013 22:42
Per recommendations the apache 2.0 license policies, all non-trivial source files *should* contain source file headers with licensing and copyright information.
Per Apache 2.0 license requirements, we *must* have a full copy of the software license in root directy of our codebase. Permissible file names for this copy of the license are LICENSE or LICENSE.txt.
Per the Apache 2.0 license requirements, we *must* provide a NOTICE file in the root of our codebase containing our own copyright information as well as the license and copyright information from any 3rd-party dependencies being distributed with our code.

All dependencies for this project are currently non-bundled so this requirement is satisified simply by including our own copyright information here.
@durran
Copy link
Member

durran commented Jun 6, 2013

Pulled into master, thanks.

@durran durran closed this Jun 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants