Skip to content

Commit 21098b7

Browse files
committed
Update the copyright year to 2025
[git-p4: depot-paths = "//dev/main.net/": change = 113101]
1 parent 272e70c commit 21098b7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/Coherence.SessionStore/Coherence.SessionStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Version>15.1.1.0</Version>
99
<Title>Oracle Cohrence SessionStore 15.1.1.0</Title>
1010
<Authors>Oracle</Authors>
11-
<Copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</Copyright>
11+
<Copyright>Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.</Copyright>
1212
<PackageProjectUrl>https://coherence.community/</PackageProjectUrl>
1313
<Product>Oracle Coherence SessionStore</Product>
1414
<AssemblyVersion>15.1.1.0</AssemblyVersion>

src/Coherence/Coherence.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2626
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
2727
<FileVersion>$(VersionPrefix)</FileVersion>
28-
28+
2929
<Company>Oracle</Company>
30-
<Copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</Copyright>
30+
<Copyright>Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.</Copyright>
3131
<Product>Oracle Coherence for .NET</Product>
3232

3333
<Description Condition="'$(Official)' == ''" >$(Version) ($(USER))</Description>
@@ -46,7 +46,7 @@
4646
Implementation of Oracle Coherence .NET Extend Client.
4747
</PackageDescription>
4848
<PackageReleaseNotes>
49-
For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)/.
49+
For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$(Version)/.
5050
</PackageReleaseNotes>
5151
<PackageTags>IMDG;Scalable;Distributed;DB;Cache;Microservices</PackageTags>
5252
<Authors>Oracle</Authors>
@@ -92,7 +92,7 @@
9292
<None Remove="Config\coherence-pof-config.xml" />
9393
<None Remove="Config\coherence.xsd" />
9494
</ItemGroup>
95-
95+
9696
<ItemGroup>
9797
<EmbeddedResource Include="Config\cache-config.xsd" />
9898
<EmbeddedResource Include="Config\coherence-cache-config.xml" />
@@ -108,7 +108,7 @@
108108
<None Include="Config/coherence.xsd" Pack="true" PackagePath="Config/coherence.xsd"/>
109109
<None Include="Config/pof-config.xsd" Pack="true" PackagePath="Config/pof-config.xsd"/>
110110
</ItemGroup>
111-
111+
112112
<ItemGroup>
113113
<None Include="../../assets/coherence-logo.png" Pack="true" PackagePath="/"/>
114114
<None Include="../../assets/nuget-readme.md" Pack="true" PackagePath="readme.md"/>

src/Coherence/Coherence.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<icon>coherence-logo.png</icon>
1414
<description>This is a .NET 6 (or later) compatible implementation of Oracle Coherence .NET Extend Client. For .NET 6 compatible implementation, see https://www.nuget.org/packages/Coherence/.</description>
1515
<releaseNotes>For release notes, please visit https://github.com/oracle/coherence-dotnet-extend-client/releases/tag/$version$/.</releaseNotes>
16-
<copyright>Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.</copyright>
16+
<copyright>Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.</copyright>
1717
<language>en-US</language>
1818
<tags>IMDG;Scalable;Distributed;DB;Cache;Microservices</tags>
1919
</metadata>

0 commit comments

Comments
 (0)