|
| 1 | +## Contributions |
| 2 | + |
| 3 | +If you wish to contribute code, please consider the following: |
| 4 | + |
| 5 | +* Code should be reasonably PEP8-like. I'm not too strict on this. |
| 6 | +* One logical change per merge request. |
| 7 | +* By putting in a merge request or putting code in comments, you automatically |
| 8 | + grant me permission to include this code in ansible-cmdb under the license |
| 9 | + (GPLv3) that ansible-cmdb uses. The copyright for contributed code is |
| 10 | + retained by the contributor. |
| 11 | +* Please don't be disappointed or angry if your contributions end up unused. |
| 12 | + It's not that they aren't appreciated, but I can be somewhat strict when it |
| 13 | + comes to code quality, feature creep, etc. |
| 14 | + |
| 15 | +When in doubt, just open a pull request and post a comment on what you're |
| 16 | +unclear of, and we'll figure it out. |
| 17 | + |
| 18 | + |
| 19 | +# License |
| 20 | + |
| 21 | +Ansible-cmdb is licensed under the GPLv3: |
| 22 | + |
| 23 | + This program is free software: you can redistribute it and/or modify |
| 24 | + it under the terms of the GNU General Public License as published by |
| 25 | + the Free Software Foundation, either version 3 of the License, or |
| 26 | + (at your option) any later version. |
| 27 | + |
| 28 | + This program is distributed in the hope that it will be useful, |
| 29 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 30 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 31 | + GNU General Public License for more details. |
| 32 | + |
| 33 | + You should have received a copy of the GNU General Public License |
| 34 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 35 | + |
| 36 | + For the full license, see the LICENSE file. |
| 37 | + |
| 38 | +# History |
| 39 | + |
| 40 | +Ansible-cmdb started as a short Python script, which I [blogged |
| 41 | +about](http://www.electricmonk.nl/log/2015/01/21/host-inventory-overview-using-ansibles-facts/). |
| 42 | + |
| 43 | +[Cris van Pelt](https://melkfl.es/) then took that and expanded it into a HTML |
| 44 | +page. Eventually I forked it to Github and made it public, adding features. |
| 45 | +[Many people collaborated](https://github.com/fboender/ansible-cmdb/graphs/contributors) to |
| 46 | +make Ansible-cmdb into what it is today. |
0 commit comments