Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit c2cfb51

Browse files
author
Bjoern Rabenstein
committed
License cleanup.
1 parent 9b7e59c commit c2cfb51

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

AUTHORS.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
* Johannes 'fish' Ziemke <[email protected]>
12+
* Julius Volz <[email protected]>
13+
* Matt T. Proud <[email protected]>

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).

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 2013 Prometheus Team
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 Alertmanager
2+
Copyright 2013-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+
bootstrap-datetimepicker.js
16+
http://www.eyecon.ro/bootstrap-datepicker
17+
Copyright 2012 Stefan Petre
18+
Licensed under the Apache License, Version 2.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alertmanager
1+
Alertmanager
22
=============
33

4-
Prometheus Alert Manager
4+
Prometheus Alertmanager - still experimental!

0 commit comments

Comments
 (0)