]> sigrok.org Git - pulseview.git/blobdiff - android/res/values/libs.xml
android/: Add some missing license headers.
[pulseview.git] / android / res / values / libs.xml
index 8aa5afaee408298c689136ad0d3a47bae6a0fe22..9f415028efb3762d6fd241a3bf202cda3cc3eb9a 100644 (file)
@@ -1,22 +1,37 @@
 <?xml version='1.0' encoding='utf-8'?>
 <?xml version='1.0' encoding='utf-8'?>
-<resources>
-    <array name="qt_sources">
-        <item>https://download.qt-project.org/ministro/android/qt5/qt-5.3</item>
-    </array>
+<!--
+   This file is part of the PulseView project.
+
+   Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
 
 
-     <array name="qt_libs">
-         <!-- %%INSERT_QT_LIBS%% -->
-         <item>Qt5Core</item>
-         <item>Qt5Gui</item>
-         <item>Qt5Widgets</item>
-         <item>Qt5Svg</item>
-     </array>
+   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.
 
 
-    <array name="bundled_in_lib">
-        <!-- %%INSERT_BUNDLED_IN_LIB%% -->
-    </array>
-    <array name="bundled_in_assets">
-        <!-- %%INSERT_BUNDLED_IN_ASSETS%% -->
-    </array>
+   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/>.
+-->
+<resources>
+       <array name="qt_sources">
+               <item>https://download.qt-project.org/ministro/android/qt5/qt-5.3</item>
+       </array>
+       <array name="qt_libs">
+               <!-- %%INSERT_QT_LIBS%% -->
+               <item>Qt5Core</item>
+               <item>Qt5Gui</item>
+               <item>Qt5Widgets</item>
+               <item>Qt5Svg</item>
+       </array>
+       <array name="bundled_in_lib">
+               <!-- %%INSERT_BUNDLED_IN_LIB%% -->
+       </array>
+       <array name="bundled_in_assets">
+               <!-- %%INSERT_BUNDLED_IN_ASSETS%% -->
+       </array>
 </resources>
 </resources>