Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-05-05 19:46:07 +0000
committerpfullbright2007-05-05 19:46:07 +0000
commit3f310cef1bf901a5a4abb4865d16b88ec90f066a (patch)
tree33be08b910bfb9eae5b6642465c55d8539295008 /jpa/plugins
parent352f36025a783bf0baf25186c31cb4e616f5aa33 (diff)
downloadwebtools.dali-3f310cef1bf901a5a4abb4865d16b88ec90f066a.tar.gz
webtools.dali-3f310cef1bf901a5a4abb4865d16b88ec90f066a.tar.xz
webtools.dali-3f310cef1bf901a5a4abb4865d16b88ec90f066a.zip
Updated copyrights
Diffstat (limited to 'jpa/plugins')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/AccessType.java16
1 files changed, 10 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/AccessType.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/AccessType.java
index 5b36e859b5..26706f251c 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/AccessType.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/internal/AccessType.java
@@ -1,9 +1,13 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id: AccessType.java,v 1.2 2007/05/03 05:26:53 bvosburgh Exp $
- */
+/*******************************************************************************
+ * Copyright (c) 2007 Oracle.
+ * 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:
+ * Oracle - initial API and implementation
+ *******************************************************************************/
package org.eclipse.jpt.core.internal;
import java.util.Arrays;

Back to the top