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:
parent
78e15207f2
commit
8062151c30
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue