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

Add AbstractGnuToolPrefixMacro copyright notice

This commit is contained in:
John Dallaway 2023-09-15 18:01:17 +01:00
parent 78e15207f2
commit 8062151c30

View file

@ -1,3 +1,16 @@
/*******************************************************************************
* Copyright (c) 2023 John Dallaway and others.
*
* 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
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* John Dallaway - Initial API and implementation (#361)
*******************************************************************************/
package org.eclipse.cdt.managedbuilder.macros;
import org.eclipse.cdt.core.cdtvariables.CdtVariableException;