summaryrefslogtreecommitdiffstats
path: root/trace
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-16 11:33:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 11:36:05 +0100
commit8db5ce1e95c1581be665fb228d3cbd3ccea78f49 (patch)
tree1f8d807b74e082d609d47f830eac95c3e8d8071e /trace
parentrecord: Guard config.h include (diff)
downloadrtems-tools-8db5ce1e95c1581be665fb228d3cbd3ccea78f49.tar.bz2
record: Format file header
Update #3904.
Diffstat (limited to 'trace')
-rw-r--r--trace/record/client.h6
-rw-r--r--trace/record/record-client-base.cc6
-rw-r--r--trace/record/record-main-lttng.cc6
3 files changed, 9 insertions, 9 deletions
diff --git a/trace/record/client.h b/trace/record/client.h
index a865a18..fc240ca 100644
--- a/trace/record/client.h
+++ b/trace/record/client.h
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/*
- * SPDX-License-Identifier: BSD-2-Clause
- *
- * Copyright (C) 2018, 2019 embedded brains GmbH
+ * Copyright (C) 2018, 2019 embedded brains GmbH (http://www.embedded-brains.de)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/trace/record/record-client-base.cc b/trace/record/record-client-base.cc
index 04c0ae8..197b654 100644
--- a/trace/record/record-client-base.cc
+++ b/trace/record/record-client-base.cc
@@ -1,7 +1,7 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/*
- * SPDX-License-Identifier: BSD-2-Clause
- *
- * Copyright (C) 2018, 2019 embedded brains GmbH
+ * Copyright (C) 2018, 2019 embedded brains GmbH (http://www.embedded-brains.de)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/trace/record/record-main-lttng.cc b/trace/record/record-main-lttng.cc
index 2a4f509..267c1f8 100644
--- a/trace/record/record-main-lttng.cc
+++ b/trace/record/record-main-lttng.cc
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/*
- * SPDX-License-Identifier: BSD-2-Clause
- *
* Copyright (c) 2019 Ravindra Kumar Meena <rmeena840@gmail.com>
- * Copyright (C) 2018, 2019 embedded brains GmbH
+ * Copyright (C) 2018, 2019 embedded brains GmbH (http://www.embedded-brains.de)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions