diff options
Diffstat (limited to 'tests/bcj_test.c')
-rw-r--r-- | tests/bcj_test.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/bcj_test.c b/tests/bcj_test.c index 91456de7..05de38a2 100644 --- a/tests/bcj_test.c +++ b/tests/bcj_test.c @@ -11,11 +11,10 @@ /// Compiling: gcc -std=c99 -fPIC -c bcj_test.c /// Don't optimize or strip. // -// This code has been put into the public domain. +// Author: Lasse Collin // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// This file has been put into the public domain. +// You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// |