From f6a5e5265584a0b1b58bf629bd4cff04aaefd7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Thu, 31 May 2018 22:20:59 +0200 Subject: [PATCH] update year in copyright notice --- config/config.go | 2 +- config/config_test.go | 2 +- config/v1/configV1.go | 2 +- config/v1/configV1_test.go | 2 +- config/v2/configV2.go | 2 +- config/v2/configV2_test.go | 2 +- exporter/bufferedTailer.go | 2 +- exporter/bufferedTailer_test.go | 2 +- exporter/grok.go | 2 +- exporter/grok_test.go | 2 +- exporter/labelValueTracker.go | 2 +- exporter/labelValueTracker_test.go | 2 +- exporter/metrics.go | 2 +- exporter/metrics_test.go | 2 +- exporter/oniguruma.go | 2 +- exporter/oniguruma_helper.c | 2 +- exporter/oniguruma_helper.h | 2 +- exporter/oniguruma_test.go | 2 +- exporter/patterns.go | 2 +- exporter/patterns_test.go | 2 +- exporter/server.go | 2 +- exporter/test_helper_default_test.go | 2 +- exporter/test_helper_go1.7_test.go | 2 +- exporter/version.go | 2 +- grok_exporter.go | 2 +- tailer/file.go | 2 +- tailer/fileTailer.go | 2 +- tailer/fileTailer_darwin.go | 2 +- tailer/fileTailer_darwin_386.go | 2 +- tailer/fileTailer_darwin_amd64.go | 2 +- tailer/fileTailer_linux.go | 2 +- tailer/fileTailer_test.go | 2 +- tailer/fileTailer_windows.go | 2 +- tailer/file_windows.go | 2 +- tailer/linereader.go | 2 +- tailer/linereader_test.go | 2 +- tailer/pollingFileTailer.go | 2 +- tailer/stdinTailer.go | 2 +- tailer/tailer.go | 2 +- tailer/watcher.go | 2 +- templates/templates.go | 2 +- templates/templates_test.go | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/config/config.go b/config/config.go index 7fe890ab..9ab9b2b3 100644 --- a/config/config.go +++ b/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/config/config_test.go b/config/config_test.go index 483926f9..3cc7c1aa 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/config/v1/configV1.go b/config/v1/configV1.go index bec1625c..f8bf1229 100644 --- a/config/v1/configV1.go +++ b/config/v1/configV1.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/config/v1/configV1_test.go b/config/v1/configV1_test.go index a67da6ea..2a9c2f23 100644 --- a/config/v1/configV1_test.go +++ b/config/v1/configV1_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/config/v2/configV2.go b/config/v2/configV2.go index 19b8a3cd..e16c833d 100644 --- a/config/v2/configV2.go +++ b/config/v2/configV2.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/config/v2/configV2_test.go b/config/v2/configV2_test.go index 33b381ce..d06eddce 100644 --- a/config/v2/configV2_test.go +++ b/config/v2/configV2_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/bufferedTailer.go b/exporter/bufferedTailer.go index fa69d161..78ed7851 100644 --- a/exporter/bufferedTailer.go +++ b/exporter/bufferedTailer.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/bufferedTailer_test.go b/exporter/bufferedTailer_test.go index 4924e607..411a9e8a 100644 --- a/exporter/bufferedTailer_test.go +++ b/exporter/bufferedTailer_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/grok.go b/exporter/grok.go index f9aac9f9..d961dd57 100644 --- a/exporter/grok.go +++ b/exporter/grok.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/grok_test.go b/exporter/grok_test.go index 7377c412..9d84670e 100644 --- a/exporter/grok_test.go +++ b/exporter/grok_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/labelValueTracker.go b/exporter/labelValueTracker.go index e0c5006a..0e6286fc 100644 --- a/exporter/labelValueTracker.go +++ b/exporter/labelValueTracker.go @@ -1,4 +1,4 @@ -// Copyright 2017 The grok_exporter Authors +// Copyright 2017-2018 The grok_exporter Authors // // 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/exporter/labelValueTracker_test.go b/exporter/labelValueTracker_test.go index eb3db424..16eeb784 100644 --- a/exporter/labelValueTracker_test.go +++ b/exporter/labelValueTracker_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 The grok_exporter Authors +// Copyright 2017-2018 The grok_exporter Authors // // 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/exporter/metrics.go b/exporter/metrics.go index 8372fee9..082f655f 100644 --- a/exporter/metrics.go +++ b/exporter/metrics.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/metrics_test.go b/exporter/metrics_test.go index c4d94490..1f1e46e8 100644 --- a/exporter/metrics_test.go +++ b/exporter/metrics_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/oniguruma.go b/exporter/oniguruma.go index aa5abf12..8300624d 100644 --- a/exporter/oniguruma.go +++ b/exporter/oniguruma.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/oniguruma_helper.c b/exporter/oniguruma_helper.c index 9f5fedd4..ba7e0f10 100644 --- a/exporter/oniguruma_helper.c +++ b/exporter/oniguruma_helper.c @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/oniguruma_helper.h b/exporter/oniguruma_helper.h index 995c4db8..9ddc532d 100644 --- a/exporter/oniguruma_helper.h +++ b/exporter/oniguruma_helper.h @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/oniguruma_test.go b/exporter/oniguruma_test.go index 4f4b9f42..8ff960b2 100644 --- a/exporter/oniguruma_test.go +++ b/exporter/oniguruma_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/patterns.go b/exporter/patterns.go index b505d822..5afb521a 100644 --- a/exporter/patterns.go +++ b/exporter/patterns.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/patterns_test.go b/exporter/patterns_test.go index fef62c06..ed71b6cf 100644 --- a/exporter/patterns_test.go +++ b/exporter/patterns_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/server.go b/exporter/server.go index bf266900..f69c6abb 100644 --- a/exporter/server.go +++ b/exporter/server.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/test_helper_default_test.go b/exporter/test_helper_default_test.go index 004dd711..70284a74 100644 --- a/exporter/test_helper_default_test.go +++ b/exporter/test_helper_default_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/test_helper_go1.7_test.go b/exporter/test_helper_go1.7_test.go index f280dfe6..603f7d82 100644 --- a/exporter/test_helper_go1.7_test.go +++ b/exporter/test_helper_go1.7_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/exporter/version.go b/exporter/version.go index 48d7f424..cf63b1b6 100644 --- a/exporter/version.go +++ b/exporter/version.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/grok_exporter.go b/grok_exporter.go index a29e2d7c..0a8f4281 100644 --- a/grok_exporter.go +++ b/grok_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/file.go b/tailer/file.go index 291fdd5c..355f770d 100644 --- a/tailer/file.go +++ b/tailer/file.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer.go b/tailer/fileTailer.go index 09cf44e2..9ec4257a 100644 --- a/tailer/fileTailer.go +++ b/tailer/fileTailer.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_darwin.go b/tailer/fileTailer_darwin.go index 0ae58614..998ca46f 100644 --- a/tailer/fileTailer_darwin.go +++ b/tailer/fileTailer_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_darwin_386.go b/tailer/fileTailer_darwin_386.go index b36d3386..7ba657a4 100644 --- a/tailer/fileTailer_darwin_386.go +++ b/tailer/fileTailer_darwin_386.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_darwin_amd64.go b/tailer/fileTailer_darwin_amd64.go index 81e61836..ec6e27c1 100644 --- a/tailer/fileTailer_darwin_amd64.go +++ b/tailer/fileTailer_darwin_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_linux.go b/tailer/fileTailer_linux.go index 009b8d68..1f192736 100644 --- a/tailer/fileTailer_linux.go +++ b/tailer/fileTailer_linux.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_test.go b/tailer/fileTailer_test.go index 558eb907..01fbff24 100644 --- a/tailer/fileTailer_test.go +++ b/tailer/fileTailer_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/fileTailer_windows.go b/tailer/fileTailer_windows.go index dd5208ec..04e3ffea 100644 --- a/tailer/fileTailer_windows.go +++ b/tailer/fileTailer_windows.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/file_windows.go b/tailer/file_windows.go index 58171949..47dbba68 100644 --- a/tailer/file_windows.go +++ b/tailer/file_windows.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/linereader.go b/tailer/linereader.go index 3d3a79da..2789514a 100644 --- a/tailer/linereader.go +++ b/tailer/linereader.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/linereader_test.go b/tailer/linereader_test.go index 9548c40e..5f08c58e 100644 --- a/tailer/linereader_test.go +++ b/tailer/linereader_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/pollingFileTailer.go b/tailer/pollingFileTailer.go index 8ec4aaee..8d9f4285 100644 --- a/tailer/pollingFileTailer.go +++ b/tailer/pollingFileTailer.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/stdinTailer.go b/tailer/stdinTailer.go index 9a118a5f..5080a203 100644 --- a/tailer/stdinTailer.go +++ b/tailer/stdinTailer.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/tailer.go b/tailer/tailer.go index dba59d86..44ed3d1b 100644 --- a/tailer/tailer.go +++ b/tailer/tailer.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/tailer/watcher.go b/tailer/watcher.go index b69f747a..b097e4ee 100644 --- a/tailer/watcher.go +++ b/tailer/watcher.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/templates/templates.go b/templates/templates.go index a2b6bacf..e465f6a2 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // 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/templates/templates_test.go b/templates/templates_test.go index ddda7116..d439de36 100644 --- a/templates/templates_test.go +++ b/templates/templates_test.go @@ -1,4 +1,4 @@ -// Copyright 2016-2017 The grok_exporter Authors +// Copyright 2016-2018 The grok_exporter Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.