Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Telemetry plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Telemetry
Telemetry plugin
Commits
406a9f68
Commit
406a9f68
authored
6 years ago
by
Vitaly Fanaskov
Browse files
Options
Downloads
Patches
Plain Diff
Added gitignore and licenes
parent
656f7ef6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+44
-0
44 additions, 0 deletions
.gitignore
LICENSE.GPL3-EXCEPT
+704
-0
704 additions, 0 deletions
LICENSE.GPL3-EXCEPT
license.template
+26
-0
26 additions, 0 deletions
license.template
with
774 additions
and
0 deletions
.gitignore
0 → 100644
+
44
−
0
View file @
406a9f68
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
# Qt unit tests
target_wrapper.*
# QtCreator
*.autosave
# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCreator CMake
CMakeLists.txt.user*
This diff is collapsed.
Click to expand it.
LICENSE.GPL3-EXCEPT
0 → 100644
+
704
−
0
View file @
406a9f68
This diff is collapsed.
Click to expand it.
license.template
0 → 100644
+
26
−
0
View file @
406a9f68
/****************************************************************************
**
** Copyright (C) %YEAR% The Qt Company
** Contact: https://www.qt.io/licensing/
**
** Created %DAY%/%MONTH%/%YEAR%.
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3 as published by the Free Software
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
****************************************************************************/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment