From f6289391c8da39a0558c7050d7d4a3c41c97966e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 22 Apr 2008 22:16:32 +0000 Subject: [PATCH] copyright --- .../webflow/execution/FlowExecutionOutcome.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecutionOutcome.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecutionOutcome.java index 3c4e4ad4..17b1347f 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecutionOutcome.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecutionOutcome.java @@ -1,3 +1,18 @@ +/* + * Copyright 2004-2008 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.webflow.execution; import org.springframework.core.style.ToStringCreator;