diff --git a/LDK/build.gradle b/LDK/build.gradle index 8c6cce9c..02bcaa7d 100644 --- a/LDK/build.gradle +++ b/LDK/build.gradle @@ -1,3 +1,18 @@ +/* + * 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. + * 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. + */ import org.labkey.gradle.util.BuildUtils dependencies { diff --git a/LDK/resources/web/LDK/Ext.ux.UnitTest.js b/LDK/resources/web/LDK/Ext.ux.UnitTest.js index 298b0ffa..bdf446c1 100644 --- a/LDK/resources/web/LDK/Ext.ux.UnitTest.js +++ b/LDK/resources/web/LDK/Ext.ux.UnitTest.js @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ /** * @class Ext.ux.UnitTest * A Unit Testing framework designed with an ExtJS user interface diff --git a/LDK/resources/web/LDK/ux/ColorField.js b/LDK/resources/web/LDK/ux/ColorField.js index 6fa6bdeb..c5d79052 100644 --- a/LDK/resources/web/LDK/ux/ColorField.js +++ b/LDK/resources/web/LDK/ux/ColorField.js @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ /** * Adapted from: * http://www.sencha.com/forum/showthread.php?140793-Simple-Ext.ux.ColorField-plugin diff --git a/LDK/resources/web/LDK/ux/DateTimeField.js b/LDK/resources/web/LDK/ux/DateTimeField.js index 06409c5c..9f713373 100644 --- a/LDK/resources/web/LDK/ux/DateTimeField.js +++ b/LDK/resources/web/LDK/ux/DateTimeField.js @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ /** * @class Ext.ux.form.field.DateTime * @extends Ext.form.FieldContainer diff --git a/build.gradle b/build.gradle index 50424a47..c763a060 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,18 @@ +/* + * 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. + * 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. + */ import org.labkey.gradle.util.BuildUtils import org.labkey.gradle.util.ModuleFinder diff --git a/laboratory/build.gradle b/laboratory/build.gradle index 48fc79ba..895e1788 100644 --- a/laboratory/build.gradle +++ b/laboratory/build.gradle @@ -1,3 +1,18 @@ +/* + * 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. + * 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. + */ import org.labkey.gradle.util.BuildUtils; dependencies {