You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/09/18 06:33:10 UTC

svn commit: r576688 - /incubator/stdcxx/trunk/etc/config/eccp.config

Author: sebor
Date: Mon Sep 17 21:33:06 2007
New Revision: 576688

URL: http://svn.apache.org/viewvc?rev=576688&view=rev
Log:
2007-09-17  Travis Vitek  <vi...@roguewave.com>

	STDCXX-560
	* eccp.config: Added ASL header.

Modified:
    incubator/stdcxx/trunk/etc/config/eccp.config

Modified: incubator/stdcxx/trunk/etc/config/eccp.config
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/eccp.config?rev=576688&r1=576687&r2=576688&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/eccp.config (original)
+++ incubator/stdcxx/trunk/etc/config/eccp.config Mon Sep 17 21:33:06 2007
@@ -4,6 +4,26 @@
 # configuration file for EDG eccp
 #
 ##############################################################################
+#
+# 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.
+#
+# Copyright 1999-2007 Rogue Wave Software, Inc.
+#
+##############################################################################
 
 CXX             = eccp
 CCVER          := $(shell eccp -v foo.c 2>&1 | head -1 | awk '{ print $$8'})