diff --git a/ground/gcs/src/share/qml/CubeView.qml b/ground/gcs/src/share/qml/CubeView.qml
index cf87387f5..e01ecec4a 100644
--- a/ground/gcs/src/share/qml/CubeView.qml
+++ b/ground/gcs/src/share/qml/CubeView.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import OsgQtQuick 1.0
Item {
diff --git a/ground/gcs/src/share/qml/EarthView.qml b/ground/gcs/src/share/qml/EarthView.qml
index 280c0f0e8..8e9e12d05 100644
--- a/ground/gcs/src/share/qml/EarthView.qml
+++ b/ground/gcs/src/share/qml/EarthView.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import Pfd 1.0
import OsgQtQuick 1.0
diff --git a/ground/gcs/src/share/qml/ModelView.qml b/ground/gcs/src/share/qml/ModelView.qml
index fc5bebfe4..e836119da 100644
--- a/ground/gcs/src/share/qml/ModelView.qml
+++ b/ground/gcs/src/share/qml/ModelView.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
Item {
diff --git a/ground/gcs/src/share/qml/Pfd.qml b/ground/gcs/src/share/qml/Pfd.qml
index abd194187..7ccc81d7e 100644
--- a/ground/gcs/src/share/qml/Pfd.qml
+++ b/ground/gcs/src/share/qml/Pfd.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import "pfd" as Pfd
Rectangle {
diff --git a/ground/gcs/src/share/qml/common.js b/ground/gcs/src/share/qml/common.js
index b4d5e1850..469a06a33 100644
--- a/ground/gcs/src/share/qml/common.js
+++ b/ground/gcs/src/share/qml/common.js
@@ -1,11 +1,26 @@
-// ***********************
-// common.js
-//
-// Common javascript utils
-//
-// Librepilot
-// ***********************
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
+// ***********************
+// Common javascript utils
+// ***********************
// Get date
function getDateTime() {
diff --git a/ground/gcs/src/share/qml/model/ModelTerrainView.qml b/ground/gcs/src/share/qml/model/ModelTerrainView.qml
index 54452cea1..885d44611 100644
--- a/ground/gcs/src/share/qml/model/ModelTerrainView.qml
+++ b/ground/gcs/src/share/qml/model/ModelTerrainView.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import Pfd 1.0
import OsgQtQuick 1.0
diff --git a/ground/gcs/src/share/qml/model/ModelView.qml b/ground/gcs/src/share/qml/model/ModelView.qml
index e756ee027..04eddfdbd 100644
--- a/ground/gcs/src/share/qml/model/ModelView.qml
+++ b/ground/gcs/src/share/qml/model/ModelView.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import OsgQtQuick 1.0
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/AltitudeScale.qml b/ground/gcs/src/share/qml/pfd/AltitudeScale.qml
index bf548ecc2..e545149f3 100644
--- a/ground/gcs/src/share/qml/pfd/AltitudeScale.qml
+++ b/ground/gcs/src/share/qml/pfd/AltitudeScale.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../common.js" as Utils
diff --git a/ground/gcs/src/share/qml/pfd/Compass.qml b/ground/gcs/src/share/qml/pfd/Compass.qml
index eb2bf646f..dca2e0c4a 100644
--- a/ground/gcs/src/share/qml/pfd/Compass.qml
+++ b/ground/gcs/src/share/qml/pfd/Compass.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/HorizontCenter.qml b/ground/gcs/src/share/qml/pfd/HorizontCenter.qml
index 486edb6a7..f261bae03 100644
--- a/ground/gcs/src/share/qml/pfd/HorizontCenter.qml
+++ b/ground/gcs/src/share/qml/pfd/HorizontCenter.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
Item {
diff --git a/ground/gcs/src/share/qml/pfd/Info.qml b/ground/gcs/src/share/qml/pfd/Info.qml
index b14ecd22c..7222a4ceb 100644
--- a/ground/gcs/src/share/qml/pfd/Info.qml
+++ b/ground/gcs/src/share/qml/pfd/Info.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../common.js" as Utils
diff --git a/ground/gcs/src/share/qml/pfd/Panels.qml b/ground/gcs/src/share/qml/pfd/Panels.qml
index 45bf625b5..79ce8fca3 100644
--- a/ground/gcs/src/share/qml/pfd/Panels.qml
+++ b/ground/gcs/src/share/qml/pfd/Panels.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.0
import "../common.js" as Utils
diff --git a/ground/gcs/src/share/qml/pfd/PfdTerrainView.qml b/ground/gcs/src/share/qml/pfd/PfdTerrainView.qml
index e73ad6ef4..e0ae4d52d 100644
--- a/ground/gcs/src/share/qml/pfd/PfdTerrainView.qml
+++ b/ground/gcs/src/share/qml/pfd/PfdTerrainView.qml
@@ -1,4 +1,24 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
+
import Pfd 1.0
import OsgQtQuick 1.0
diff --git a/ground/gcs/src/share/qml/pfd/PfdWorldView.qml b/ground/gcs/src/share/qml/pfd/PfdWorldView.qml
index 54a53edc3..e1e5ad5e0 100644
--- a/ground/gcs/src/share/qml/pfd/PfdWorldView.qml
+++ b/ground/gcs/src/share/qml/pfd/PfdWorldView.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/RollScale.qml b/ground/gcs/src/share/qml/pfd/RollScale.qml
index e31b2e451..d3a6a23a8 100644
--- a/ground/gcs/src/share/qml/pfd/RollScale.qml
+++ b/ground/gcs/src/share/qml/pfd/RollScale.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/SpeedScale.qml b/ground/gcs/src/share/qml/pfd/SpeedScale.qml
index 64f312e48..9005bd0ac 100644
--- a/ground/gcs/src/share/qml/pfd/SpeedScale.qml
+++ b/ground/gcs/src/share/qml/pfd/SpeedScale.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/SvgElementImage.qml b/ground/gcs/src/share/qml/pfd/SvgElementImage.qml
index 998346316..7353d5805 100644
--- a/ground/gcs/src/share/qml/pfd/SvgElementImage.qml
+++ b/ground/gcs/src/share/qml/pfd/SvgElementImage.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
Image {
diff --git a/ground/gcs/src/share/qml/pfd/SvgElementPositionItem.qml b/ground/gcs/src/share/qml/pfd/SvgElementPositionItem.qml
index 170a23c08..b55f01d25 100644
--- a/ground/gcs/src/share/qml/pfd/SvgElementPositionItem.qml
+++ b/ground/gcs/src/share/qml/pfd/SvgElementPositionItem.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
Item {
diff --git a/ground/gcs/src/share/qml/pfd/TooltipArea.qml b/ground/gcs/src/share/qml/pfd/TooltipArea.qml
index dd5c3c86c..bb49cf417 100644
--- a/ground/gcs/src/share/qml/pfd/TooltipArea.qml
+++ b/ground/gcs/src/share/qml/pfd/TooltipArea.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import QtQuick.Controls 1.2
import QtQuick.Controls.Private 1.0
diff --git a/ground/gcs/src/share/qml/pfd/VsiScale.qml b/ground/gcs/src/share/qml/pfd/VsiScale.qml
index e8163b1aa..dec979139 100644
--- a/ground/gcs/src/share/qml/pfd/VsiScale.qml
+++ b/ground/gcs/src/share/qml/pfd/VsiScale.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../uav.js" as UAV
diff --git a/ground/gcs/src/share/qml/pfd/Warnings.qml b/ground/gcs/src/share/qml/pfd/Warnings.qml
index 8e70c988b..f3bcd1af8 100644
--- a/ground/gcs/src/share/qml/pfd/Warnings.qml
+++ b/ground/gcs/src/share/qml/pfd/Warnings.qml
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
import QtQuick 2.4
import "../common.js" as Utils
diff --git a/ground/gcs/src/share/qml/uav.js b/ground/gcs/src/share/qml/uav.js
index 42da76c12..fa94fedf3 100644
--- a/ground/gcs/src/share/qml/uav.js
+++ b/ground/gcs/src/share/qml/uav.js
@@ -1,10 +1,26 @@
-// ***********************
-// uav.js
-//
+/*
+ * Copyright (C) 2015 The LibrePilot Project
+ * Contact: http://www.librepilot.org
+ *
+ * This file is part of LibrePilot GCS.
+ *
+ * LibrePilot GCS 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.
+ *
+ * LibrePilot GCS 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 LibrePilot GCS. If not, see .
+ */
+
+// ***************************
// Common javascript uav utils
-//
-// Librepilot
-// ***********************
+// ***************************
// Settings
//