[rtems-tools commit] record: Format file header

Sebastian Huber sebh at rtems.org
Thu Mar 19 06:38:42 UTC 2020


Module:    rtems-tools
Branch:    master
Commit:    8db5ce1e95c1581be665fb228d3cbd3ccea78f49
Changeset: http://git.rtems.org/rtems-tools/commit/?id=8db5ce1e95c1581be665fb228d3cbd3ccea78f49

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 16 11:33:27 2020 +0100

record: Format file header

Update #3904.

---

 trace/record/client.h              | 6 +++---
 trace/record/record-client-base.cc | 6 +++---
 trace/record/record-main-lttng.cc  | 6 +++---
 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 at 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



More information about the vc mailing list