diff options
author | sshaw | 2005-09-12 21:29:27 +0000 |
---|---|---|
committer | sshaw | 2005-09-12 21:29:27 +0000 |
commit | 8a4a14956726dc4ade0bc9241210bb99f6395284 (patch) | |
tree | cc2f0050fc4219619a6f7e61ea544a25c412cc30 /doc/org.eclipse.gmf.runtime.doclet | |
parent | 103a16fa96df4c620809a870f4c93ac5c8a46d6a (diff) | |
download | org.eclipse.gmf-tooling-8a4a14956726dc4ade0bc9241210bb99f6395284.tar.gz org.eclipse.gmf-tooling-8a4a14956726dc4ade0bc9241210bb99f6395284.tar.xz org.eclipse.gmf-tooling-8a4a14956726dc4ade0bc9241210bb99f6395284.zip |
Bugzilla 108765 gmf_head tmacdoug 050912 - Update copyrights of GMF and EMFT plugins content to Eclipse copyright (EPL)
Diffstat (limited to 'doc/org.eclipse.gmf.runtime.doclet')
29 files changed, 317 insertions, 243 deletions
diff --git a/doc/org.eclipse.gmf.runtime.doclet/build.properties b/doc/org.eclipse.gmf.runtime.doclet/build.properties index 9d5cc07f8..a8069a153 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/build.properties +++ b/doc/org.eclipse.gmf.runtime.doclet/build.properties @@ -1,3 +1,15 @@ +# ============================================================================== +#*+------------------------------------------------------------------------+ +#*| Copyright (c) 2005 IBM Corporation 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 | +#*| | +#*| Contributors: | +#*| IBM Corporation - initial API and implementation | +#*+------------------------------------------------------------------------+ +# ============================================================================== jars.compile.order = aurora-doclet.jar source.aurora-doclet.jar = src/ output.aurora-doclet.jar = bin/ diff --git a/doc/org.eclipse.gmf.runtime.doclet/build.xml b/doc/org.eclipse.gmf.runtime.doclet/build.xml index d299c6c5b..3be97f855 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/build.xml +++ b/doc/org.eclipse.gmf.runtime.doclet/build.xml @@ -1,4 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright (c) 2005 IBM Corporation 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 --> +<!-- --> +<!-- Contributors: --> +<!-- IBM Corporation - initial API and implementation --> <project default="jar" basedir="."> <target name="jar"> diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/AuroraDoclet.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/AuroraDoclet.java index a8d5164d8..eb26fdfb1 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/AuroraDoclet.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/AuroraDoclet.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet; import java.io.File; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/ITagDefinitions.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/ITagDefinitions.java index f0ed1fb32..e70abc8f6 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/ITagDefinitions.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/ITagDefinitions.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ClassDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ClassDocProxy.java index 707053623..9d57a466a 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ClassDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ClassDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ComparableProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ComparableProxy.java index ff4edb2a5..dcf21b58d 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ComparableProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ComparableProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ConstructorDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ConstructorDocProxy.java index 08217bb38..f8cda9180 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ConstructorDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ConstructorDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ConstructorDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/DocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/DocProxy.java index 9e6e90012..e69debbe2 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/DocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/DocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import org.eclipse.gmf.runtime.doclet.AuroraDoclet; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ExecutableMemberDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ExecutableMemberDocProxy.java index 6051029b3..0de56d3ed 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ExecutableMemberDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ExecutableMemberDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/FieldDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/FieldDocProxy.java index 48eb98e88..a6ed35120 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/FieldDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/FieldDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.FieldDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MemberDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MemberDocProxy.java index 3c73ec617..f021f3e5a 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MemberDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MemberDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.MemberDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MethodDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MethodDocProxy.java index bf7f519a8..63f05fa47 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MethodDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/MethodDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/PackageDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/PackageDocProxy.java index 8f2cfcdef..50ce963eb 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/PackageDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/PackageDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParamTagProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParamTagProxy.java index 3517c56fa..37d4be1f6 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParamTagProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParamTagProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ParamTag; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParameterProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParameterProxy.java index 8c8f4f962..184858f68 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParameterProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ParameterProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.Parameter; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProgramElementDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProgramElementDocProxy.java index d3da80fed..42d2c3333 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProgramElementDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProgramElementDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/Proxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/Proxy.java index e8f920f11..ac587c79d 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/Proxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/Proxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyFactory.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyFactory.java index 578f93b71..826b243ef 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyFactory.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyFactory.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import java.util.ArrayList; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyRegistry.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyRegistry.java index 49a51a428..1de10f425 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyRegistry.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyRegistry.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import java.util.HashMap; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyUtil.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyUtil.java index daf8bda95..33d2eb31b 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyUtil.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ProxyUtil.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/RootDocProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/RootDocProxy.java index a443ee3e8..cc1e5f3fd 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/RootDocProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/RootDocProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import java.util.ArrayList; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SeeTagProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SeeTagProxy.java index 31583692f..f0f60300d 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SeeTagProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SeeTagProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SerialFieldTagProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SerialFieldTagProxy.java index c9dee1984..1660faf49 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SerialFieldTagProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/SerialFieldTagProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TagProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TagProxy.java index b317a41eb..3d20a6258 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TagProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TagProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.Doc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ThrowsTagProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ThrowsTagProxy.java index 7f4922704..beab25b13 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ThrowsTagProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/ThrowsTagProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TypeProxy.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TypeProxy.java index eb9f71bf8..f79ac3c4f 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TypeProxy.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/proxies/TypeProxy.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.proxies; import com.sun.javadoc.ClassDoc; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/AliasRegistry.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/AliasRegistry.java index c03c0b22c..ef9aaa3b5 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/AliasRegistry.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/AliasRegistry.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.utils; import java.util.HashMap; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/MapsGenerator.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/MapsGenerator.java index bcf5dcd2f..4fd97ed37 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/MapsGenerator.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/MapsGenerator.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.utils; import java.util.HashMap; diff --git a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/NamespaceChecker.java b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/NamespaceChecker.java index 67d86f55d..bfef06005 100644 --- a/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/NamespaceChecker.java +++ b/doc/org.eclipse.gmf.runtime.doclet/src/org/eclipse/gmf/runtime/doclet/utils/NamespaceChecker.java @@ -1,12 +1,14 @@ -/* - *+------------------------------------------------------------------------+ - *| Licensed Materials - Property of IBM | - *| (C) Copyright IBM Corp. 2005. All Rights Reserved. | - *| | - *| US Government Users Restricted Rights - Use, duplication or disclosure | - *| restricted by GSA ADP Schedule Contract with IBM Corp. | - *+------------------------------------------------------------------------+ - */ +/****************************************************************************** + * Copyright (c) 2005 IBM Corporation 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 + * + * Contributors: + * IBM Corporation - initial API and implementation + ****************************************************************************/ + package org.eclipse.gmf.runtime.doclet.utils; import java.util.HashMap; |