update copyright

This commit is contained in:
Andrei Yankovich 2019-01-26 07:54:56 +03:00
parent adfa139c32
commit b81a05ab83
15 changed files with 69 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2018 QuasarApp.
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2018 QuasarApp.
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 QuasarApp.
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 QuasarApp.
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
#include "deploy.h"
#include "deployutils.h"
#include "quasarapp.h"

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
#ifndef DEPLOYUTILS_H
#define DEPLOYUTILS_H

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 QuasarApp.
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
#include "windependenciesscanner.h"
#include "deployutils.h"

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) 2018-2019 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
#ifndef WINDEPENDENCIESSCANNER_H
#define WINDEPENDENCIESSCANNER_H

@ -1 +1 @@
Subproject commit fce008c249401427779b15cae90d771480e41096
Subproject commit a6f3f3dd79318116c93fad7e0200638e2710dc9f

View File

@ -1,5 +1,12 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
declare -a QTLIBS
BASE_DIR=$(dirname "$(readlink -f "$0")")

View File

@ -1,3 +1,10 @@
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.1.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: deploy your qt projects # 79 char long summary

View File

@ -1,5 +1,12 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
BASE_DIR=$(dirname "$(readlink -f "$0")")
echo "clean build dir"

View File

@ -1,5 +1,12 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
IS_SNAP="$1"
QT_DIR=staticQt

View File

@ -1,5 +1,12 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
IS_SNAP="$1"
QT_DIR=staticQtWin64