ss: Fix some tests's copyright header
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Sun, 20 Mar 2016 06:12:16 +0000 (02:12 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 21 Mar 2016 18:35:24 +0000 (14:35 -0400)
I did not write any of this code.

Change-Id: Ic688309ee0eff9dfcb6aaed05ab01ada32b0019e
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/68854
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java
statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/StateHistoryBackendTestBase.java
statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java

index 1ffb8700a8648e6f1b130fdf26101e26f89f7f00..0d3b59eb3313fb6d16ea027674b1d709c088290a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2016 Ericsson, EfficiOS Inc. and others
+ * Copyright (c) 2016 Ericsson and others
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -29,7 +29,6 @@ import org.junit.runners.Parameterized.Parameters;
  * Test the {@link HistoryTreeBackend} class.
  *
  * @author Patrick Tasse
- * @author Alexandre Montplaisir
  */
 @RunWith(Parameterized.class)
 public class HistoryTreeBackendTest extends StateHistoryBackendTestBase {
index f678b700e4ff6699b4eb17f7d0d6389e9f057a1c..e8ec0d8c4f7a7f938e10869a74139ab28f395f42 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2016 Ericsson, EfficiOS Inc. and others
+ * Copyright (c) 2016 Ericsson and others
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -36,7 +36,6 @@ import com.google.common.collect.ImmutableList;
  * interface.
  *
  * @author Patrick Tasse
- * @author Alexandre Montplaisir
  * @author Geneviève Bastien
  */
 public abstract class StateHistoryBackendTestBase {
index a77080004cc470f9b92b10e7516fd0096e08d011..0076985bbb03672cfce28d3be8bbfb346a52452e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2016 Ericsson, EfficiOS Inc. and others
+ * Copyright (c) 2016 Ericsson and others
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -19,7 +19,6 @@ import org.eclipse.tracecompass.statesystem.core.backend.IStateHistoryBackend;
  * Test the {@link ThreadedHistoryTreeBackend} class.
  *
  * @author Patrick Tasse
- * @author Alexandre Montplaisir
  */
 public class ThreadedHistoryTreeBackendTest extends HistoryTreeBackendTest {
 
This page took 0.027605 seconds and 5 git commands to generate.