Skip to content

Commit 4445def

Browse files
Update Copyright year
1 parent e49ba8c commit 4445def

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

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-2020 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/Functions.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-2020 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("SampleAddIn")]
18-
[assembly: AssemblyCopyright("Copyright © 2018 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

sample/SampleAddIn/Ribbon.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-2020 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.Sinks.ExcelDnaLogDisplay/ExcelDnaLogDisplayConfigurationExtensions.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-2020 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.Sinks.ExcelDnaLogDisplay/Properties/AssemblyInfo.cs

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

1717
[assembly: AssemblyCompany("caioproiete.net")]
1818
[assembly: AssemblyProduct("Serilog.Sinks.ExcelDnaLogDisplay")]
19-
[assembly: AssemblyCopyright("Copyright © 2018 Caio Proiete & Contributors")]
19+
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
2020
[assembly: AssemblyTrademark("")]
2121
[assembly: AssemblyCulture("")]
2222

src/Serilog.Sinks.ExcelDnaLogDisplay/Serilog.Sinks.ExcelDnaLogDisplay.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>A Serilog sink that writes events to Excel-DNA LogDisplay</description>
1616
<language>en-US</language>
1717
<tags>serilog sink exceldna excel-dna logdisplay</tags>
18-
<copyright>Copyright (c) 2018 Caio Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
18+
<copyright>Copyright (c) 2018-2020 Caio Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</copyright>
1919
<dependencies>
2020
<group targetFramework=".NETFramework4.5">
2121
<dependency id="Serilog" version="2.5.0" exclude="Build,Analyzers" />

src/Serilog.Sinks.ExcelDnaLogDisplay/Sinks/ExcelDnaLogDisplay/ExcelDnaLogDisplaySink.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-2020 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.

test/Serilog.Sinks.ExcelDnaLogDisplay.Tests/LogDisplayConfigurationExtensionsTests.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-2020 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.

test/Serilog.Sinks.ExcelDnaLogDisplay.Tests/LogDisplaySinkTests.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-2020 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.

0 commit comments

Comments
 (0)