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

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

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/doc/Doxyfile   (props changed)
    stdcxx/branches/4.3.x/include/rw/_forward.h   (props changed)
    stdcxx/branches/4.3.x/include/rw/_ref_wrap.h   (props changed)
    stdcxx/branches/4.3.x/include/rw/_tuple.h   (props changed)
    stdcxx/branches/4.3.x/include/rw/_tuple_traits.h   (props changed)
    stdcxx/branches/4.3.x/include/tuple   (props changed)
    stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp   (contents, props changed)
    stdcxx/branches/4.3.x/tests/utilities/20.tuple.cnstr.cpp   (props changed)
    stdcxx/branches/4.3.x/tests/utilities/20.tuple.elem.cpp   (props changed)
    stdcxx/branches/4.3.x/tests/utilities/20.tuple.h   (props changed)
    stdcxx/branches/4.3.x/tests/utilities/20.tuple.helpers.cpp   (props changed)

Propchange: stdcxx/branches/4.3.x/doc/Doxyfile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/doc/Doxyfile
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/include/rw/_forward.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/include/rw/_forward.h
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/include/rw/_ref_wrap.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/include/rw/_ref_wrap.h
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/include/rw/_tuple.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/include/rw/_tuple.h
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/include/rw/_tuple_traits.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/include/rw/_tuple_traits.h
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/include/tuple
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/include/tuple
------------------------------------------------------------------------------
    svn:keywords = Id

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.
  * 
  **************************************************************************/
 

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.forward.cpp
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.cnstr.cpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.cnstr.cpp
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.elem.cpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.elem.cpp
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.h
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.helpers.cpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: stdcxx/branches/4.3.x/tests/utilities/20.tuple.helpers.cpp
------------------------------------------------------------------------------
    svn:keywords = Id



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

Posted by Martin Sebor <se...@roguewave.com>.
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