Author: linus Date: 2010-01-12 11:06:55-0800 New Revision: 17836 Modified: trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CompositeModelInterpreter.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeDesignMaterials.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeTriggers.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ContextApplicable.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CrOCL.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/DefaultOclEvaluator.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateExpression.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateInvariant.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/InvalidOclException.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/LambdaEvaluator.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ModelInterpreter.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclExpressionEvaluator.java trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclInterpreter.java
Log: Added EPL License header. Modified: trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CompositeModelInterpreter.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CompositeModelInterpreter.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CompositeModelInterpreter.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CompositeModelInterpreter.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/ComputeDesignMaterials.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeDesignMaterials.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeDesignMaterials.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeDesignMaterials.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/ComputeTriggers.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeTriggers.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeTriggers.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ComputeTriggers.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/ContextApplicable.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ContextApplicable.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ContextApplicable.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ContextApplicable.java 2010-01-12 11:06:55-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: + * euluis + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/profile/internal/ocl/CrOCL.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CrOCL.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CrOCL.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/CrOCL.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/DefaultOclEvaluator.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/DefaultOclEvaluator.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/DefaultOclEvaluator.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/DefaultOclEvaluator.java 2010-01-12 11:06:55-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: + * lepekhine + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/profile/internal/ocl/EvaluateExpression.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateExpression.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateExpression.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateExpression.java 2010-01-12 11:06:55-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: + * euluis + ***************************************************************************** + * + * Some portions of this file was previously release using the BSD License: + */ + // Copyright (c) 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/profile/internal/ocl/EvaluateInvariant.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateInvariant.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateInvariant.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/EvaluateInvariant.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/InvalidOclException.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/InvalidOclException.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/InvalidOclException.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/InvalidOclException.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/LambdaEvaluator.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/LambdaEvaluator.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/LambdaEvaluator.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/LambdaEvaluator.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/ModelInterpreter.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ModelInterpreter.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ModelInterpreter.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/ModelInterpreter.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/OclExpressionEvaluator.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclExpressionEvaluator.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclExpressionEvaluator.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclExpressionEvaluator.java 2010-01-12 11:06:55-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) 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/profile/internal/ocl/OclInterpreter.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclInterpreter.java?view=diff&pathrev=17836&r1=17835&r2=17836 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclInterpreter.java (original) +++ trunk/src/argouml-app/src/org/argouml/profile/internal/ocl/OclInterpreter.java 2010-01-12 11:06:55-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) 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 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436751 To unsubscribe from this discussion, e-mail: [[email protected]].
