diff --git a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsController.java b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsController.java index 31dbbc087a..fc92ad4dff 100644 --- a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsController.java +++ b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsManager.java b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsManager.java index 1f3f5bfbc7..fe776d743b 100644 --- a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsManager.java +++ b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/CommunityArtifactsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/view/hello.jsp b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/view/hello.jsp index 6226fc813b..d4725277f2 100644 --- a/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/view/hello.jsp +++ b/buildTestModules/communityArtifacts/src/org/labkey/communityartifacts/view/hello.jsp @@ -1,6 +1,6 @@ <% /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsController.java b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsController.java index 0da00968cd..b067e2c472 100644 --- a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsController.java +++ b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsManager.java b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsManager.java index 26892b766c..8594970376 100644 --- a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsManager.java +++ b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/StarterArtifactsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/view/hello.jsp b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/view/hello.jsp index 4dbd40d650..f407c15a65 100644 --- a/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/view/hello.jsp +++ b/buildTestModules/starterArtifacts/src/org/labkey/starterartifacts/view/hello.jsp @@ -1,6 +1,6 @@ <% /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/AverageTempPerParticipant.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/AverageTempPerParticipant.sql index 798623ea04..98a46aa475 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/AverageTempPerParticipant.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/AverageTempPerParticipant.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT "Physical Exam".ParticipantID, ROUND(AVG("Physical Exam".Temp_C), 1) AS AverageTemp, FROM "Physical Exam" GROUP BY "Physical Exam".ParticipantID diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/DemGB.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/DemGB.sql index 297f93c3b3..7ba3c53817 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/DemGB.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/DemGB.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT COUNT(Demographics.ParticipantId) AS "Count", Demographics.Gender, Demographics.Country, diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/Demo.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/Demo.sql index 194bb54e43..a58e95a0ac 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/Demo.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/Demo.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Demographics.ParticipantId, Demographics.date, Demographics.StartDate, diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/ElispotTest.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/ElispotTest.sql index c281286dd3..c616fb28f4 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/ElispotTest.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/ElispotTest.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT ELISpotAssay.ParticipantId, ELISpotAssay.SampleDescription, ELISpotAssay.SpecimenID, diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + AverageTemp.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + AverageTemp.sql index 11e9ac2567..0a9fae9396 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + AverageTemp.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + AverageTemp.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT "Physical Exam".ParticipantId, "Physical Exam".SequenceNum, "Physical Exam".Date, diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + TempDelta.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + TempDelta.sql index 6016c7e39c..f70caa7207 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + TempDelta.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam + TempDelta.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT "Physical Exam + AverageTemp".ParticipantId, "Physical Exam + AverageTemp".SequenceNum, "Physical Exam + AverageTemp".Date, diff --git a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam Query.sql b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam Query.sql index 04b882862c..be945522da 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam Query.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/queries/Physical Exam Query.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT "Physical Exam".ParticipantId, "Physical Exam".SequenceNum, "Physical Exam".Date, diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ CD4, Virus, T.db_974.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ CD4, Virus, T.db_974.R index ac862d034e..26bd4f10a0 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ CD4, Virus, T.db_974.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ CD4, Virus, T.db_974.R @@ -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. +## # Caveats for these plots: # - Y Axis. The left-most y axis insists on having the largest maximum. # --- In the first plot, Viral Load has the largest max (and thus is diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. CD4.db_975.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. CD4.db_975.R index 5229f2ac34..9ca8ea166e 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. CD4.db_975.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. CD4.db_975.R @@ -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. +## library(Cairo); Cairo(file="${imgout:labkeyl_cairo.png}", type="png"); options(echo=TRUE); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. Time.db_976.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. Time.db_976.R index f069e45325..9726596c07 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. Time.db_976.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Lymph v. Time.db_976.R @@ -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. +## names(labkey.data) library(Cairo); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. CD4.db_977.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. CD4.db_977.R index 2f0942670e..de64106ef3 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. CD4.db_977.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. CD4.db_977.R @@ -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. +## names(labkey.data) library(Cairo); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. Time.db_978.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. Time.db_978.R index 2f31ada52d..a1d69d9044 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. Time.db_978.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Cohort Regression_ Virus v. Time.db_978.R @@ -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. +## library(Cairo); Cairo(file="${imgout:labkeyl_cairo.png}", type="png"); options(echo=TRUE); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R MultiPlot Regressions_ Diastolic BP.db_979.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R MultiPlot Regressions_ Diastolic BP.db_979.R index 13645e62ef..acc9721b0d 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R MultiPlot Regressions_ Diastolic BP.db_979.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R MultiPlot Regressions_ Diastolic BP.db_979.R @@ -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. +## library(Cairo); data_means <- aggregate(labkey.data, list(ParticipantID = labkey.data$participantid), mean, na.rm = TRUE); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Participant Views_ Physical Exam.db_980.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Participant Views_ Physical Exam.db_980.R index 2ccc2d5596..e3157eb5a3 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Participant Views_ Physical Exam.db_980.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Participant Views_ Physical Exam.db_980.R @@ -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. +## library(lattice); png(filename="${imgout:a}", width=900); plot.new(); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ All.db_981.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ All.db_981.R index bebc51bc57..ff0d0c8c84 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ All.db_981.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ All.db_981.R @@ -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. +## library(Cairo); Cairo(file="${imgout:diastol_v_systol_figure.png}", type="png"); plot(labkey.data$diastolicbloodpressure, labkey.data$systolicbloodpressure, diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ Means.db_982.R b/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ Means.db_982.R index 0f1dd9db00..b02401a7b5 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ Means.db_982.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/R Regression_ Blood Pressure_ Means.db_982.R @@ -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. +## data_means <- aggregate(labkey.data, list(ParticipantID = labkey.data$participantid), mean, na.rm = TRUE); library(Cairo); diff --git a/data/FolderExport/SampleWithSubfolders.folder/reports/safe report.db_983.R b/data/FolderExport/SampleWithSubfolders.folder/reports/safe report.db_983.R index ad5ee75cfa..06a5b84eaf 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/reports/safe report.db_983.R +++ b/data/FolderExport/SampleWithSubfolders.folder/reports/safe report.db_983.R @@ -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. +## # This sample code returns the query data in tab-separated values format, which LabKey then # renders as HTML. Replace this code with your R script. See the Help tab for more details. write.table(labkey.data, file = "${tsvout:tsvfile}", sep = "\t", qmethod = "double", col.names=NA) \ No newline at end of file diff --git a/data/FolderExport/SampleWithSubfolders.folder/subfolders/Subfolder1/subfolders/Assay Container Tab 2/queries/My Test Container Tab Query.sql b/data/FolderExport/SampleWithSubfolders.folder/subfolders/Subfolder1/subfolders/Assay Container Tab 2/queries/My Test Container Tab Query.sql index 3fdefd696a..08f31ee03b 100755 --- a/data/FolderExport/SampleWithSubfolders.folder/subfolders/Subfolder1/subfolders/Assay Container Tab 2/queries/My Test Container Tab Query.sql +++ b/data/FolderExport/SampleWithSubfolders.folder/subfolders/Subfolder1/subfolders/Assay Container Tab 2/queries/My Test Container Tab Query.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT * FROM AssayList diff --git a/data/api/domainTest.js b/data/api/domainTest.js index 554879d11c..85917fb081 100644 --- a/data/api/domainTest.js +++ b/data/api/domainTest.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 LabKey Corporation + * Copyright (c) 2011-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/data/flow/flowjoquery/query/COMP.sql b/data/flow/flowjoquery/query/COMP.sql index 307ab70c6f..11a207e50f 100644 --- a/data/flow/flowjoquery/query/COMP.sql +++ b/data/flow/flowjoquery/query/COMP.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT A.Name AS First, B.Name AS Second, diff --git a/data/flow/flowjoquery/query/Comparison.sql b/data/flow/flowjoquery/query/Comparison.sql index 6831145dba..402c52fcac 100644 --- a/data/flow/flowjoquery/query/Comparison.sql +++ b/data/flow/flowjoquery/query/Comparison.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT C.First, C.Second, C.FirstRowId, C.SecondRowId, diff --git a/data/flow/flowjoquery/query/DeviationFromMean.sql b/data/flow/flowjoquery/query/DeviationFromMean.sql index f3758768b1..6451f4eef4 100644 --- a/data/flow/flowjoquery/query/DeviationFromMean.sql +++ b/data/flow/flowjoquery/query/DeviationFromMean.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Single.RowId, MAX(Single.FCSFile) AS FCSFile, COUNT(Mean.RowId) AS NumberAveraged, diff --git a/data/flow/flowjoquery/query/DeviationFromMean2.sql b/data/flow/flowjoquery/query/DeviationFromMean2.sql index 2b811da768..599d5f5e93 100644 --- a/data/flow/flowjoquery/query/DeviationFromMean2.sql +++ b/data/flow/flowjoquery/query/DeviationFromMean2.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Single.RowId, Single.FCSFile, diff --git a/data/flow/flowjoquery/query/PassFail.sql b/data/flow/flowjoquery/query/PassFail.sql index 20b4f5aac4..a4863fef3d 100644 --- a/data/flow/flowjoquery/query/PassFail.sql +++ b/data/flow/flowjoquery/query/PassFail.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Min(D.Key) AS Key, CASE WHEN (Count(D.LO_CD4) = 0 AND COUNT(D.LO_CD8) = 0 AND diff --git a/data/flow/flowjoquery/query/PassFailDetails.sql b/data/flow/flowjoquery/query/PassFailDetails.sql index b330053b77..9f057044a9 100644 --- a/data/flow/flowjoquery/query/PassFailDetails.sql +++ b/data/flow/flowjoquery/query/PassFailDetails.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT B.RowId AS FCSAnalysis, B.Stim, B.CD4_Count, diff --git a/data/pgrestore/cleanPgDump.sh b/data/pgrestore/cleanPgDump.sh index 578b9970bf..1598591978 100755 --- a/data/pgrestore/cleanPgDump.sh +++ b/data/pgrestore/cleanPgDump.sh @@ -1,5 +1,20 @@ #!/usr/bin/env bash +# +# 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. +# set -eu export PGHOST=${PGHOST:-localhost} diff --git a/data/qc/assayTransformError.R b/data/qc/assayTransformError.R index 23c5a86cc5..2a057f05b4 100644 --- a/data/qc/assayTransformError.R +++ b/data/qc/assayTransformError.R @@ -1,5 +1,5 @@ ## -# Copyright (c) 2015-2019 LabKey Corporation +# Copyright (c) 2020-2026 LabKey Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data/qc/noopTransform.R b/data/qc/noopTransform.R index 6db94994da..1e64238c7f 100644 --- a/data/qc/noopTransform.R +++ b/data/qc/noopTransform.R @@ -1,3 +1,18 @@ +## +# Copyright (c) 2025-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. +## all.lines = readLines("${runInfo}") runDataFile.line = grep("^runDataFile", all.lines, value = TRUE); runDataFile.props <- strsplit(runDataFile.line, "\t")[[1]] diff --git a/data/qc/src/org/labkey/AbstractAssayValidator.java b/data/qc/src/org/labkey/AbstractAssayValidator.java index 203db0c61b..efb4ec154e 100644 --- a/data/qc/src/org/labkey/AbstractAssayValidator.java +++ b/data/qc/src/org/labkey/AbstractAssayValidator.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/data/qc/src/org/labkey/AssayTransformNoOp.java b/data/qc/src/org/labkey/AssayTransformNoOp.java index fd95606eb9..894415ce1f 100644 --- a/data/qc/src/org/labkey/AssayTransformNoOp.java +++ b/data/qc/src/org/labkey/AssayTransformNoOp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 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/data/qc/src/org/labkey/AssayValidator.java b/data/qc/src/org/labkey/AssayValidator.java index aa8f5b24d7..ee8fd75f10 100644 --- a/data/qc/src/org/labkey/AssayValidator.java +++ b/data/qc/src/org/labkey/AssayValidator.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/data/query/drt/functiontest.sql b/data/query/drt/functiontest.sql index e9146e1919..a8b652f342 100644 --- a/data/query/drt/functiontest.sql +++ b/data/query/drt/functiontest.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT abs(-1) AS col1, degrees(acos(.5)) AS col2, round(degrees(atan(1)), 5) AS col3, diff --git a/data/query/flow/CompControlPassFail.sql b/data/query/flow/CompControlPassFail.sql index b9af27c288..f5c5cde423 100644 --- a/data/query/flow/CompControlPassFail.sql +++ b/data/query/flow/CompControlPassFail.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT CC.Name, CC.Run, CASE diff --git a/data/query/flow/DeviationFromMean.sql b/data/query/flow/DeviationFromMean.sql index f3758768b1..6451f4eef4 100644 --- a/data/query/flow/DeviationFromMean.sql +++ b/data/query/flow/DeviationFromMean.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Single.RowId, MAX(Single.FCSFile) AS FCSFile, COUNT(Mean.RowId) AS NumberAveraged, diff --git a/data/query/flow/POSNEG.sql b/data/query/flow/POSNEG.sql index 679696e49b..2517520dc9 100644 --- a/data/query/flow/POSNEG.sql +++ b/data/query/flow/POSNEG.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT q.s AS FCSAnalysis, MAX(q.s.Statistic."S/Lv/L/3+/4+/(IFNg+|IL2+):Freq_Of_Parent")- AVG(q.BG.Statistic."S/Lv/L/3+/4+/(IFNg+|IL2+):Freq_Of_Parent") AS "4+ POS BG ADJ", MAX(q.s.Statistic."S/Lv/L/3+/8+/(IFNg+|IL2+):Freq_Of_Parent")- AVG(q.BG.Statistic."S/Lv/L/3+/8+/(IFNg+|IL2+):Freq_Of_Parent") AS "8+ POS BG ADJ", diff --git a/data/query/flow/PassFail.sql b/data/query/flow/PassFail.sql index ab823dab64..cca31ad94e 100644 --- a/data/query/flow/PassFail.sql +++ b/data/query/flow/PassFail.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT PFD.Key AS Details, MIN(PFD.RowId.FCSFile.Sample) AS Sample, COUNT(PFD.RowId) AS NumberOfAnalyses, diff --git a/data/query/flow/PassFail2.sql b/data/query/flow/PassFail2.sql index 4ddf5ebb22..da46b7a9ca 100644 --- a/data/query/flow/PassFail2.sql +++ b/data/query/flow/PassFail2.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT Min(D.Key) AS Key, CASE WHEN (Count(D.LO_CD4) = 0 AND COUNT(D.LO_CD8) = 0 AND diff --git a/data/query/flow/PassFailDetails.sql b/data/query/flow/PassFailDetails.sql index 640059d0f6..5baf3d09a2 100644 --- a/data/query/flow/PassFailDetails.sql +++ b/data/query/flow/PassFailDetails.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT FCSAnalyses.RowId, FCSAnalyses.Run.Name||'-' ||FCSAnalyses.FCSFile.Keyword."Sample Order" AS Key, FCSAnalyses.FCSFile.Keyword.Stim AS Stim, diff --git a/data/query/flow/PassFailDetails2.sql b/data/query/flow/PassFailDetails2.sql index 2f29fa7d23..56b38a6b70 100644 --- a/data/query/flow/PassFailDetails2.sql +++ b/data/query/flow/PassFailDetails2.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT B.RowId AS FCSAnalysis, B.Stim, B.CD4_Count, diff --git a/data/query/flow/SCHARP.sql b/data/query/flow/SCHARP.sql index 972cdbc33c..b70a1cb468 100644 --- a/data/query/flow/SCHARP.sql +++ b/data/query/flow/SCHARP.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT FCSAnalyses.FCSFile.Sample.Property.PROTOCOL AS PROTOCOL, 'FH' AS LABID, FCSAnalyses.FCSFile.Run AS ASSAYID, diff --git a/data/studies/ExtraKeyStudy/queries/RenamedKeyColumn.sql b/data/studies/ExtraKeyStudy/queries/RenamedKeyColumn.sql index 894bfb7d35..7e6d44ea3e 100644 --- a/data/studies/ExtraKeyStudy/queries/RenamedKeyColumn.sql +++ b/data/studies/ExtraKeyStudy/queries/RenamedKeyColumn.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2020-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT PVInt_One.PandaId, PVInt_One._key AS RENAMED_KEY, diff --git a/modules/ETLtest/resources/queries/etltest/TransactionTest.sql b/modules/ETLtest/resources/queries/etltest/TransactionTest.sql index 060dd0d57a..ccdfafa42f 100644 --- a/modules/ETLtest/resources/queries/etltest/TransactionTest.sql +++ b/modules/ETLtest/resources/queries/etltest/TransactionTest.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 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/modules/ETLtest/resources/queries/etltest/giantCTE.sql b/modules/ETLtest/resources/queries/etltest/giantCTE.sql index 88c9b035b2..778082c936 100644 --- a/modules/ETLtest/resources/queries/etltest/giantCTE.sql +++ b/modules/ETLtest/resources/queries/etltest/giantCTE.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 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/modules/ETLtest/resources/queries/study/parameterizedWithoutDefault.sql b/modules/ETLtest/resources/queries/study/parameterizedWithoutDefault.sql index 3f11a470d3..6214612744 100644 --- a/modules/ETLtest/resources/queries/study/parameterizedWithoutDefault.sql +++ b/modules/ETLtest/resources/queries/study/parameterizedWithoutDefault.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 LabKey Corporation + * 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. diff --git a/modules/ETLtest/resources/reports/schemas/etlReport.R b/modules/ETLtest/resources/reports/schemas/etlReport.R index ef9f4711f0..15861255d3 100644 --- a/modules/ETLtest/resources/reports/schemas/etlReport.R +++ b/modules/ETLtest/resources/reports/schemas/etlReport.R @@ -1,2 +1,17 @@ +## +# Copyright (c) 2021-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. +## cat('Hello, ', labkey.url.params$greeter, '!\n', sep='') source("etlReportHelper.R") \ No newline at end of file diff --git a/modules/ETLtest/resources/reports/schemas/etlReportHelper.R b/modules/ETLtest/resources/reports/schemas/etlReportHelper.R index 70589c93be..54ab9b2d8b 100644 --- a/modules/ETLtest/resources/reports/schemas/etlReportHelper.R +++ b/modules/ETLtest/resources/reports/schemas/etlReportHelper.R @@ -1 +1,16 @@ +## +# Copyright (c) 2021-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. +## cat('I"m a useful helper', '!\n', sep='') diff --git a/modules/ETLtest/resources/reports/schemas/etlReportWithSleep.R b/modules/ETLtest/resources/reports/schemas/etlReportWithSleep.R index 05e352529b..879d68f5e5 100644 --- a/modules/ETLtest/resources/reports/schemas/etlReportWithSleep.R +++ b/modules/ETLtest/resources/reports/schemas/etlReportWithSleep.R @@ -1,3 +1,18 @@ +## +# 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. +# 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. +## cat('Hello, ', labkey.url.params$greeter, '!\n', sep='') Sys.sleep(20) cat('Goodbye, ', labkey.url.params$greeter, '!\n', sep='') diff --git a/modules/ETLtest/resources/schemas/dbscripts/postgresql/etltest-0.000-25.000.sql b/modules/ETLtest/resources/schemas/dbscripts/postgresql/etltest-0.000-25.000.sql index 4570b6268e..dd847a5ec4 100644 --- a/modules/ETLtest/resources/schemas/dbscripts/postgresql/etltest-0.000-25.000.sql +++ b/modules/ETLtest/resources/schemas/dbscripts/postgresql/etltest-0.000-25.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 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/modules/ETLtest/resources/schemas/dbscripts/sqlserver/etltest-0.000-25.000.sql b/modules/ETLtest/resources/schemas/dbscripts/sqlserver/etltest-0.000-25.000.sql index 91a91b33d1..de5cbd4022 100644 --- a/modules/ETLtest/resources/schemas/dbscripts/sqlserver/etltest-0.000-25.000.sql +++ b/modules/ETLtest/resources/schemas/dbscripts/sqlserver/etltest-0.000-25.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 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/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestController.java b/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestController.java index 3335f647af..1c00903b92 100644 --- a/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestController.java +++ b/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2021-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/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestModule.java b/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestModule.java index 40ca88586e..f108257744 100644 --- a/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestModule.java +++ b/modules/crawlerTest/src/org/labkey/crawlertest/CrawlerTestModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2021-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/modules/crawlerTest/src/org/labkey/crawlertest/view/injectJsp.jsp b/modules/crawlerTest/src/org/labkey/crawlertest/view/injectJsp.jsp index e25e93366f..b5d31c608b 100644 --- a/modules/crawlerTest/src/org/labkey/crawlertest/view/injectJsp.jsp +++ b/modules/crawlerTest/src/org/labkey/crawlertest/view/injectJsp.jsp @@ -1,6 +1,6 @@ <% /* - * Copyright (c) 2020 LabKey Corporation + * Copyright (c) 2021-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/modules/dumbster/src/org/labkey/dumbster/DumbsterController.java b/modules/dumbster/src/org/labkey/dumbster/DumbsterController.java index 877e1f35cc..16ca01d885 100644 --- a/modules/dumbster/src/org/labkey/dumbster/DumbsterController.java +++ b/modules/dumbster/src/org/labkey/dumbster/DumbsterController.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/modules/dumbster/src/org/labkey/dumbster/DumbsterModule.java b/modules/dumbster/src/org/labkey/dumbster/DumbsterModule.java index 0f2100d85d..645b440072 100644 --- a/modules/dumbster/src/org/labkey/dumbster/DumbsterModule.java +++ b/modules/dumbster/src/org/labkey/dumbster/DumbsterModule.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/modules/dumbster/src/org/labkey/dumbster/model/DumbsterManager.java b/modules/dumbster/src/org/labkey/dumbster/model/DumbsterManager.java index 32eb0bb3d4..b5508e9726 100644 --- a/modules/dumbster/src/org/labkey/dumbster/model/DumbsterManager.java +++ b/modules/dumbster/src/org/labkey/dumbster/model/DumbsterManager.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/modules/dumbster/src/org/labkey/dumbster/view/MailWebPart.java b/modules/dumbster/src/org/labkey/dumbster/view/MailWebPart.java index 7648c7fc50..114582719c 100644 --- a/modules/dumbster/src/org/labkey/dumbster/view/MailWebPart.java +++ b/modules/dumbster/src/org/labkey/dumbster/view/MailWebPart.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/modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp b/modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp index c9ad2e8381..c4eb294a81 100644 --- a/modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp +++ b/modules/dumbster/src/org/labkey/dumbster/view/mailWebPart.jsp @@ -1,6 +1,6 @@ <% /* - * 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/modules/editableModule/resources/queries/lists/People.js b/modules/editableModule/resources/queries/lists/People.js index 307f5af025..37b34589ef 100644 --- a/modules/editableModule/resources/queries/lists/People.js +++ b/modules/editableModule/resources/queries/lists/People.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/modules/editableModule/resources/queries/lists/TestQuery.sql b/modules/editableModule/resources/queries/lists/TestQuery.sql index fedf85037d..fdca55ebfc 100644 --- a/modules/editableModule/resources/queries/lists/TestQuery.sql +++ b/modules/editableModule/resources/queries/lists/TestQuery.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/editableModule/resources/queries/vehicle/ParamParamVehicles.sql b/modules/editableModule/resources/queries/vehicle/ParamParamVehicles.sql index d0c18c3f2a..b309b2c7ff 100644 --- a/modules/editableModule/resources/queries/vehicle/ParamParamVehicles.sql +++ b/modules/editableModule/resources/queries/vehicle/ParamParamVehicles.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/editableModule/resources/queries/vehicle/ParameterizedVehicles.sql b/modules/editableModule/resources/queries/vehicle/ParameterizedVehicles.sql index 8a8be96bfd..b6a963dcf1 100644 --- a/modules/editableModule/resources/queries/vehicle/ParameterizedVehicles.sql +++ b/modules/editableModule/resources/queries/vehicle/ParameterizedVehicles.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/editableModule/resources/queries/vehicle/Toyotas.sql b/modules/editableModule/resources/queries/vehicle/Toyotas.sql index 2b277cf5bb..0105aad9ed 100644 --- a/modules/editableModule/resources/queries/vehicle/Toyotas.sql +++ b/modules/editableModule/resources/queries/vehicle/Toyotas.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/editableModule/resources/queries/vehicle/UserDefinedEmissions.sql b/modules/editableModule/resources/queries/vehicle/UserDefinedEmissions.sql index 77725f55ce..ad6a1373d7 100644 --- a/modules/editableModule/resources/queries/vehicle/UserDefinedEmissions.sql +++ b/modules/editableModule/resources/queries/vehicle/UserDefinedEmissions.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/editableModule/resources/queries/vehicle/colors.js b/modules/editableModule/resources/queries/vehicle/colors.js index da74e40c1c..9591450bc2 100644 --- a/modules/editableModule/resources/queries/vehicle/colors.js +++ b/modules/editableModule/resources/queries/vehicle/colors.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2020-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/modules/editableModule/resources/reports/schemas/editableModuleReport.r b/modules/editableModule/resources/reports/schemas/editableModuleReport.r index b7f634492f..a3884215a9 100644 --- a/modules/editableModule/resources/reports/schemas/editableModuleReport.r +++ b/modules/editableModule/resources/reports/schemas/editableModuleReport.r @@ -1,5 +1,5 @@ ## -# Copyright (c) 2013-2019 LabKey Corporation +# Copyright (c) 2020-2026 LabKey Corporation # # Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 ## diff --git a/modules/editableModule/resources/schemas/vehicle.xml b/modules/editableModule/resources/schemas/vehicle.xml index ed1788c726..58acf91c9b 100644 --- a/modules/editableModule/resources/schemas/vehicle.xml +++ b/modules/editableModule/resources/schemas/vehicle.xml @@ -1,7 +1,7 @@ diff --git a/modules/simpletest/resources/queries/study/verifyAssay.js b/modules/simpletest/resources/queries/study/verifyAssay.js index c640a51c86..157bb96a05 100644 --- a/modules/simpletest/resources/queries/study/verifyAssay.js +++ b/modules/simpletest/resources/queries/study/verifyAssay.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2011-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/modules/simpletest/resources/queries/vehicle/ParamParamVehicles.sql b/modules/simpletest/resources/queries/vehicle/ParamParamVehicles.sql index d0c18c3f2a..008599d4e3 100644 --- a/modules/simpletest/resources/queries/vehicle/ParamParamVehicles.sql +++ b/modules/simpletest/resources/queries/vehicle/ParamParamVehicles.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 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/modules/simpletest/resources/queries/vehicle/ParameterizedVehicles.sql b/modules/simpletest/resources/queries/vehicle/ParameterizedVehicles.sql index 8a8be96bfd..a42a666c64 100644 --- a/modules/simpletest/resources/queries/vehicle/ParameterizedVehicles.sql +++ b/modules/simpletest/resources/queries/vehicle/ParameterizedVehicles.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 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/modules/simpletest/resources/queries/vehicle/Toyotas.sql b/modules/simpletest/resources/queries/vehicle/Toyotas.sql index 2b277cf5bb..9256a4dd94 100644 --- a/modules/simpletest/resources/queries/vehicle/Toyotas.sql +++ b/modules/simpletest/resources/queries/vehicle/Toyotas.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-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/modules/simpletest/resources/queries/vehicle/colors.js b/modules/simpletest/resources/queries/vehicle/colors.js index 7e9d261f22..2d1ab516b3 100644 --- a/modules/simpletest/resources/queries/vehicle/colors.js +++ b/modules/simpletest/resources/queries/vehicle/colors.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2010-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/modules/simpletest/resources/queries/vehicle/vehicles.js b/modules/simpletest/resources/queries/vehicle/vehicles.js index d6c4fdd7ec..f66d0c73cc 100644 --- a/modules/simpletest/resources/queries/vehicle/vehicles.js +++ b/modules/simpletest/resources/queries/vehicle/vehicles.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ var LABKEY = require("labkey"); function beforeInsert(row, errors) { diff --git a/modules/simpletest/resources/reports/schemas/lists/People/Less Cool JS Report.js b/modules/simpletest/resources/reports/schemas/lists/People/Less Cool JS Report.js index 174311a2c6..bf0c416751 100644 --- a/modules/simpletest/resources/reports/schemas/lists/People/Less Cool JS Report.js +++ b/modules/simpletest/resources/reports/schemas/lists/People/Less Cool JS Report.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2012-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/modules/simpletest/resources/reports/schemas/lists/People/Super Cool R Report.r b/modules/simpletest/resources/reports/schemas/lists/People/Super Cool R Report.r index c33c80fd11..b182636c5e 100644 --- a/modules/simpletest/resources/reports/schemas/lists/People/Super Cool R Report.r +++ b/modules/simpletest/resources/reports/schemas/lists/People/Super Cool R Report.r @@ -1,5 +1,5 @@ ## -# Copyright (c) 2013-2019 LabKey Corporation +# Copyright (c) 2009-2026 LabKey Corporation # # Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 ## diff --git a/modules/simpletest/resources/reports/schemas/schemaFolderReport.r b/modules/simpletest/resources/reports/schemas/schemaFolderReport.r index b7f634492f..72ead03d87 100644 --- a/modules/simpletest/resources/reports/schemas/schemaFolderReport.r +++ b/modules/simpletest/resources/reports/schemas/schemaFolderReport.r @@ -1,5 +1,5 @@ ## -# Copyright (c) 2013-2019 LabKey Corporation +# Copyright (c) 2012-2026 LabKey Corporation # # Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 ## diff --git a/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-0.000-23.000.sql b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-0.000-23.000.sql index ed6be14c1f..861f55e7eb 100644 --- a/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-0.000-23.000.sql +++ b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-0.000-23.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 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/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.000-25.001.sql b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.000-25.001.sql index 44593bbb3d..8a0f8e5b5d 100644 --- a/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.000-25.001.sql +++ b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.000-25.001.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE UNIQUE INDEX AK_Name ON vehicle.Manufacturers (Name); \ No newline at end of file diff --git a/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.001-25.002.sql b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.001-25.002.sql index b0be9f386b..8925aa4a86 100644 --- a/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.001-25.002.sql +++ b/modules/simpletest/resources/schemas/dbscripts/postgresql/vehicle-25.001-25.002.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE IF EXISTS vehicle.OwnedVehicles; DROP TABLE IF EXISTS vehicle.Owners; diff --git a/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-0.000-23.000.sql b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-0.000-23.000.sql index f96dfe511a..b8d7d6ea3c 100644 --- a/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-0.000-23.000.sql +++ b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-0.000-23.000.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 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/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.000-25.001.sql b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.000-25.001.sql index 44593bbb3d..8a0f8e5b5d 100644 --- a/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.000-25.001.sql +++ b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.000-25.001.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE UNIQUE INDEX AK_Name ON vehicle.Manufacturers (Name); \ No newline at end of file diff --git a/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.001-25.002.sql b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.001-25.002.sql index d42a2010c6..055c6a30ec 100644 --- a/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.001-25.002.sql +++ b/modules/simpletest/resources/schemas/dbscripts/sqlserver/vehicle-25.001-25.002.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE IF EXISTS vehicle.OwnedVehicles; DROP TABLE IF EXISTS vehicle.Owners; diff --git a/modules/simpletest/resources/schemas/vehicle.xml b/modules/simpletest/resources/schemas/vehicle.xml index f5717a2f3e..648d1527fd 100644 --- a/modules/simpletest/resources/schemas/vehicle.xml +++ b/modules/simpletest/resources/schemas/vehicle.xml @@ -1,7 +1,7 @@