diff --git a/include/chaiscript/chaiscript.hpp b/include/chaiscript/chaiscript.hpp index baee107..956f39e 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 ba24bef..84d1290 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 5a5e43d..c90c1ec 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 2183f93..9b78095 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 ababb23..138b235 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 5e69efa..e00d197 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 da9a772..9613c4a 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 a1bd48a..d7d91c8 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 bccdfd0..a6252d6 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 53f9884..56f8252 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 4eb3c25..4dbed53 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 3c1b2b0..0d373f0 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 9a2f49c..835cdd8 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 037b613..fe632ef 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 6a4eec9..a0b9977 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 263cbd8..7e0c64d 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 2314060..9d6342a 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 43b85f2..bf9c433 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 e3c0195..0e0bd6f 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 44320d4..f67418f 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"