Skip to content

Commit 3555ca2

Browse files
Update copyright year to 2022
1 parent 6fa6b42 commit 3555ca2

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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 2020-2021 C. Augusto Proiete & Contributors
189+
Copyright 2020-2022 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
@@ -177,4 +177,4 @@ Click on the [Releases](https://github.com/serilog-contrib/serilog-sinks-notepad
177177

178178
---
179179

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

sample/ConsoleDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/NotepadLoggerConfigurationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Authors>C. Augusto Proiete &amp; Contributors</Authors>
3333
<Company>augustoproiete.net</Company>
3434
<Description>A Serilog sink that writes log events to Notepad.</Description>
35-
<Copyright>Copyright 2020-2021 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
35+
<Copyright>Copyright 2020-2022 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
3636
<PackageTags>serilog;notepad;sink;selflog;diagnostic;debug;troubleshoot;serilog-sink;serilog-contrib;augustoproiete;augusto-proiete</PackageTags>
3737
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3838
<PackageIcon>images\icon.png</PackageIcon>

src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/NotepadTextWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/User32.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Sinks/Notepad/NullSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

src/Serilog.Sinks.Notepad/Sinks/TextWriter/TextWriterSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

test/Serilog.Sinks.Notepad.Tests/Sinks/TextWriter/TextWriterSinkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

test/Serilog.Sinks.Notepad.Tests/Support/Some.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2021 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2022 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.

0 commit comments

Comments
 (0)