Skip to content

Commit c01fd12

Browse files
committed
Update copyright dates in preparation for year's end
1 parent 82e845a commit c01fd12

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>Ignia</Company>
1313
<Product>Ignia OnTopic Library</Product>
1414
<Description>Provides presentation-layer support for the ASP.NET Core Framework.</Description>
15-
<Copyright>Copyright © 2019 Ignia, LLC</Copyright>
15+
<Copyright>©2020 Ignia, LLC</Copyright>
1616
<OutputPath>bin\$(Configuration)\</OutputPath>
1717
<Authors>Ignia</Authors>
1818
</PropertyGroup>

OnTopic.Data.Caching/OnTopic.Data.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>Ignia</Company>
1313
<Product>Ignia OnTopic Library</Product>
1414
<Description>Provides a caching decorator for ITopicRepository implementations.</Description>
15-
<Copyright>Copyright © 2018 Ignia, LLC</Copyright>
15+
<Copyright>©2020 Ignia, LLC</Copyright>
1616
<OutputPath>bin\$(Configuration)\</OutputPath>
1717
<Authors>Ignia</Authors>
1818
</PropertyGroup>

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Company>Ignia</Company>
1111
<Product>Ignia OnTopic Library</Product>
1212
<Description>Provides Microsoft SQL Server support for persisting the OnTopic graph to a database.</Description>
13-
<Copyright>Copyright © 2018 Ignia, LLC</Copyright>
13+
<Copyright>©2020 Ignia, LLC</Copyright>
1414
<OutputPath>bin\$(Configuration)\</OutputPath>
1515
<Authors>Ignia</Authors>
1616
</PropertyGroup>

OnTopic.TestDoubles/OnTopic.TestDoubles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Company>Ignia</Company>
1212
<Product>Ignia OnTopic Library</Product>
1313
<Description>Test doubles, such as dummies and stubs, useful in setting up unit and integration tests for OnTopic.</Description>
14-
<Copyright>Copyright © 2019 Ignia, LLC</Copyright>
14+
<Copyright>©2020 Ignia, LLC</Copyright>
1515
<OutputPath>bin\$(Configuration)\</OutputPath>
1616
<Authors>Ignia</Authors>
1717
</PropertyGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Company>Ignia</Company>
1212
<Product>Ignia OnTopic Library</Product>
1313
<Description>Provides unit tests for the OnTopic library.</Description>
14-
<Copyright>Copyright © 2019 Ignia, LLC</Copyright>
14+
<Copyright>©2020 Ignia, LLC</Copyright>
1515
<OutputPath>bin\$(Configuration)\</OutputPath>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Company>Ignia</Company>
1414
<Product>Ignia OnTopic Library</Product>
1515
<Description>Provides view models that map to the factory default content type schemas.</Description>
16-
<Copyright>Copyright © 2018 Ignia, LLC</Copyright>
16+
<Copyright>©2020 Ignia, LLC</Copyright>
1717
<OutputPath>bin\$(Configuration)\</OutputPath>
1818
<Authors>Ignia</Authors>
1919
</PropertyGroup>

OnTopic/OnTopic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>Ignia</Company>
1313
<Product>Ignia OnTopic Library</Product>
1414
<Description>Libraries for supporting Ignia Topics, a content management system (CMS) based on structured, hierarchical data.</Description>
15-
<Copyright>Copyright © 2018 Ignia, LLC</Copyright>
15+
<Copyright>©2020 Ignia, LLC</Copyright>
1616
<OutputPath>bin\$(Configuration)\</OutputPath>
1717
<Authors>Ignia</Authors>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)