From 25ce12a71884a34cdca7cf093a81c932a9ee1df9 Mon Sep 17 00:00:00 2001 From: rich_sposato Date: Wed, 19 Mar 2008 19:44:38 +0000 Subject: [PATCH] Added lines to comment header about license. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@840 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/LockingPtr.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/loki/LockingPtr.h b/include/loki/LockingPtr.h index f6c7b7a..3fb0dab 100644 --- a/include/loki/LockingPtr.h +++ b/include/loki/LockingPtr.h @@ -7,6 +7,13 @@ // for You" by Alexandrescu, Andrei. // Published in the February 2001 issue of the C/C++ Users Journal. // http://www.cuj.com/documents/s=7998/cujcexp1902alexandr/ +// Permission to use, copy, modify, distribute and sell this software for any +// purpose is hereby granted without fee, provided that the above copyright +// notice appear in all copies and that both that copyright notice and this +// permission notice appear in supporting documentation. +// The author makes no representations about the +// suitability of this software for any purpose. It is provided "as is" +// without express or implied warranty. // Prepared for Loki library by Richard Sposato //////////////////////////////////////////////////////////////////////////////// #ifndef LOKI_LOCKING_PTR_INC_ @@ -16,6 +23,8 @@ #include +#include + namespace Loki {