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 be...@apache.org on 2010/02/10 04:17:42 UTC

svn commit: r908344 - in /incubator/stonehenge/trunk/stocktrader/wsas: business_service/src/org/apache/stonehenge/stocktrader/config/ business_service/src/org/apache/stonehenge/stocktrader/services/ business_service/src/org/tempuri/ common/src/traderor...

Author: bendewey
Date: Wed Feb 10 04:17:41 2010
New Revision: 908344

URL: http://svn.apache.org/viewvc?rev=908344&view=rev
Log:
Updated Apache Licenses for stocktrader WSAS

Modified:
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigService.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceCallbackHandler.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceStub.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeOrderConfig.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeServiceImpl.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java
    incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java
    incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/IsOnline.java
    incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/OrderProcessor.java
    incubator/stonehenge/trunk/stocktrader/wsas/resources/conf/db.properties

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigService.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigService.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigService.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigService.java Wed Feb 10 04:17:41 2010
@@ -1,4 +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.
+ */
 
 /**
  * ConfigService.java

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceCallbackHandler.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceCallbackHandler.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceCallbackHandler.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceCallbackHandler.java Wed Feb 10 04:17:41 2010
@@ -1,4 +1,20 @@
-
+/*
+ * 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.
+ */
+ 
 /**
  * ConfigServiceCallbackHandler.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceStub.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceStub.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceStub.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/config/ConfigServiceStub.java Wed Feb 10 04:17:41 2010
@@ -1,4 +1,20 @@
-
+/*
+ * 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.
+ */
+ 
 /**
  * ConfigServiceStub.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeOrderConfig.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeOrderConfig.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeOrderConfig.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeOrderConfig.java Wed Feb 10 04:17:41 2010
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-
 package org.apache.stonehenge.stocktrader.services;
 
 public class TradeOrderConfig {

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeServiceImpl.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeServiceImpl.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeServiceImpl.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/apache/stonehenge/stocktrader/services/TradeServiceImpl.java Wed Feb 10 04:17:41 2010
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-
 package org.apache.stonehenge.stocktrader.services;
 
 import java.util.List;

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfMessageReceiverInOnly.java Wed Feb 10 04:17:41 2010
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-
 /**
  * TradeServiceWcfMessageReceiverInOnly.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/business_service/src/org/tempuri/TradeServiceWcfSkeleton.java Wed Feb 10 04:17:41 2010
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+ 
 /**
  * TradeServiceWcfSkeleton.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/IsOnline.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/IsOnline.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/IsOnline.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/IsOnline.java Wed Feb 10 04:17:41 2010
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-
 /**
  * IsOnline.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/OrderProcessor.java
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/OrderProcessor.java?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/OrderProcessor.java (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/common/src/traderorderhost/trade/OrderProcessor.java Wed Feb 10 04:17:41 2010
@@ -15,8 +15,6 @@
  * limitations under the License.
  */
 
-
-
 /**
  * OrderProcessor.java
  *

Modified: incubator/stonehenge/trunk/stocktrader/wsas/resources/conf/db.properties
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/resources/conf/db.properties?rev=908344&r1=908343&r2=908344&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/resources/conf/db.properties (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/resources/conf/db.properties Wed Feb 10 04:17:41 2010
@@ -12,6 +12,7 @@
 # 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.
+
 org.apache.stonehenge.stocktrader.database.host=localhost
 org.apache.stonehenge.stocktrader.database.port=1433
 org.apache.stonehenge.stocktrader.database.db=stocktraderdb