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/06/23 21:37:40 UTC

svn commit: r550092 - in /incubator/stdcxx/trunk/src: podarray.c podarray.cc version.cpp

Author: sebor
Date: Sat Jun 23 12:37:39 2007
New Revision: 550092

URL: http://svn.apache.org/viewvc?view=rev&rev=550092
Log:
2007-06-23  Martin Sebor  <se...@roguewave.com>

	STDCXX-457
	* podarray.cc: Updated license statement.
	* podarray.c: Same.
	* version.cpp: Updated copyright.

Modified:
    incubator/stdcxx/trunk/src/podarray.c
    incubator/stdcxx/trunk/src/podarray.cc
    incubator/stdcxx/trunk/src/version.cpp

Modified: incubator/stdcxx/trunk/src/podarray.c
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/podarray.c?view=diff&rev=550092&r1=550091&r2=550092
==============================================================================
--- incubator/stdcxx/trunk/src/podarray.c (original)
+++ incubator/stdcxx/trunk/src/podarray.c Sat Jun 23 12:37:39 2007
@@ -2,20 +2,27 @@
  *
  * podarray.c
  *
- * $Id: //stdlib/dev/source/stdlib/podarray.c#2 $
+ * $Id$
  *
  ***************************************************************************
  *
- * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
- * Software division. 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.
+ *
+ * Copyright 1994-2006 Rogue Wave Software.
  * 
  **************************************************************************/
 

Modified: incubator/stdcxx/trunk/src/podarray.cc
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/podarray.cc?view=diff&rev=550092&r1=550091&r2=550092
==============================================================================
--- incubator/stdcxx/trunk/src/podarray.cc (original)
+++ incubator/stdcxx/trunk/src/podarray.cc Sat Jun 23 12:37:39 2007
@@ -6,16 +6,23 @@
  *
  ***************************************************************************
  *
- * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
- * Software division. 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.
+ *
+ * Copyright 1994-2006 Rogue Wave Software.
  * 
  **************************************************************************/
 

Modified: incubator/stdcxx/trunk/src/version.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/version.cpp?view=diff&rev=550092&r1=550091&r2=550092
==============================================================================
--- incubator/stdcxx/trunk/src/version.cpp (original)
+++ incubator/stdcxx/trunk/src/version.cpp Sat Jun 23 12:37:39 2007
@@ -44,9 +44,9 @@
 
 
 #ifdef __HP_aCC
-#  pragma COPYRIGHT      "Quovadx, Inc"
-#  pragma COPYRIGHT_DATE "1994-2004"
+#  pragma COPYRIGHT      "Rogue Wave Software"
+#  pragma COPYRIGHT_DATE "1994-2007"
 #  pragma VERSIONID      _RWSTD_VER_STR
 #elif defined (__IBMCPP__)
-#  pragma comment (copyright, "(C) 1994-2004, Quovadx, Inc")
+#  pragma comment (copyright, "(C) 1994-2007, Rogue Wave Software")
 #endif   // __HP_aCC