Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-06-25 13:29:04 +0000
committerDavid Inglis2004-06-25 13:29:04 +0000
commit162af467d5e8d0943b98fbc07e17be896438b503 (patch)
treec59ef88d65020ba00b447d72fb595d525b2d6be0 /core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java
parentd6d1bab9390e062fecbd6ea73f90174cff14a75a (diff)
downloadorg.eclipse.cdt-162af467d5e8d0943b98fbc07e17be896438b503.tar.gz
org.eclipse.cdt-162af467d5e8d0943b98fbc07e17be896438b503.tar.xz
org.eclipse.cdt-162af467d5e8d0943b98fbc07e17be896438b503.zip
update copyright
Diffstat (limited to 'core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java')
-rw-r--r--core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java18
1 files changed, 8 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java
index 62dfcd9c44d..0f0f9dbae35 100644
--- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java
+++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/MacroEntry.java
@@ -1,15 +1,13 @@
-/**********************************************************************
- * Created on Mar 25, 2003
- *
- * Copyright (c) 2002,2003 QNX Software Systems Ltd. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v0.5
+/*******************************************************************************
+ * Copyright (c) 2000, 2004 QNX Software Systems and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
*
- * Contributors:
- * QNX Software Systems - Initial API and implementation
-***********************************************************************/
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
package org.eclipse.cdt.internal.core.model;
import org.eclipse.cdt.core.model.IMacroEntry;

Back to the top