X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fscript.hh;fp=src%2Fmoof%2Fscript.hh;h=79412acb3bb4b9526d782d54dca8699676621100;hp=35e80d22eb6a8e57cec4d2b81fc148249888b863;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/moof/script.hh b/src/moof/script.hh index 35e80d2..79412ac 100644 --- a/src/moof/script.hh +++ b/src/moof/script.hh @@ -1,13 +1,11 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_SCRIPT_HH_ #define _MOOF_SCRIPT_HH_ @@ -16,10 +14,10 @@ * \file script.hh * A thin wrapper over Lua 5.1. This is not meant as a complicated binding * package between C++ and Lua. It is not meant to obscure the division - * between C++ and Lua but rather to clarify it and make it more - * manageable. It does not hide the concept of the Lua stack, but rather - * provides that mechanism with a certain level of abstraction while also - * providing a cleaner, more consistent API. + * between C++ and Lua but rather to clarify it and make it more manageable. + * It does not hide the concept of the Lua stack, but rather provides that + * mechanism with a certain level of abstraction while also providing a + * cleaner, more consistent API. */ #include @@ -43,7 +41,6 @@ namespace moof { class script; typedef boost::shared_ptr