CP-41737: Update copyright notices

Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
Danilo Del Busso 2023-02-14 10:23:12 +00:00
parent c13ba4082d
commit 43e2cecf32
No known key found for this signature in database
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,5 @@
/* 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
* that the following conditions are met:

View File

@ -1,6 +1,5 @@
/* 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
* that the following conditions are met:
@ -57,7 +56,7 @@ namespace XenAdmin.Diagnostics.Problems.PoolProblem
_pool,
BrandManager.ProductVersionPost82
);
public PoolHasFCoESrWarning(Check check, Pool pool, bool upgradingToVersionWithDeprecation) : base(check)
{
_pool = pool;