Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Artikulate
Commits
8b4613f0
Commit
8b4613f0
authored
Feb 08, 2020
by
Andreas Cord-Landwehr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finalize license statement cleanup
parent
45d8c955
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
11 deletions
+20
-11
.arcconfig.license
.arcconfig.license
+3
-0
.gitignore
.gitignore
+1
-1
CMakeLists.txt
CMakeLists.txt
+0
-1
CONCEPT.md
CONCEPT.md
+6
-1
README.md
README.md
+6
-1
org.kde.artikulate.appdata.xml
org.kde.artikulate.appdata.xml
+4
-0
sounds/CMakeLists.txt
sounds/CMakeLists.txt
+0
-7
sounds/testsound.ogg
sounds/testsound.ogg
+0
-0
No files found.
.arcconfig.license
0 → 100644
View file @
8b4613f0
SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: CC0-1.0
.gitignore
View file @
8b4613f0
# Copyright 2013-2019 Andreas Cord-Landwehr <cordlandwehr@kde.org>
# SPDX-License-Identifier: CC0-1.0
# Ignore the following files
*~
*.[oa]
*.diff
...
...
CMakeLists.txt
View file @
8b4613f0
...
...
@@ -54,7 +54,6 @@ endif()
ecm_optional_add_subdirectory
(
data
)
ecm_optional_add_subdirectory
(
doc
)
ecm_optional_add_subdirectory
(
src
)
ecm_optional_add_subdirectory
(
sounds
)
ecm_optional_add_subdirectory
(
icons
)
ecm_optional_add_subdirectory
(
libsound
)
ecm_optional_add_subdirectory
(
liblearnerprofile
)
...
...
CONCEPT.
txt
→
CONCEPT.
md
View file @
8b4613f0
<!--
Copyright 2013-2019 Andreas Cord-Landwehr
<cordlandwehr@kde.org>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
Concept for ArtiKulate (Pronunciation Self-Teaching)
Problem Statement and Goal
...
...
@@ -75,4 +80,4 @@ sentence
paragraph
-
orange
E85A02
RGB 232/90/2
\ No newline at end of file
RGB 232/90/2
README.md
View file @
8b4613f0
<!--
Copyright 2013-2019 Andreas Cord-Landwehr
<cordlandwehr@kde.org>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
Artikulate
==========
...
...
@@ -31,7 +36,7 @@ internally inside Artikulate:
# Runtime Dependencies
*
Breeze icons
*
Breeze icons
# Licensing
...
...
org.kde.artikulate.appdata.xml
View file @
8b4613f0
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: BSD-2-Clause
-->
<component
type=
"desktop"
>
<id>
org.kde.artikulate.desktop
</id>
<metadata_license>
CC0-1.0
</metadata_license>
...
...
sounds/CMakeLists.txt
deleted
100644 → 0
View file @
45d8c955
# Copyright 2013 Andreas Cord-Landwehr <cordlandwehr@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
set
(
sounds
testsound.ogg
)
install
(
FILES
${
sounds
}
DESTINATION
${
DATA_INSTALL_DIR
}
/artikulate/sounds
)
sounds/testsound.ogg
deleted
100644 → 0
View file @
45d8c955
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment