Skip to content

Commit 97ac019

Browse files
author
Bjoern Rabenstein
committed
License cleanup
1 parent df086cf commit 97ac019

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

Diff for: AUTHORS.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
The Prometheus project was started by Matt T. Proud (emeritus) and
2+
Julius Volz in 2012.
3+
4+
Maintainers of this repository:
5+
6+
* Tobias Schmidt <[email protected]>
7+
8+
The following individuals have contributed code to this repository
9+
(listed in alphabetical order):
10+
11+
* Tobias Schmidt <[email protected]>

Diff for: CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
Prometheus uses GitHub to manage reviews of pull requests.
4+
5+
* If you have a trivial fix or improvement, go ahead and create a pull
6+
request, addressing (with `@...`) one or more of the maintainers
7+
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request.
8+
9+
* If you plan to do something more involved, first discuss your ideas
10+
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
11+
This will avoid unnecessary work and surely give you and us a good deal
12+
of inspiration.
13+
14+
* Relevant coding style guidelines are the [Go Code Review
15+
Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments)
16+
and the _Formatting and style_ section of Peter Bourgon's [Go: Best
17+
Practices for Production
18+
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).

Diff for: LICENSE

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

@@ -178,15 +178,15 @@ Apache License
178178
APPENDIX: How to apply the Apache License to your work.
179179

180180
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
181+
boilerplate notice, with the fields enclosed by brackets "[]"
182182
replaced with your own identifying information. (Don't include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185185
file or class name and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright [yyyy] [name of copyright owner]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -199,4 +199,3 @@ Apache License
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202-

Diff for: NOTICE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
procfs provides functions to retrieve system, kernel and process
2+
metrics from the pseudo-filesystem proc.
3+
4+
Copyright 2014-2015 The Prometheus Authors
5+
6+
This product includes software developed at
7+
SoundCloud Ltd. (http://soundcloud.com/).

0 commit comments

Comments
 (0)