From b0f488ecf25df8229ac1a6e5a0f648c207fa743b Mon Sep 17 00:00:00 2001 From: APopatanasov Date: Fri, 4 Jan 2019 14:06:52 +0200 Subject: [PATCH] Update copyright and company name. --- Drawing.UWP/DrawingUWP/Resource.rc | 4 ++-- LICENSE.md | 2 +- SDKExamples.UWP/Properties/AssemblyInfo.cs | 4 ++-- UnitTests/UAP.Tests/Chart.Tests/Properties/AssemblyInfo.cs | 4 ++-- .../UAP.Tests/DataControls.Tests/Properties/AssemblyInfo.cs | 4 ++-- UnitTests/UAP.Tests/Grid.Tests/Properties/AssemblyInfo.cs | 4 ++-- UnitTests/UAP.Tests/Input.Tests/Properties/AssemblyInfo.cs | 4 ++-- notice.txt | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Drawing.UWP/DrawingUWP/Resource.rc b/Drawing.UWP/DrawingUWP/Resource.rc index ed371b2..a9031dd 100644 --- a/Drawing.UWP/DrawingUWP/Resource.rc +++ b/Drawing.UWP/DrawingUWP/Resource.rc @@ -66,11 +66,11 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "Telerik AD" + VALUE "CompanyName", "Progress Software Corporation" VALUE "FileDescription", "Telerik UI For UWP" VALUE "FileVersion", STRFILEVER VALUE "InternalName", "Native.dll" - VALUE "LegalCopyright", "Copyright © 2015-2018 Telerik AD. All rights reserved." + VALUE "LegalCopyright", "Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved." VALUE "OriginalFilename", "Native.dll" VALUE "ProductName", "Telerik UI For UWP" VALUE "ProductVersion", STRPRODUCTVER diff --git a/LICENSE.md b/LICENSE.md index 11afc7b..36b780a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2015-2018 Telerik AD. All rights reserved. +Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/SDKExamples.UWP/Properties/AssemblyInfo.cs b/SDKExamples.UWP/Properties/AssemblyInfo.cs index 218e057..0257729 100644 --- a/SDKExamples.UWP/Properties/AssemblyInfo.cs +++ b/SDKExamples.UWP/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("SDKExamples.UWP")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Progress Software Corporation")] [assembly: AssemblyProduct("SDKExamples.UWP")] -[assembly: AssemblyCopyright("Copyright © 2015-2018 Telerik AD. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/UnitTests/UAP.Tests/Chart.Tests/Properties/AssemblyInfo.cs b/UnitTests/UAP.Tests/Chart.Tests/Properties/AssemblyInfo.cs index b89664a..90152ca 100644 --- a/UnitTests/UAP.Tests/Chart.Tests/Properties/AssemblyInfo.cs +++ b/UnitTests/UAP.Tests/Chart.Tests/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Chart.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Progress Software Corporation")] [assembly: AssemblyProduct("Chart.Tests")] -[assembly: AssemblyCopyright("Copyright © 2015-2018 Telerik AD. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyMetadata("TargetPlatform", "UAP")] diff --git a/UnitTests/UAP.Tests/DataControls.Tests/Properties/AssemblyInfo.cs b/UnitTests/UAP.Tests/DataControls.Tests/Properties/AssemblyInfo.cs index 702c629..629e6e3 100644 --- a/UnitTests/UAP.Tests/DataControls.Tests/Properties/AssemblyInfo.cs +++ b/UnitTests/UAP.Tests/DataControls.Tests/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("DataControls.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Progress Software Corporation")] [assembly: AssemblyProduct("DataControls.Tests")] -[assembly: AssemblyCopyright("Copyright © 2015-2018 Telerik AD. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyMetadata("TargetPlatform", "UAP")] diff --git a/UnitTests/UAP.Tests/Grid.Tests/Properties/AssemblyInfo.cs b/UnitTests/UAP.Tests/Grid.Tests/Properties/AssemblyInfo.cs index dcf2521..2b5483d 100644 --- a/UnitTests/UAP.Tests/Grid.Tests/Properties/AssemblyInfo.cs +++ b/UnitTests/UAP.Tests/Grid.Tests/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Grid.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Progress Software Corporation")] [assembly: AssemblyProduct("Grid.Tests")] -[assembly: AssemblyCopyright("Copyright © 2015-2018 Telerik AD. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyMetadata("TargetPlatform", "UAP")] diff --git a/UnitTests/UAP.Tests/Input.Tests/Properties/AssemblyInfo.cs b/UnitTests/UAP.Tests/Input.Tests/Properties/AssemblyInfo.cs index 0ad8cd1..83d7f68 100644 --- a/UnitTests/UAP.Tests/Input.Tests/Properties/AssemblyInfo.cs +++ b/UnitTests/UAP.Tests/Input.Tests/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Input.Tests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Progress Software Corporation")] [assembly: AssemblyProduct("Input.Tests")] -[assembly: AssemblyCopyright("Copyright © 2015-2018 Telerik AD. All rights reserved.")] +[assembly: AssemblyCopyright("Copyright © 2015-2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyMetadata("TargetPlatform", "UAP")] diff --git a/notice.txt b/notice.txt index 6706781..69c907b 100644 --- a/notice.txt +++ b/notice.txt @@ -4,6 +4,6 @@ == in this case for Telerik UI for UWP by Progress == ========================================================================= Telerik UI for UWP by Progress -Copyright (C) 2015 - 2018 Telerik AD +Copyright (C) 2015 - 2019 Progress Software Corporation For license information see the LICENSE.md file which accompanies this NOTICE.txt file. -Any open source software that may be delivered by Telerik AD embedded in or in association with Telerik UI for UWP by Progress is provided pursuant to the open source license applicable to such software and subject to the disclaimers and limitations on liability set forth in such license. +Any open source software that may be delivered by Progress Software Corporation embedded in or in association with Telerik UI for UWP by Progress is provided pursuant to the open source license applicable to such software and subject to the disclaimers and limitations on liability set forth in such license.