From fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 31 Jul 2009 20:51:28 +0000 Subject: I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and also made sure the copyright is at the top of all the files, it's been too long. Anyway, this may effect some code, but not much, and it's an easy enough fix. --- src/uuid.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/uuid.h') diff --git a/src/uuid.h b/src/uuid.h index 2bb1404..ef4f768 100644 --- a/src/uuid.h +++ b/src/uuid.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2008 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_UUID_H #define BU_UUID_H -- cgit v1.2.3