Skip to content

Commit 23f6d21

Browse files
committed
License update
1 parent 545b94a commit 23f6d21

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Contentstack.AspNetCore/Contentstack.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Owners>Contentstack</Owners>
99
<PackageVersion>$(Version)</PackageVersion>
1010
<Description>Main release</Description>
11-
<Copyright>Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved</Copyright>
11+
<Copyright>Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved</Copyright>
1212
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>
1313
<PackageTags>v$(Version)</PackageTags>
1414
<ReleaseVersion>$(Version)</ReleaseVersion>

Contentstack.Core/Contentstack.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion>$(Version)</PackageVersion>
99
<Owners>Contentstack</Owners>
1010
<PackageReleaseNotes>Reference in entry Live preview support added</PackageReleaseNotes>
11-
<Copyright>Copyright © 2012-2025 Contentstack. All Rights Reserved</Copyright>
11+
<Copyright>Copyright © 2012-2026 Contentstack. All Rights Reserved</Copyright>
1212
<PackOnBuild>true</PackOnBuild>
1313
<PackageTags>v$(Version)</PackageTags>
1414
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>

Contentstack.Core/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved
3+
Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved
3+
Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Scripts/run-test-case.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contentstack Delivery SDK
55
#
66
# Created based on Management SDK pattern
7-
# Copyright © 2025 Contentstack. All rights reserved.
7+
# Copyright © 2026 Contentstack. All rights reserved.
88

99
echo "Removing old test results..."
1010

Scripts/run-unit-test-case.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contentstack Delivery SDK
55
#
66
# Created based on Management SDK pattern
7-
# Copyright © 2025 Contentstack. All rights reserved.
7+
# Copyright © 2026 Contentstack. All rights reserved.
88

99
echo "Removing old test results..."
1010
rm -rf "./Contentstack.Core.Unit.Tests/TestResults"

0 commit comments

Comments
 (0)