1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Add missing copyright header.

Change-Id: If005b907dd902acd8647dfb5932bcfbbfa0ae0a3
This commit is contained in:
Jonah Graham 2021-06-06 21:12:49 -04:00
parent 48ff7a223d
commit d49362a526

View file

@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2015 QNX Software Systems 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
*******************************************************************************/
package org.eclipse.launchbar.core.target;
import org.eclipse.launchbar.core.internal.Messages;