[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] RE: CDT refatoring/breakage and licensing.
|
changed to EPL.
Markus.
> -----Original Message-----
> From: Alain Magloire [mailto:alain@xxxxxxx]
> Sent: Freitag, 22. Juli 2005 14:37
> To: Schorn, Markus; Doug Schaefer
> Subject: CDT refatoring/breakage and licensing.
>
>
> Bonjour Markus,
> You probably want to revisit this particular file. The
> license is not EPL
>
> ./org.eclipse.cdt.refactoring/src/org/eclipse/cdt/refactoring/
> actions/CEleme
> ntPositionAdapter.java
>
>
> Merci bucket.
>
> Later
>
Index: CElementPositionAdapter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.refactoring/src/org/eclipse/cdt/refactoring/actions/CElementPositionAdapter.java,v
retrieving revision 1.1
diff -u -r1.1 CElementPositionAdapter.java
--- CElementPositionAdapter.java 13 Jun 2005 03:10:36 -0000 1.1
+++ CElementPositionAdapter.java 22 Jul 2005 14:08:29 -0000
@@ -1,9 +1,13 @@
-/*
- * CElementPositionAdapter.java
- * Created on 09.06.2005
- *
- * Copyright 2005 Wind River Systems Inc. All rights reserved.
- */
+/*******************************************************************************
+ * Copyright (c) 2005 Wind River Systems, Inc.
+ * 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
+ *
+ * Contributors:
+ * Markus Schorn - initial API and implementation
+ ******************************************************************************/
package org.eclipse.cdt.refactoring.actions;
import org.eclipse.cdt.core.model.*;