From 23f6d21687feb79b3d4c3ed0b713a75de5051919 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Fri, 2 Jan 2026 12:49:08 +0530 Subject: [PATCH] License update --- Contentstack.AspNetCore/Contentstack.AspNetCore.csproj | 2 +- Contentstack.Core/Contentstack.Core.csproj | 2 +- Contentstack.Core/LICENSE.txt | 2 +- LICENSE | 2 +- Scripts/run-test-case.sh | 2 +- Scripts/run-unit-test-case.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj b/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj index b71bafa..71b4a06 100644 --- a/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj +++ b/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj @@ -8,7 +8,7 @@ Contentstack $(Version) Main release - Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved + Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved https://github.com/contentstack/contentstack-dotnet v$(Version) $(Version) diff --git a/Contentstack.Core/Contentstack.Core.csproj b/Contentstack.Core/Contentstack.Core.csproj index 2ec69c9..1d39949 100644 --- a/Contentstack.Core/Contentstack.Core.csproj +++ b/Contentstack.Core/Contentstack.Core.csproj @@ -8,7 +8,7 @@ $(Version) Contentstack Reference in entry Live preview support added - Copyright © 2012-2025 Contentstack. All Rights Reserved + Copyright © 2012-2026 Contentstack. All Rights Reserved true v$(Version) https://github.com/contentstack/contentstack-dotnet diff --git a/Contentstack.Core/LICENSE.txt b/Contentstack.Core/LICENSE.txt index e1238b5..a61eb19 100644 --- a/Contentstack.Core/LICENSE.txt +++ b/Contentstack.Core/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved +Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE index e1238b5..a61eb19 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2025 Contentstack (http://app.contentstack.com). All Rights Reserved +Copyright (c) 2012-2026 Contentstack (http://app.contentstack.com). All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Scripts/run-test-case.sh b/Scripts/run-test-case.sh index 241afce..68a6c7e 100755 --- a/Scripts/run-test-case.sh +++ b/Scripts/run-test-case.sh @@ -4,7 +4,7 @@ # Contentstack Delivery SDK # # Created based on Management SDK pattern -# Copyright © 2025 Contentstack. All rights reserved. +# Copyright © 2026 Contentstack. All rights reserved. echo "Removing old test results..." diff --git a/Scripts/run-unit-test-case.sh b/Scripts/run-unit-test-case.sh index 75e7d1c..3df1415 100755 --- a/Scripts/run-unit-test-case.sh +++ b/Scripts/run-unit-test-case.sh @@ -4,7 +4,7 @@ # Contentstack Delivery SDK # # Created based on Management SDK pattern -# Copyright © 2025 Contentstack. All rights reserved. +# Copyright © 2026 Contentstack. All rights reserved. echo "Removing old test results..." rm -rf "./Contentstack.Core.Unit.Tests/TestResults"