You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by sh...@apache.org on 2009/04/16 06:01:33 UTC

svn commit: r765478 - in /incubator/stonehenge/trunk/stocktrader/ruby: order_processor/controllers/ order_processor/controllers/policies/ trader_client/views/layouts/ trader_client/views/trade/

Author: shankar
Date: Thu Apr 16 06:01:32 2009
New Revision: 765478

URL: http://svn.apache.org/viewvc?rev=765478&view=rev
Log:
Adding header comments 

Modified:
    incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/database_config.xml
    incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/policies/order_processor_policy.xml
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/layouts/default.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/account.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/config.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/confirmation.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/glossary.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/home.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/index.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/login.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/portfolio.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/quotes.html.erb
    incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/register.html.erb

Modified: incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/database_config.xml
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/database_config.xml?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/database_config.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/database_config.xml Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<!--
+# 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.
+-->
 <config>
 	<server>127.0.0.1,1433</server>
 	<user>trade</user>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/policies/order_processor_policy.xml
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/policies/order_processor_policy.xml?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/policies/order_processor_policy.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/order_processor/controllers/policies/order_processor_policy.xml Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<!--
+# 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.
+-->
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
     <wsp:ExactlyOne>
         <wsp:All>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/layouts/default.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/layouts/default.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/layouts/default.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/layouts/default.html.erb Thu Apr 16 06:01:32 2009
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+# 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 xmlns="http://www.w3.org/1999/xhtml">
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/account.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/account.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/account.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/account.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
               
         <%

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/config.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/config.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/config.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/config.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
 
     <%= @message %>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/confirmation.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/confirmation.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/confirmation.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/confirmation.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
 				<div class="main-title">
 					<h1>Trade</h1>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/glossary.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/glossary.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/glossary.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/glossary.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 			<div id="middle">
 				<div class="main-title">
 					<h1>Glossary</h1>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/home.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/home.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/home.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/home.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
 				<div class="main-title"><h1>Home</h1><script type="text/javascript">var thisdate = new Date();
 					document.writeln(thisdate.toLocaleString());</script></div>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/index.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/index.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/index.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/index.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
         <div id="middle">
                 <div class="main-title">
         <h1>Welcome!</h1>

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/login.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/login.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/login.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/login.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
 
     <div class="main-title">

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/portfolio.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/portfolio.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/portfolio.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/portfolio.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
         <%
 				# Checking whether there is new status change happened in the 
 				# related to a particular order.

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/quotes.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/quotes.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/quotes.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/quotes.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <div id="middle">
         
         <%

Modified: incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/register.html.erb
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/register.html.erb?rev=765478&r1=765477&r2=765478&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/register.html.erb (original)
+++ incubator/stonehenge/trunk/stocktrader/ruby/trader_client/views/trade/register.html.erb Thu Apr 16 06:01:32 2009
@@ -1,3 +1,19 @@
+<%
+# 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.
+%>
 <%=@message%>
 <div id="middle">
 				<div class="main-title">