Author: bobtarling Date: 2011-04-10 14:28:52-0700 New Revision: 19204 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifierWithAttributeButtons.java trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifiers2.java
Log: Add full names for contributors Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java?view=diff&pathrev=19204&r1=19203&r2=19204 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java 2011-04-10 14:28:52-0700 @@ -1,13 +1,14 @@ /* $Id$ ***************************************************************************** - * Copyright (c) 2009 Contributors - see below + * Copyright (c) 2009-2011 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 + * Michiel van der Wulp + * Katharina Fahnenbruck ***************************************************************************** * * Some portions of this file was previously release using the BSD License: Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java?view=diff&pathrev=19204&r1=19203&r2=19204 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java 2011-04-10 14:28:52-0700 @@ -1,13 +1,14 @@ /* $Id$ ***************************************************************************** - * Copyright (c) 2009 Contributors - see below + * Copyright (c) 2009-2011 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 + * Michiel van der Wulp + * Katharina Fahnenbruck ***************************************************************************** * * Some portions of this file was previously release using the BSD License: Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java?view=diff&pathrev=19204&r1=19203&r2=19204 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java 2011-04-10 14:28:52-0700 @@ -8,6 +8,7 @@ * * Contributors: * Bob Tarling + * Katharina Fahnenbruck ******************************************************************************* * * Some portions of this file was previously release using the BSD License: Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifierWithAttributeButtons.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifierWithAttributeButtons.java?view=diff&pathrev=19204&r1=19203&r2=19204 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifierWithAttributeButtons.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifierWithAttributeButtons.java 2011-04-10 14:28:52-0700 @@ -7,7 +7,7 @@ * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * katharina + * Katharina Fahnenbruck ******************************************************************************* */ @@ -27,10 +27,10 @@ /** * This class adds two buttons to the class-element. They are shown when the - * mouse is over the selelected element. The upper button is for adding new + * mouse is over the selected element. The upper button is for adding new * attributes. The lower button is for adding new operations. * - * @author katharina + * @author Katharina Fahnenbruck */ public abstract class SelectionNodeClarifierWithAttributeButtons extends SelectionNodeClarifiers2 { Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifiers2.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifiers2.java?view=diff&pathrev=19204&r1=19203&r2=19204 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifiers2.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/SelectionNodeClarifiers2.java 2011-04-10 14:28:52-0700 @@ -1,13 +1,13 @@ /* $Id$ ***************************************************************************** - * Copyright (c) 2009 Contributors - see below + * Copyright (c) 2009-2011 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 + * Michiel van der Wulp ***************************************************************************** * * Some portions of this file was previously release using the BSD License: ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2718676 To unsubscribe from this discussion, e-mail: [[email protected]].
