Skip to content

Commit 5c5bc36

Browse files
Update year on copyright header in source files
Why I couldn't wait a few weeks to do it only once for 2020 is beyond me... 🤷‍♂️
1 parent 95ec18c commit 5c5bc36

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ In order for the Excel-DNA enricher to work from an add-in that was packaged usi
5050

5151
---
5252

53-
_Copyright © 2018 Caio Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._
53+
_Copyright © 2018-2019 Caio Proiete & Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._

sample/SampleAddIn/AddIn.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

sample/SampleAddIn/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[assembly: AssemblyCompany("caioproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Enrichers.ExcelDna")]
18-
[assembly: AssemblyCopyright("Copyright © 2018 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright © 2018-2019 Caio Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelBitnessEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelVersionEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/ExcelVersionNameEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Enrichers/ExcelDna/XllPathEnricher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/ExcelDnaLoggerConfigurationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Caio Proiete & Contributors
1+
// Copyright 2018-2019 Caio Proiete & Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/Serilog.Enrichers.ExcelDna/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[assembly: AssemblyCompany("caioproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Enrichers.ExcelDna")]
18-
[assembly: AssemblyCopyright("Copyright © 2018 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright © 2018-2019 Caio Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

src/Serilog.Enrichers.ExcelDna/Serilog.Enrichers.ExcelDna.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>A Serilog Enricher with properties from Excel-DNA</description>
1515
<language>en-US</language>
1616
<tags>serilog enricher exceldna excel-dna xll xllpath</tags>
17-
<copyright>Copyright (c) 2018 Caio Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
17+
<copyright>Copyright (c) 2018-2019 Caio Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
1818
<dependencies>
1919
<group targetFramework=".NETFramework4.5">
2020
<dependency id="Serilog" version="2.5.0" exclude="Build,Analyzers" />

0 commit comments

Comments
 (0)