Remove part of last name to fit in a 80 character line
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 17 Mar 2020 23:04:32 +0000 (19:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Mar 2020 05:29:37 +0000 (01:29 -0400)
It plays much more nicely with the .clang-format since it ensure that
the line stay inside the 80 column limit.

It also match my signed-off and other files already present in the
project.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: Ib1ce1f101e9f24c03a05888b5fb1901341d8c005
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
14 files changed:
include/lttng/tracker-internal.h
include/lttng/tracker.h
m4/ax_prog_bison_version.m4
m4/ax_prog_flex_version.m4
src/bin/lttng/commands/clear.c
src/common/tracker.c
tests/regression/tools/clear/test_kernel
tests/regression/tools/clear/test_ust
tests/regression/tools/metadata/test_kernel
tests/regression/tools/metadata/test_ust
tests/regression/tools/metadata/utils.sh
tests/regression/tools/notification/test_notification_kernel
tests/regression/tools/notification/test_notification_ust
tests/unit/test_relayd_backward_compat_group_by_session.c

index e473538bdbd2fcc6407201073246b43a779c001b..daa6d80b1393cadd45d33240af1db10491722f9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
index 2f1fbd8f4341295f25c22e299bc2594db029f872..4f813eeb9fdc040e045f1a644928246c9c1b6e50 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
index 4090332a9392ba4426980481b8023562f7f0f88d..4d23fb87904b9c5650c6e0d58fcca5275abf716e 100644 (file)
@@ -27,7 +27,7 @@
 #
 # LICENSE
 #
 #
 # LICENSE
 #
-#   Copyright (c) 2015 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+#   Copyright (c) 2015 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
index d518f18ee97d44c7d1a1f0845c6500dcf9e2d667..24878f42bdc26e1dcf6e860ddbcbc667b05edd45 100644 (file)
@@ -27,7 +27,7 @@
 #
 # LICENSE
 #
 #
 # LICENSE
 #
-#   Copyright (c) 2015 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+#   Copyright (c) 2015 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
index 4220d1809d502768d23efcd09020bf40529ee040..b3974837fa987c660271d10890293164335b0f44 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
index 7c97d561c982139283afde068394da7703a161c6..c07ea536bb3905e60a83b2ebb1edbc319b1b44f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
  *
  * SPDX-License-Identifier: LGPL-2.1-only
  *
index c105698391726dac39989cce4098caa6aec2c1cf..300a2bbc8cd076c7030b130064d6a6d33a5a81c7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 62a4804093c739a4e1acadef904f6dbe56a26f41..45abc9112f21ff212df58a2b27e353abba0d303f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 8954a7f36b4e230db19d9cd1b25e4472d094d6a7..503bd13de57742701ffe44935c8e9e02aeb9eecb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 931746bb64dca7d6ad8cf3f42bedc1d02ad28d72..cea0d5ced76149d13a4c5860d9937e0dd85a72c4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 2aad996fa49678ff8c045e5b84b90f971669efbf..99a6cc6d856caeb3af20e9188a0729717733aef6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 81035b83108cdfe7b5f86dc654d6362e7366c320..1eb0d106749f6b682742e03cc5fb60458f1c46c1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2017 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2017 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index ad8b0b021d8e0ce44b82a6b9cfbcf7f0cad04b39..57ae52cbd8f6df9c1ec9003804ac2923c6ef4bef 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
 #!/bin/bash
 #
-# Copyright (C) 2017 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2017 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
index 769f8809efc2183cf03176c06ef9e12f36bdba02..c5c9f1b9890e64fd6f13692c177cddf0db64a4d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
  *
  * SPDX-License-Identifier: GPL-2.0-only
  *
This page took 0.031472 seconds and 5 git commands to generate.