From 5ec39013968b0630db53153e8226b318d8879d66 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 13 Jul 2009 03:13:04 +0000 Subject: [PATCH] Some minor source header touchups --- include/chaiscript/chaiscript.hpp | 4 ++-- include/chaiscript/dispatchkit/bootstrap.hpp | 4 ++-- include/chaiscript/dispatchkit/bootstrap_stl.hpp | 5 ++--- include/chaiscript/dispatchkit/boxed_value.hpp | 4 ++-- include/chaiscript/dispatchkit/dispatchkit.hpp | 4 ++-- include/chaiscript/dispatchkit/function_call.hpp | 4 ++-- include/chaiscript/dispatchkit/proxy_constructors.hpp | 4 ++-- include/chaiscript/dispatchkit/proxy_functions.hpp | 4 ++-- include/chaiscript/dispatchkit/register_function.hpp | 4 ++-- include/chaiscript/dispatchkit/type_info.hpp | 4 ++-- include/chaiscript/language/chaiscript_engine.hpp | 4 ++-- include/chaiscript/language/chaiscript_eval.hpp | 4 ++-- include/chaiscript/language/chaiscript_parser.hpp | 4 ++-- include/chaiscript/language/chaiscript_prelude.hpp | 5 ++--- src/callbacktest.cpp | 6 ++++++ src/dispatchkit_test.cpp | 6 ++++++ src/dispatchkit_unittest.cpp | 6 ++++++ src/example.cpp | 6 ++++++ src/main.cpp | 6 ++++++ src/sensors.cpp | 6 ++++++ 20 files changed, 64 insertions(+), 30 deletions(-) diff --git a/include/chaiscript/chaiscript.hpp b/include/chaiscript/chaiscript.hpp index baee107f..956f39e4 100644 --- a/include/chaiscript/chaiscript.hpp +++ b/include/chaiscript/chaiscript.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/bootstrap.hpp b/include/chaiscript/dispatchkit/bootstrap.hpp index ba24befb..84d1290c 100644 --- a/include/chaiscript/dispatchkit/bootstrap.hpp +++ b/include/chaiscript/dispatchkit/bootstrap.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/bootstrap_stl.hpp b/include/chaiscript/dispatchkit/bootstrap_stl.hpp index 5a5e43da..c90c1ecd 100644 --- a/include/chaiscript/dispatchkit/bootstrap_stl.hpp +++ b/include/chaiscript/dispatchkit/bootstrap_stl.hpp @@ -1,10 +1,9 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com - /** * This file contains utility functions for registration of STL container * classes. The methodology used is based on the SGI STL concepts. diff --git a/include/chaiscript/dispatchkit/boxed_value.hpp b/include/chaiscript/dispatchkit/boxed_value.hpp index 2183f93e..9b780954 100644 --- a/include/chaiscript/dispatchkit/boxed_value.hpp +++ b/include/chaiscript/dispatchkit/boxed_value.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/dispatchkit.hpp b/include/chaiscript/dispatchkit/dispatchkit.hpp index ababb231..138b2355 100644 --- a/include/chaiscript/dispatchkit/dispatchkit.hpp +++ b/include/chaiscript/dispatchkit/dispatchkit.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/function_call.hpp b/include/chaiscript/dispatchkit/function_call.hpp index 5e69efae..e00d1978 100644 --- a/include/chaiscript/dispatchkit/function_call.hpp +++ b/include/chaiscript/dispatchkit/function_call.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/proxy_constructors.hpp b/include/chaiscript/dispatchkit/proxy_constructors.hpp index da9a7728..9613c4ad 100644 --- a/include/chaiscript/dispatchkit/proxy_constructors.hpp +++ b/include/chaiscript/dispatchkit/proxy_constructors.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/proxy_functions.hpp b/include/chaiscript/dispatchkit/proxy_functions.hpp index a1bd48a8..d7d91c81 100644 --- a/include/chaiscript/dispatchkit/proxy_functions.hpp +++ b/include/chaiscript/dispatchkit/proxy_functions.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/register_function.hpp b/include/chaiscript/dispatchkit/register_function.hpp index bccdfd0f..a6252d6c 100644 --- a/include/chaiscript/dispatchkit/register_function.hpp +++ b/include/chaiscript/dispatchkit/register_function.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/dispatchkit/type_info.hpp b/include/chaiscript/dispatchkit/type_info.hpp index 53f9884d..56f8252c 100644 --- a/include/chaiscript/dispatchkit/type_info.hpp +++ b/include/chaiscript/dispatchkit/type_info.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/language/chaiscript_engine.hpp b/include/chaiscript/language/chaiscript_engine.hpp index 4eb3c251..4dbed53a 100644 --- a/include/chaiscript/language/chaiscript_engine.hpp +++ b/include/chaiscript/language/chaiscript_engine.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/language/chaiscript_eval.hpp b/include/chaiscript/language/chaiscript_eval.hpp index 3c1b2b00..0d373f0d 100644 --- a/include/chaiscript/language/chaiscript_eval.hpp +++ b/include/chaiscript/language/chaiscript_eval.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/language/chaiscript_parser.hpp b/include/chaiscript/language/chaiscript_parser.hpp index 9a2f49cf..835cdd8e 100644 --- a/include/chaiscript/language/chaiscript_parser.hpp +++ b/include/chaiscript/language/chaiscript_parser.hpp @@ -1,6 +1,6 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com diff --git a/include/chaiscript/language/chaiscript_prelude.hpp b/include/chaiscript/language/chaiscript_prelude.hpp index 037b613e..fe632efc 100644 --- a/include/chaiscript/language/chaiscript_prelude.hpp +++ b/include/chaiscript/language/chaiscript_prelude.hpp @@ -1,13 +1,12 @@ // This file is distributed under the BSD License. -// See LICENSE.TXT for details. -// Copyright 2009, Jonathan Turner (jonathan.d.turner@gmail.com) +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) // and Jason Turner (lefticus@gmail.com) // http://www.chaiscript.com #ifndef CHAISCRIPT_PRELUDE_HPP_ #define CHAISCRIPT_PRELUDE_HPP_ - //Note, the expression "[x,y]" in "collate" is parsed as two separate expressions //by C++, so CODE_STRING, takes two expressions and adds in the missing comma #define CODE_STRING(x, y) #x ", " #y diff --git a/src/callbacktest.cpp b/src/callbacktest.cpp index 6a4eec97..a0b99776 100644 --- a/src/callbacktest.cpp +++ b/src/callbacktest.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include #include "function_call.hpp" diff --git a/src/dispatchkit_test.cpp b/src/dispatchkit_test.cpp index 263cbd8e..7e0c64d5 100644 --- a/src/dispatchkit_test.cpp +++ b/src/dispatchkit_test.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include #include #include diff --git a/src/dispatchkit_unittest.cpp b/src/dispatchkit_unittest.cpp index 2314060b..9d6342ab 100644 --- a/src/dispatchkit_unittest.cpp +++ b/src/dispatchkit_unittest.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include "dispatchkit.hpp" #include "bootstrap.hpp" diff --git a/src/example.cpp b/src/example.cpp index 43b85f2e..bf9c4331 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include #include diff --git a/src/main.cpp b/src/main.cpp index e3c0195a..0e0bd6f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include #include diff --git a/src/sensors.cpp b/src/sensors.cpp index 44320d49..f67418ff 100644 --- a/src/sensors.cpp +++ b/src/sensors.cpp @@ -1,3 +1,9 @@ +// This file is distributed under the BSD License. +// See "license.txt" for details. +// Copyright 2009, Jonathan Turner (jturner@minnow-lang.org) +// and Jason Turner (lefticus@gmail.com) +// http://www.chaiscript.com + #include #include "chaiscript.hpp"