diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-02-21 03:57:09 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-21 03:57:09 +0000 |
commit | f4f7e50602798a2084d5cf7efc70226ac328ebc1 (patch) | |
tree | 2ab6dd65d7a838ca04cca7f4df44e59d993c25ba | |
parent | 9dd51c94844bc7e5f8b1552511d31ed2c9bac05c (diff) | |
download | libbu++-f4f7e50602798a2084d5cf7efc70226ac328ebc1.tar.gz libbu++-f4f7e50602798a2084d5cf7efc70226ac328ebc1.tar.bz2 libbu++-f4f7e50602798a2084d5cf7efc70226ac328ebc1.tar.xz libbu++-f4f7e50602798a2084d5cf7efc70226ac328ebc1.zip |
Forgot the copyright notice.
-rw-r--r-- | src/tests/readwritemutex.cpp | 6 | ||||
-rw-r--r-- | src/unstable/readwritemutex.cpp | 6 | ||||
-rw-r--r-- | src/unstable/readwritemutex.h | 6 |
3 files changed, 18 insertions, 0 deletions
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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
1 | #include <bu/readwritemutex.h> | 7 | #include <bu/readwritemutex.h> |
2 | #include <bu/thread.h> | 8 | #include <bu/thread.h> |
3 | #include <bu/randomcmwc.h> | 9 | #include <bu/randomcmwc.h> |
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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
1 | #include "bu/readwritemutex.h" | 7 | #include "bu/readwritemutex.h" |
2 | 8 | ||
3 | Bu::ReadWriteMutex::ReadWriteMutex() : | 9 | 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 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2013 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
1 | #ifndef BU_READ_WRITE_MUTEX_H | 7 | #ifndef BU_READ_WRITE_MUTEX_H |
2 | #define BU_READ_WRITE_MUTEX_H | 8 | #define BU_READ_WRITE_MUTEX_H |
3 | 9 | ||