1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh

Change-Id: Ifbb1d5af2a00bd5634dea200320e8c4303ffca6c
This commit is contained in:
Jonah Graham 2018-11-20 13:02:15 +00:00
parent f0ce92d3b5
commit f70a8b35c1
9866 changed files with 64702 additions and 33712 deletions

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2008 Red Hat, Inc. # Copyright (c) 2008 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation
@ -13,7 +16,7 @@ description=Plugins for maintaining C/C++ projects that use Autotools (autoconf
provider=Eclipse CDT provider=Eclipse CDT
copyright=\ copyright=\
Copyright (c) 2006, 2018 Red Hat, Inc. and others.\n\ Copyright (c) 2006, 2018 Red Hat, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\ This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\
http://www.eclipse.org/legal/epl-v10.html https://www.eclipse.org/legal/epl-2.0/

View file

@ -8,21 +8,29 @@
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h2>About This Content</h2>
<p>June 5, 2006</p> <p>November 30, 2017</p>
<h3>License</h3> <h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise <p>
indicated below, the Content is provided to you under the terms and conditions of the The Eclipse Foundation makes available all content in this plug-in
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available (&quot;Content&quot;). Unless otherwise indicated below, the Content
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. is provided to you under the terms and conditions of the Eclipse
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p> Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is <p>
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may If you did not receive this Content directly from the Eclipse
apply to your use of any object code in the Content. Check the Redistributor's license that was Foundation, the Content is being redistributed by another party
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise (&quot;Redistributor&quot;) and different terms and conditions may
indicated below, the terms and conditions of the EPL still apply to any source code in the Content apply to your use of any object code in the Content. Check the
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
</p>
</body> </body>
</html> </html>

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2006, 2012 Red Hat, Inc. # Copyright (c) 2006, 2012 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2016 Red Hat Inc. and others * Copyright (c) 2008, 2016 Red Hat Inc. and others
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial implementation * Red Hat Incorporated - initial implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2016 Red Hat Inc. and others. * Copyright (c) 2012, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.autotools.core; package org.eclipse.cdt.autotools.core;

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat Inc.. * Copyright (c) 2006, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012 Red Hat Inc. and others. * Copyright (c) 2012 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.autotools.core; package org.eclipse.cdt.autotools.core;

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2006, 2007, 2009 Red Hat, Inc. # Copyright (c) 2006, 2007, 2009 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012, 2016 Red Hat Inc. and others. * Copyright (c) 2012, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.internal.autotools.core; package org.eclipse.cdt.internal.autotools.core;

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2015 Ericson and others. * Copyright (c) 2015 Ericson and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Marc-Andre Laperle (Ericsson) - initial API and implementation * Marc-Andre Laperle (Ericsson) - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2013 Siemens AG. * Copyright (c) 2006, 2013 Siemens AG.
* All rights reserved. This content and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This content and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Norbert Ploett - Initial implementation * Norbert Ploett - Initial implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2016 Red Hat Inc. and others. * Copyright (c) 2007, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2016 Red Hat Inc. and others. * Copyright (c) 2010, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2005, 2015 IBM Corporation and others. * Copyright (c) 2005, 2015 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc. * Copyright (c) 2010, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012 Red Hat Inc. and others. * Copyright (c) 2012 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.internal.autotools.core; package org.eclipse.cdt.internal.autotools.core;

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2012 QNX Software Systems and others. * Copyright (c) 2002, 2012 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* QNX Software Systems - initial API and implementation * QNX Software Systems - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2015 QNX Software Systems and others. * Copyright (c) 2000, 2015 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* QNX Software Systems - Initial API and implementation * QNX Software Systems - Initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc. * Copyright (c) 2010, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc. * Copyright (c) 2010, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2012 Red Hat, Inc. * Copyright (c) 2011, 2012 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2015 Red Hat Inc. * Copyright (c) 2009, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2016 Red Hat Inc. and others. * Copyright (c) 2007, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2012 Red Hat Inc.. * Copyright (c) 2006, 2012 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
################################################################################ ################################################################################
# Copyright (c) 2009, 2012 Red Hat, Inc. # Copyright (c) 2009, 2012 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2015 Red Hat Inc. * Copyright (c) 2009, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2016 Red Hat Inc. * Copyright (c) 2011, 2016 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2015 Red Hat Inc. * Copyright (c) 2011, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2015 Red Hat Inc. * Copyright (c) 2009, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2015 Red Hat Inc. * Copyright (c) 2009, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2012 Red Hat Inc. * Copyright (c) 2011, 2012 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2016 Red Hat Inc. and others. * Copyright (c) 2009, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2016 IBM Corporation and others. * Copyright (c) 2016 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Wainer dos Santos Moschetta - initial implementation * Wainer dos Santos Moschetta - initial implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2016 Symbian Software Limited and others. * Copyright (c) 2007, 2016 Symbian Software Limited and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Bala Torati (Symbian) - Initial API and implementation * Bala Torati (Symbian) - Initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Symbian Software Limited and others. * Copyright (c) 2007, 2015 Symbian Software Limited and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Bala Torati (Symbian) - Initial API and implementation * Bala Torati (Symbian) - Initial API and implementation

View file

@ -8,21 +8,29 @@
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h2>About This Content</h2>
<p>June 5, 2006</p> <p>November 30, 2017</p>
<h3>License</h3> <h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise <p>
indicated below, the Content is provided to you under the terms and conditions of the The Eclipse Foundation makes available all content in this plug-in
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available (&quot;Content&quot;). Unless otherwise indicated below, the Content
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. is provided to you under the terms and conditions of the Eclipse
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p> Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is <p>
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may If you did not receive this Content directly from the Eclipse
apply to your use of any object code in the Content. Check the Redistributor's license that was Foundation, the Content is being redistributed by another party
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise (&quot;Redistributor&quot;) and different terms and conditions may
indicated below, the terms and conditions of the EPL still apply to any source code in the Content apply to your use of any object code in the Content. Check the
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
</p>
</body> </body>
</html> </html>

View file

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2012, 2018 Red Hat, Inc. Copyright (c) 2012, 2018 Red Hat, Inc.
All rights reserved. This program and the accompanying materials This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0 are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors: Contributors:
Red Hat - initial API and implementation Red Hat - initial API and implementation

View file

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2012 Marc-Andre Laperle, Inc. and others Copyright (c) 2012 Marc-Andre Laperle, Inc. and others
All rights reserved. This program and the accompanying materials This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0 are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors: Contributors:
Marc-Andre Laperle - initial API and implementation Marc-Andre Laperle - initial API and implementation

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2008, 2013 Red Hat, Inc. # Copyright (c) 2008, 2013 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -8,21 +8,29 @@
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h2>About This Content</h2>
<p>June 5, 2006</p> <p>November 30, 2017</p>
<h3>License</h3> <h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise <p>
indicated below, the Content is provided to you under the terms and conditions of the The Eclipse Foundation makes available all content in this plug-in
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available (&quot;Content&quot;). Unless otherwise indicated below, the Content
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. is provided to you under the terms and conditions of the Eclipse
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p> Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is <p>
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may If you did not receive this Content directly from the Eclipse
apply to your use of any object code in the Content. Check the Redistributor's license that was Foundation, the Content is being redistributed by another party
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise (&quot;Redistributor&quot;) and different terms and conditions may
indicated below, the terms and conditions of the EPL still apply to any source code in the Content apply to your use of any object code in the Content. Check the
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
</p>
</body> </body>
</html> </html>

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2008 Red Hat, Inc. # Copyright (c) 2008 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc.. * Copyright (c) 2008, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2015 Ericsson and others. * Copyright (c) 2015 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 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Marc-Andre Laperle (Ericsson) - initial API and implementation * Marc-Andre Laperle (Ericsson) - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc.. * Copyright (c) 2008, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc. and others. * Copyright (c) 2008, 2015 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc. and others. * Copyright (c) 2008, 2015 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc. and others. * Copyright (c) 2008, 2015 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc. and others. * Copyright (c) 2008, 2015 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2005, 2015 IBM Corporation and others. * Copyright (c) 2005, 2015 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Marc-Andre Laperle (Ericsson) - initial API and implementation adapted from GCCBuildCommandParserTest * Marc-Andre Laperle (Ericsson) - initial API and implementation adapted from GCCBuildCommandParserTest

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2012 Red Hat Inc. and others. * Copyright (c) 2012 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.autotools.tests; package org.eclipse.cdt.autotools.tests;

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2016 Red Hat Inc. and others. * Copyright (c) 2008, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat Inc.. * Copyright (c) 2006, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat Inc.. * Copyright (c) 2006, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat Inc.. * Copyright (c) 2006, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc.. * Copyright (c) 2008, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,22 +1,36 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<html> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>About</title> <title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head> </head>
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h2>About This Content</h2>
<p>June 23, 2005</p> <p>November 30, 2017</p>
<h3>License</h3> <h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the <p>
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. The Eclipse Foundation makes available all content in this plug-in
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p> (&quot;Content&quot;). Unless otherwise indicated below, the Content
is provided to you under the terms and conditions of the Eclipse
Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may <p>
apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise If you did not receive this Content directly from the Eclipse
indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p> Foundation, the Content is being redistributed by another party
(&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the
Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
</p>
</body> </body>
</html> </html>

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2010 Red Hat, Inc. # Copyright (c) 2010 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014, 2015 Red Hat Inc. * Copyright (c) 2014, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat - initial API and implementation * Red Hat - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc.. * Copyright (c) 2010, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2016 Red Hat Inc. and others. * Copyright (c) 2010, 2016 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc.. * Copyright (c) 2010, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc.. * Copyright (c) 2010, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2010, 2015 Red Hat Inc.. * Copyright (c) 2010, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Red Hat Inc.. * Copyright (c) 2008, 2015 Red Hat Inc..
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Nokia Corporation. * Copyright (c) 2008, 2015 Nokia Corporation.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Ed Swartz (Nokia) - initial API and implementation * Ed Swartz (Nokia) - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Nokia Corporation. * Copyright (c) 2008, 2015 Nokia Corporation.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Ed Swartz (Nokia) - initial API and implementation * Ed Swartz (Nokia) - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Nokia Corporation. * Copyright (c) 2008, 2015 Nokia Corporation.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Ed Swartz (Nokia) - initial API and implementation * Ed Swartz (Nokia) - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2008, 2015 Nokia Corporation. * Copyright (c) 2008, 2015 Nokia Corporation.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Ed Swartz (Nokia) - initial API and implementation * Ed Swartz (Nokia) - initial API and implementation

View file

@ -8,21 +8,29 @@
<body lang="EN-US"> <body lang="EN-US">
<h2>About This Content</h2> <h2>About This Content</h2>
<p>June 5, 2006</p> <p>November 30, 2017</p>
<h3>License</h3> <h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise <p>
indicated below, the Content is provided to you under the terms and conditions of the The Eclipse Foundation makes available all content in this plug-in
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available (&quot;Content&quot;). Unless otherwise indicated below, the Content
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. is provided to you under the terms and conditions of the Eclipse
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p> Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is <p>
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may If you did not receive this Content directly from the Eclipse
apply to your use of any object code in the Content. Check the Redistributor's license that was Foundation, the Content is being redistributed by another party
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise (&quot;Redistributor&quot;) and different terms and conditions may
indicated below, the terms and conditions of the EPL still apply to any source code in the Content apply to your use of any object code in the Content. Check the
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> Redistributor's license that was provided with the Content. If no such
license exists, contact the Redistributor. Unless otherwise indicated
below, the terms and conditions of the EPL still apply to any source
code in the Content and such source code may be obtained at <a
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
</p>
</body> </body>
</html> </html>

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2006, 2008, 2009, 2012 Red Hat, Inc. # Copyright (c) 2006, 2008, 2009, 2012 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2009, 2015 Red Hat Inc. * Copyright (c) 2009, 2015 Red Hat Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Inc. - initial API and implementation * Red Hat Inc. - initial API and implementation

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2006, 2007, 2009 Red Hat, Inc. # Copyright (c) 2006, 2007, 2009 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2011, 2012 Red Hat, Inc. * Copyright (c) 2011, 2012 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corporation and others. * Copyright (c) 2000, 2016 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. and others. * Copyright (c) 2006, 2015 Red Hat, Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. * Copyright (c) 2006, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Red Hat, Inc. * Copyright (c) 2007, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2016 Red Hat, Inc. and others. * Copyright (c) 2006, 2016 Red Hat, Inc. and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Red Hat Corporation and others. * Copyright (c) 2007, 2015 Red Hat Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2012 QNX Software Systems and others. * Copyright (c) 2002, 2012 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* QNX Software Systems - Initial API and implementation * QNX Software Systems - Initial API and implementation

View file

@ -1,9 +1,12 @@
################################################################################# #################################################################################
# Copyright (c) 2007 Red Hat, Inc., (c) 2008 Nokia Inc # Copyright (c) 2007 Red Hat, Inc., (c) 2008 Nokia Inc
# All rights reserved. This program and the accompanying materials #
# are made available under the terms of the Eclipse Public License v1.0 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# #
# Contributors: # Contributors:
# Red Hat Incorporated - initial API and implementation # Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Red Hat, Inc. * Copyright (c) 2007, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Red Hat, Inc. * Copyright (c) 2007, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. * Copyright (c) 2006, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. * Copyright (c) 2006, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2015 Red Hat, Inc. * Copyright (c) 2007, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. * Copyright (c) 2006, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2015 Red Hat, Inc. * Copyright (c) 2006, 2015 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2017 Red Hat, Inc. * Copyright (c) 2007, 2017 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2015 QNX Software Systems and others. * Copyright (c) 2000, 2015 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* QNX Software Systems - Initial API and implementation * QNX Software Systems - Initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2016 Red Hat, Inc. * Copyright (c) 2006, 2016 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2004, 2015 IBM Corporation and others. * Copyright (c) 2004, 2015 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* IBM Corp. - Rational Software - initial implementation * IBM Corp. - Rational Software - initial implementation

View file

@ -1,9 +1,12 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2016 Red Hat, Inc. * Copyright (c) 2006, 2016 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License v1.0 * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
* *
* Contributors: * Contributors:
* Red Hat Incorporated - initial API and implementation * Red Hat Incorporated - initial API and implementation

Some files were not shown because too many files have changed in this diff Show more