Few minor fixes to license files
This commit is contained in:
parent
7c7b70c5ab
commit
96dad362c3
@ -1,12 +1,12 @@
|
||||
/**
|
||||
* Copyright © 2016-2017 The Thingsboard Authors
|
||||
* <p>
|
||||
*
|
||||
* 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
|
||||
* <p>
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* <p>
|
||||
*
|
||||
* 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.
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
/**
|
||||
* Copyright © 2016-2017 The Thingsboard Authors
|
||||
* <p>
|
||||
*
|
||||
* 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
|
||||
* <p>
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* <p>
|
||||
*
|
||||
* 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.
|
||||
|
||||
@ -25,13 +25,12 @@ import java.util.Arrays;
|
||||
|
||||
@RunWith(ClasspathSuite.class)
|
||||
@ClassnameFilters({
|
||||
"org.thingsboard.server.dao.service.AlarmServiceTest",
|
||||
// "org.thingsboard.server.dao.service.*Test",
|
||||
// "org.thingsboard.server.dao.kv.*Test",
|
||||
// "org.thingsboard.server.dao.plugin.*Test",
|
||||
// "org.thingsboard.server.dao.rule.*Test",
|
||||
// "org.thingsboard.server.dao.attributes.*Test",
|
||||
// "org.thingsboard.server.dao.timeseries.*Test"
|
||||
"org.thingsboard.server.dao.service.*Test",
|
||||
"org.thingsboard.server.dao.kv.*Test",
|
||||
"org.thingsboard.server.dao.plugin.*Test",
|
||||
"org.thingsboard.server.dao.rule.*Test",
|
||||
"org.thingsboard.server.dao.attributes.*Test",
|
||||
"org.thingsboard.server.dao.timeseries.*Test"
|
||||
})
|
||||
public class DaoTestSuite {
|
||||
|
||||
|
||||
@ -20,8 +20,6 @@ import tinycolor from 'tinycolor2';
|
||||
import thingsboardLedLight from '../components/led-light.directive';
|
||||
import thingsboardTimeseriesTableWidget from '../widget/lib/timeseries-table-widget';
|
||||
|
||||
import agrologWidgets from '../widget/lib/agrolog';
|
||||
|
||||
import TbFlot from '../widget/lib/flot-widget';
|
||||
import TbAnalogueLinearGauge from '../widget/lib/analogue-linear-gauge';
|
||||
import TbAnalogueRadialGauge from '../widget/lib/analogue-radial-gauge';
|
||||
@ -34,7 +32,7 @@ import cssjs from '../../vendor/css.js/css';
|
||||
import thingsboardTypes from '../common/types.constant';
|
||||
import thingsboardUtils from '../common/utils.service';
|
||||
|
||||
export default angular.module('thingsboard.api.widget', ['oc.lazyLoad', thingsboardLedLight, thingsboardTimeseriesTableWidget, agrologWidgets,
|
||||
export default angular.module('thingsboard.api.widget', ['oc.lazyLoad', thingsboardLedLight, thingsboardTimeseriesTableWidget,
|
||||
thingsboardTypes, thingsboardUtils])
|
||||
.factory('widgetService', WidgetService)
|
||||
.name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user