Skip to content

Commit

Permalink
Easier copyright handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed May 13, 2024
1 parent 55eb350 commit 6bce4ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseFile>license.txt</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup>
<CopyrightEndYear>2024</CopyrightEndYear>
</PropertyGroup>

<!-- SourceLink -->
<PropertyGroup Condition="'$(SkipSourceLink)'!='true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>NETProvider - Entity Framework Provider</AssemblyTitle>
<Copyright>(c) 2014-2023</Copyright>
<Copyright>(c) 2014-$(CopyrightEndYear)</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>EntityFramework.Firebird</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>NETProvider - ADO.NET Data Provider</AssemblyTitle>
<Copyright>(c) 2002-2023</Copyright>
<Copyright>(c) 2002-$(CopyrightEndYear)</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>FirebirdSql.Data.FirebirdClient</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>NETProvider - Entity Framework Core Provider</AssemblyTitle>
<Copyright>(c) 2017-2023</Copyright>
<Copyright>(c) 2017-$(CopyrightEndYear)</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageId>FirebirdSql.EntityFrameworkCore.Firebird</PackageId>
Expand Down

0 comments on commit 6bce4ed

Please sign in to comment.