Skip to content

Commit 5aa9bdb

Browse files
committed
Fixed outdated copyright dates.
Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent 9be7780 commit 5aa9bdb

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

doc/content/xen-api/topics/vm-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "VM Lifecycle"
33
+++
44

5-
The following figure shows the states that a VM can be in and the
5+
The following figure shows the states that a VM can be in and the
66
API calls that can be used to move the VM between these states.
77

88
```mermaid

ocaml/idl/datamodel_pool.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,8 +1441,8 @@ let update_sync_frequency =
14411441
let configure_update_sync =
14421442
call ~name:"configure_update_sync"
14431443
~doc:
1444-
"Configure periodic update synchronization to sync updates from a remote \
1445-
CDN"
1444+
"Configure periodic update synchronization to synchronize updates from a \
1445+
remote CDN"
14461446
~lifecycle:[]
14471447
~params:
14481448
[

ocaml/sdk-gen/c/README.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libxenserver
22
============
33

4-
Copyright (c) 2007-2023 Cloud Software Group, Inc. All Rights Reserved.
4+
Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
55

66
libxenserver is a complete SDK for XenServer exposing the XenServer API to
77
C developers.

ocaml/sdk-gen/csharp/autogen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XenServer.NET
22

3-
Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.
3+
Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
44

55
XenServer.NET is a complete SDK for XenServer, exposing the XenServer
66
API as .NET classes. It is written in C#.

ocaml/sdk-gen/csharp/autogen/src/README-NuGet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XenServer.NET
22

3-
Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.
3+
Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
44

55
XenServer.NET is a complete SDK for XenServer, exposing the XenServer
66
API as .NET classes. It is written in C#.

ocaml/sdk-gen/csharp/autogen/src/XenServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageId>$(AssemblyName).NET</PackageId>
1212
<Product>$(AssemblyName).NET</Product>
1313
<Description>.NET wrapper for the XenServer API</Description>
14-
<Copyright>Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.</Copyright>
14+
<Copyright>Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.</Copyright>
1515
<PackageTags>citrix hypervisor virtualization sdk jsonrpc .net c# xen xenserver</PackageTags>
1616
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
1717
<RepositoryUrl>https://github.com/xapi-project/xen-api</RepositoryUrl>

ocaml/sdk-gen/go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XenServer SDK for Go
22

3-
Copyright (c) 2023-2024 Cloud Software Group, Inc. All Rights Reserved.
3+
Copyright (c) 2023-present Cloud Software Group, Inc. All Rights Reserved.
44

55
XenServer SDK for Go is a complete SDK for XenServer, exposing the XenServer
66
API as Go module. It is written in Go.

ocaml/sdk-gen/java/autogen/xen-api/src/main/resources/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
XenServerJava
22
=============
33

4-
Copyright (c) 2007-2023 Cloud Software Group, Inc. All Rights Reserved.
4+
Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
55

66
XenServerJava is a complete SDK for XenServer, exposing the XenServer API as
77
Java classes.

ocaml/sdk-gen/powershell/autogen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XenServer PowerShell Module
22

3-
Copyright (c) 2013-2024 Cloud Software Group, Inc. All Rights Reserved.
3+
Copyright (c) 2013-present Cloud Software Group, Inc. All Rights Reserved.
44

55
The XenServer PowerShell Module is a complete SDK for XenServer,
66
exposing the XenServer API as Windows PowerShell cmdlets.

ocaml/sdk-gen/powershell/autogen/README_51.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XenServer PowerShell Module
22

3-
Copyright (c) 2013-2024 Cloud Software Group, Inc. All Rights Reserved.
3+
Copyright (c) 2013-present Cloud Software Group, Inc. All Rights Reserved.
44

55
The XenServer PowerShell Module is a complete SDK for XenServer,
66
exposing the XenServer API as Windows PowerShell cmdlets.

ocaml/sdk-gen/powershell/autogen/XenServerPSModule.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GUID = 'D695A8B9-039A-443C-99A4-0D48D7C6AD76'
3737
#Copyright
3838
Author = ''
3939
CompanyName = 'Cloud Software Group, Inc'
40-
Copyright = 'Copyright (c) 2013-2024 Cloud Software Group, Inc. All rights reserved.'
40+
Copyright = 'Copyright (c) 2013-present Cloud Software Group, Inc. All rights reserved.'
4141

4242
# Requirements
4343
PowerShellVersion = '@PS_VERSION@'

0 commit comments

Comments
 (0)