stevendanna / habitat-plans

1 stars 2 forks source link

Habitat Plans

This repository contains plans to build software using habitat. The plans in this repository are split up into two origins:

Support and Contribution Policy

The packages in the xorg origin are NOT officially supported by the upstream Xorg maintainers. Any bug reports related to these plans should be filed against this repository or sent via email to steve@chef.io. DO NOT EMAIL THE XORG MAINTAINERS ABOUT PROBLEMS WITH THESE PACKAGES.

I'm happy if you find any of these useful and will happily consider contributions to these plans. However please note the following support policies I'm going to try to follow for the two origins managed here:

Signing your commits

Like habitat itself, this project uses a Developer Certificate of Origin (DCO) to ensure that each commit was written by the author or that the author has the appropriate rights necessary to contribute the change. The project uses Developer Certificate of Origin, Version 1.1:

Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Each commit must include a DCO which looks like this

Signed-off-by: Joe Smith joe.smith@email.com

Git makes it easy to add this line to your commit messages.

Make sure the user.name and user.email are set in your git config. Use -s or --signoff to add the Signed-off-by line to the end of the commit message.

LICENSE

License

Unless otherwise noted, files in this repository are available via the Apache 2 License:

Copyright 2016 Steven Danna

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

    http://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.

As a reminder, this is the license which applies to the build instructions in this repository, not the software being compiled.