Author: rineholt
Date: Thu Oct  5 08:26:53 2006
New Revision: 453269

URL: http://svn.apache.org/viewvc?view=rev&rev=453269
Log:
a quick license check and update.

Modified:
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/CustomerProfile.jsp
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/bigbank-tags.tld
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountLog.jsp
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountTransaction.jsp
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/login.html
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/purchaseStock.jsp
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
    
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/summary.jsp

Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/CustomerProfile.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/CustomerProfile.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/CustomerProfile.jsp
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/CustomerProfile.jsp
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

 

 <HTML>


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/bigbank-tags.tld
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/bigbank-tags.tld?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/bigbank-tags.tld
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/bigbank-tags.tld
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>

 <!--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  -->

 <taglib xmlns="http://java.sun.com/xml/ns/j2ee";

         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.
-
-  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.
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.    
  -->
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
 Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>

Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountLog.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountLog.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountLog.jsp
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountLog.jsp
 Thu Oct  5 08:26:53 2006
@@ -1,17 +1,20 @@
 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

 

   <%@ page import="com.bigbank.account.AccountLogEntry" %>


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountTransaction.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountTransaction.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountTransaction.jsp
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/accountTransaction.jsp
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

 

 <HTML>


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/login.html
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/login.html?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/login.html 
(original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/login.html 
Thu Oct  5 08:26:53 2006
@@ -1,3 +1,21 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.    
+-->
 <html>
 <title>Welcome to Big Bank</title>
 

Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/purchaseStock.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/purchaseStock.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/purchaseStock.jsp
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/purchaseStock.jsp
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

 

 <HTML>


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
 (original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
 Thu Oct  5 08:26:53 2006
@@ -1,18 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

 

 <HTML>


Modified: 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/summary.jsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/summary.jsp?view=diff&rev=453269&r1=453268&r2=453269
==============================================================================
--- 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/summary.jsp 
(original)
+++ 
incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/summary.jsp 
Thu Oct  5 08:26:53 2006
@@ -1,17 +1,20 @@
 <%--

-  Copyright (c) 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  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.

+  Licensed to the Apache Software Foundation (ASF) under one

+  or more contributor license agreements.  See the NOTICE file

+  distributed with this work for additional information

+  regarding copyright ownership.  The ASF licenses this file

+  to you 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.    

  --%>

  

  <%@ page import="com.bigbank.account.AccountSummary" %>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to