mirror of https://github.com/prometheus/prometheus
Browse Source
- Move CONTRIBUTORS.md to the more common AUTHORS. - Added the required NOTICE file. - Changed "Prometheus Team" to "The Prometheus Authors". - Reverted the erroneous changes to the Apache License.pull/456/head
Bjoern Rabenstein
10 years ago
97 changed files with 180 additions and 110 deletions
@ -0,0 +1,19 @@ |
|||||||
|
The Prometheus project was started by Matt T. Proud in 2012. |
||||||
|
|
||||||
|
The following individuals have contributed code to this repository |
||||||
|
(listed in alphabetical order): |
||||||
|
|
||||||
|
Andres Suarez <andres@soundcloud.com> |
||||||
|
Bernerd Schaefer <bj.schaefer@gmail.com> |
||||||
|
Björn Rabenstein <beorn@soundcloud.com> |
||||||
|
Brian Brazil <brian.brazil@boxever.com> |
||||||
|
Conor Hennessy <conor@soundcloud.com> |
||||||
|
Johannes 'fish' Ziemke <fish@freigeist.org> |
||||||
|
Julius Volz <julius@soundcloud.com> |
||||||
|
Matt T. Proud <matt.proud@gmail.com> |
||||||
|
Peter Bourgon <pb@soundcloud.com> |
||||||
|
Sabra Melamed <yosabra@gmail.com> |
||||||
|
Stuart Nelson <stuart.nelson@soundcloud.com> |
||||||
|
Tobias Schmidt <ts@soundcloud.com> |
||||||
|
Tomás Senart <tsenart@gmail.com> |
||||||
|
Ursula Kallio <ursula@soundcloud.com> |
@ -1,7 +0,0 @@ |
|||||||
# Prometheus Team |
|
||||||
- Björn Rabenstein |
|
||||||
- Brian Brazil |
|
||||||
- Johannes Ziemke |
|
||||||
- Julius Volz |
|
||||||
- Matt T. Proud |
|
||||||
- Tobias Schmidt |
|
@ -1,10 +0,0 @@ |
|||||||
# 3rd party libraries |
|
||||||
web/static/vendor/jqueryui/ jqueryui-1.9.1 |
|
||||||
web/static/vendor/rickshaw/ https://github.com/shutterstock/rickshaw/commit/af35a7e7381b23f4438bc416ed604ea98bf39925 |
|
||||||
web/static/vendor/jquery-simple-datetimepicker/ 1.1.1 |
|
||||||
|
|
||||||
web/static/vendor/js/jquery.min.js jquery-1.8.3 |
|
||||||
web/static/vendor/js/handlebars.js 1.0.rc.2 |
|
||||||
web/static/vendor/js/jquery.selection.js https://github.com/madapaja/jquery.selection/commit/90736ca5c97e603af0c0c1c823cb340860926077 |
|
||||||
web/static/vendor/js/jquery.hotkeys.js https://github.com/jeresig/jquery.hotkeys/commit/0033d9082ce28b476ad09b26a5fd77befe1fbd42 |
|
||||||
|
|
@ -0,0 +1,68 @@ |
|||||||
|
The Prometheus systems and service monitoring server |
||||||
|
Copyright 2012-2015 The Prometheus Authors |
||||||
|
|
||||||
|
This product includes software developed at |
||||||
|
SoundCloud Ltd. (http://soundcloud.com/). |
||||||
|
|
||||||
|
|
||||||
|
The following components are included in this product: |
||||||
|
|
||||||
|
Bootstrap |
||||||
|
http://getbootstrap.com |
||||||
|
Copyright 2011-2014 Twitter, Inc. |
||||||
|
Licensed under the MIT License |
||||||
|
|
||||||
|
bootstrap3-typeahead.js |
||||||
|
https://github.com/bassjobsen/Bootstrap-3-Typeahead |
||||||
|
Original written by @mdo and @fat |
||||||
|
Copyright 2014 Bass Jobsen @bassjobsen |
||||||
|
Licensed under the Apache License, Version 2.0 |
||||||
|
|
||||||
|
bootstrap-datetimepicker.js |
||||||
|
http://www.eyecon.ro/bootstrap-datepicker |
||||||
|
Copyright 2012 Stefan Petre |
||||||
|
Licensed under the Apache License, Version 2.0 |
||||||
|
|
||||||
|
Rickshaw |
||||||
|
https://github.com/shutterstock/rickshaw |
||||||
|
Copyright 2011-2014 by Shutterstock Images, LLC |
||||||
|
See https://github.com/shutterstock/rickshaw/blob/master/LICENSE for license details |
||||||
|
|
||||||
|
handlebars.js |
||||||
|
Copyright 2011 by Yehuda Katz |
||||||
|
See web/static/vendor/js/handlebars.js for license details |
||||||
|
|
||||||
|
jQuery |
||||||
|
https://jquery.org |
||||||
|
Copyright jQuery Foundation and other contributors |
||||||
|
Licensed under the MIT License |
||||||
|
|
||||||
|
Go support for Protocol Buffers - Google's data interchange format |
||||||
|
http://code.google.com/p/goprotobuf/ |
||||||
|
Copyright 2010 The Go Authors |
||||||
|
See source code for license details. |
||||||
|
|
||||||
|
Go support for leveled logs, analogous to |
||||||
|
https://code.google.com/p/google-glog/ |
||||||
|
Copyright 2013 Google Inc. |
||||||
|
Licensed under the Apache License, Version 2.0 |
||||||
|
|
||||||
|
Support for streaming Protocol Buffer messages for the Go language (golang). |
||||||
|
https://github.com/matttproud/golang_protobuf_extensions |
||||||
|
Copyright 2013 Matt T. Proud |
||||||
|
Licensed under the Apache License, Version 2.0 |
||||||
|
|
||||||
|
DNS library in Go |
||||||
|
http://miek.nl/posts/2014/Aug/16/go-dns-package/ |
||||||
|
Copyright 2009 The Go Authors, 2011 Miek Gieben |
||||||
|
See https://github.com/miekg/dns/blob/master/LICENSE for license details. |
||||||
|
|
||||||
|
LevelDB key/value database in Go |
||||||
|
https://github.com/syndtr/goleveldb |
||||||
|
Copyright 2012 Suryandaru Triandana |
||||||
|
See https://github.com/syndtr/goleveldb/blob/master/LICENSE for license details. |
||||||
|
|
||||||
|
gosnappy - a fork of code.google.com/p/snappy-go |
||||||
|
https://github.com/syndtr/gosnappy |
||||||
|
Copyright 2011 The Snappy-Go Authors |
||||||
|
See https://github.com/syndtr/gosnappy/blob/master/LICENSE for license details. |
Loading…
Reference in new issue