diff options
author | james | 2002-05-01 18:08:47 +0000 |
---|---|---|
committer | james | 2002-05-01 18:08:47 +0000 |
commit | 9ceb45ed4a07ddf90c100211d37ba9f6ef1c0866 (patch) | |
tree | 5c2043dd0b0de13b2f98481313314f34d2abc408 | |
parent | e0e0aacd931c2f6b1d17fda3749e09f47ba9ab2f (diff) | |
download | eclipse.platform.team-9ceb45ed4a07ddf90c100211d37ba9f6ef1c0866.tar.gz eclipse.platform.team-9ceb45ed4a07ddf90c100211d37ba9f6ef1c0866.tar.xz eclipse.platform.team-9ceb45ed4a07ddf90c100211d37ba9f6ef1c0866.zip |
Add copyright
-rw-r--r-- | bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/ContentAction.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/ContentAction.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/ContentAction.java index 7f0126cec..15e24faf0 100644 --- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/ContentAction.java +++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/actions/ContentAction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2002 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v0.5 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/cpl-v05.html + * + * Contributors: + * IBM - Initial API and implementation + ******************************************************************************/ package org.eclipse.team.internal.ccvs.ui.actions; import org.eclipse.jface.action.IAction; |