|
1 | 1 | # -*- coding: utf-8 -*- {{{ |
2 | | -# vim: set fenc=utf-8 ft=python sw=4 ts=4 sts=4 et: |
| 2 | +# ===----------------------------------------------------------------------=== |
3 | 3 | # |
4 | | -# Copyright 2022, Battelle Memorial Institute. |
| 4 | +# Installable Component of Eclipse VOLTTRON |
5 | 5 | # |
6 | | -# Licensed under the Apache License, Version 2.0 (the "License"); |
7 | | -# you may not use this file except in compliance with the License. |
8 | | -# You may obtain a copy of the License at |
| 6 | +# ===----------------------------------------------------------------------=== |
9 | 7 | # |
10 | | -# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# Copyright 2022 Battelle Memorial Institute |
11 | 9 | # |
12 | | -# Unless required by applicable law or agreed to in writing, software |
13 | | -# distributed under the License is distributed on an "AS IS" BASIS, |
14 | | -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
15 | | -# See the License for the specific language governing permissions and |
16 | | -# limitations under the License. |
| 10 | +# Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 11 | +# use this file except in compliance with the License. You may obtain a copy |
| 12 | +# of the License at |
| 13 | +# |
| 14 | +# http://www.apache.org/licenses/LICENSE-2.0 |
17 | 15 | # |
18 | | -# This material was prepared as an account of work sponsored by an agency of |
19 | | -# the United States Government. Neither the United States Government nor the |
20 | | -# United States Department of Energy, nor Battelle, nor any of their |
21 | | -# employees, nor any jurisdiction or organization that has cooperated in the |
22 | | -# development of these materials, makes any warranty, express or |
23 | | -# implied, or assumes any legal liability or responsibility for the accuracy, |
24 | | -# completeness, or usefulness or any information, apparatus, product, |
25 | | -# software, or process disclosed, or represents that its use would not infringe |
26 | | -# privately owned rights. Reference herein to any specific commercial product, |
27 | | -# process, or service by trade name, trademark, manufacturer, or otherwise |
28 | | -# does not necessarily constitute or imply its endorsement, recommendation, or |
29 | | -# favoring by the United States Government or any agency thereof, or |
30 | | -# Battelle Memorial Institute. The views and opinions of authors expressed |
31 | | -# herein do not necessarily state or reflect those of the |
32 | | -# United States Government or any agency thereof. |
| 16 | +# Unless required by applicable law or agreed to in writing, software |
| 17 | +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 18 | +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 19 | +# License for the specific language governing permissions and limitations |
| 20 | +# under the License. |
33 | 21 | # |
34 | | -# PACIFIC NORTHWEST NATIONAL LABORATORY operated by |
35 | | -# BATTELLE for the UNITED STATES DEPARTMENT OF ENERGY |
36 | | -# under Contract DE-AC05-76RL01830 |
| 22 | +# ===----------------------------------------------------------------------=== |
37 | 23 | # }}} |
| 24 | + |
38 | 25 | """ |
39 | 26 | VOLTTRON SQL Historian package. |
40 | 27 |
|
|
0 commit comments