Browse Source

fix issue with license

pull/5905/head
van-vanich 5 years ago
parent
commit
d02c7ad7bf
  1. 2
      dao/src/main/java/org/thingsboard/server/dao/timeseries/AggregationTimeseriesDao.java
  2. 2
      dao/src/test/java/org/thingsboard/server/dao/sqlts/AbstractChunkedAggregationTimeseriesDaoTest.java

2
dao/src/main/java/org/thingsboard/server/dao/timeseries/AggregationTimeseriesDao.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2021 The Thingsboard Authors
* Copyright © 2016-2022 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
dao/src/test/java/org/thingsboard/server/dao/sqlts/AbstractChunkedAggregationTimeseriesDaoTest.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2021 The Thingsboard Authors
* Copyright © 2016-2022 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save