Skip to content

Commit f9af559

Browse files
committed
Add license headers to new files
1 parent 42016b0 commit f9af559

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

sensorhub-webui-core/src/main/java/org/sensorhub/ui/SystemIOList.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************** BEGIN LICENSE BLOCK ***************************
2+
3+
The contents of this file are subject to the Mozilla Public License, v. 2.0.
4+
If a copy of the MPL was not distributed with this file, You can obtain one
5+
at http://mozilla.org/MPL/2.0/.
6+
7+
Software distributed under the License is distributed on an "AS IS" basis,
8+
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
9+
for the specific language governing rights and limitations under the License.
10+
11+
Copyright (C) 2026 GeoRobotix Innovative Research, LLC. All Rights Reserved.
12+
13+
******************************* END LICENSE BLOCK ***************************/
14+
115
package org.sensorhub.ui;
216

317
import com.vaadin.ui.Component;

sensorhub-webui-core/src/main/java/org/sensorhub/ui/SystemIOSelectionPopup.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************** BEGIN LICENSE BLOCK ***************************
2+
3+
The contents of this file are subject to the Mozilla Public License, v. 2.0.
4+
If a copy of the MPL was not distributed with this file, You can obtain one
5+
at http://mozilla.org/MPL/2.0/.
6+
7+
Software distributed under the License is distributed on an "AS IS" basis,
8+
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
9+
for the specific language governing rights and limitations under the License.
10+
11+
Copyright (C) 2026 GeoRobotix Innovative Research, LLC. All Rights Reserved.
12+
13+
******************************* END LICENSE BLOCK ***************************/
14+
115
package org.sensorhub.ui;
216

317
import com.vaadin.ui.Button;

0 commit comments

Comments
 (0)