Skip to content

Commit

Permalink
Fixed license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoDax committed Dec 16, 2020
1 parent 072b814 commit f82f438
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 20 deletions.
19 changes: 19 additions & 0 deletions Bird10/assets/FleetPage.qml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* Bird10
* Copyright (C) 2020 Simone Dassi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

import bb.cascades 1.4
import org.labsquare 1.0
import "/components"
Expand Down
22 changes: 17 additions & 5 deletions Bird10/src/FleetApi.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
* FleetApi.cpp
*
* Created on: 09/dic/2020
* Author: Simone
*/
* Bird10
* Copyright (C) 2020 Simone Dassi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include <src/FleetApi.hpp>
#include "QJson4/QJsonDocument.h"
Expand Down
22 changes: 17 additions & 5 deletions Bird10/src/FleetApi.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
* FleetApi.hpp
*
* Created on: 09/dic/2020
* Author: Simone
*/
* Bird10
* Copyright (C) 2020 Simone Dassi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

#ifndef FLEETAPI_HPP_
#define FLEETAPI_HPP_
Expand Down
22 changes: 17 additions & 5 deletions Bird10/src/Timer.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
* Timer.cpp
*
* Created on: 12/dic/2020
* Author: Simone
*/
* Bird10
* Copyright (C) 2020 Simone Dassi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

#include <src/Timer.hpp>
#include <QTimer>
Expand Down
22 changes: 17 additions & 5 deletions Bird10/src/Timer.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
/*
* Timer.hpp
*
* Created on: 12/dic/2020
* Author: Simone
*/
* Bird10
* Copyright (C) 2020 Simone Dassi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

#ifndef TIMER_HPP_
#define TIMER_HPP_
Expand Down

0 comments on commit f82f438

Please sign in to comment.