Update of /cvsroot/boost/boost/boost/statechart/detail
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31410/boost/statechart/detail
Modified Files:
avoid_unused_warning.hpp constructor.hpp counted_base.hpp
leaf_state.hpp memory.hpp node_state.hpp rtti_policy.hpp
state_base.hpp
Log Message:
Corrected wrong order in copyright notices.
Index: avoid_unused_warning.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/statechart/detail/avoid_unused_warning.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avoid_unused_warning.hpp 12 Feb 2006 21:34:04 -0000 1.5
+++ avoid_unused_warning.hpp 3 Dec 2006 14:46:30 -0000 1.6
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_AVOID_UNUSED_WARNING_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_AVOID_UNUSED_WARNING_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2005
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: constructor.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/constructor.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- constructor.hpp 10 May 2005 18:23:16 -0000 1.11
+++ constructor.hpp 3 Dec 2006 14:46:30 -0000 1.12
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_CONSTRUCTOR_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_CONSTRUCTOR_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2005
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: counted_base.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/counted_base.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- counted_base.hpp 31 Jul 2005 09:02:53 -0000 1.16
+++ counted_base.hpp 3 Dec 2006 14:46:30 -0000 1.17
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_COUNTED_BASE_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_COUNTED_BASE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2005
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: leaf_state.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/leaf_state.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- leaf_state.hpp 10 May 2005 18:23:16 -0000 1.14
+++ leaf_state.hpp 3 Dec 2006 14:46:31 -0000 1.15
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_LEAF_STATE_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_LEAF_STATE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2005
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: memory.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/memory.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- memory.hpp 13 Aug 2005 23:42:30 -0000 1.1
+++ memory.hpp 3 Dec 2006 14:46:31 -0000 1.2
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_MEMORY_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_MEMORY_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2005
+// Copyright 2005-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: node_state.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/node_state.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- node_state.hpp 10 May 2005 18:23:16 -0000 1.16
+++ node_state.hpp 3 Dec 2006 14:46:31 -0000 1.17
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_NODE_STATE_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_NODE_STATE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2005
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: rtti_policy.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/rtti_policy.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rtti_policy.hpp 20 May 2006 21:55:16 -0000 1.14
+++ rtti_policy.hpp 3 Dec 2006 14:46:31 -0000 1.15
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_RTTI_POLICY_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_RTTI_POLICY_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2006
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
Index: state_base.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/detail/state_base.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- state_base.hpp 20 May 2006 21:55:16 -0000 1.23
+++ state_base.hpp 3 Dec 2006 14:46:31 -0000 1.24
@@ -1,7 +1,7 @@
#ifndef BOOST_STATECHART_DETAIL_STATE_BASE_HPP_INCLUDED
#define BOOST_STATECHART_DETAIL_STATE_BASE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
-// (c) Copyright Andreas Huber Doenni 2002-2006
+// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs