diff --git a/Branding/HomePage.html b/Branding/HomePage.html index 42028c4f4..69ffc1bb0 100644 --- a/Branding/HomePage.html +++ b/Branding/HomePage.html @@ -1,4 +1,36 @@  + + + @@ -260,6 +292,36 @@ div.append-bottom, .append-bottom { .clear { clear: both; } +/* Copyright (c) Cloud Software Group, Inc. + * + * Redistribution and use in source and binary forms, + * with or without modification, are permitted provided + * that the following conditions are met: + * + * * Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the + * following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* Top Hero Section */ .cx-hero-top-bg { background: #bcd3f9; diff --git a/Branding/HomePage.ja.html b/Branding/HomePage.ja.html index dd686ac22..8db46c50c 100644 --- a/Branding/HomePage.ja.html +++ b/Branding/HomePage.ja.html @@ -1,4 +1,36 @@  + + + @@ -260,6 +292,36 @@ div.append-bottom, .append-bottom { .clear { clear: both; } +/* Copyright (c) Cloud Software Group, Inc. + * + * Redistribution and use in source and binary forms, + * with or without modification, are permitted provided + * that the following conditions are met: + * + * * Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the + * following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* Top Hero Section */ .cx-hero-top-bg { background: #bcd3f9; diff --git a/Branding/HomePage.zh-CN.html b/Branding/HomePage.zh-CN.html index 0cba748f3..22d541e5f 100644 --- a/Branding/HomePage.zh-CN.html +++ b/Branding/HomePage.zh-CN.html @@ -1,4 +1,36 @@  + + + @@ -260,6 +292,36 @@ div.append-bottom, .append-bottom { .clear { clear: both; } +/* Copyright (c) Cloud Software Group, Inc. + * + * Redistribution and use in source and binary forms, + * with or without modification, are permitted provided + * that the following conditions are met: + * + * * Redistributions of source code must retain the above + * copyright notice, this list of conditions and the + * following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the + * following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + /* Top Hero Section */ .cx-hero-top-bg { background: #bcd3f9; diff --git a/Branding/branding.sh b/Branding/branding.sh index 11a4c702a..bbd62690a 100644 --- a/Branding/branding.sh +++ b/Branding/branding.sh @@ -1,7 +1,6 @@ #!/bin/sh -# Copyright (c) Citrix Systems, Inc. -# All rights reserved. +# Copyright (c) Cloud Software Group, Inc. # # Redistribution and use in source and binary forms, # with or without modification, are permitted provided diff --git a/CFUValidator/CFUValidator.cs b/CFUValidator/CFUValidator.cs index 56851bc73..cd8074f39 100644 --- a/CFUValidator/CFUValidator.cs +++ b/CFUValidator/CFUValidator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs b/CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs index 330a53742..0b784960e 100644 --- a/CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs +++ b/CFUValidator/CommandLineOptions/CFUCommandLineOptionManager.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/CommandLineOptions/CommandLineArgument.cs b/CFUValidator/CommandLineOptions/CommandLineArgument.cs index c27e03cc3..55578868a 100644 --- a/CFUValidator/CommandLineOptions/CommandLineArgument.cs +++ b/CFUValidator/CommandLineOptions/CommandLineArgument.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/CommandLineOptions/CommandLineParser.cs b/CFUValidator/CommandLineOptions/CommandLineParser.cs index ec2407238..528783dc3 100644 --- a/CFUValidator/CommandLineOptions/CommandLineParser.cs +++ b/CFUValidator/CommandLineOptions/CommandLineParser.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/ConsoleSpinner.cs b/CFUValidator/ConsoleSpinner.cs index 7bf79c927..7c54f7a49 100644 --- a/CFUValidator/ConsoleSpinner.cs +++ b/CFUValidator/ConsoleSpinner.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/OutputDecorators/AlertDecorator.cs b/CFUValidator/OutputDecorators/AlertDecorator.cs index e1e17f339..a63f95bf2 100644 --- a/CFUValidator/OutputDecorators/AlertDecorator.cs +++ b/CFUValidator/OutputDecorators/AlertDecorator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Program.cs b/CFUValidator/Program.cs index c35fe1185..7be49ccb9 100644 --- a/CFUValidator/Program.cs +++ b/CFUValidator/Program.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Properties/AssemblyInfo.cs b/CFUValidator/Properties/AssemblyInfo.cs index ed3ad5345..e6cfaecbb 100644 --- a/CFUValidator/Properties/AssemblyInfo.cs +++ b/CFUValidator/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Updates/AlternativeUrlDownloadUpdatesXmlSourceAction.cs b/CFUValidator/Updates/AlternativeUrlDownloadUpdatesXmlSourceAction.cs index f61363389..d91a4e071 100644 --- a/CFUValidator/Updates/AlternativeUrlDownloadUpdatesXmlSourceAction.cs +++ b/CFUValidator/Updates/AlternativeUrlDownloadUpdatesXmlSourceAction.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Updates/ICheckForUpdatesXMLSource.cs b/CFUValidator/Updates/ICheckForUpdatesXMLSource.cs index c6ca0c6eb..46265678d 100644 --- a/CFUValidator/Updates/ICheckForUpdatesXMLSource.cs +++ b/CFUValidator/Updates/ICheckForUpdatesXMLSource.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Updates/ReadFromFileUpdatesXmlSource.cs b/CFUValidator/Updates/ReadFromFileUpdatesXmlSource.cs index d01a25c12..a54a7a838 100644 --- a/CFUValidator/Updates/ReadFromFileUpdatesXmlSource.cs +++ b/CFUValidator/Updates/ReadFromFileUpdatesXmlSource.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Updates/XmlRetrieverFactory.cs b/CFUValidator/Updates/XmlRetrieverFactory.cs index 32a459b79..48c9264ab 100644 --- a/CFUValidator/Updates/XmlRetrieverFactory.cs +++ b/CFUValidator/Updates/XmlRetrieverFactory.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Validators/CorePatchDetailsValidator.cs b/CFUValidator/Validators/CorePatchDetailsValidator.cs index 64c51983f..22dd2bed3 100644 --- a/CFUValidator/Validators/CorePatchDetailsValidator.cs +++ b/CFUValidator/Validators/CorePatchDetailsValidator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Validators/HfxEligibilityValidator.cs b/CFUValidator/Validators/HfxEligibilityValidator.cs index fed60f8a5..d489891f0 100644 --- a/CFUValidator/Validators/HfxEligibilityValidator.cs +++ b/CFUValidator/Validators/HfxEligibilityValidator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Validators/PatchURLValidator.cs b/CFUValidator/Validators/PatchURLValidator.cs index e9336e7e9..0caf2e3a7 100644 --- a/CFUValidator/Validators/PatchURLValidator.cs +++ b/CFUValidator/Validators/PatchURLValidator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Validators/Validator.cs b/CFUValidator/Validators/Validator.cs index 2607308d9..3cbabb683 100644 --- a/CFUValidator/Validators/Validator.cs +++ b/CFUValidator/Validators/Validator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CFUValidator/Validators/ZipContentsValidator.cs b/CFUValidator/Validators/ZipContentsValidator.cs index a85d315ee..e0a943693 100644 --- a/CFUValidator/Validators/ZipContentsValidator.cs +++ b/CFUValidator/Validators/ZipContentsValidator.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommandLib/Properties/AssemblyInfo.cs b/CommandLib/Properties/AssemblyInfo.cs index d3cfe87ea..86c1f7673 100644 --- a/CommandLib/Properties/AssemblyInfo.cs +++ b/CommandLib/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommandLib/XXHash.cs b/CommandLib/XXHash.cs index 6a5b4f481..b6671b81d 100644 --- a/CommandLib/XXHash.cs +++ b/CommandLib/XXHash.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommandLib/export.cs b/CommandLib/export.cs index 9400002cf..d7a30d6c3 100644 --- a/CommandLib/export.cs +++ b/CommandLib/export.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommandLib/io.cs b/CommandLib/io.cs index 7b69cac32..aaa918e59 100644 --- a/CommandLib/io.cs +++ b/CommandLib/io.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommandLib/tar.cs b/CommandLib/tar.cs index 97568fd01..4df252ddf 100644 --- a/CommandLib/tar.cs +++ b/CommandLib/tar.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Citrix Systems, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index 7b1d7a609..9c7ccf9cb 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -1,5 +1,4 @@ -/* Copyright (c) Cloud Software Group Holdings, Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/Jenkinsfile b/Jenkinsfile index 3026b657b..24cb1aa59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,6 @@ #!groovy -/* Copyright (c) Citrix Systems Inc. - * All rights reserved. +/* Copyright (c) Cloud Software Group, Inc. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided diff --git a/LICENSE b/LICENSE index fec8eccf8..17a17794e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ -Copyright (c) Citrix Systems, Inc. -All rights reserved. +Copyright (c) Cloud Software Group, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided diff --git a/WixInstaller/XenCenter.wxs b/WixInstaller/XenCenter.wxs index a625a6771..1106fe2f8 100644 --- a/WixInstaller/XenCenter.wxs +++ b/WixInstaller/XenCenter.wxs @@ -1,8 +1,7 @@