[Esbox-commits] r1217 - in branches/work_Ed: org.maemo.esbox.vm/src/org/maemo/esbox/internal/vm org.maemo.esbox.vm.qemu/src/org/maemo/esbox/internal/vm/qemu org.maemo.esbox.vm.vmware/src/org/maemo/esbox/vm/vmware

eswartz at garage.maemo.org eswartz at garage.maemo.org
Thu Feb 12 16:06:23 EET 2009


Author: eswartz
Date: 2009-02-12 16:06:22 +0200 (Thu, 12 Feb 2009)
New Revision: 1217

Modified:
   branches/work_Ed/org.maemo.esbox.vm.qemu/src/org/maemo/esbox/internal/vm/qemu/Activator.java
   branches/work_Ed/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/vm/vmware/Activator.java
   branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/vm/Activator.java
Log:
Add EPL license headers

Modified: branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/vm/Activator.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/vm/Activator.java	2009-02-10 22:55:10 UTC (rev 1216)
+++ branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/vm/Activator.java	2009-02-12 14:06:22 UTC (rev 1217)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Nokia Corporation
+ * 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:
+ *    Ed Swartz (Nokia) - initial API and implementation
+ *******************************************************************************/
 package org.maemo.esbox.internal.vm;
 
 import com.nokia.cpp.internal.api.utils.ui.WorkbenchUtils;

Modified: branches/work_Ed/org.maemo.esbox.vm.qemu/src/org/maemo/esbox/internal/vm/qemu/Activator.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm.qemu/src/org/maemo/esbox/internal/vm/qemu/Activator.java	2009-02-10 22:55:10 UTC (rev 1216)
+++ branches/work_Ed/org.maemo.esbox.vm.qemu/src/org/maemo/esbox/internal/vm/qemu/Activator.java	2009-02-12 14:06:22 UTC (rev 1217)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Nokia Corporation
+ * 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:
+ *    Ed Swartz (Nokia) - initial API and implementation
+ *******************************************************************************/
 package org.maemo.esbox.internal.vm.qemu;
 
 import org.eclipse.core.runtime.*;

Modified: branches/work_Ed/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/vm/vmware/Activator.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/vm/vmware/Activator.java	2009-02-10 22:55:10 UTC (rev 1216)
+++ branches/work_Ed/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/vm/vmware/Activator.java	2009-02-12 14:06:22 UTC (rev 1217)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Nokia Corporation
+ * 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:
+ *    Ed Swartz (Nokia) - initial API and implementation
+ *******************************************************************************/
 package org.maemo.esbox.vm.vmware;
 
 import org.eclipse.core.runtime.*;



More information about the Esbox-commits mailing list