From: David Date: Sun, 16 Feb 2014 21:33:38 +0000 (+0000) Subject: Updated copyright notice. X-Git-Url: https://www.flypig.org.uk/git/?p=openvpnui.git;a=commitdiff_plain;h=0448dba40e9569c81d09f1a009f59f5c5d293a2b Updated copyright notice. --- diff --git a/OpenVPNUI.pro.user b/OpenVPNUI.pro.user index ec57259..4b46986 100644 --- a/OpenVPNUI.pro.user +++ b/OpenVPNUI.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/rpm/OpenVPNUI.yaml b/rpm/OpenVPNUI.yaml index 4b63770..6a4d8de 100644 --- a/rpm/OpenVPNUI.yaml +++ b/rpm/OpenVPNUI.yaml @@ -12,18 +12,18 @@ Description: | Configure: none Builder: qtc5 PkgConfigBR: -- sailfishapp >= 0.0.10 -- Qt5Core -- Qt5Qml - Qt5Quick +- Qt5Qml +- Qt5Core +- sailfishapp >= 0.0.10 Requires: - sailfishsilica-qt5 >= 0.10.9 Files: -- /usr/share/icons/hicolor/86x86/apps -- /usr/share/applications -- /usr/share/OpenVPNUI -- /usr/bin -- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' -- '%{_datadir}/applications/%{name}.desktop' -- '%{_datadir}/%{name}/qml' - '%{_bindir}' +- '%{_datadir}/%{name}/qml' +- '%{_datadir}/applications/%{name}.desktop' +- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' +- /usr/bin +- /usr/share/OpenVPNUI +- /usr/share/applications +- /usr/share/icons/hicolor/86x86/apps diff --git a/src/OpenVPNUI.cpp b/src/OpenVPNUI.cpp index 7575cb3..c998750 100644 --- a/src/OpenVPNUI.cpp +++ b/src/OpenVPNUI.cpp @@ -1,6 +1,6 @@ /* - Copyright (C) 2013 Jolla Ltd. - Contact: Thomas Perl + Copyright (C) 2014 David Llewellyn-Jones + Contact: David Llewellyn-Jones All rights reserved. You may use this file under the terms of BSD license as follows: @@ -26,6 +26,10 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Built using the standard template from Jolla + Copyright (C) 2013 Jolla Ltd. + Contact: Thomas Perl */ #ifdef QT_QML_DEBUG