Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 673e5e3

Browse files
committed
Update licenses
1 parent bb50cee commit 673e5e3

7 files changed

Lines changed: 23 additions & 3 deletions

File tree

webapp/Connector/measure.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2015 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
Ext.define('Connector.measure.Configuration', {
27
statics: {
38
context: {

webapp/Connector/src/controller/Chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014 LabKey Corporation
2+
* Copyright (c) 2014-2015 LabKey Corporation
33
*
44
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
55
*/

webapp/Connector/src/controller/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014 LabKey Corporation
2+
* Copyright (c) 2014-2015 LabKey Corporation
33
*
44
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
55
*/

webapp/Connector/src/model/Measure.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2015 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
Ext.define('Connector.model.Measure', {
27
extend : 'Ext.data.Model',
38
idProperty : 'alias', // default to alias, this can be overridden by the stores proxy/reader

webapp/Connector/src/model/Source.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2015 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
Ext.define('Connector.model.Source', {
27
extend: 'Ext.data.Model',
38
idProperty: 'key',

webapp/Connector/src/panel/AxisSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014 LabKey Corporation
2+
* Copyright (c) 2014-2015 LabKey Corporation
33
*
44
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
55
*/

webapp/Connector/src/panel/Selector.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2015 LabKey Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
5+
*/
16
Ext.define('Connector.panel.Selector', {
27

38
extend: 'Ext.panel.Panel',

0 commit comments

Comments
 (0)