From 5859b74f1bb19cd3121e766f06ed762509571232 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Wed, 21 Jan 2015 20:07:45 +0100 Subject: [PATCH 1/2] Clean up license issues. - 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. --- AUTHORS | 19 +++++++ CONTRIBUTORS.md | 7 --- Dockerfile | 2 +- LICENSE | 2 +- MANIFEST | 10 ---- Makefile | 2 +- Makefile.INCLUDE | 2 +- NOTICE | 68 ++++++++++++++++++++++++++ build_info.go | 2 +- config/Makefile | 2 +- config/config.go | 2 +- config/config.proto | 2 +- config/config_test.go | 2 +- config/load.go | 2 +- config/load_test.go | 2 +- main.go | 2 +- notification/notification.go | 2 +- notification/notification_test.go | 2 +- retrieval/helpers_test.go | 2 +- retrieval/ingester.go | 2 +- retrieval/interface_test.go | 2 +- retrieval/target.go | 2 +- retrieval/target_provider.go | 2 +- retrieval/target_test.go | 2 +- retrieval/targetmanager.go | 2 +- retrieval/targetmanager_test.go | 2 +- retrieval/targetpool.go | 2 +- retrieval/targetpool_test.go | 2 +- rules/Makefile | 2 +- rules/alerting.go | 2 +- rules/ast/ast.go | 2 +- rules/ast/functions.go | 2 +- rules/ast/functions_test.go | 2 +- rules/ast/printer.go | 2 +- rules/ast/query_analyzer.go | 2 +- rules/ast/walk.go | 2 +- rules/helpers.go | 2 +- rules/helpers_test.go | 2 +- rules/lexer.l | 2 +- rules/lexer.l.go | 2 +- rules/load.go | 2 +- rules/manager/manager.go | 2 +- rules/parser.y | 2 +- rules/recording.go | 2 +- rules/rules.go | 2 +- rules/rules_test.go | 2 +- stats/query_stats.go | 2 +- stats/timer.go | 2 +- storage/local/chunk.go | 2 +- storage/local/codable/codable.go | 2 +- storage/local/codable/codable_test.go | 2 +- storage/local/delta.go | 2 +- storage/local/index/index.go | 2 +- storage/local/index/interface.go | 2 +- storage/local/index/leveldb.go | 2 +- storage/local/instrumentation.go | 2 +- storage/local/interface.go | 2 +- storage/local/persistence.go | 2 +- storage/local/persistence_test.go | 2 +- storage/local/preload.go | 2 +- storage/local/series.go | 2 +- storage/local/storage.go | 2 +- storage/local/storage_test.go | 2 +- storage/local/test_helpers.go | 2 +- storage/metric/labelpair.go | 2 +- storage/metric/labelpair_test.go | 2 +- storage/metric/matcher.go | 2 +- storage/metric/sample.go | 2 +- storage/remote/opentsdb/client_test.go | 2 +- storage/remote/queue_manager.go | 2 +- storage/remote/queue_manager_test.go | 2 +- templates/templates.go | 2 +- templates/templates_test.go | 2 +- tools/Makefile | 2 +- tools/rule_checker/Makefile | 2 +- tools/rule_checker/main.go | 2 +- travis-helper.sh | 2 +- utility/deadline_client.go | 2 +- utility/set.go | 2 +- utility/set_test.go | 2 +- utility/strconv.go | 2 +- utility/test/directory.go | 2 +- utility/test/error.go | 2 +- utility/test/time.go | 2 +- utility/time.go | 2 +- web/Makefile | 2 +- web/alerts.go | 2 +- web/api/api.go | 2 +- web/api/query.go | 2 +- web/api/targets.go | 2 +- web/blob/Makefile | 2 +- web/consoles.go | 2 +- web/handler.go | 2 +- web/httputils/compression.go | 2 +- web/httputils/httputils.go | 2 +- web/status.go | 2 +- web/web.go | 2 +- 97 files changed, 180 insertions(+), 110 deletions(-) create mode 100644 AUTHORS delete mode 100644 CONTRIBUTORS.md delete mode 100644 MANIFEST create mode 100644 NOTICE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..924a0c9f0e --- /dev/null +++ b/AUTHORS @@ -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 +Bernerd Schaefer +Björn Rabenstein +Brian Brazil +Conor Hennessy +Johannes 'fish' Ziemke +Julius Volz +Matt T. Proud +Peter Bourgon +Sabra Melamed +Stuart Nelson +Tobias Schmidt +Tomás Senart +Ursula Kallio diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index ad4e45942b..0000000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,7 +0,0 @@ -# Prometheus Team -- Björn Rabenstein -- Brian Brazil -- Johannes Ziemke -- Julius Volz -- Matt T. Proud -- Tobias Schmidt diff --git a/Dockerfile b/Dockerfile index 250b4d25db..f06d7467a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.4 -MAINTAINER Prometheus Team +MAINTAINER The Prometheus Authors RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && \ go get github.com/tools/godep diff --git a/LICENSE b/LICENSE index b4f8761cf3..261eeb9e9f 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/MANIFEST b/MANIFEST deleted file mode 100644 index 3d4af3b8a5..0000000000 --- a/MANIFEST +++ /dev/null @@ -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 - diff --git a/Makefile b/Makefile index bbcc0e0631..3a71824f64 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/Makefile.INCLUDE b/Makefile.INCLUDE index 799c004359..898b948fb7 100644 --- a/Makefile.INCLUDE +++ b/Makefile.INCLUDE @@ -1,6 +1,6 @@ # -*- Mode: makefile -*- -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..6d8d2b8d83 --- /dev/null +++ b/NOTICE @@ -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. diff --git a/build_info.go b/build_info.go index 2548029320..dcc360b904 100644 --- a/build_info.go +++ b/build_info.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/config/Makefile b/config/Makefile index f41c461713..972d550037 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/config/config.go b/config/config.go index c3bcbacb9c..afb8f05cf3 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/config/config.proto b/config/config.proto index 06660d85f3..edfce2a7a7 100644 --- a/config/config.proto +++ b/config/config.proto @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/config/config_test.go b/config/config_test.go index 062b2bcc4e..acc94b50d5 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/config/load.go b/config/load.go index 6d1a807e10..f007ab5a84 100644 --- a/config/load.go +++ b/config/load.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/config/load_test.go b/config/load_test.go index 3c03110b50..0a086f3004 100644 --- a/config/load_test.go +++ b/config/load_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/main.go b/main.go index 8b3c33e7be..ea23a0026a 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/notification/notification.go b/notification/notification.go index d27c2feeb6..7039195c04 100644 --- a/notification/notification.go +++ b/notification/notification.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/notification/notification_test.go b/notification/notification_test.go index 9de3140c32..b540312fe7 100644 --- a/notification/notification_test.go +++ b/notification/notification_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/helpers_test.go b/retrieval/helpers_test.go index 3777fb302b..cfc7514b84 100644 --- a/retrieval/helpers_test.go +++ b/retrieval/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/ingester.go b/retrieval/ingester.go index 50f66becad..55e0f51ae1 100644 --- a/retrieval/ingester.go +++ b/retrieval/ingester.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/interface_test.go b/retrieval/interface_test.go index 166675ea6f..5377e82359 100644 --- a/retrieval/interface_test.go +++ b/retrieval/interface_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/target.go b/retrieval/target.go index 8da1c0886d..218338683d 100644 --- a/retrieval/target.go +++ b/retrieval/target.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/target_provider.go b/retrieval/target_provider.go index a5e2af7b92..0b3fbebf01 100644 --- a/retrieval/target_provider.go +++ b/retrieval/target_provider.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/target_test.go b/retrieval/target_test.go index 0e96d205e1..dee3bce31f 100644 --- a/retrieval/target_test.go +++ b/retrieval/target_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/targetmanager.go b/retrieval/targetmanager.go index 4289215c61..5df7dd686c 100644 --- a/retrieval/targetmanager.go +++ b/retrieval/targetmanager.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/targetmanager_test.go b/retrieval/targetmanager_test.go index d85176b345..52c28c47f3 100644 --- a/retrieval/targetmanager_test.go +++ b/retrieval/targetmanager_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/targetpool.go b/retrieval/targetpool.go index 63b458e43c..d8aa2613e9 100644 --- a/retrieval/targetpool.go +++ b/retrieval/targetpool.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/retrieval/targetpool_test.go b/retrieval/targetpool_test.go index ca6217a1b4..28f5e74e8a 100644 --- a/retrieval/targetpool_test.go +++ b/retrieval/targetpool_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/Makefile b/rules/Makefile index 988b6e89ef..12df33ff06 100644 --- a/rules/Makefile +++ b/rules/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/rules/alerting.go b/rules/alerting.go index a779d6959f..7703db1c24 100644 --- a/rules/alerting.go +++ b/rules/alerting.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/ast.go b/rules/ast/ast.go index 9a62a80772..b23443cf74 100644 --- a/rules/ast/ast.go +++ b/rules/ast/ast.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/functions.go b/rules/ast/functions.go index 1ebcf2d1b8..70833df2e1 100644 --- a/rules/ast/functions.go +++ b/rules/ast/functions.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/functions_test.go b/rules/ast/functions_test.go index 8521417d54..ca3f44a571 100644 --- a/rules/ast/functions_test.go +++ b/rules/ast/functions_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/printer.go b/rules/ast/printer.go index 1e980b3e5c..0c5f29d3db 100644 --- a/rules/ast/printer.go +++ b/rules/ast/printer.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/query_analyzer.go b/rules/ast/query_analyzer.go index 78a282997d..37f4e3da2e 100644 --- a/rules/ast/query_analyzer.go +++ b/rules/ast/query_analyzer.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/ast/walk.go b/rules/ast/walk.go index a00fb334dc..1975b2d395 100644 --- a/rules/ast/walk.go +++ b/rules/ast/walk.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/helpers.go b/rules/helpers.go index 9058744e38..aa80a9e8ea 100644 --- a/rules/helpers.go +++ b/rules/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/helpers_test.go b/rules/helpers_test.go index 2abf5adf68..ab1da04e89 100644 --- a/rules/helpers_test.go +++ b/rules/helpers_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/lexer.l b/rules/lexer.l index 482d70e5c9..83577f175a 100644 --- a/rules/lexer.l +++ b/rules/lexer.l @@ -1,4 +1,4 @@ -/* Copyright 2013 Prometheus Team +/* Copyright 2013 The Prometheus Authors * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/rules/lexer.l.go b/rules/lexer.l.go index 2a0f9e3caa..d8a1d42f93 100644 --- a/rules/lexer.l.go +++ b/rules/lexer.l.go @@ -1,4 +1,4 @@ -/* Copyright 2013 Prometheus Team +/* Copyright 2013 The Prometheus Authors * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/rules/load.go b/rules/load.go index b9271ce51a..c165b7d2a4 100644 --- a/rules/load.go +++ b/rules/load.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/manager/manager.go b/rules/manager/manager.go index 7a70db8e04..bcd6e1fd25 100644 --- a/rules/manager/manager.go +++ b/rules/manager/manager.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/parser.y b/rules/parser.y index d7627ddd01..af6e069410 100644 --- a/rules/parser.y +++ b/rules/parser.y @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/recording.go b/rules/recording.go index 3f39ecdb97..e693566891 100644 --- a/rules/recording.go +++ b/rules/recording.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/rules.go b/rules/rules.go index 54be96a11a..61d774e994 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rules/rules_test.go b/rules/rules_test.go index fd45fa1469..0f4bc71556 100644 --- a/rules/rules_test.go +++ b/rules/rules_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/stats/query_stats.go b/stats/query_stats.go index 710cab1400..8ed7c5f46b 100644 --- a/stats/query_stats.go +++ b/stats/query_stats.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/stats/timer.go b/stats/timer.go index 7dc7f139b4..6ee915c567 100644 --- a/stats/timer.go +++ b/stats/timer.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/chunk.go b/storage/local/chunk.go index bd871498cb..bb63be2dbc 100644 --- a/storage/local/chunk.go +++ b/storage/local/chunk.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/codable/codable.go b/storage/local/codable/codable.go index e8ff209aad..364f7b45ee 100644 --- a/storage/local/codable/codable.go +++ b/storage/local/codable/codable.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/codable/codable_test.go b/storage/local/codable/codable_test.go index 14ee8c15a4..501399913a 100644 --- a/storage/local/codable/codable_test.go +++ b/storage/local/codable/codable_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/delta.go b/storage/local/delta.go index 15d8d6e3ae..e441530011 100644 --- a/storage/local/delta.go +++ b/storage/local/delta.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/index/index.go b/storage/local/index/index.go index 1c4c123d68..6ccd7ffec1 100644 --- a/storage/local/index/index.go +++ b/storage/local/index/index.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/index/interface.go b/storage/local/index/interface.go index c475b4d515..9b79ab2ded 100644 --- a/storage/local/index/interface.go +++ b/storage/local/index/interface.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/index/leveldb.go b/storage/local/index/leveldb.go index fa6f4b8964..77bed8abce 100644 --- a/storage/local/index/leveldb.go +++ b/storage/local/index/leveldb.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/instrumentation.go b/storage/local/instrumentation.go index 9d11fbfebc..48af8df802 100644 --- a/storage/local/instrumentation.go +++ b/storage/local/instrumentation.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/interface.go b/storage/local/interface.go index 2a7fae261b..6d5c1d8f5e 100644 --- a/storage/local/interface.go +++ b/storage/local/interface.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/persistence.go b/storage/local/persistence.go index 6a2d2532ea..34975dc35a 100644 --- a/storage/local/persistence.go +++ b/storage/local/persistence.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/persistence_test.go b/storage/local/persistence_test.go index a395a63601..ecf941590d 100644 --- a/storage/local/persistence_test.go +++ b/storage/local/persistence_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/preload.go b/storage/local/preload.go index ef5f110e07..077cccca0d 100644 --- a/storage/local/preload.go +++ b/storage/local/preload.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/series.go b/storage/local/series.go index d5850f05d5..8f47dc6398 100644 --- a/storage/local/series.go +++ b/storage/local/series.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/storage.go b/storage/local/storage.go index d64eadd2d2..9b8c385d6a 100644 --- a/storage/local/storage.go +++ b/storage/local/storage.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/storage_test.go b/storage/local/storage_test.go index 19c5fa80ee..461cd8dcd1 100644 --- a/storage/local/storage_test.go +++ b/storage/local/storage_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/local/test_helpers.go b/storage/local/test_helpers.go index 91b1156c31..c04b61adf4 100644 --- a/storage/local/test_helpers.go +++ b/storage/local/test_helpers.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/metric/labelpair.go b/storage/metric/labelpair.go index afecb42a49..7f991b069c 100644 --- a/storage/metric/labelpair.go +++ b/storage/metric/labelpair.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/metric/labelpair_test.go b/storage/metric/labelpair_test.go index df3c3e8a93..12b47235e7 100644 --- a/storage/metric/labelpair_test.go +++ b/storage/metric/labelpair_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/metric/matcher.go b/storage/metric/matcher.go index 395f2b9fee..26a8df706e 100644 --- a/storage/metric/matcher.go +++ b/storage/metric/matcher.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/metric/sample.go b/storage/metric/sample.go index 532f0b9009..734b00ffcc 100644 --- a/storage/metric/sample.go +++ b/storage/metric/sample.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/remote/opentsdb/client_test.go b/storage/remote/opentsdb/client_test.go index 1f13728948..0e222a4c64 100644 --- a/storage/remote/opentsdb/client_test.go +++ b/storage/remote/opentsdb/client_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/remote/queue_manager.go b/storage/remote/queue_manager.go index 0deff6c1c1..526400911a 100644 --- a/storage/remote/queue_manager.go +++ b/storage/remote/queue_manager.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/storage/remote/queue_manager_test.go b/storage/remote/queue_manager_test.go index 91d8897677..83429efa84 100644 --- a/storage/remote/queue_manager_test.go +++ b/storage/remote/queue_manager_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/templates/templates.go b/templates/templates.go index 9b0928b31a..a990de63ba 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/templates/templates_test.go b/templates/templates_test.go index cea9a6c15b..2626995260 100644 --- a/templates/templates_test.go +++ b/templates/templates_test.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tools/Makefile b/tools/Makefile index 4e517ac8e5..5b462cabd4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/rule_checker/Makefile b/tools/rule_checker/Makefile index e787a610a2..4a27092b36 100644 --- a/tools/rule_checker/Makefile +++ b/tools/rule_checker/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tools/rule_checker/main.go b/tools/rule_checker/main.go index c7d92644c5..52f891d242 100644 --- a/tools/rule_checker/main.go +++ b/tools/rule_checker/main.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/travis-helper.sh b/travis-helper.sh index 033a90ff2d..dbf55ac0d6 100755 --- a/travis-helper.sh +++ b/travis-helper.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/utility/deadline_client.go b/utility/deadline_client.go index b01ba05eb1..886cf7a27a 100644 --- a/utility/deadline_client.go +++ b/utility/deadline_client.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/set.go b/utility/set.go index 437368fe9f..ba1034e3ae 100644 --- a/utility/set.go +++ b/utility/set.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/set_test.go b/utility/set_test.go index 81400a333e..7c2279845d 100644 --- a/utility/set_test.go +++ b/utility/set_test.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/strconv.go b/utility/strconv.go index b9ab2e00c5..5e2dd8d75a 100644 --- a/utility/strconv.go +++ b/utility/strconv.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/test/directory.go b/utility/test/directory.go index 9647718bff..e8a8906ff6 100644 --- a/utility/test/directory.go +++ b/utility/test/directory.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/test/error.go b/utility/test/error.go index 2426a50744..56859457bd 100644 --- a/utility/test/error.go +++ b/utility/test/error.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/test/time.go b/utility/test/time.go index f787aaebd2..54aaeb28f2 100644 --- a/utility/test/time.go +++ b/utility/test/time.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/utility/time.go b/utility/time.go index 9525589d6e..3fbe54fd65 100644 --- a/utility/time.go +++ b/utility/time.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/Makefile b/web/Makefile index c0ed224d66..8b73782c8d 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/web/alerts.go b/web/alerts.go index 23940077e9..77eb9d49b5 100644 --- a/web/alerts.go +++ b/web/alerts.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/api/api.go b/web/api/api.go index fe420b5945..4599edf07e 100644 --- a/web/api/api.go +++ b/web/api/api.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/api/query.go b/web/api/query.go index 2fe1da4158..f0616cbffa 100644 --- a/web/api/query.go +++ b/web/api/query.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/api/targets.go b/web/api/targets.go index f92eef6f12..d864fe4056 100644 --- a/web/api/targets.go +++ b/web/api/targets.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/blob/Makefile b/web/blob/Makefile index e6a2585e3f..41e3159d94 100644 --- a/web/blob/Makefile +++ b/web/blob/Makefile @@ -1,4 +1,4 @@ -# Copyright 2013 Prometheus Team +# Copyright 2013 The Prometheus Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/web/consoles.go b/web/consoles.go index 816718f9df..6e0fd00da2 100644 --- a/web/consoles.go +++ b/web/consoles.go @@ -1,4 +1,4 @@ -// Copyright 2014 Prometheus Team +// Copyright 2014 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/handler.go b/web/handler.go index b94a1919d8..ba46993c02 100644 --- a/web/handler.go +++ b/web/handler.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/httputils/compression.go b/web/httputils/compression.go index f142767cdf..bbe4322c73 100644 --- a/web/httputils/compression.go +++ b/web/httputils/compression.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/httputils/httputils.go b/web/httputils/httputils.go index ca3918da4d..d110de8ef6 100644 --- a/web/httputils/httputils.go +++ b/web/httputils/httputils.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/status.go b/web/status.go index 4154f90b60..27f718ac58 100644 --- a/web/status.go +++ b/web/status.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/web/web.go b/web/web.go index 72890e65a8..18e7147688 100644 --- a/web/web.go +++ b/web/web.go @@ -1,4 +1,4 @@ -// Copyright 2013 Prometheus Team +// Copyright 2013 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at From 5483521c4889e70658898099c005309e3d0c235b Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Thu, 22 Jan 2015 14:12:26 +0100 Subject: [PATCH 2/2] Tweak AUTHORS. --- AUTHORS | 19 ------------------- AUTHORS.md | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 19 deletions(-) delete mode 100644 AUTHORS create mode 100644 AUTHORS.md diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 924a0c9f0e..0000000000 --- a/AUTHORS +++ /dev/null @@ -1,19 +0,0 @@ -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 -Bernerd Schaefer -Björn Rabenstein -Brian Brazil -Conor Hennessy -Johannes 'fish' Ziemke -Julius Volz -Matt T. Proud -Peter Bourgon -Sabra Melamed -Stuart Nelson -Tobias Schmidt -Tomás Senart -Ursula Kallio diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000000..263f96a6a2 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,25 @@ +The Prometheus project was started by Matt T. Proud (emeritus) and +Julius Volz in 2012. + +Maintainers of this repository: + +* Björn Rabenstein +* Julius Volz + +The following individuals have contributed code to this repository +(listed in alphabetical order): + +* Andres Suarez +* Bernerd Schaefer +* Björn Rabenstein +* Brian Brazil +* Conor Hennessy +* Johannes 'fish' Ziemke +* Julius Volz +* Matt T. Proud +* Peter Bourgon +* Sabra Melamed +* Stuart Nelson +* Tobias Schmidt +* Tomás Senart +* Ursula Kallio