From f4f7e50602798a2084d5cf7efc70226ac328ebc1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 21 Feb 2013 03:57:09 +0000 Subject: Forgot the copyright notice. --- src/tests/readwritemutex.cpp | 6 ++++++ src/unstable/readwritemutex.cpp | 6 ++++++ src/unstable/readwritemutex.h | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/src/tests/readwritemutex.cpp b/src/tests/readwritemutex.cpp index d00956d..3ed8a49 100644 --- a/src/tests/readwritemutex.cpp +++ b/src/tests/readwritemutex.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ #include #include #include diff --git a/src/unstable/readwritemutex.cpp b/src/unstable/readwritemutex.cpp index b0a3b77..3d8ac7a 100644 --- a/src/unstable/readwritemutex.cpp +++ b/src/unstable/readwritemutex.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ #include "bu/readwritemutex.h" Bu::ReadWriteMutex::ReadWriteMutex() : diff --git a/src/unstable/readwritemutex.h b/src/unstable/readwritemutex.h index 9e07047..8641e3f 100644 --- a/src/unstable/readwritemutex.h +++ b/src/unstable/readwritemutex.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ #ifndef BU_READ_WRITE_MUTEX_H #define BU_READ_WRITE_MUTEX_H -- cgit v1.2.3