Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / README.md
index 8b58246e700255ec21e1e007ba9878c50b6802e9..e8ad6f8f95a3d1e9dcb77554827dc76dcae2b699 100644 (file)
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2016 Sebastien Boisvert <sboisvert@gydle.com>
+
+SPDX-License-Identifier: CC-BY-4.0
+-->
+
 This examples shows how to use LTTng-UST in a project that uses
 CMake as the build system generator.
 
@@ -47,6 +53,6 @@ cat trace.txt
 The content of trace.txt should be:
 
 ```
-[21:45:34.940246019] (+?.?????????) osiris gydle_om:alignQuery: { cpu_id = 2 }, { queryName = "moleculeX" }
-[21:45:34.940263188] (+0.000017169) osiris gydle_om:testAlignment: { cpu_id = 2 }, { alignment = "my-alignment" }
+[21:45:34.940246019] (+?.?????????) osiris gydle_om:align_query: { cpu_id = 2 }, { query_name = "moleculeX" }
+[21:45:34.940263188] (+0.000017169) osiris gydle_om:test_alignment: { cpu_id = 2 }, { alignment = "my-alignment" }
 ```
This page took 0.023767 seconds and 4 git commands to generate.