Skip to content

Commit e7bcbed

Browse files
committed
update copyright statement
1 parent 932de27 commit e7bcbed

12 files changed

Lines changed: 12 additions & 12 deletions

components/inventory/documentation/uml/inventory.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
@startuml
88

components/inventory/documentation/uml/inventory/id_r32_field_array_2d_pair_mod.iuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
class id_r32_field_array_2d_pair_mod::id_r32_field_array_2d_pair_type {
88
-field_array_: field_real32_type

components/inventory/documentation/uml/inventory/id_r64_field_array_2d_pair_mod.iuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
class id_r64_field_array_2d_pair_mod::id_r64_field_array_2d_pair_type {
88
-field_array_: field_real64_type

components/inventory/documentation/uml/inventory/inventory_by_integer_mod.iuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
class inventory_by_integer_mod::inventory_by_integer_type {
88
-paired_object_list: linked_list_type

components/inventory/documentation/uml/inventory/inventory_by_local_mesh_mod.iuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
class inventory_by_local_mesh_mod::inventory_by_local_mesh_type {
88
-paired_object_list: linked_list_type

components/inventory/documentation/uml/inventory/inventory_by_mesh_mod.iuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
' The file LICENCE, distributed with this code, contains details of the terms
33
' under which the code may be used.
44
' Some of the content of this file has been produced with the assistance of
5-
' GitHub Copilot (Claude Sonnet 5).
5+
' Met Office GitHub Copilot Enterprise.
66

77
class inventory_by_mesh_mod::inventory_by_mesh_type {
88
-paired_object_list: linked_list_type

components/inventory/source/inventory/id_r32_field_array_2d_pair_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
! The file LICENCE, distributed with this code, contains details of the terms
44
! under which the code may be used.
55
! Some of the content of this file has been produced with the assistance of
6-
! GitHub Copilot (Claude Sonnet 5).
6+
! Met Office GitHub Copilot Enterprise.
77
!-----------------------------------------------------------------------------
88

99
!> @brief Defines an object to pair 2D field arrays with a unique identifier.

components/inventory/source/inventory/id_r64_field_array_2d_pair_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
! The file LICENCE, distributed with this code, contains details of the terms
44
! under which the code may be used.
55
! Some of the content of this file has been produced with the assistance of
6-
! GitHub Copilot (Claude Sonnet 5).
6+
! Met Office GitHub Copilot Enterprise.
77
!-----------------------------------------------------------------------------
88

99
!> @brief Defines an object to pair 2D field arrays with a unique identifier.

components/inventory/source/inventory/inventory_by_integer_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
! The file LICENCE, distributed with this code, contains details of the terms
44
! under which the code may be used.
55
! Some of the content of this file has been produced with the assistance of
6-
! GitHub Copilot (Claude Sonnet 5).
6+
! Met Office GitHub Copilot Enterprise.
77
!-----------------------------------------------------------------------------
88
!
99
!> @brief Holds and manages objects that are paired with an integer key in an

components/inventory/source/inventory/inventory_by_local_mesh_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
! The file LICENCE, distributed with this code, contains details of the terms
44
! under which the code may be used.
55
! Some of the content of this file has been produced with the assistance of
6-
! GitHub Copilot (Claude Sonnet 5).
6+
! Met Office GitHub Copilot Enterprise.
77
!-----------------------------------------------------------------------------
88
!
99
!> @brief Holds and manages objects that are paired with local meshes

0 commit comments

Comments
 (0)