Skip to content

Commit f0d86a0

Browse files
Update project metadata
1 parent ab63733 commit f0d86a0

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.

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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.

sample/SampleAddIn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[assembly: AssemblyConfiguration("Release")]
1414
#endif
1515

16-
[assembly: AssemblyCompany("caioproiete.net")]
16+
[assembly: AssemblyCompany("augustoproiete.net")]
1717
[assembly: AssemblyProduct("SampleAddIn")]
18-
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2020 C. Augusto 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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.ExcelDnaLogDisplay/ExcelDnaLogDisplayConfigurationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.ExcelDnaLogDisplay/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
[assembly: AssemblyConfiguration("Release")]
1515
#endif
1616

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

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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.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-2020 Caio Proiete & Contributors
1+
// Copyright 2018-2020 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.ExcelDnaLogDisplay.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[assembly: AssemblyConfiguration("Release")]
1414
#endif
1515

16-
[assembly: AssemblyCompany("caioproiete.net")]
16+
[assembly: AssemblyCompany("augustoproiete.net")]
1717
[assembly: AssemblyProduct("Serilog.Sinks.ExcelDnaLogDisplay.Tests")]
18-
[assembly: AssemblyCopyright("Copyright 2018-2020 Caio Proiete & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2018-2020 C. Augusto Proiete & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

0 commit comments

Comments
 (0)