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
This commit is contained in:
parent
7dd3646382
commit
25ce12a718
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
// for You" by Alexandrescu, Andrei.
|
// for You" by Alexandrescu, Andrei.
|
||||||
// Published in the February 2001 issue of the C/C++ Users Journal.
|
// Published in the February 2001 issue of the C/C++ Users Journal.
|
||||||
// http://www.cuj.com/documents/s=7998/cujcexp1902alexandr/
|
// 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
|
// Prepared for Loki library by Richard Sposato
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
#ifndef LOKI_LOCKING_PTR_INC_
|
#ifndef LOKI_LOCKING_PTR_INC_
|
||||||
|
@ -16,6 +23,8 @@
|
||||||
|
|
||||||
|
|
||||||
#include <loki/ConstPolicy.h>
|
#include <loki/ConstPolicy.h>
|
||||||
|
#include <loki/Threads.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Loki
|
namespace Loki
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue