diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-02-07 19:16:09 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-02-07 19:16:09 +0000 |
commit | d0c6349244bdf859d10f6644b67b8baf4629eed2 (patch) | |
tree | 40e8267e08f036f227e0d68b778cfacdb1f9e03d /src/inprogress | |
parent | 9ab87f39d7fc37e52d742d38b191eed9128d4b5b (diff) | |
download | libbu++-d0c6349244bdf859d10f6644b67b8baf4629eed2.tar.gz libbu++-d0c6349244bdf859d10f6644b67b8baf4629eed2.tar.bz2 libbu++-d0c6349244bdf859d10f6644b67b8baf4629eed2.tar.xz libbu++-d0c6349244bdf859d10f6644b67b8baf4629eed2.zip |
Just updated the copyright date.
Diffstat (limited to 'src/inprogress')
-rw-r--r-- | src/inprogress/xmldocument.cpp | 2 | ||||
-rw-r--r-- | src/inprogress/xmldocument.h | 2 | ||||
-rw-r--r-- | src/inprogress/xmlnode.cpp | 2 | ||||
-rw-r--r-- | src/inprogress/xmlnode.h | 2 | ||||
-rw-r--r-- | src/inprogress/xmlreader.cpp | 2 | ||||
-rw-r--r-- | src/inprogress/xmlreader.h | 2 | ||||
-rw-r--r-- | src/inprogress/xmlwriter.cpp | 2 | ||||
-rw-r--r-- | src/inprogress/xmlwriter.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/inprogress/xmldocument.cpp b/src/inprogress/xmldocument.cpp index 3397d5c..c3114d6 100644 --- a/src/inprogress/xmldocument.cpp +++ b/src/inprogress/xmldocument.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmldocument.h b/src/inprogress/xmldocument.h index f95919a..b4fdc9d 100644 --- a/src/inprogress/xmldocument.h +++ b/src/inprogress/xmldocument.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlnode.cpp b/src/inprogress/xmlnode.cpp index 9114dcf..f31d4ae 100644 --- a/src/inprogress/xmlnode.cpp +++ b/src/inprogress/xmlnode.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlnode.h b/src/inprogress/xmlnode.h index 3683728..ed52f32 100644 --- a/src/inprogress/xmlnode.h +++ b/src/inprogress/xmlnode.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlreader.cpp b/src/inprogress/xmlreader.cpp index 85f500b..5c755bb 100644 --- a/src/inprogress/xmlreader.cpp +++ b/src/inprogress/xmlreader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlreader.h b/src/inprogress/xmlreader.h index 7e23a8a..0219b0e 100644 --- a/src/inprogress/xmlreader.h +++ b/src/inprogress/xmlreader.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlwriter.cpp b/src/inprogress/xmlwriter.cpp index d3966c2..1489b28 100644 --- a/src/inprogress/xmlwriter.cpp +++ b/src/inprogress/xmlwriter.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
diff --git a/src/inprogress/xmlwriter.h b/src/inprogress/xmlwriter.h index ce67d0b..45bc22e 100644 --- a/src/inprogress/xmlwriter.h +++ b/src/inprogress/xmlwriter.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2008 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |