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 2009/11/11 23:43:54 UTC

svn commit: r835163 - /incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc

Author: bendewey
Date: Wed Nov 11 23:43:54 2009
New Revision: 835163

URL: http://svn.apache.org/viewvc?rev=835163&view=rev
Log:
Added Apache license comment to the config.inc file

Modified:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc?rev=835163&r1=835162&r2=835163&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/config.inc Wed Nov 11 23:43:54 2009
@@ -1,5 +1,21 @@
 <?php
-
+/*
+ * 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.
+ */
+ 
 require_once('MDB2.php');
 require_once('../config_service/class_info.php');