diff --git a/elisa/jest.config.js b/elisa/jest.config.js index cca2fded7b..f7fe5d222c 100644 --- a/elisa/jest.config.js +++ b/elisa/jest.config.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ module.exports = { globals: { LABKEY: { diff --git a/elisa/resources/schemas/dbscripts/postgresql/elisa-0.000-23.000.sql b/elisa/resources/schemas/dbscripts/postgresql/elisa-0.000-23.000.sql index 0cab65f486..3198655693 100644 --- a/elisa/resources/schemas/dbscripts/postgresql/elisa-0.000-23.000.sql +++ b/elisa/resources/schemas/dbscripts/postgresql/elisa-0.000-23.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * 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/elisa/resources/schemas/dbscripts/sqlserver/elisa-0.000-23.000.sql b/elisa/resources/schemas/dbscripts/sqlserver/elisa-0.000-23.000.sql index a5d686383c..8aab5fa3cf 100644 --- a/elisa/resources/schemas/dbscripts/sqlserver/elisa-0.000-23.000.sql +++ b/elisa/resources/schemas/dbscripts/sqlserver/elisa-0.000-23.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * 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/elisa/resources/schemas/elisa.xml b/elisa/resources/schemas/elisa.xml index 2796a6e97e..205056fa0b 100644 --- a/elisa/resources/schemas/elisa.xml +++ b/elisa/resources/schemas/elisa.xml @@ -1,7 +1,7 @@