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 2008/06/23 19:23:07 UTC

Re: svn commit: r670674 - in /stdcxx/branches/4.3.x: doc/ include/ include/rw/ tests/utilities/

elemings@apache.org wrote:
> Author: elemings
> Date: Mon Jun 23 09:53:09 2008
> New Revision: 670674
> 
> URL: http://svn.apache.org/viewvc?rev=670674&view=rev
> Log:
> 2008-06-23  Eric Lemings <er...@roguewave.com>
> 
> 	STDCXX-958
> 	* include/tuple:
> 	* include/rw/_tuple.h:
> 	* include/rw/_tuple_traits.h:
> 	* include/rw/_forward.h:
> 	* include/rw/_ref_wrap.h:
> 	* tests/utilities/20.forward.cpp:
> 	* tests/utilities/20.tuple.h:
> 	* tests/utilities/20.tuple.cnstr.cpp:
> 	* tests/utilities/20.tuple.elem.cpp:
> 	* tests/utilities/20.tuple.helpers.cpp:
> 	* doc/Doxyfile: Add svn:eol-style=native and svn:keywords=Id
> 	properties.
> 	* tests/utilities/20.forward.cpp: Likewise.  Also fix copyright
> 	date.
[...]
> Modified: stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp
> URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp?rev=670674&r1=670673&r2=670674&view=diff
> ==============================================================================
> --- stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp (original)
> +++ stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp Mon Jun 23 09:53:09 2008
> @@ -22,7 +22,7 @@
>   * implied.   See  the License  for  the  specific language  governing
>   * permissions and limitations under the License.
>   *
> - * Copyright 1994-2008 Rogue Wave Software.
> + * Copyright 2008 Rogue Wave Software.

This is still missing the ", Inc." bit at the end.

But as I said before, if it's too much of a pain to be
keeping all these little details in mind I think it'd
be just fine to stop adding the copyright to new files.
Alternatively, we might want to write a script to check
for these things on a regular basis.

Martin