Author: linus Date: 2010-01-11 13:36:32-0800 New Revision: 17782 Modified: trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestCrTooMany.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestMissingName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrAssocNameConflict.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrDupParamName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidHistory.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidInitial.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingAttrName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingClassName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingOperName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingStateName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNameConflict.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoAssociations.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoInitialState.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAssoc.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAttr.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyOper.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyStates.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyTransitions.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalAttrName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalClassName.java trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalPackName.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestCrTooMany.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestCrTooMany.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestCrTooMany.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestCrTooMany.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/AbstractTestMissingName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestMissingName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestMissingName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/AbstractTestMissingName.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrAssocNameConflict.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrAssocNameConflict.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrAssocNameConflict.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrAssocNameConflict.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrDupParamName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrDupParamName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrDupParamName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrDupParamName.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrInvalidHistory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidHistory.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidHistory.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidHistory.java 2010-01-11 13:36:32-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) 2006-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/tests/org/argouml/uml/cognitive/critics/TestCrInvalidInitial.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidInitial.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidInitial.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrInvalidInitial.java 2010-01-11 13:36:32-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) 2006-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/tests/org/argouml/uml/cognitive/critics/TestCrMissingAttrName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingAttrName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingAttrName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingAttrName.java 2010-01-11 13:36:32-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: + * mkl + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrMissingClassName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingClassName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingClassName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingClassName.java 2010-01-11 13:36:32-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: + * mkl + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrMissingOperName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingOperName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingOperName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingOperName.java 2010-01-11 13:36:32-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: + * mkl + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrMissingStateName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingStateName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingStateName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrMissingStateName.java 2010-01-11 13:36:32-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: + * mkl + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrNameConflict.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNameConflict.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNameConflict.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNameConflict.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrNoAssociations.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoAssociations.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoAssociations.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoAssociations.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrNoInitialState.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoInitialState.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoInitialState.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrNoInitialState.java 2010-01-11 13:36:32-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) 2006-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/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAssoc.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAssoc.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAssoc.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAssoc.java 2010-01-11 13:36:32-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) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAttr.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAttr.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAttr.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyAttr.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrTooManyOper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyOper.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyOper.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyOper.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrTooManyStates.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyStates.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyStates.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyStates.java 2010-01-11 13:36:32-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) 2005-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/tests/org/argouml/uml/cognitive/critics/TestCrTooManyTransitions.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyTransitions.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyTransitions.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrTooManyTransitions.java 2010-01-11 13:36:32-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) 2005 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/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalAttrName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalAttrName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalAttrName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalAttrName.java 2010-01-11 13:36:32-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) 2003-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/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalClassName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalClassName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalClassName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalClassName.java 2010-01-11 13:36:32-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) 2004-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/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalPackName.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalPackName.java?view=diff&pathrev=17782&r1=17781&r2=17782 ============================================================================== --- trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalPackName.java (original) +++ trunk/src/argouml-app/tests/org/argouml/uml/cognitive/critics/TestCrUnconventionalPackName.java 2010-01-11 13:36:32-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) 2004-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=2436430 To unsubscribe from this discussion, e-mail: [[email protected]].
