You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2006/07/19 18:01:11 UTC

Re: svn commit: r423403 - in /incubator/stdcxx/trunk/tests: include/rw_exception.h src/exception.cpp

antonp@apache.org wrote:
> Author: antonp
> Date: Wed Jul 19 01:46:46 2006
> New Revision: 423403
> 
> URL: http://svn.apache.org/viewvc?rev=423403&view=rev
[...]
> ==============================================================================
> --- incubator/stdcxx/trunk/tests/include/rw_exception.h (added)
> +++ incubator/stdcxx/trunk/tests/include/rw_exception.h Wed Jul 19 01:46:46 2006
> @@ -0,0 +1,61 @@
> +/************************************************************************
> + *
> + * rw_exception.h - defines a test driver exception
> + *
> + * $Id$
> + *
> + ***************************************************************************
> + *
> + * Copyright 2006 The Apache Software Foundation or its licensors,
> + * as applicable.
> + *
> + * Copyright 2004-2006 Rogue Wave Software.
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The Rogue Wave copyright should not be in new files developed
at (or for) the ASF. According to Justin, the copyright can
stay in files that predate the donation of stdcxx to the ASF,
but it should be moved below the ASF text. Here's the new
policy: http://www.apache.org/legal/src-headers.html

I committed a couple of files with the new license statement
yesterday: http://svn.apache.org/viewvc?rev=423334&view=rev

(Since the files predate the stdcxx code drop to ASF Subversion
I retained the Rogue Wave copyright at the bottom of the notice.)

We will still need to go through all the files and make these
changes so this is not a big deal but it would be good to start
following this process in all new work.

Thanks
Martin