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/unstable/readwritemutex.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/unstable/readwritemutex.cpp') 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() : -- cgit v1.2.3