]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/signals/signal0.hpp
typos
[lyx.git] / boost / boost / signals / signal0.hpp
index 6b9ac2959dcb5bd29aca69017855dc06605b077c..6a6166c4cf64211c777f602acf3482c1846278f0 100644 (file)
@@ -1,31 +1,25 @@
 // Boost.Signals library
-//
-// Copyright (C) 2001 Doug Gregor (gregod@cs.rpi.edu)
-//
-// Permission to copy, use, sell and distribute this software is granted
-// provided this copyright notice appears in all copies.
-// Permission to modify the code and to distribute modified code is granted
-// provided this copyright notice appears in all copies, and a notice
-// that the code was modified is included with the copyright notice.
-//
-// This software is provided "as is" without express or implied warranty,
-// and with no claim as to its suitability for any purpose.
+
+// Copyright Douglas Gregor 2001-2003. Use, modification and
+// distribution is subject to the Boost Software License, Version
+// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 // For more information, see http://www.boost.org
 
 #ifndef BOOST_SIGNALS_SIGNAL0_HEADER
 #define BOOST_SIGNALS_SIGNAL0_HEADER
 
 #define BOOST_SIGNALS_NUM_ARGS 0
-#define BOOST_SIGNALS_TEMPLATE_PARMS 
-#define BOOST_SIGNALS_TEMPLATE_ARGS 
-#define BOOST_SIGNALS_PARMS 
-#define BOOST_SIGNALS_ARGS 
-#define BOOST_SIGNALS_BOUND_ARGS 
-#define BOOST_SIGNALS_ARGS_AS_MEMBERS 
-#define BOOST_SIGNALS_COPY_PARMS 
-#define BOOST_SIGNALS_INIT_ARGS 
-#define BOOST_SIGNALS_ARG_TYPES 
+#define BOOST_SIGNALS_TEMPLATE_PARMS
+#define BOOST_SIGNALS_TEMPLATE_ARGS
+#define BOOST_SIGNALS_PARMS
+#define BOOST_SIGNALS_ARGS
+#define BOOST_SIGNALS_BOUND_ARGS
+#define BOOST_SIGNALS_ARGS_AS_MEMBERS
+#define BOOST_SIGNALS_COPY_PARMS
+#define BOOST_SIGNALS_INIT_ARGS
+#define BOOST_SIGNALS_ARG_TYPES
 
 #include <boost/signals/signal_template.hpp>