Skip to content

Commit 82c5535

Browse files
Update copyright year
1 parent 67a387e commit 82c5535

File tree

10 files changed

+22
-10
lines changed

10 files changed

+22
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2020 C. Augusto Proiete & Contributors
189+
Copyright 2018-2021 C. Augusto Proiete & Contributors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Click on the [Releases](https://github.com/augustoproiete/serilog-enrichers-exce
7272

7373
---
7474

75-
_Copyright © 2018-2020 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._
75+
_Copyright © 2018-2021 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._

sample/SampleAddIn/AddIn.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using System;
1618
using ExcelDna.Integration;

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("augustoproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Enrichers.ExcelDna")]
18-
[assembly: AssemblyCopyright("Copyright 2018-2020 C. Augusto Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2021 C. Augusto Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using System;
1618
using Serilog.Core;

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using ExcelDna.Integration;
1618
using Serilog.Core;

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using System;
1618
using ExcelDna.Integration;

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using ExcelDna.Integration;
1618
using Serilog.Core;

src/Serilog.Enrichers.ExcelDna/ExcelDnaLoggerConfigurationExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 C. Augusto Proiete & Contributors
1+
#region Copyright 2018-2021 C. Augusto 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.
@@ -11,6 +11,8 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
//
15+
#endregion
1416

1517
using System;
1618
using ExcelDna.Integration;

src/Serilog.Enrichers.ExcelDna/Serilog.Enrichers.ExcelDna.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<Authors>C. Augusto Proiete &amp; Contributors</Authors>
3434
<Company>augustoproiete.net</Company>
3535
<Description>A Serilog Enricher with properties from Excel-DNA</Description>
36-
<Copyright>Copyright 2018-2020 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
36+
<Copyright>Copyright 2018-2021 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
3737
<PackageTags>serilog;enricher;exceldna;excel-dna;xll;xllpath;excel</PackageTags>
3838
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3939
<PackageIcon>images\icon.png</PackageIcon>

0 commit comments

Comments
 (0)