summaryrefslogtreecommitdiff
path: root/tests/node-startup-controller/gvariant-writer.c
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-30 10:57:56 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-30 11:07:18 +0100
commit43ebb07aced530b178645d75ed9dd6c85324267e (patch)
treeddf45f5dbc3bbeed1a2cf60e5be7458995edb989 /tests/node-startup-controller/gvariant-writer.c
parente3d2c52c075de48f5c9419ac4092f3a8ab105141 (diff)
downloadnode-startup-controller-43ebb07aced530b178645d75ed9dd6c85324267e.tar.gz
Change docs license to CC-BY-SA 4.0 and update licensing to GENIVI standard
The previous docs format, CC 1.0, is not recommended by GENIVI, and the preferred one is CC-BY-SA 4.0. Other license changes are: * Add Creative Commons copyright headers to documentation. * Add copyright headers to test code. * Add copyright headers to dbus XML that belongs to the NSC. * Update copyright headers to GENIVI's standard. Notable exceptions are: * dbus XML that is used to communicate with other services (e.g. common/nsm-consumer-dbus.xml) has not had copyright statements added, because the Node Startup Controller does not own that interface.
Diffstat (limited to 'tests/node-startup-controller/gvariant-writer.c')
-rw-r--r--tests/node-startup-controller/gvariant-writer.c20
1 files changed, 15 insertions, 5 deletions
diff --git a/tests/node-startup-controller/gvariant-writer.c b/tests/node-startup-controller/gvariant-writer.c
index 8020129..50f820b 100644
--- a/tests/node-startup-controller/gvariant-writer.c
+++ b/tests/node-startup-controller/gvariant-writer.c
@@ -1,10 +1,20 @@
/* vi:set et ai sw=2 sts=2 ts=2: */
-/* -
- * Copyright (c) 2012 GENIVI.
+/* SPDX license identifier: MPL-2.0
+ *
+ * Copyright (C) 2012, GENIVI
+ *
+ * This file is part of node-startup-controller.
+ *
+ * This Source Code Form is subject to the terms of the
+ * Mozilla Public License (MPL), v. 2.0.
+ * If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * For further information see http://www.genivi.org/.
+ *
+ * List of changes:
+ * 2015-04-30, Jonathan Maw, List of changes started
*
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifdef HAVE_CONFIG_H