From be63255684b136ceaba44928c8ea3a055c6141ed Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Thu, 22 Jan 2015 17:56:04 +0100 Subject: [PATCH] License cleanup --- AUTHORS.md | 13 +++++++++++++ CONTRIBUTING.md | 18 ++++++++++++++++++ LICENSE | 2 +- NOTICE | 5 +++++ 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md create mode 100644 CONTRIBUTING.md create mode 100644 NOTICE diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..fec11e1 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,13 @@ +The Prometheus project was started by Matt T. Proud (emeritus) and +Julius Volz in 2012. + +Maintainers of this repository: + +* Julius Volz + +The following individuals have contributed code to this repository +(listed in alphabetical order): + +* Björn Rabenstein +* Julius Volz +* Matt T. Proud diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5705f0f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +Prometheus uses GitHub to manage reviews of pull requests. + +* If you have a trivial fix or improvement, go ahead and create a pull + request, addressing (with `@...`) one or more of the maintainers + (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request. + +* If you plan to do something more involved, first discuss your ideas + on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). + This will avoid unnecessary work and surely give you and us a good deal + of inspiration. + +* Relevant coding style guidelines are the [Go Code Review + Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) + and the _Formatting and style_ section of Peter Bourgon's [Go: Best + Practices for Production + Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). diff --git a/LICENSE b/LICENSE index b4f8761..261eeb9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2013 Prometheus Team + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..746d15b --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +StatsD-to-Prometheus bridge +Copyright 2013-2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/).