Skip to content

Commit 0596778

Browse files
mra/plots/IMultiAxisPlots: Added header.
1 parent 2b7a6d8 commit 0596778

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/java/pt/lsts/neptus/mra/plots/IMultiAxisPlots.java

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
/*
2+
* Copyright (c) 2004-2026 Universidade do Porto - Faculdade de Engenharia
3+
* Laboratório de Sistemas e Tecnologia Subaquática (LSTS)
4+
* All rights reserved.
5+
* Rua Dr. Roberto Frias s/n, sala I203, 4200-465 Porto, Portugal
6+
*
7+
* This file is part of Neptus, Command and Control Framework.
8+
*
9+
* Commercial Licence Usage
10+
* Licencees holding valid commercial Neptus licences may use this file
11+
* in accordance with the commercial licence agreement provided with the
12+
* Software or, alternatively, in accordance with the terms contained in a
13+
* written agreement between you and Universidade do Porto. For licensing
14+
* terms, conditions, and further information contact lsts@fe.up.pt.
15+
*
16+
* Modified European Union Public Licence - EUPL v.1.1 Usage
17+
* Alternatively, this file may be used under the terms of the Modified EUPL,
18+
* Version 1.1 only (the "Licence"), appearing in the file LICENSE.md
19+
* included in the packaging of this file. You may not use this work
20+
* except in compliance with the Licence. Unless required by applicable
21+
* law or agreed to in writing, software distributed under the Licence is
22+
* distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF
23+
* ANY KIND, either express or implied. See the Licence for the specific
24+
* language governing permissions and limitations at
25+
* https://github.com/LSTS/neptus/blob/develop/LICENSE.md
26+
* and http://ec.europa.eu/idabc/eupl.html.
27+
*
28+
* For more information please see <http://lsts.fe.up.pt/neptus>.
29+
*
30+
* Author: Paulo Dias
31+
* 2 Fev 2023
32+
*/
133
package pt.lsts.neptus.mra.plots;
234

335
import java.util.Arrays;

0 commit comments

Comments
 (0)