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

+11
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

+11
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

+11
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

+11
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

+11
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

+11
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

+11
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

+11
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

+11
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

+11
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 {

ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross/properties/ProjectToolsPathPropertyPage.java

+11
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.managedbuild.cross.properties;
213

314
import ilg.gnuarmeclipse.core.EclipseUtils;

ilg.gnuarmeclipse.packs.core/src/ilg/gnuarmeclipse/packs/core/data/DurationMonitor.java

+11
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.packs.core.data;
213

314
import ilg.gnuarmeclipse.packs.core.ConsoleStream;

ilg.gnuarmeclipse.packs.data/src/ilg/gnuarmeclipse/packs/data/Utils.java

+11
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.packs.data;
213

314
import ilg.gnuarmeclipse.core.StringUtils;

ilg.gnuarmeclipse.packs.ui/src/ilg/gnuarmeclipse/packs/ui/views/CopyExampleDialog.java

+11
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.packs.ui.views;
213

314
import ilg.gnuarmeclipse.packs.core.Preferences;

ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core/Activator.java

+11
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.templates.core;
213

314
import ilg.gnuarmeclipse.core.AbstractActivator;

ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core/Utils.java

+11
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.templates.core;
213

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

ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core/processes/ConditionalSetProperty.java

+11
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.templates.core.processes;
213

314
import ilg.gnuarmeclipse.templates.core.Activator;

ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core/processes/SetPropertyIfHasNature.java

+11
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.templates.core.processes;
213

314
import ilg.gnuarmeclipse.templates.core.Activator;

ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core/processes/SetPropertyToPluginResource.java

+11
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.templates.core.processes;
213

314
import ilg.gnuarmeclipse.templates.core.Activator;

ilg.gnuarmeclipse.templates.cortexm/src/ilg/gnuarmeclipse/templates/cortexm/Activator.java

+11
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.templates.cortexm;
213

314
import ilg.gnuarmeclipse.core.AbstractActivator;

ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe/processes/RunProcessorExpertWizard.java

+11
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.templates.freescale.pe.processes;
213

314
import ilg.gnuarmeclipse.templates.freescale.pe.Activator;

ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe/ui/ExtraPagesProvider.java

+11
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.templates.freescale.pe.ui;
213

314
import java.util.Collections;

ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe/ui/PEW.java

+11
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.templates.freescale.pe.ui;
213

314
import ilg.gnuarmeclipse.templates.freescale.pe.Activator;

ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe/ui/WizardPage.java

+11
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.templates.freescale.pe.ui;
213

314
import org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage;

ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe/ui/WizardPageOperation.java

+11
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.templates.freescale.pe.ui;
213

314
import ilg.gnuarmeclipse.templates.freescale.pe.Activator;

ilg.gnuarmeclipse.templates.freescale/src/ilg/gnuarmeclipse/templates/freescale/Activator.java

+11
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.templates.freescale;
213

314
import ilg.gnuarmeclipse.core.AbstractActivator;

0 commit comments

Comments
 (0)