Author: linus Date: 2010-01-12 10:39:46-0800 New Revision: 17818 Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/AbstractGoList2.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionAutoCritique.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionGoToCritique.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionNewToDoItem.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenDecisions.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenGoals.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionResolve.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionSnooze.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/AddToDoItemDialog.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/DesignIssuesDialog.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/DismissToDoItemDialog.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToDecisionsToItems.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToGoalsToItems.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToOffenderToItem.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPosterToItem.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPriorityToItem.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToTypeToItem.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoalsDialog.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/InitCognitiveUI.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/KnowledgeTypeNode.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/PriorityNode.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/TabToDo.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByDecision.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByGoal.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByOffender.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPoster.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPriority.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByType.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoItemAction.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPane.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPerspective.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoTreeRenderer.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizDescription.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStep.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepChoice.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepConfirm.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepCue.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepManyTextFields.java trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepTextField.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/AbstractGoList2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/AbstractGoList2.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/AbstractGoList2.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/AbstractGoList2.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionAutoCritique.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionAutoCritique.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionAutoCritique.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionAutoCritique.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionGoToCritique.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionGoToCritique.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionGoToCritique.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionGoToCritique.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionNewToDoItem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionNewToDoItem.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionNewToDoItem.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionNewToDoItem.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenDecisions.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenDecisions.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenDecisions.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenDecisions.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenGoals.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenGoals.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenGoals.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionOpenGoals.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionResolve.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionResolve.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionResolve.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionResolve.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionSnooze.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionSnooze.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionSnooze.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ActionSnooze.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/AddToDoItemDialog.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/AddToDoItemDialog.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/AddToDoItemDialog.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/AddToDoItemDialog.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/DesignIssuesDialog.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/DesignIssuesDialog.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/DesignIssuesDialog.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/DesignIssuesDialog.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/DismissToDoItemDialog.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/DismissToDoItemDialog.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/DismissToDoItemDialog.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/DismissToDoItemDialog.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToDecisionsToItems.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToDecisionsToItems.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToDecisionsToItems.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToDecisionsToItems.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToGoalsToItems.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToGoalsToItems.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToGoalsToItems.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToGoalsToItems.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToOffenderToItem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToOffenderToItem.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToOffenderToItem.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToOffenderToItem.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPosterToItem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPosterToItem.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPosterToItem.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPosterToItem.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPriorityToItem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPriorityToItem.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPriorityToItem.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToPriorityToItem.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToTypeToItem.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToTypeToItem.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToTypeToItem.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoListToTypeToItem.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * linus + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoalsDialog.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoalsDialog.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoalsDialog.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/GoalsDialog.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written @@ -201,4 +215,4 @@ * The UID. */ private static final long serialVersionUID = -1871200638199122363L; -} \ No newline at end of file +} Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/InitCognitiveUI.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/InitCognitiveUI.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/InitCognitiveUI.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/InitCognitiveUI.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/KnowledgeTypeNode.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/KnowledgeTypeNode.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/KnowledgeTypeNode.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/KnowledgeTypeNode.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/PriorityNode.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/PriorityNode.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/PriorityNode.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/PriorityNode.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/TabToDo.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/TabToDo.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/TabToDo.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/TabToDo.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByDecision.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByDecision.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByDecision.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByDecision.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByGoal.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByGoal.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByGoal.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByGoal.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByOffender.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByOffender.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByOffender.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByOffender.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPoster.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPoster.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPoster.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPoster.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPriority.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPriority.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPriority.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByPriority.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByType.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByType.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByType.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoByType.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoItemAction.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoItemAction.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoItemAction.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoItemAction.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2004-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPane.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPane.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPane.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPane.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2008 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPerspective.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPerspective.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPerspective.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoPerspective.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * bobtarling + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoTreeRenderer.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoTreeRenderer.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoTreeRenderer.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/ToDoTreeRenderer.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizDescription.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizDescription.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizDescription.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizDescription.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2006 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStep.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStep.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStep.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStep.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepChoice.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepChoice.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepChoice.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepChoice.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepConfirm.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepConfirm.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepConfirm.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepConfirm.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepCue.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepCue.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepCue.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepCue.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepManyTextFields.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepManyTextFields.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepManyTextFields.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepManyTextFields.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * tfmorris + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written Modified: trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepTextField.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepTextField.java?view=diff&pathrev=17818&r1=17817&r2=17818 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepTextField.java (original) +++ trunk/src/argouml-app/src/org/argouml/cognitive/ui/WizStepTextField.java 2010-01-12 10:39:46-0800 @@ -1,4 +1,18 @@ -// $Id$ +/* $Id$ + ***************************************************************************** + * Copyright (c) 2009 Contributors - see below + * 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: + * mvw + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436713 To unsubscribe from this discussion, e-mail: [[email protected]].
