Skip to content

Commit ad591af

Browse files
committed
Several more licenses
1 parent 3b9495f commit ad591af

3 files changed

Lines changed: 45 additions & 18 deletions

File tree

LDK/src/org/labkey/ldk/LDKServiceImpl.java

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright (c) 2013-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
package org.labkey.ldk;
217

318
import org.apache.commons.collections4.MultiValuedMap;
@@ -48,12 +63,6 @@
4863
import java.util.Map;
4964
import java.util.Set;
5065

51-
/**
52-
* Created with IntelliJ IDEA.
53-
* User: bimber
54-
* Date: 11/4/12
55-
* Time: 3:47 PM
56-
*/
5766
public class LDKServiceImpl extends LDKService
5867
{
5968
private static final Logger _log = LogManager.getLogger(LDKServiceImpl.class);

LDK/src/org/labkey/ldk/query/BuiltInColumnsCustomizer.java

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright (c) 2013-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
package org.labkey.ldk.query;
217

318
import org.apache.logging.log4j.Logger;
@@ -10,12 +25,6 @@
1025

1126
import java.sql.Timestamp;
1227

13-
/**
14-
* Created with IntelliJ IDEA.
15-
* User: bimber
16-
* Date: 11/12/12
17-
* Time: 7:54 AM
18-
*/
1928
public class BuiltInColumnsCustomizer implements TableCustomizer
2029
{
2130
private static final Logger _log = LogHelper.getLogger(TableCustomizer.class, "Logs information from BuiltInColumnsCustomizer");

laboratory/src/org/labkey/laboratory/query/ReagentTableCustomizer.java

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
/*
2+
* Copyright (c) 2013-2026 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
package org.labkey.laboratory.query;
217

318
import org.labkey.api.data.TableCustomizer;
419
import org.labkey.api.data.TableInfo;
520
import org.labkey.api.ldk.LDKService;
621

7-
/**
8-
* Created with IntelliJ IDEA.
9-
* User: bimber
10-
* Date: 4/19/13
11-
* Time: 1:26 PM
12-
*/
1322
public class ReagentTableCustomizer implements TableCustomizer
1423
{
1524
@Override

0 commit comments

Comments
 (0)