File tree Expand file tree Collapse file tree 13 files changed +75
-13
lines changed
src/Serilog.Sinks.Notepad
test/Serilog.Sinks.Notepad.Tests Expand file tree Collapse file tree 13 files changed +75
-13
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2020 C. Augusto Proiete & Contributors
189
+ Copyright 2020-2021 C. Augusto Proiete & Contributors
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -177,4 +177,4 @@ Click on the [Releases](https://github.com/augustoproiete/serilog-sinks-notepad/
177
177
178
178
---
179
179
180
- _ Copyright © ; 2020 C. Augusto Proiete & Contributors - Provided under the [ Apache License, Version 2.0] ( LICENSE ) ._
180
+ _ Copyright © ; 2020-2021 C. Augusto Proiete & Contributors - Provided under the [ Apache License, Version 2.0] ( LICENSE ) ._
Original file line number Diff line number Diff line change 1
- using System ;
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ //
15
+ #endregion
16
+
17
+ using System ;
2
18
using System . Threading ;
3
19
using Serilog ;
4
20
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using System ;
16
18
using System . ComponentModel ;
Original file line number Diff line number Diff line change 32
32
<Authors >C. Augusto Proiete & Contributors</Authors >
33
33
<Company >augustoproiete.net</Company >
34
34
<Description >A Serilog sink that writes log events to Notepad.</Description >
35
- <Copyright >Copyright 2018- 2020 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright >
35
+ <Copyright >Copyright 2020-2021 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright >
36
36
<PackageTags >serilog;notepad;sink</PackageTags >
37
37
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
38
38
<PackageIcon >images\icon.png</PackageIcon >
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using System ;
16
18
using System . Diagnostics ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using System ;
16
18
using System . Runtime . InteropServices ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using Serilog . Core ;
16
18
using Serilog . Formatting ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using System ;
16
18
using System . Runtime . InteropServices ;
Original file line number Diff line number Diff line change 1
- // Copyright 2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2020-2021 C. Augusto Proiete & Contributors
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
+ //
15
+ #endregion
14
16
15
17
using Serilog . Core ;
16
18
using Serilog . Events ;
You can’t perform that action at this time.
0 commit comments