Skip to content

Commit 2ec98e4

Browse files
committed
Copyright notice added where missing
1 parent ec497d3 commit 2ec98e4

File tree

27 files changed

+297
-0
lines changed

27 files changed

+297
-0
lines changed

ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core/StringUtils.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.core;
213

314
import java.util.ArrayList;

ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core/SystemJob.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.core;
213

314
import org.eclipse.core.runtime.jobs.Job;

ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core/SystemUIJob.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.core;
213

314
import org.eclipse.ui.progress.UIJob;

ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core/preferences/LabelFakeFieldEditor.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.core.preferences;
213

314
import org.eclipse.jface.preference.FieldEditor;

ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core/ui/FieldEditorPropertyPage.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2015 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.core.ui;
213

314
import org.eclipse.core.runtime.IAdaptable;

ilg.gnuarmeclipse.debug.gdbjtag.jlink/src/ilg/gnuarmeclipse/debug/gdbjtag/jlink/Configuration.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.debug.gdbjtag.jlink;
213

314
import ilg.gnuarmeclipse.core.EclipseUtils;

ilg.gnuarmeclipse.debug.gdbjtag.openocd/src/ilg/gnuarmeclipse/debug/gdbjtag/openocd/Configuration.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.debug.gdbjtag.openocd;
213

314
import ilg.gnuarmeclipse.core.EclipseUtils;

ilg.gnuarmeclipse.debug.gdbjtag/src/ilg/gnuarmeclipse/debug/gdbjtag/data/CProjectAttributes.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2015 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.debug.gdbjtag.data;
213

314
import ilg.gnuarmeclipse.core.CProjectPacksStorage;

ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross/FloatABIManagedOptionHandleValue.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2013 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.managedbuild.cross;
213

314
import org.eclipse.cdt.managedbuilder.core.BuildException;

ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross/IDs.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014 Liviu Ionescu.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License v1.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-v10.html
7+
*
8+
* Contributors:
9+
* Liviu Ionescu - initial version
10+
*******************************************************************************/
11+
112
package ilg.gnuarmeclipse.managedbuild.cross;
213

314
public class IDs {

0 commit comments

Comments
 (0)