Skip to content

Commit c650158

Browse files
author
Bjoern Rabenstein
committed
License cleanup
1 parent 5560f42 commit c650158

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

AUTHORS.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
* Julius Volz <[email protected]>
7+
8+
The following individuals have contributed code to this repository
9+
(listed in alphabetical order):
10+
11+
* Brian Brazil <[email protected]>
12+
* Johannes 'fish' Ziemke <[email protected]>
13+
* Julius Volz <[email protected]>
14+
* Matthias Rampke <[email protected]>
15+
* Stuart Nelson <[email protected]>

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2014 Prometheus Authors
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.

NOTICE

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Prometheus documentation: content and static site generator
2+
Copyright 2014-2015 The Prometheus Authors
3+
4+
This product includes software developed at
5+
SoundCloud Ltd. (http://soundcloud.com/).
6+
7+
8+
The following components are included in this product:
9+
10+
Bootstrap
11+
http://getbootstrap.com
12+
Copyright 2011-2014 Twitter, Inc.
13+
Licensed under the MIT License
14+
15+
Font Awesome
16+
http://fontawesome.io
17+
Copyright by @davegandy
18+
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

0 commit comments

Comments
 (0)