Browse Source

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.
pull/456/head
Bjoern Rabenstein 10 years ago
parent
commit
5859b74f1b
  1. 19
      AUTHORS
  2. 7
      CONTRIBUTORS.md
  3. 2
      Dockerfile
  4. 2
      LICENSE
  5. 10
      MANIFEST
  6. 2
      Makefile
  7. 2
      Makefile.INCLUDE
  8. 68
      NOTICE
  9. 2
      build_info.go
  10. 2
      config/Makefile
  11. 2
      config/config.go
  12. 2
      config/config.proto
  13. 2
      config/config_test.go
  14. 2
      config/load.go
  15. 2
      config/load_test.go
  16. 2
      main.go
  17. 2
      notification/notification.go
  18. 2
      notification/notification_test.go
  19. 2
      retrieval/helpers_test.go
  20. 2
      retrieval/ingester.go
  21. 2
      retrieval/interface_test.go
  22. 2
      retrieval/target.go
  23. 2
      retrieval/target_provider.go
  24. 2
      retrieval/target_test.go
  25. 2
      retrieval/targetmanager.go
  26. 2
      retrieval/targetmanager_test.go
  27. 2
      retrieval/targetpool.go
  28. 2
      retrieval/targetpool_test.go
  29. 2
      rules/Makefile
  30. 2
      rules/alerting.go
  31. 2
      rules/ast/ast.go
  32. 2
      rules/ast/functions.go
  33. 2
      rules/ast/functions_test.go
  34. 2
      rules/ast/printer.go
  35. 2
      rules/ast/query_analyzer.go
  36. 2
      rules/ast/walk.go
  37. 2
      rules/helpers.go
  38. 2
      rules/helpers_test.go
  39. 2
      rules/lexer.l
  40. 2
      rules/lexer.l.go
  41. 2
      rules/load.go
  42. 2
      rules/manager/manager.go
  43. 2
      rules/parser.y
  44. 2
      rules/recording.go
  45. 2
      rules/rules.go
  46. 2
      rules/rules_test.go
  47. 2
      stats/query_stats.go
  48. 2
      stats/timer.go
  49. 2
      storage/local/chunk.go
  50. 2
      storage/local/codable/codable.go
  51. 2
      storage/local/codable/codable_test.go
  52. 2
      storage/local/delta.go
  53. 2
      storage/local/index/index.go
  54. 2
      storage/local/index/interface.go
  55. 2
      storage/local/index/leveldb.go
  56. 2
      storage/local/instrumentation.go
  57. 2
      storage/local/interface.go
  58. 2
      storage/local/persistence.go
  59. 2
      storage/local/persistence_test.go
  60. 2
      storage/local/preload.go
  61. 2
      storage/local/series.go
  62. 2
      storage/local/storage.go
  63. 2
      storage/local/storage_test.go
  64. 2
      storage/local/test_helpers.go
  65. 2
      storage/metric/labelpair.go
  66. 2
      storage/metric/labelpair_test.go
  67. 2
      storage/metric/matcher.go
  68. 2
      storage/metric/sample.go
  69. 2
      storage/remote/opentsdb/client_test.go
  70. 2
      storage/remote/queue_manager.go
  71. 2
      storage/remote/queue_manager_test.go
  72. 2
      templates/templates.go
  73. 2
      templates/templates_test.go
  74. 2
      tools/Makefile
  75. 2
      tools/rule_checker/Makefile
  76. 2
      tools/rule_checker/main.go
  77. 2
      travis-helper.sh
  78. 2
      utility/deadline_client.go
  79. 2
      utility/set.go
  80. 2
      utility/set_test.go
  81. 2
      utility/strconv.go
  82. 2
      utility/test/directory.go
  83. 2
      utility/test/error.go
  84. 2
      utility/test/time.go
  85. 2
      utility/time.go
  86. 2
      web/Makefile
  87. 2
      web/alerts.go
  88. 2
      web/api/api.go
  89. 2
      web/api/query.go
  90. 2
      web/api/targets.go
  91. 2
      web/blob/Makefile
  92. 2
      web/consoles.go
  93. 2
      web/handler.go
  94. 2
      web/httputils/compression.go
  95. 2
      web/httputils/httputils.go
  96. 2
      web/status.go
  97. 2
      web/web.go

19
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 <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>

7
CONTRIBUTORS.md

@ -1,7 +0,0 @@
# Prometheus Team
- Björn Rabenstein
- Brian Brazil
- Johannes Ziemke
- Julius Volz
- Matt T. Proud
- Tobias Schmidt

2
Dockerfile

@ -1,5 +1,5 @@
FROM golang:1.4 FROM golang:1.4
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com> MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && \ RUN apt-get -qy update && apt-get -qy install vim-common gcc mercurial && \
go get github.com/tools/godep go get github.com/tools/godep

2
LICENSE

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. 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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

10
MANIFEST

@ -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

2
Makefile

@ -1,4 +1,4 @@
# Copyright 2013 Prometheus Team # Copyright 2013 The Prometheus Authors
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
Makefile.INCLUDE

@ -1,6 +1,6 @@
# -*- Mode: makefile -*- # -*- Mode: makefile -*-
# Copyright 2013 Prometheus Team # Copyright 2013 The Prometheus Authors
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

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

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at

2
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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
travis-helper.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright 2013 Prometheus Team # Copyright 2013 The Prometheus Authors
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

2
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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
// You may obtain a copy of the License at // You may obtain a copy of the License at

Loading…
Cancel
Save