diff options
Diffstat (limited to 'examples/example_9_vCard')
| -rw-r--r-- | examples/example_9_vCard/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | examples/example_9_vCard/README | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/examples/example_9_vCard/CMakeLists.txt b/examples/example_9_vCard/CMakeLists.txt index 3e1ca7ee..2fc4ba63 100644 --- a/examples/example_9_vCard/CMakeLists.txt +++ b/examples/example_9_vCard/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de> +# +# SPDX-License-Identifier: CC0-1.0 + find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Gui) add_executable(9_vCard example_9_vCard.cpp) diff --git a/examples/example_9_vCard/README b/examples/example_9_vCard/README index 6187d5b9..df5eea85 100644 --- a/examples/example_9_vCard/README +++ b/examples/example_9_vCard/README @@ -1 +1,7 @@ +<!-- +SPDX-FileCopyrightText: 2009 Manjeet Dahiya <manjeetdahiya@gmail.com> + +SPDX-License-Identifier: CC0-1.0 +--> + This example demonstrates how to get the vCards and handle Avatars of the roster entities.
\ No newline at end of file |
