diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-04-10 15:59:19 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-04-10 15:59:19 +0000 |
commit | 842f519e3164081c00601c0e3631e7cbb6d039a2 (patch) | |
tree | 6cb3a57c10556d7680fa50e21d807826e1fe47c9 /tests | |
parent | c1212cee3b7955304435c9659b9572109407ce36 (diff) | |
download | dimension-842f519e3164081c00601c0e3631e7cbb6d039a2.tar.xz |
Clarify licenses; add libdimensionxx library.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/error.c | 2 | ||||
-rw-r--r-- | tests/png.c | 2 | ||||
-rw-r--r-- | tests/warning.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9c9c4ed..f23b469 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ ########################################################################### ## Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> ## ## ## -## This file is part of the Dimension Build Suite. ## +## This file is part of The Dimension Build Suite. ## ## ## ## The Dimension Build Suite is free software; you can redistribute it ## ## and/or modify it under the terms of the GNU General Public License as ## diff --git a/tests/error.c b/tests/error.c index 1c6fcbd..fc42476 100644 --- a/tests/error.c +++ b/tests/error.c @@ -1,7 +1,7 @@ /************************************************************************* * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> * * * - * This file is part of the Dimension Test Suite. * + * This file is part of The Dimension Test Suite. * * * * Dimension is free software; you can redistribute it and/or modify it * * under the terms of the GNU Lesser General Public License as published * diff --git a/tests/png.c b/tests/png.c index 3ebda35..5b3f8c9 100644 --- a/tests/png.c +++ b/tests/png.c @@ -1,7 +1,7 @@ /************************************************************************* * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> * * * - * This file is part of the Dimension Test Suite. * + * This file is part of The Dimension Test Suite. * * * * Dimension is free software; you can redistribute it and/or modify it * * under the terms of the GNU Lesser General Public License as published * diff --git a/tests/warning.c b/tests/warning.c index c3f5b4c..55735c4 100644 --- a/tests/warning.c +++ b/tests/warning.c @@ -1,7 +1,7 @@ /************************************************************************* * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> * * * - * This file is part of the Dimension Test Suite. * + * This file is part of The Dimension Test Suite. * * * * Dimension is free software; you can redistribute it and/or modify it * * under the terms of the GNU Lesser General Public License as published * |