File tree Expand file tree Collapse file tree 10 files changed +22
-10
lines changed
src/Serilog.Enrichers.ExcelDna Expand file tree Collapse file tree 10 files changed +22
-10
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 2018-2020 C. Augusto Proiete & Contributors
189
+ Copyright 2018-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 @@ -72,4 +72,4 @@ Click on the [Releases](https://github.com/augustoproiete/serilog-enrichers-exce
72
72
73
73
---
74
74
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 ) ._
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 ExcelDna . Integration ;
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: AssemblyCompany ( "augustoproiete.net" ) ]
17
17
[ 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" ) ]
19
19
[ assembly: AssemblyTrademark ( "" ) ]
20
20
[ assembly: AssemblyCulture ( "" ) ]
21
21
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 Serilog . Core ;
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 ExcelDna . Integration ;
16
18
using Serilog . Core ;
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 ExcelDna . Integration ;
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 ExcelDna . Integration ;
16
18
using Serilog . Core ;
Original file line number Diff line number Diff line change 1
- // Copyright 2018-2020 C. Augusto Proiete & Contributors
1
+ #region Copyright 2018-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 ExcelDna . Integration ;
Original file line number Diff line number Diff line change 33
33
<Authors >C. Augusto Proiete & Contributors</Authors >
34
34
<Company >augustoproiete.net</Company >
35
35
<Description >A Serilog Enricher with properties from Excel-DNA</Description >
36
- <Copyright >Copyright 2018-2020 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright >
36
+ <Copyright >Copyright 2018-2021 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright >
37
37
<PackageTags >serilog;enricher;exceldna;excel-dna;xll;xllpath;excel</PackageTags >
38
38
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
39
39
<PackageIcon >images\icon.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments