Some minor source header touchups

This commit is contained in:
Jonathan Turner
2009-07-13 03:13:04 +00:00
parent 45fbe2028a
commit 5ec3901396
20 changed files with 64 additions and 30 deletions

View File

@@ -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.