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>
/*******************************************************************************
- * 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
* Test the {@link HistoryTreeBackend} class.
*
* @author Patrick Tasse
- * @author Alexandre Montplaisir
*/
@RunWith(Parameterized.class)
public class HistoryTreeBackendTest extends StateHistoryBackendTestBase {
/*******************************************************************************
- * 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
* interface.
*
* @author Patrick Tasse
- * @author Alexandre Montplaisir
* @author Geneviève Bastien
*/
public abstract class StateHistoryBackendTestBase {
/*******************************************************************************
- * 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
* Test the {@link ThreadedHistoryTreeBackend} class.
*
* @author Patrick Tasse
- * @author Alexandre Montplaisir
*/
public class ThreadedHistoryTreeBackendTest extends HistoryTreeBackendTest {