Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-01-24 04:13:49 +0000
committerMarc Khouzam2016-02-01 17:47:41 +0000
commit766f66c0ab8520dc90a3066e34d1f22094b56786 (patch)
treeb8ee88114a539fb31637e6e26c760b3868aa3dd0 /build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt
parent8cfa1448ac4f59e81e1be6e84a6424527fade71f (diff)
downloadorg.eclipse.cdt-766f66c0ab8520dc90a3066e34d1f22094b56786.tar.gz
org.eclipse.cdt-766f66c0ab8520dc90a3066e34d1f22094b56786.tar.xz
org.eclipse.cdt-766f66c0ab8520dc90a3066e34d1f22094b56786.zip
Missing copyright header.
Copyright assigned to company of the committer who did the first commit of the file. Change-Id: Ia133694018c798f9558258810982f5276737a0b0
Diffstat (limited to 'build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt')
-rw-r--r--build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/NewCMakeProjectWizard.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/NewCMakeProjectWizard.java b/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/NewCMakeProjectWizard.java
index f49597c783f..55b167f004c 100644
--- a/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/NewCMakeProjectWizard.java
+++ b/build/org.eclipse.cdt.cmake.ui/src/org/eclipse/cdt/cmake/ui/internal/NewCMakeProjectWizard.java
@@ -1,6 +1,10 @@
-/**
- * The activator class controls the plug-in life cycle
- */
+/*******************************************************************************
+ * Copyright (c) 2015 QNX Software Systems and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *******************************************************************************/
package org.eclipse.cdt.cmake.ui.internal;
import java.lang.reflect.InvocationTargetException;

Back to the top