From 4040db4442c842e7c58a8e95606dbfced66b0492 Mon Sep 17 00:00:00 2001 From: Mattias Kindborg Date: Tue, 2 Jan 2018 20:49:51 +0100 Subject: [PATCH] chore(copyright): update --- LICENSE | 2 +- src/Serilog.Sinks.Http/LoggerSinkConfigurationExtensions.cs | 2 +- .../Sinks/Http/BatchFormatters/ArrayBatchFormatter.cs | 2 +- .../Sinks/Http/BatchFormatters/BatchFormatter.cs | 2 +- .../Sinks/Http/BatchFormatters/DefaultBatchFormatter.cs | 2 +- src/Serilog.Sinks.Http/Sinks/Http/IBatchFormatter.cs | 2 +- src/Serilog.Sinks.Http/Sinks/Http/IHttpClient.cs | 2 +- .../Sinks/Http/Private/Network/HttpClientWrapper.cs | 2 +- .../Sinks/Http/Private/Network/HttpLogShipper.cs | 2 +- .../Sinks/Http/Private/Sinks/DurableHttpSink.cs | 2 +- src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/HttpSink.cs | 2 +- .../Http/Private/Time/ExponentialBackoffConnectionSchedule.cs | 2 +- src/Serilog.Sinks.Http/Sinks/Http/Private/Time/PortableTimer.cs | 2 +- .../Sinks/Http/TextFormatters/CompactRenderedTextFormatter.cs | 2 +- .../Sinks/Http/TextFormatters/CompactTextFormatter.cs | 2 +- .../Sinks/Http/TextFormatters/NormalRenderedTextFormatter.cs | 2 +- .../Sinks/Http/TextFormatters/NormalTextFormatter.cs | 2 +- .../Sinks/Http/TextFormatters/ValueFormatter.cs | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index c78567c5..004915eb 100644 --- a/LICENSE +++ b/LICENSE @@ -175,7 +175,7 @@ Apache License END OF TERMS AND CONDITIONS - Copyright 2017 Mattias Kindborg + Copyright 2017-2018 Mattias Kindborg 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/src/Serilog.Sinks.Http/LoggerSinkConfigurationExtensions.cs b/src/Serilog.Sinks.Http/LoggerSinkConfigurationExtensions.cs index ef3ec2d0..680983e3 100644 --- a/src/Serilog.Sinks.Http/LoggerSinkConfigurationExtensions.cs +++ b/src/Serilog.Sinks.Http/LoggerSinkConfigurationExtensions.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/ArrayBatchFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/ArrayBatchFormatter.cs index 670c435c..6f1697b4 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/ArrayBatchFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/ArrayBatchFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/BatchFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/BatchFormatter.cs index 369ed36e..2f97027d 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/BatchFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/BatchFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/DefaultBatchFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/DefaultBatchFormatter.cs index c2edaeab..f5b17aac 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/DefaultBatchFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/BatchFormatters/DefaultBatchFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/IBatchFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/IBatchFormatter.cs index 0adc4c1c..dc324be0 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/IBatchFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/IBatchFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/IHttpClient.cs b/src/Serilog.Sinks.Http/Sinks/Http/IHttpClient.cs index fd706bac..3f0fe405 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/IHttpClient.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/IHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpClientWrapper.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpClientWrapper.cs index d895ba90..8cf19387 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpClientWrapper.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpClientWrapper.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpLogShipper.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpLogShipper.cs index 21a44da1..50674d36 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpLogShipper.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Network/HttpLogShipper.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/DurableHttpSink.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/DurableHttpSink.cs index d7a292c7..f8ed991b 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/DurableHttpSink.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/DurableHttpSink.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/HttpSink.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/HttpSink.cs index c1b2438e..5984a3b2 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/HttpSink.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Sinks/HttpSink.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/ExponentialBackoffConnectionSchedule.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/ExponentialBackoffConnectionSchedule.cs index 5ac30ccd..62c0917a 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/ExponentialBackoffConnectionSchedule.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/ExponentialBackoffConnectionSchedule.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/PortableTimer.cs b/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/PortableTimer.cs index 3c1be008..661d148d 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/PortableTimer.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/Private/Time/PortableTimer.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactRenderedTextFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactRenderedTextFormatter.cs index 0421bd2f..a206f90d 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactRenderedTextFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactRenderedTextFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactTextFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactTextFormatter.cs index a4165aa7..f2d5d4a9 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactTextFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/CompactTextFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalRenderedTextFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalRenderedTextFormatter.cs index 29c421ae..ffaa9400 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalRenderedTextFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalRenderedTextFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalTextFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalTextFormatter.cs index a8c9737c..19854476 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalTextFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/NormalTextFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // 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/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/ValueFormatter.cs b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/ValueFormatter.cs index 6f3b3f0c..0f13c61a 100644 --- a/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/ValueFormatter.cs +++ b/src/Serilog.Sinks.Http/Sinks/Http/TextFormatters/ValueFormatter.cs @@ -1,4 +1,4 @@ -// Copyright 2015-2017 Serilog Contributors +// Copyright 2015-2018 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.