From 43838c5415a4c8bbd53be0be39d84c4217e6e325 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 25 May 2026 13:44:44 -0700 Subject: [PATCH] Update copyrights and licenses --- .../remoteapi/ApiKeyCredentialsProvider.java | 2 +- src/org/labkey/remoteapi/ApiVersionException.java | 2 +- .../remoteapi/BasicAuthCredentialsProvider.java | 2 +- src/org/labkey/remoteapi/Command.java | 2 +- src/org/labkey/remoteapi/CommandException.java | 2 +- src/org/labkey/remoteapi/CommandResponse.java | 2 +- src/org/labkey/remoteapi/Connection.java | 2 +- src/org/labkey/remoteapi/CredentialsProvider.java | 2 +- src/org/labkey/remoteapi/GetCommand.java | 15 +++++++++++++++ .../remoteapi/GuestCredentialsProvider.java | 2 +- src/org/labkey/remoteapi/HasRequiredVersion.java | 15 +++++++++++++++ .../remoteapi/NetrcCredentialsProvider.java | 2 +- src/org/labkey/remoteapi/NetrcFileParser.java | 2 +- src/org/labkey/remoteapi/PostCommand.java | 2 +- src/org/labkey/remoteapi/ResponseObject.java | 2 +- src/org/labkey/remoteapi/SimpleGetCommand.java | 15 +++++++++++++++ src/org/labkey/remoteapi/SimplePostCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/assay/AssayListCommand.java | 2 +- .../labkey/remoteapi/assay/AssayListResponse.java | 2 +- src/org/labkey/remoteapi/assay/Batch.java | 2 +- src/org/labkey/remoteapi/assay/Data.java | 2 +- src/org/labkey/remoteapi/assay/ExpObject.java | 2 +- .../remoteapi/assay/GetAssayRunCommand.java | 15 +++++++++++++++ .../remoteapi/assay/GetAssayRunResponse.java | 15 +++++++++++++++ .../remoteapi/assay/GetProtocolCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/assay/ImportRunCommand.java | 2 +- .../labkey/remoteapi/assay/ImportRunResponse.java | 2 +- .../remoteapi/assay/LoadAssayBatchCommand.java | 15 +++++++++++++++ .../remoteapi/assay/LoadAssayBatchResponse.java | 15 +++++++++++++++ src/org/labkey/remoteapi/assay/Material.java | 2 +- src/org/labkey/remoteapi/assay/Protocol.java | 15 +++++++++++++++ .../labkey/remoteapi/assay/ProtocolResponse.java | 15 +++++++++++++++ src/org/labkey/remoteapi/assay/Run.java | 2 +- .../remoteapi/assay/SaveAssayBatchCommand.java | 2 +- .../remoteapi/assay/SaveAssayBatchResponse.java | 2 +- .../remoteapi/assay/SaveAssayRunsCommand.java | 15 +++++++++++++++ .../remoteapi/assay/SaveAssayRunsResponse.java | 15 +++++++++++++++ .../remoteapi/assay/SaveProtocolCommand.java | 15 +++++++++++++++ .../remoteapi/assay/nab/NAbRunsCommand.java | 2 +- .../remoteapi/assay/nab/NAbRunsResponse.java | 2 +- .../assay/nab/model/NAbCurveParameters.java | 2 +- .../assay/nab/model/NAbNeutralizationResult.java | 2 +- .../remoteapi/assay/nab/model/NAbReplicate.java | 2 +- .../labkey/remoteapi/assay/nab/model/NAbRun.java | 2 +- .../remoteapi/assay/nab/model/NAbSample.java | 2 +- .../labkey/remoteapi/assay/nab/model/NAbWell.java | 2 +- .../remoteapi/assay/nab/model/NAbWellGroup.java | 2 +- .../collections/CaseInsensitiveHashMap.java | 2 +- .../labkey/remoteapi/di/BaseTransformCommand.java | 2 +- .../remoteapi/di/BaseTransformResponse.java | 2 +- .../remoteapi/di/ResetTransformStateCommand.java | 2 +- .../remoteapi/di/ResetTransformStateResponse.java | 2 +- .../labkey/remoteapi/di/RunTransformCommand.java | 2 +- .../labkey/remoteapi/di/RunTransformResponse.java | 2 +- .../di/UpdateTransformConfigurationCommand.java | 2 +- .../di/UpdateTransformConfigurationResponse.java | 2 +- .../domain/AbstractDomainUpdateCommand.java | 15 +++++++++++++++ .../remoteapi/domain/ConditionalFormat.java | 15 +++++++++++++++ .../remoteapi/domain/ConditionalFormatFilter.java | 15 +++++++++++++++ .../remoteapi/domain/CreateDomainCommand.java | 15 +++++++++++++++ src/org/labkey/remoteapi/domain/Domain.java | 15 +++++++++++++++ .../remoteapi/domain/DomainDetailsResponse.java | 15 +++++++++++++++ .../labkey/remoteapi/domain/DomainResponse.java | 15 +++++++++++++++ .../remoteapi/domain/DropDomainCommand.java | 15 +++++++++++++++ .../remoteapi/domain/GetDomainDetailsCommand.java | 15 +++++++++++++++ .../remoteapi/domain/ListDomainsCommand.java | 15 +++++++++++++++ .../remoteapi/domain/ListDomainsResponse.java | 15 +++++++++++++++ .../remoteapi/domain/PropertyDescriptor.java | 15 +++++++++++++++ .../remoteapi/domain/SaveDomainCommand.java | 15 +++++++++++++++ .../remoteapi/experiment/LineageCommand.java | 2 +- .../labkey/remoteapi/experiment/LineageNode.java | 2 +- .../remoteapi/experiment/LineageResponse.java | 2 +- .../labkey/remoteapi/internal/EncodeUtils.java | 15 +++++++++++++++ .../labkey/remoteapi/internal/ResponseUtils.java | 15 +++++++++++++++ .../labkey/remoteapi/query/BaseQueryCommand.java | 2 +- src/org/labkey/remoteapi/query/BaseSelect.java | 2 +- .../labkey/remoteapi/query/ContainerFilter.java | 2 +- src/org/labkey/remoteapi/query/DateParser.java | 2 +- .../labkey/remoteapi/query/DeleteRowsCommand.java | 2 +- .../labkey/remoteapi/query/ExecuteSqlCommand.java | 8 ++++---- src/org/labkey/remoteapi/query/Filter.java | 2 +- .../labkey/remoteapi/query/GetQueriesCommand.java | 2 +- .../remoteapi/query/GetQueriesResponse.java | 2 +- .../remoteapi/query/GetQueryDetailsCommand.java | 2 +- .../remoteapi/query/GetQueryDetailsResponse.java | 2 +- .../labkey/remoteapi/query/GetSchemasCommand.java | 2 +- .../remoteapi/query/GetSchemasResponse.java | 2 +- .../labkey/remoteapi/query/ImportDataCommand.java | 2 +- .../remoteapi/query/ImportDataResponse.java | 2 +- .../labkey/remoteapi/query/InsertRowsCommand.java | 2 +- .../labkey/remoteapi/query/MoveRowsCommand.java | 2 +- src/org/labkey/remoteapi/query/Row.java | 2 +- src/org/labkey/remoteapi/query/RowMap.java | 2 +- .../remoteapi/query/RowsResponseRowset.java | 2 +- src/org/labkey/remoteapi/query/Rowset.java | 2 +- .../labkey/remoteapi/query/SelectRowsCommand.java | 2 +- .../remoteapi/query/SelectRowsResponse.java | 2 +- src/org/labkey/remoteapi/query/Sort.java | 2 +- .../labkey/remoteapi/query/SqlExecuteCommand.java | 2 +- .../remoteapi/query/TruncateTableCommand.java | 2 +- .../remoteapi/query/TruncateTableResponse.java | 2 +- .../labkey/remoteapi/query/UpdateRowsCommand.java | 2 +- .../security/AddGroupMembersCommand.java | 2 +- .../security/BaseCreateFolderCommand.java | 15 +++++++++++++++ .../security/CreateContainerCommand.java | 2 +- .../security/CreateContainerResponse.java | 2 +- .../remoteapi/security/CreateFolderCommand.java | 15 +++++++++++++++ .../remoteapi/security/CreateGroupCommand.java | 2 +- .../remoteapi/security/CreateGroupResponse.java | 2 +- .../remoteapi/security/CreateProjectCommand.java | 15 +++++++++++++++ .../remoteapi/security/CreateUserCommand.java | 2 +- .../remoteapi/security/CreateUserResponse.java | 2 +- .../security/DeleteContainerCommand.java | 2 +- .../security/DeleteContainerResponse.java | 2 +- .../remoteapi/security/DeleteGroupCommand.java | 2 +- .../remoteapi/security/DeleteUserCommand.java | 2 +- .../remoteapi/security/EnsureLoginCommand.java | 2 +- .../remoteapi/security/GetContainersCommand.java | 2 +- .../remoteapi/security/GetContainersResponse.java | 2 +- .../remoteapi/security/GetGroupPermsCommand.java | 2 +- .../remoteapi/security/GetGroupPermsResponse.java | 2 +- .../remoteapi/security/GetUsersCommand.java | 2 +- .../remoteapi/security/GetUsersResponse.java | 2 +- .../remoteapi/security/GroupMembersCommand.java | 2 +- .../security/ImpersonateUserCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/security/LogoutCommand.java | 2 +- .../security/RemoveGroupMembersCommand.java | 2 +- .../security/RenameContainerCommand.java | 2 +- .../security/RenameContainerResponse.java | 2 +- .../remoteapi/security/RenameGroupCommand.java | 2 +- .../remoteapi/security/RenameGroupResponse.java | 2 +- .../security/StopImpersonatingCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/security/WhoAmICommand.java | 15 +++++++++++++++ .../labkey/remoteapi/security/WhoAmIResponse.java | 15 +++++++++++++++ .../remoteapi/storage/BaseStorageCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/storage/CreateCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/storage/DeleteCommand.java | 15 +++++++++++++++ .../remoteapi/storage/StorageCommandResponse.java | 15 +++++++++++++++ .../remoteapi/storage/StorageItemTypes.java | 2 +- src/org/labkey/remoteapi/storage/StorageRow.java | 15 +++++++++++++++ .../labkey/remoteapi/storage/UpdateCommand.java | 15 +++++++++++++++ .../labkey/remoteapi/study/ParticipantGroup.java | 2 +- .../study/UpdateParticipantGroupCommand.java | 2 +- .../study/UpdateParticipantGroupResponse.java | 2 +- src/org/labkey/remoteapi/test/ClientConfig.java | 2 +- src/org/labkey/remoteapi/test/Demo.java | 4 ++-- .../labkey/remoteapi/test/ImportDataClient.java | 15 +++++++++++++++ src/org/labkey/remoteapi/test/ImportRunDemo.java | 2 +- src/org/labkey/remoteapi/test/LineageDemo.java | 15 +++++++++++++++ .../labkey/remoteapi/test/SaveAssayBatchDemo.java | 2 +- src/org/labkey/remoteapi/test/Test.java | 2 +- 151 files changed, 771 insertions(+), 111 deletions(-) diff --git a/src/org/labkey/remoteapi/ApiKeyCredentialsProvider.java b/src/org/labkey/remoteapi/ApiKeyCredentialsProvider.java index cc41aa83..308179ec 100644 --- a/src/org/labkey/remoteapi/ApiKeyCredentialsProvider.java +++ b/src/org/labkey/remoteapi/ApiKeyCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2016-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/src/org/labkey/remoteapi/ApiVersionException.java b/src/org/labkey/remoteapi/ApiVersionException.java index 12035917..214f9ace 100644 --- a/src/org/labkey/remoteapi/ApiVersionException.java +++ b/src/org/labkey/remoteapi/ApiVersionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/BasicAuthCredentialsProvider.java b/src/org/labkey/remoteapi/BasicAuthCredentialsProvider.java index c1cd8c9e..6ae36b64 100644 --- a/src/org/labkey/remoteapi/BasicAuthCredentialsProvider.java +++ b/src/org/labkey/remoteapi/BasicAuthCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2016-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/src/org/labkey/remoteapi/Command.java b/src/org/labkey/remoteapi/Command.java index 9305918e..e89e1e85 100644 --- a/src/org/labkey/remoteapi/Command.java +++ b/src/org/labkey/remoteapi/Command.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/CommandException.java b/src/org/labkey/remoteapi/CommandException.java index 6571d199..887f5717 100644 --- a/src/org/labkey/remoteapi/CommandException.java +++ b/src/org/labkey/remoteapi/CommandException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/CommandResponse.java b/src/org/labkey/remoteapi/CommandResponse.java index c68ba8bb..24ce7e49 100644 --- a/src/org/labkey/remoteapi/CommandResponse.java +++ b/src/org/labkey/remoteapi/CommandResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/Connection.java b/src/org/labkey/remoteapi/Connection.java index fc873d64..adb0445c 100644 --- a/src/org/labkey/remoteapi/Connection.java +++ b/src/org/labkey/remoteapi/Connection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/CredentialsProvider.java b/src/org/labkey/remoteapi/CredentialsProvider.java index 1049eb7b..5c2c0458 100644 --- a/src/org/labkey/remoteapi/CredentialsProvider.java +++ b/src/org/labkey/remoteapi/CredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2016-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/src/org/labkey/remoteapi/GetCommand.java b/src/org/labkey/remoteapi/GetCommand.java index 3f0c1bd1..4cf4f3a1 100644 --- a/src/org/labkey/remoteapi/GetCommand.java +++ b/src/org/labkey/remoteapi/GetCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi; import org.apache.hc.client5.http.classic.methods.HttpGet; diff --git a/src/org/labkey/remoteapi/GuestCredentialsProvider.java b/src/org/labkey/remoteapi/GuestCredentialsProvider.java index 86e84c98..9261543c 100644 --- a/src/org/labkey/remoteapi/GuestCredentialsProvider.java +++ b/src/org/labkey/remoteapi/GuestCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 LabKey Corporation + * Copyright (c) 2016-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/src/org/labkey/remoteapi/HasRequiredVersion.java b/src/org/labkey/remoteapi/HasRequiredVersion.java index eaae69f0..4ac7fa5d 100644 --- a/src/org/labkey/remoteapi/HasRequiredVersion.java +++ b/src/org/labkey/remoteapi/HasRequiredVersion.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi; public interface HasRequiredVersion diff --git a/src/org/labkey/remoteapi/NetrcCredentialsProvider.java b/src/org/labkey/remoteapi/NetrcCredentialsProvider.java index 7932d66b..c25439b0 100644 --- a/src/org/labkey/remoteapi/NetrcCredentialsProvider.java +++ b/src/org/labkey/remoteapi/NetrcCredentialsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 LabKey Corporation + * Copyright (c) 2016-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/src/org/labkey/remoteapi/NetrcFileParser.java b/src/org/labkey/remoteapi/NetrcFileParser.java index 84704887..c74717a7 100644 --- a/src/org/labkey/remoteapi/NetrcFileParser.java +++ b/src/org/labkey/remoteapi/NetrcFileParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2016 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/PostCommand.java b/src/org/labkey/remoteapi/PostCommand.java index 308b49a4..617b28f9 100644 --- a/src/org/labkey/remoteapi/PostCommand.java +++ b/src/org/labkey/remoteapi/PostCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/ResponseObject.java b/src/org/labkey/remoteapi/ResponseObject.java index 3ba8c4c9..bc245cbd 100644 --- a/src/org/labkey/remoteapi/ResponseObject.java +++ b/src/org/labkey/remoteapi/ResponseObject.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/SimpleGetCommand.java b/src/org/labkey/remoteapi/SimpleGetCommand.java index 3c6fdcd6..3b008bf7 100644 --- a/src/org/labkey/remoteapi/SimpleGetCommand.java +++ b/src/org/labkey/remoteapi/SimpleGetCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi; import java.util.HashMap; diff --git a/src/org/labkey/remoteapi/SimplePostCommand.java b/src/org/labkey/remoteapi/SimplePostCommand.java index c833a44b..6e4aa8a4 100644 --- a/src/org/labkey/remoteapi/SimplePostCommand.java +++ b/src/org/labkey/remoteapi/SimplePostCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/AssayListCommand.java b/src/org/labkey/remoteapi/assay/AssayListCommand.java index 7b9a8d00..b60d553d 100644 --- a/src/org/labkey/remoteapi/assay/AssayListCommand.java +++ b/src/org/labkey/remoteapi/assay/AssayListCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2019 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/assay/AssayListResponse.java b/src/org/labkey/remoteapi/assay/AssayListResponse.java index 1de55a5b..fad21a12 100644 --- a/src/org/labkey/remoteapi/assay/AssayListResponse.java +++ b/src/org/labkey/remoteapi/assay/AssayListResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/assay/Batch.java b/src/org/labkey/remoteapi/assay/Batch.java index 100c63bd..752f3c98 100644 --- a/src/org/labkey/remoteapi/assay/Batch.java +++ b/src/org/labkey/remoteapi/assay/Batch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/Data.java b/src/org/labkey/remoteapi/assay/Data.java index 26be6575..239fe66d 100644 --- a/src/org/labkey/remoteapi/assay/Data.java +++ b/src/org/labkey/remoteapi/assay/Data.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/ExpObject.java b/src/org/labkey/remoteapi/assay/ExpObject.java index 88e10a59..76da82df 100644 --- a/src/org/labkey/remoteapi/assay/ExpObject.java +++ b/src/org/labkey/remoteapi/assay/ExpObject.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2017 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/GetAssayRunCommand.java b/src/org/labkey/remoteapi/assay/GetAssayRunCommand.java index e438c65a..d968f519 100644 --- a/src/org/labkey/remoteapi/assay/GetAssayRunCommand.java +++ b/src/org/labkey/remoteapi/assay/GetAssayRunCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; diff --git a/src/org/labkey/remoteapi/assay/GetAssayRunResponse.java b/src/org/labkey/remoteapi/assay/GetAssayRunResponse.java index 79a72286..072b601f 100644 --- a/src/org/labkey/remoteapi/assay/GetAssayRunResponse.java +++ b/src/org/labkey/remoteapi/assay/GetAssayRunResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/GetProtocolCommand.java b/src/org/labkey/remoteapi/assay/GetProtocolCommand.java index 3fcae362..cf582abe 100644 --- a/src/org/labkey/remoteapi/assay/GetProtocolCommand.java +++ b/src/org/labkey/remoteapi/assay/GetProtocolCommand.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/ImportRunCommand.java b/src/org/labkey/remoteapi/assay/ImportRunCommand.java index d1a3a7f0..c69661f2 100644 --- a/src/org/labkey/remoteapi/assay/ImportRunCommand.java +++ b/src/org/labkey/remoteapi/assay/ImportRunCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/assay/ImportRunResponse.java b/src/org/labkey/remoteapi/assay/ImportRunResponse.java index 6912df21..36c9fe79 100644 --- a/src/org/labkey/remoteapi/assay/ImportRunResponse.java +++ b/src/org/labkey/remoteapi/assay/ImportRunResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/assay/LoadAssayBatchCommand.java b/src/org/labkey/remoteapi/assay/LoadAssayBatchCommand.java index fe5e3086..c1f1538b 100644 --- a/src/org/labkey/remoteapi/assay/LoadAssayBatchCommand.java +++ b/src/org/labkey/remoteapi/assay/LoadAssayBatchCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/LoadAssayBatchResponse.java b/src/org/labkey/remoteapi/assay/LoadAssayBatchResponse.java index 0051466b..e4d9ec4a 100644 --- a/src/org/labkey/remoteapi/assay/LoadAssayBatchResponse.java +++ b/src/org/labkey/remoteapi/assay/LoadAssayBatchResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/Material.java b/src/org/labkey/remoteapi/assay/Material.java index 0e0b396d..1a151629 100644 --- a/src/org/labkey/remoteapi/assay/Material.java +++ b/src/org/labkey/remoteapi/assay/Material.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 LabKey Corporation + * Copyright (c) 2018-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/src/org/labkey/remoteapi/assay/Protocol.java b/src/org/labkey/remoteapi/assay/Protocol.java index b9fdddc4..d3b80eec 100644 --- a/src/org/labkey/remoteapi/assay/Protocol.java +++ b/src/org/labkey/remoteapi/assay/Protocol.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/assay/ProtocolResponse.java b/src/org/labkey/remoteapi/assay/ProtocolResponse.java index 9caaa2c1..de74ec77 100644 --- a/src/org/labkey/remoteapi/assay/ProtocolResponse.java +++ b/src/org/labkey/remoteapi/assay/ProtocolResponse.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/Run.java b/src/org/labkey/remoteapi/assay/Run.java index a1dc57b6..17652bb3 100644 --- a/src/org/labkey/remoteapi/assay/Run.java +++ b/src/org/labkey/remoteapi/assay/Run.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2018 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/SaveAssayBatchCommand.java b/src/org/labkey/remoteapi/assay/SaveAssayBatchCommand.java index 66064d6f..3919d825 100644 --- a/src/org/labkey/remoteapi/assay/SaveAssayBatchCommand.java +++ b/src/org/labkey/remoteapi/assay/SaveAssayBatchCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2018 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/SaveAssayBatchResponse.java b/src/org/labkey/remoteapi/assay/SaveAssayBatchResponse.java index 389a0146..1c01f100 100644 --- a/src/org/labkey/remoteapi/assay/SaveAssayBatchResponse.java +++ b/src/org/labkey/remoteapi/assay/SaveAssayBatchResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/assay/SaveAssayRunsCommand.java b/src/org/labkey/remoteapi/assay/SaveAssayRunsCommand.java index d884b86a..cf1bb67c 100644 --- a/src/org/labkey/remoteapi/assay/SaveAssayRunsCommand.java +++ b/src/org/labkey/remoteapi/assay/SaveAssayRunsCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; diff --git a/src/org/labkey/remoteapi/assay/SaveAssayRunsResponse.java b/src/org/labkey/remoteapi/assay/SaveAssayRunsResponse.java index 2f22c663..cf2fe710 100644 --- a/src/org/labkey/remoteapi/assay/SaveAssayRunsResponse.java +++ b/src/org/labkey/remoteapi/assay/SaveAssayRunsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/assay/SaveProtocolCommand.java b/src/org/labkey/remoteapi/assay/SaveProtocolCommand.java index 0586eca2..d2e9165f 100644 --- a/src/org/labkey/remoteapi/assay/SaveProtocolCommand.java +++ b/src/org/labkey/remoteapi/assay/SaveProtocolCommand.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.assay; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/assay/nab/NAbRunsCommand.java b/src/org/labkey/remoteapi/assay/nab/NAbRunsCommand.java index 08ce0fef..92066136 100644 --- a/src/org/labkey/remoteapi/assay/nab/NAbRunsCommand.java +++ b/src/org/labkey/remoteapi/assay/nab/NAbRunsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/NAbRunsResponse.java b/src/org/labkey/remoteapi/assay/nab/NAbRunsResponse.java index c3cb1740..b2681c5c 100644 --- a/src/org/labkey/remoteapi/assay/nab/NAbRunsResponse.java +++ b/src/org/labkey/remoteapi/assay/nab/NAbRunsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbCurveParameters.java b/src/org/labkey/remoteapi/assay/nab/model/NAbCurveParameters.java index bf51ec50..737ae188 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbCurveParameters.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbCurveParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbNeutralizationResult.java b/src/org/labkey/remoteapi/assay/nab/model/NAbNeutralizationResult.java index dfa1ed5d..8ee91e9a 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbNeutralizationResult.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbNeutralizationResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbReplicate.java b/src/org/labkey/remoteapi/assay/nab/model/NAbReplicate.java index a874df70..fa6aae21 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbReplicate.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbReplicate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbRun.java b/src/org/labkey/remoteapi/assay/nab/model/NAbRun.java index 9583bae9..5303a2c7 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbRun.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbRun.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbSample.java b/src/org/labkey/remoteapi/assay/nab/model/NAbSample.java index cadd3ec0..f2ea2ffb 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbSample.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbSample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbWell.java b/src/org/labkey/remoteapi/assay/nab/model/NAbWell.java index 1224962c..8433a014 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbWell.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbWell.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/assay/nab/model/NAbWellGroup.java b/src/org/labkey/remoteapi/assay/nab/model/NAbWellGroup.java index a0fd1a87..71125a38 100644 --- a/src/org/labkey/remoteapi/assay/nab/model/NAbWellGroup.java +++ b/src/org/labkey/remoteapi/assay/nab/model/NAbWellGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/collections/CaseInsensitiveHashMap.java b/src/org/labkey/remoteapi/collections/CaseInsensitiveHashMap.java index 781e8c9b..c4a572ca 100644 --- a/src/org/labkey/remoteapi/collections/CaseInsensitiveHashMap.java +++ b/src/org/labkey/remoteapi/collections/CaseInsensitiveHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2018 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/di/BaseTransformCommand.java b/src/org/labkey/remoteapi/di/BaseTransformCommand.java index 191b75c5..460d8da0 100644 --- a/src/org/labkey/remoteapi/di/BaseTransformCommand.java +++ b/src/org/labkey/remoteapi/di/BaseTransformCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/BaseTransformResponse.java b/src/org/labkey/remoteapi/di/BaseTransformResponse.java index 05af4453..316a9962 100644 --- a/src/org/labkey/remoteapi/di/BaseTransformResponse.java +++ b/src/org/labkey/remoteapi/di/BaseTransformResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/ResetTransformStateCommand.java b/src/org/labkey/remoteapi/di/ResetTransformStateCommand.java index ac4c873d..d87de12a 100644 --- a/src/org/labkey/remoteapi/di/ResetTransformStateCommand.java +++ b/src/org/labkey/remoteapi/di/ResetTransformStateCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/ResetTransformStateResponse.java b/src/org/labkey/remoteapi/di/ResetTransformStateResponse.java index 808bcca0..bd79c736 100644 --- a/src/org/labkey/remoteapi/di/ResetTransformStateResponse.java +++ b/src/org/labkey/remoteapi/di/ResetTransformStateResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/RunTransformCommand.java b/src/org/labkey/remoteapi/di/RunTransformCommand.java index b1b7ee6e..994a9df3 100644 --- a/src/org/labkey/remoteapi/di/RunTransformCommand.java +++ b/src/org/labkey/remoteapi/di/RunTransformCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/RunTransformResponse.java b/src/org/labkey/remoteapi/di/RunTransformResponse.java index 1ac0b5fa..cd0a7b05 100644 --- a/src/org/labkey/remoteapi/di/RunTransformResponse.java +++ b/src/org/labkey/remoteapi/di/RunTransformResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/UpdateTransformConfigurationCommand.java b/src/org/labkey/remoteapi/di/UpdateTransformConfigurationCommand.java index 9dc17d10..71232a9a 100644 --- a/src/org/labkey/remoteapi/di/UpdateTransformConfigurationCommand.java +++ b/src/org/labkey/remoteapi/di/UpdateTransformConfigurationCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/di/UpdateTransformConfigurationResponse.java b/src/org/labkey/remoteapi/di/UpdateTransformConfigurationResponse.java index b3095e75..20c8bb20 100644 --- a/src/org/labkey/remoteapi/di/UpdateTransformConfigurationResponse.java +++ b/src/org/labkey/remoteapi/di/UpdateTransformConfigurationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/domain/AbstractDomainUpdateCommand.java b/src/org/labkey/remoteapi/domain/AbstractDomainUpdateCommand.java index 27ab5011..82fd7b09 100644 --- a/src/org/labkey/remoteapi/domain/AbstractDomainUpdateCommand.java +++ b/src/org/labkey/remoteapi/domain/AbstractDomainUpdateCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/ConditionalFormat.java b/src/org/labkey/remoteapi/domain/ConditionalFormat.java index 6b38ed0d..d3b7c246 100644 --- a/src/org/labkey/remoteapi/domain/ConditionalFormat.java +++ b/src/org/labkey/remoteapi/domain/ConditionalFormat.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/ConditionalFormatFilter.java b/src/org/labkey/remoteapi/domain/ConditionalFormatFilter.java index b3cf933b..020a96b9 100644 --- a/src/org/labkey/remoteapi/domain/ConditionalFormatFilter.java +++ b/src/org/labkey/remoteapi/domain/ConditionalFormatFilter.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.labkey.remoteapi.query.Filter; diff --git a/src/org/labkey/remoteapi/domain/CreateDomainCommand.java b/src/org/labkey/remoteapi/domain/CreateDomainCommand.java index 2a811a1d..90dded10 100644 --- a/src/org/labkey/remoteapi/domain/CreateDomainCommand.java +++ b/src/org/labkey/remoteapi/domain/CreateDomainCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/Domain.java b/src/org/labkey/remoteapi/domain/Domain.java index 4bce5da1..5fd59d3c 100644 --- a/src/org/labkey/remoteapi/domain/Domain.java +++ b/src/org/labkey/remoteapi/domain/Domain.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/domain/DomainDetailsResponse.java b/src/org/labkey/remoteapi/domain/DomainDetailsResponse.java index e0a138c4..9e8b6b83 100644 --- a/src/org/labkey/remoteapi/domain/DomainDetailsResponse.java +++ b/src/org/labkey/remoteapi/domain/DomainDetailsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/DomainResponse.java b/src/org/labkey/remoteapi/domain/DomainResponse.java index 99983fad..8bc58999 100644 --- a/src/org/labkey/remoteapi/domain/DomainResponse.java +++ b/src/org/labkey/remoteapi/domain/DomainResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/DropDomainCommand.java b/src/org/labkey/remoteapi/domain/DropDomainCommand.java index 0e8c8de7..ffeb7777 100644 --- a/src/org/labkey/remoteapi/domain/DropDomainCommand.java +++ b/src/org/labkey/remoteapi/domain/DropDomainCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/GetDomainDetailsCommand.java b/src/org/labkey/remoteapi/domain/GetDomainDetailsCommand.java index 5aa33fac..1ea2d342 100644 --- a/src/org/labkey/remoteapi/domain/GetDomainDetailsCommand.java +++ b/src/org/labkey/remoteapi/domain/GetDomainDetailsCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/domain/ListDomainsCommand.java b/src/org/labkey/remoteapi/domain/ListDomainsCommand.java index 1e2ddbc0..04eaa291 100644 --- a/src/org/labkey/remoteapi/domain/ListDomainsCommand.java +++ b/src/org/labkey/remoteapi/domain/ListDomainsCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/domain/ListDomainsResponse.java b/src/org/labkey/remoteapi/domain/ListDomainsResponse.java index 31340996..641af24f 100644 --- a/src/org/labkey/remoteapi/domain/ListDomainsResponse.java +++ b/src/org/labkey/remoteapi/domain/ListDomainsResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/domain/PropertyDescriptor.java b/src/org/labkey/remoteapi/domain/PropertyDescriptor.java index 20b9c53d..fff2315b 100644 --- a/src/org/labkey/remoteapi/domain/PropertyDescriptor.java +++ b/src/org/labkey/remoteapi/domain/PropertyDescriptor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/domain/SaveDomainCommand.java b/src/org/labkey/remoteapi/domain/SaveDomainCommand.java index c04c5763..0031bd2e 100644 --- a/src/org/labkey/remoteapi/domain/SaveDomainCommand.java +++ b/src/org/labkey/remoteapi/domain/SaveDomainCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.domain; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/experiment/LineageCommand.java b/src/org/labkey/remoteapi/experiment/LineageCommand.java index 73d4eff8..3585a6c0 100644 --- a/src/org/labkey/remoteapi/experiment/LineageCommand.java +++ b/src/org/labkey/remoteapi/experiment/LineageCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 LabKey Corporation + * Copyright (c) 2017-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/src/org/labkey/remoteapi/experiment/LineageNode.java b/src/org/labkey/remoteapi/experiment/LineageNode.java index 0caeb0f5..e9c89eaf 100644 --- a/src/org/labkey/remoteapi/experiment/LineageNode.java +++ b/src/org/labkey/remoteapi/experiment/LineageNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 LabKey Corporation + * Copyright (c) 2017-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/src/org/labkey/remoteapi/experiment/LineageResponse.java b/src/org/labkey/remoteapi/experiment/LineageResponse.java index 32c0cadd..29f6ca21 100644 --- a/src/org/labkey/remoteapi/experiment/LineageResponse.java +++ b/src/org/labkey/remoteapi/experiment/LineageResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 LabKey Corporation + * Copyright (c) 2017-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/src/org/labkey/remoteapi/internal/EncodeUtils.java b/src/org/labkey/remoteapi/internal/EncodeUtils.java index 5d46ba7d..3c5ec524 100644 --- a/src/org/labkey/remoteapi/internal/EncodeUtils.java +++ b/src/org/labkey/remoteapi/internal/EncodeUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.internal; import java.net.URLEncoder; diff --git a/src/org/labkey/remoteapi/internal/ResponseUtils.java b/src/org/labkey/remoteapi/internal/ResponseUtils.java index 8f57eaf5..27f313f2 100644 --- a/src/org/labkey/remoteapi/internal/ResponseUtils.java +++ b/src/org/labkey/remoteapi/internal/ResponseUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.internal; import org.json.JSONArray; diff --git a/src/org/labkey/remoteapi/query/BaseQueryCommand.java b/src/org/labkey/remoteapi/query/BaseQueryCommand.java index 5f1dce84..75adce7e 100644 --- a/src/org/labkey/remoteapi/query/BaseQueryCommand.java +++ b/src/org/labkey/remoteapi/query/BaseQueryCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2018 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/BaseSelect.java b/src/org/labkey/remoteapi/query/BaseSelect.java index ed4913b6..acb2108d 100644 --- a/src/org/labkey/remoteapi/query/BaseSelect.java +++ b/src/org/labkey/remoteapi/query/BaseSelect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/ContainerFilter.java b/src/org/labkey/remoteapi/query/ContainerFilter.java index 287446f5..447b274d 100644 --- a/src/org/labkey/remoteapi/query/ContainerFilter.java +++ b/src/org/labkey/remoteapi/query/ContainerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/DateParser.java b/src/org/labkey/remoteapi/query/DateParser.java index bc51d70c..317a8bde 100644 --- a/src/org/labkey/remoteapi/query/DateParser.java +++ b/src/org/labkey/remoteapi/query/DateParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/query/DeleteRowsCommand.java b/src/org/labkey/remoteapi/query/DeleteRowsCommand.java index f5291b40..215dee40 100644 --- a/src/org/labkey/remoteapi/query/DeleteRowsCommand.java +++ b/src/org/labkey/remoteapi/query/DeleteRowsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/ExecuteSqlCommand.java b/src/org/labkey/remoteapi/query/ExecuteSqlCommand.java index 922ce9fd..135d5c0d 100644 --- a/src/org/labkey/remoteapi/query/ExecuteSqlCommand.java +++ b/src/org/labkey/remoteapi/query/ExecuteSqlCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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. @@ -65,7 +65,7 @@ public ExecuteSqlCommand(String schemaName) /** * Constructs an ExecuteSqlCommand, initialized with a schema name and SQL query. - * @param schemaName The schema name ot query. + * @param schemaName The schema name to query. * @param sql The SQL query. */ public ExecuteSqlCommand(String schemaName, String sql) @@ -196,7 +196,7 @@ public void setIncludeTotalCount(boolean includeTotalCount) /** A sort specification to apply over the rows returned by the SQL. In general, you should either include an - ORDER BY clause in your SQL, or specific a sort specification in this config property, but not both. + ORDER BY clause in your SQL, or provide a sort specification via this config property, but not both. The value of this property should be a comma-delimited list of column names you want to sort by. Use a - prefix to sort a column in descending order (e.g., 'LastName,-Age' to sort first by LastName, then by Age descending). @@ -209,7 +209,7 @@ public List getSorts() /** A sort specification to apply over the rows returned by the SQL. In general, you should either include an - ORDER BY clause in your SQL, or specific a sort specification in this config property, but not both. + ORDER BY clause in your SQL, or provide a sort specification via this config property, but not both. The value of this property should be a comma-delimited list of column names you want to sort by. Use a - prefix to sort a column in descending order (e.g., 'LastName,-Age' to sort first by LastName, then by Age descending). diff --git a/src/org/labkey/remoteapi/query/Filter.java b/src/org/labkey/remoteapi/query/Filter.java index bb92c7ed..00d3159c 100644 --- a/src/org/labkey/remoteapi/query/Filter.java +++ b/src/org/labkey/remoteapi/query/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2016 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetQueriesCommand.java b/src/org/labkey/remoteapi/query/GetQueriesCommand.java index e7c8259d..f59bdead 100644 --- a/src/org/labkey/remoteapi/query/GetQueriesCommand.java +++ b/src/org/labkey/remoteapi/query/GetQueriesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2010 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetQueriesResponse.java b/src/org/labkey/remoteapi/query/GetQueriesResponse.java index a3094c29..8f4bf307 100644 --- a/src/org/labkey/remoteapi/query/GetQueriesResponse.java +++ b/src/org/labkey/remoteapi/query/GetQueriesResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2017 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetQueryDetailsCommand.java b/src/org/labkey/remoteapi/query/GetQueryDetailsCommand.java index 4d5329a8..916b06c6 100644 --- a/src/org/labkey/remoteapi/query/GetQueryDetailsCommand.java +++ b/src/org/labkey/remoteapi/query/GetQueryDetailsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetQueryDetailsResponse.java b/src/org/labkey/remoteapi/query/GetQueryDetailsResponse.java index b76e5b87..bbfd469b 100644 --- a/src/org/labkey/remoteapi/query/GetQueryDetailsResponse.java +++ b/src/org/labkey/remoteapi/query/GetQueryDetailsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetSchemasCommand.java b/src/org/labkey/remoteapi/query/GetSchemasCommand.java index 08dc7b39..3b6396e6 100644 --- a/src/org/labkey/remoteapi/query/GetSchemasCommand.java +++ b/src/org/labkey/remoteapi/query/GetSchemasCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2010 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/GetSchemasResponse.java b/src/org/labkey/remoteapi/query/GetSchemasResponse.java index 3beb731b..3ed0a793 100644 --- a/src/org/labkey/remoteapi/query/GetSchemasResponse.java +++ b/src/org/labkey/remoteapi/query/GetSchemasResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/ImportDataCommand.java b/src/org/labkey/remoteapi/query/ImportDataCommand.java index ec3388aa..139b179f 100644 --- a/src/org/labkey/remoteapi/query/ImportDataCommand.java +++ b/src/org/labkey/remoteapi/query/ImportDataCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 LabKey Corporation + * Copyright (c) 2017-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/src/org/labkey/remoteapi/query/ImportDataResponse.java b/src/org/labkey/remoteapi/query/ImportDataResponse.java index ee2556d1..1f12a0db 100644 --- a/src/org/labkey/remoteapi/query/ImportDataResponse.java +++ b/src/org/labkey/remoteapi/query/ImportDataResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 LabKey Corporation + * Copyright (c) 2017-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/src/org/labkey/remoteapi/query/InsertRowsCommand.java b/src/org/labkey/remoteapi/query/InsertRowsCommand.java index ad21d317..0dd7b7a5 100644 --- a/src/org/labkey/remoteapi/query/InsertRowsCommand.java +++ b/src/org/labkey/remoteapi/query/InsertRowsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2011 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/MoveRowsCommand.java b/src/org/labkey/remoteapi/query/MoveRowsCommand.java index 3f5eded8..43e7bdeb 100644 --- a/src/org/labkey/remoteapi/query/MoveRowsCommand.java +++ b/src/org/labkey/remoteapi/query/MoveRowsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LabKey Corporation + * Copyright (c) 2024-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/src/org/labkey/remoteapi/query/Row.java b/src/org/labkey/remoteapi/query/Row.java index fe66bfbf..7d86ed95 100644 --- a/src/org/labkey/remoteapi/query/Row.java +++ b/src/org/labkey/remoteapi/query/Row.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/RowMap.java b/src/org/labkey/remoteapi/query/RowMap.java index fe147e4e..77b8f66a 100644 --- a/src/org/labkey/remoteapi/query/RowMap.java +++ b/src/org/labkey/remoteapi/query/RowMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/RowsResponseRowset.java b/src/org/labkey/remoteapi/query/RowsResponseRowset.java index 9294cbfa..ffb5c1ab 100644 --- a/src/org/labkey/remoteapi/query/RowsResponseRowset.java +++ b/src/org/labkey/remoteapi/query/RowsResponseRowset.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/Rowset.java b/src/org/labkey/remoteapi/query/Rowset.java index 8ec22163..075c105d 100644 --- a/src/org/labkey/remoteapi/query/Rowset.java +++ b/src/org/labkey/remoteapi/query/Rowset.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/query/SelectRowsCommand.java b/src/org/labkey/remoteapi/query/SelectRowsCommand.java index 3ddad5e6..43b0779c 100644 --- a/src/org/labkey/remoteapi/query/SelectRowsCommand.java +++ b/src/org/labkey/remoteapi/query/SelectRowsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/SelectRowsResponse.java b/src/org/labkey/remoteapi/query/SelectRowsResponse.java index f723d301..5aa4d89d 100644 --- a/src/org/labkey/remoteapi/query/SelectRowsResponse.java +++ b/src/org/labkey/remoteapi/query/SelectRowsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2017 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/Sort.java b/src/org/labkey/remoteapi/query/Sort.java index 679a4820..5a2a25b8 100644 --- a/src/org/labkey/remoteapi/query/Sort.java +++ b/src/org/labkey/remoteapi/query/Sort.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2017 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/SqlExecuteCommand.java b/src/org/labkey/remoteapi/query/SqlExecuteCommand.java index a35eb5a8..160e671e 100644 --- a/src/org/labkey/remoteapi/query/SqlExecuteCommand.java +++ b/src/org/labkey/remoteapi/query/SqlExecuteCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2018 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/TruncateTableCommand.java b/src/org/labkey/remoteapi/query/TruncateTableCommand.java index aa78bd69..f94d065e 100644 --- a/src/org/labkey/remoteapi/query/TruncateTableCommand.java +++ b/src/org/labkey/remoteapi/query/TruncateTableCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/TruncateTableResponse.java b/src/org/labkey/remoteapi/query/TruncateTableResponse.java index 54750831..960aeadd 100644 --- a/src/org/labkey/remoteapi/query/TruncateTableResponse.java +++ b/src/org/labkey/remoteapi/query/TruncateTableResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/query/UpdateRowsCommand.java b/src/org/labkey/remoteapi/query/UpdateRowsCommand.java index 8931d08b..3a793bd8 100644 --- a/src/org/labkey/remoteapi/query/UpdateRowsCommand.java +++ b/src/org/labkey/remoteapi/query/UpdateRowsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2011 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/security/AddGroupMembersCommand.java b/src/org/labkey/remoteapi/security/AddGroupMembersCommand.java index f6a755df..5bb04c50 100644 --- a/src/org/labkey/remoteapi/security/AddGroupMembersCommand.java +++ b/src/org/labkey/remoteapi/security/AddGroupMembersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/BaseCreateFolderCommand.java b/src/org/labkey/remoteapi/security/BaseCreateFolderCommand.java index 4e31028b..728a784c 100644 --- a/src/org/labkey/remoteapi/security/BaseCreateFolderCommand.java +++ b/src/org/labkey/remoteapi/security/BaseCreateFolderCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.apache.hc.client5.http.classic.methods.HttpPost; diff --git a/src/org/labkey/remoteapi/security/CreateContainerCommand.java b/src/org/labkey/remoteapi/security/CreateContainerCommand.java index c23da802..d30af586 100644 --- a/src/org/labkey/remoteapi/security/CreateContainerCommand.java +++ b/src/org/labkey/remoteapi/security/CreateContainerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/security/CreateContainerResponse.java b/src/org/labkey/remoteapi/security/CreateContainerResponse.java index b3bf8d6d..1157d814 100644 --- a/src/org/labkey/remoteapi/security/CreateContainerResponse.java +++ b/src/org/labkey/remoteapi/security/CreateContainerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/security/CreateFolderCommand.java b/src/org/labkey/remoteapi/security/CreateFolderCommand.java index 2d56eb53..5b0bbf06 100644 --- a/src/org/labkey/remoteapi/security/CreateFolderCommand.java +++ b/src/org/labkey/remoteapi/security/CreateFolderCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; /** diff --git a/src/org/labkey/remoteapi/security/CreateGroupCommand.java b/src/org/labkey/remoteapi/security/CreateGroupCommand.java index aaf64e90..6425bb29 100644 --- a/src/org/labkey/remoteapi/security/CreateGroupCommand.java +++ b/src/org/labkey/remoteapi/security/CreateGroupCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/CreateGroupResponse.java b/src/org/labkey/remoteapi/security/CreateGroupResponse.java index eea3fff9..94d4b663 100644 --- a/src/org/labkey/remoteapi/security/CreateGroupResponse.java +++ b/src/org/labkey/remoteapi/security/CreateGroupResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/CreateProjectCommand.java b/src/org/labkey/remoteapi/security/CreateProjectCommand.java index ecb0e4cc..ee0ccbe9 100644 --- a/src/org/labkey/remoteapi/security/CreateProjectCommand.java +++ b/src/org/labkey/remoteapi/security/CreateProjectCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.apache.hc.core5.http.message.BasicNameValuePair; diff --git a/src/org/labkey/remoteapi/security/CreateUserCommand.java b/src/org/labkey/remoteapi/security/CreateUserCommand.java index db8fa965..1a9b2ccd 100644 --- a/src/org/labkey/remoteapi/security/CreateUserCommand.java +++ b/src/org/labkey/remoteapi/security/CreateUserCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/CreateUserResponse.java b/src/org/labkey/remoteapi/security/CreateUserResponse.java index f09e1b08..d0ad4c29 100644 --- a/src/org/labkey/remoteapi/security/CreateUserResponse.java +++ b/src/org/labkey/remoteapi/security/CreateUserResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/DeleteContainerCommand.java b/src/org/labkey/remoteapi/security/DeleteContainerCommand.java index 07c579ce..c6e54b43 100644 --- a/src/org/labkey/remoteapi/security/DeleteContainerCommand.java +++ b/src/org/labkey/remoteapi/security/DeleteContainerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/security/DeleteContainerResponse.java b/src/org/labkey/remoteapi/security/DeleteContainerResponse.java index e72b60ef..febfaede 100644 --- a/src/org/labkey/remoteapi/security/DeleteContainerResponse.java +++ b/src/org/labkey/remoteapi/security/DeleteContainerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/security/DeleteGroupCommand.java b/src/org/labkey/remoteapi/security/DeleteGroupCommand.java index af9c834c..196a3930 100644 --- a/src/org/labkey/remoteapi/security/DeleteGroupCommand.java +++ b/src/org/labkey/remoteapi/security/DeleteGroupCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/DeleteUserCommand.java b/src/org/labkey/remoteapi/security/DeleteUserCommand.java index 6f6555c9..fdc9b64d 100644 --- a/src/org/labkey/remoteapi/security/DeleteUserCommand.java +++ b/src/org/labkey/remoteapi/security/DeleteUserCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/security/EnsureLoginCommand.java b/src/org/labkey/remoteapi/security/EnsureLoginCommand.java index 10d380b2..5c1d552d 100644 --- a/src/org/labkey/remoteapi/security/EnsureLoginCommand.java +++ b/src/org/labkey/remoteapi/security/EnsureLoginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 LabKey Corporation + * Copyright (c) 2015-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/src/org/labkey/remoteapi/security/GetContainersCommand.java b/src/org/labkey/remoteapi/security/GetContainersCommand.java index 7a79e106..0615c3bd 100644 --- a/src/org/labkey/remoteapi/security/GetContainersCommand.java +++ b/src/org/labkey/remoteapi/security/GetContainersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2011 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/security/GetContainersResponse.java b/src/org/labkey/remoteapi/security/GetContainersResponse.java index 80b3821a..8bf91f29 100644 --- a/src/org/labkey/remoteapi/security/GetContainersResponse.java +++ b/src/org/labkey/remoteapi/security/GetContainersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/security/GetGroupPermsCommand.java b/src/org/labkey/remoteapi/security/GetGroupPermsCommand.java index 48bfc1fa..9c36ffdf 100644 --- a/src/org/labkey/remoteapi/security/GetGroupPermsCommand.java +++ b/src/org/labkey/remoteapi/security/GetGroupPermsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2010 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/security/GetGroupPermsResponse.java b/src/org/labkey/remoteapi/security/GetGroupPermsResponse.java index 93ed213c..9cc8f5f1 100644 --- a/src/org/labkey/remoteapi/security/GetGroupPermsResponse.java +++ b/src/org/labkey/remoteapi/security/GetGroupPermsResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2009 LabKey Corporation + * Copyright (c) 2008-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/src/org/labkey/remoteapi/security/GetUsersCommand.java b/src/org/labkey/remoteapi/security/GetUsersCommand.java index 4a425fa3..d6ac6a17 100644 --- a/src/org/labkey/remoteapi/security/GetUsersCommand.java +++ b/src/org/labkey/remoteapi/security/GetUsersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2018 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/security/GetUsersResponse.java b/src/org/labkey/remoteapi/security/GetUsersResponse.java index 5a928cfc..17f51ee5 100644 --- a/src/org/labkey/remoteapi/security/GetUsersResponse.java +++ b/src/org/labkey/remoteapi/security/GetUsersResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/security/GroupMembersCommand.java b/src/org/labkey/remoteapi/security/GroupMembersCommand.java index 220da33c..146479d5 100644 --- a/src/org/labkey/remoteapi/security/GroupMembersCommand.java +++ b/src/org/labkey/remoteapi/security/GroupMembersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2019 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/ImpersonateUserCommand.java b/src/org/labkey/remoteapi/security/ImpersonateUserCommand.java index f4e5c66b..36f113e7 100644 --- a/src/org/labkey/remoteapi/security/ImpersonateUserCommand.java +++ b/src/org/labkey/remoteapi/security/ImpersonateUserCommand.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.labkey.remoteapi.CommandResponse; diff --git a/src/org/labkey/remoteapi/security/LogoutCommand.java b/src/org/labkey/remoteapi/security/LogoutCommand.java index 09f3bb96..3aa83950 100644 --- a/src/org/labkey/remoteapi/security/LogoutCommand.java +++ b/src/org/labkey/remoteapi/security/LogoutCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 LabKey Corporation + * Copyright (c) 2018-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/src/org/labkey/remoteapi/security/RemoveGroupMembersCommand.java b/src/org/labkey/remoteapi/security/RemoveGroupMembersCommand.java index 84a0fa24..d71c49b2 100644 --- a/src/org/labkey/remoteapi/security/RemoveGroupMembersCommand.java +++ b/src/org/labkey/remoteapi/security/RemoveGroupMembersCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/RenameContainerCommand.java b/src/org/labkey/remoteapi/security/RenameContainerCommand.java index e7b6b272..38ab0972 100644 --- a/src/org/labkey/remoteapi/security/RenameContainerCommand.java +++ b/src/org/labkey/remoteapi/security/RenameContainerCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2023-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/src/org/labkey/remoteapi/security/RenameContainerResponse.java b/src/org/labkey/remoteapi/security/RenameContainerResponse.java index 038a0577..f801e649 100644 --- a/src/org/labkey/remoteapi/security/RenameContainerResponse.java +++ b/src/org/labkey/remoteapi/security/RenameContainerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2023-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/src/org/labkey/remoteapi/security/RenameGroupCommand.java b/src/org/labkey/remoteapi/security/RenameGroupCommand.java index a5026189..35c68767 100644 --- a/src/org/labkey/remoteapi/security/RenameGroupCommand.java +++ b/src/org/labkey/remoteapi/security/RenameGroupCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/RenameGroupResponse.java b/src/org/labkey/remoteapi/security/RenameGroupResponse.java index d4c10fe5..8394869d 100644 --- a/src/org/labkey/remoteapi/security/RenameGroupResponse.java +++ b/src/org/labkey/remoteapi/security/RenameGroupResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 LabKey Corporation + * Copyright (c) 2009-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/src/org/labkey/remoteapi/security/StopImpersonatingCommand.java b/src/org/labkey/remoteapi/security/StopImpersonatingCommand.java index e7e951d9..3549bb81 100644 --- a/src/org/labkey/remoteapi/security/StopImpersonatingCommand.java +++ b/src/org/labkey/remoteapi/security/StopImpersonatingCommand.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.apache.hc.client5.http.classic.methods.HttpPost; diff --git a/src/org/labkey/remoteapi/security/WhoAmICommand.java b/src/org/labkey/remoteapi/security/WhoAmICommand.java index fd69e48b..d41c5303 100644 --- a/src/org/labkey/remoteapi/security/WhoAmICommand.java +++ b/src/org/labkey/remoteapi/security/WhoAmICommand.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/security/WhoAmIResponse.java b/src/org/labkey/remoteapi/security/WhoAmIResponse.java index 4988bd1e..eb7e38c0 100644 --- a/src/org/labkey/remoteapi/security/WhoAmIResponse.java +++ b/src/org/labkey/remoteapi/security/WhoAmIResponse.java @@ -1,3 +1,18 @@ +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.security; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/storage/BaseStorageCommand.java b/src/org/labkey/remoteapi/storage/BaseStorageCommand.java index 677bb206..897b5141 100644 --- a/src/org/labkey/remoteapi/storage/BaseStorageCommand.java +++ b/src/org/labkey/remoteapi/storage/BaseStorageCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/storage/CreateCommand.java b/src/org/labkey/remoteapi/storage/CreateCommand.java index 546640bd..c9b07b96 100644 --- a/src/org/labkey/remoteapi/storage/CreateCommand.java +++ b/src/org/labkey/remoteapi/storage/CreateCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; /** diff --git a/src/org/labkey/remoteapi/storage/DeleteCommand.java b/src/org/labkey/remoteapi/storage/DeleteCommand.java index 3cefbc10..4ea5e0c6 100644 --- a/src/org/labkey/remoteapi/storage/DeleteCommand.java +++ b/src/org/labkey/remoteapi/storage/DeleteCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; /** diff --git a/src/org/labkey/remoteapi/storage/StorageCommandResponse.java b/src/org/labkey/remoteapi/storage/StorageCommandResponse.java index 427f4e0c..66f6477f 100644 --- a/src/org/labkey/remoteapi/storage/StorageCommandResponse.java +++ b/src/org/labkey/remoteapi/storage/StorageCommandResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/storage/StorageItemTypes.java b/src/org/labkey/remoteapi/storage/StorageItemTypes.java index 2feab098..b42e37fe 100644 --- a/src/org/labkey/remoteapi/storage/StorageItemTypes.java +++ b/src/org/labkey/remoteapi/storage/StorageItemTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 LabKey Corporation + * Copyright (c) 2022-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/src/org/labkey/remoteapi/storage/StorageRow.java b/src/org/labkey/remoteapi/storage/StorageRow.java index 417ae1e5..ef7b66a8 100644 --- a/src/org/labkey/remoteapi/storage/StorageRow.java +++ b/src/org/labkey/remoteapi/storage/StorageRow.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; import org.json.JSONObject; diff --git a/src/org/labkey/remoteapi/storage/UpdateCommand.java b/src/org/labkey/remoteapi/storage/UpdateCommand.java index 71041c31..b750cecf 100644 --- a/src/org/labkey/remoteapi/storage/UpdateCommand.java +++ b/src/org/labkey/remoteapi/storage/UpdateCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.storage; /** diff --git a/src/org/labkey/remoteapi/study/ParticipantGroup.java b/src/org/labkey/remoteapi/study/ParticipantGroup.java index 6da69048..aaa4d939 100644 --- a/src/org/labkey/remoteapi/study/ParticipantGroup.java +++ b/src/org/labkey/remoteapi/study/ParticipantGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/study/UpdateParticipantGroupCommand.java b/src/org/labkey/remoteapi/study/UpdateParticipantGroupCommand.java index 971b0e9b..dbdd2021 100644 --- a/src/org/labkey/remoteapi/study/UpdateParticipantGroupCommand.java +++ b/src/org/labkey/remoteapi/study/UpdateParticipantGroupCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/study/UpdateParticipantGroupResponse.java b/src/org/labkey/remoteapi/study/UpdateParticipantGroupResponse.java index 46314a94..13441f9a 100644 --- a/src/org/labkey/remoteapi/study/UpdateParticipantGroupResponse.java +++ b/src/org/labkey/remoteapi/study/UpdateParticipantGroupResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-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/src/org/labkey/remoteapi/test/ClientConfig.java b/src/org/labkey/remoteapi/test/ClientConfig.java index f200fce0..05b2fda6 100644 --- a/src/org/labkey/remoteapi/test/ClientConfig.java +++ b/src/org/labkey/remoteapi/test/ClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 LabKey Corporation + * Copyright (c) 2011-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/src/org/labkey/remoteapi/test/Demo.java b/src/org/labkey/remoteapi/test/Demo.java index 61fad277..5dbbcd97 100644 --- a/src/org/labkey/remoteapi/test/Demo.java +++ b/src/org/labkey/remoteapi/test/Demo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2013 LabKey Corporation + * Copyright (c) 2008-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. @@ -40,7 +40,7 @@ public void doDemo() throws Exception private Connection getConnection() { if (null == _connection) - _connection = new Connection("http://localhost:8080/labkey", _email, _password); + _connection = new Connection("http://localhost:8080", _email, _password); return _connection; } diff --git a/src/org/labkey/remoteapi/test/ImportDataClient.java b/src/org/labkey/remoteapi/test/ImportDataClient.java index b4e24c2b..46ca3bf0 100644 --- a/src/org/labkey/remoteapi/test/ImportDataClient.java +++ b/src/org/labkey/remoteapi/test/ImportDataClient.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.test; import org.labkey.remoteapi.CommandException; diff --git a/src/org/labkey/remoteapi/test/ImportRunDemo.java b/src/org/labkey/remoteapi/test/ImportRunDemo.java index c681161d..bb9d8c09 100644 --- a/src/org/labkey/remoteapi/test/ImportRunDemo.java +++ b/src/org/labkey/remoteapi/test/ImportRunDemo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2012-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/src/org/labkey/remoteapi/test/LineageDemo.java b/src/org/labkey/remoteapi/test/LineageDemo.java index 9454aef3..c0fa494f 100644 --- a/src/org/labkey/remoteapi/test/LineageDemo.java +++ b/src/org/labkey/remoteapi/test/LineageDemo.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2022-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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.remoteapi.test; import org.labkey.remoteapi.Connection; diff --git a/src/org/labkey/remoteapi/test/SaveAssayBatchDemo.java b/src/org/labkey/remoteapi/test/SaveAssayBatchDemo.java index 1882f906..614e42d7 100644 --- a/src/org/labkey/remoteapi/test/SaveAssayBatchDemo.java +++ b/src/org/labkey/remoteapi/test/SaveAssayBatchDemo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 LabKey Corporation + * Copyright (c) 2010-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/src/org/labkey/remoteapi/test/Test.java b/src/org/labkey/remoteapi/test/Test.java index 99a74e06..af58c667 100644 --- a/src/org/labkey/remoteapi/test/Test.java +++ b/src/org/labkey/remoteapi/test/Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2016 LabKey Corporation + * Copyright (c) 2008-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.