From: Eric Biggers Date: Sun, 8 Jun 2014 01:04:23 +0000 (-0500) Subject: Update public domain dedications X-Git-Tag: v1.7.0~56 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=83a29687e9fd2a8b9367c735b6e3273ac82ef99b;p=wimlib Update public domain dedications --- diff --git a/include/wimlib/avl_tree.h b/include/wimlib/avl_tree.h index a5d2511a..a281d635 100644 --- a/include/wimlib/avl_tree.h +++ b/include/wimlib/avl_tree.h @@ -7,8 +7,8 @@ * Author: Eric Biggers * Year: 2014 * - * This file is placed into the public domain. You can do whatever you want - * with it. + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. */ #ifndef _AVL_TREE_H_ diff --git a/include/wimlib/lz_bt.h b/include/wimlib/lz_bt.h index cc9ed5d3..fec51f15 100644 --- a/include/wimlib/lz_bt.h +++ b/include/wimlib/lz_bt.h @@ -6,7 +6,7 @@ * Author: Eric Biggers * Year: 2014 * - * The author hereby releases this file into the public domain. + * The author dedicates this file to the public domain. * You can do whatever you want with this file. */ diff --git a/src/avl_tree.c b/src/avl_tree.c index caaba3ed..293db45d 100644 --- a/src/avl_tree.c +++ b/src/avl_tree.c @@ -7,8 +7,8 @@ * Author: Eric Biggers * Year: 2014 * - * This file is placed into the public domain. You can do whatever you want - * with it. + * The author dedicates this file to the public domain. + * You can do whatever you want with this file. */ #include diff --git a/src/lz_bt.c b/src/lz_bt.c index 938449be..ec0342ca 100644 --- a/src/lz_bt.c +++ b/src/lz_bt.c @@ -6,7 +6,7 @@ * Author: Eric Biggers * Year: 2014 * - * The author hereby releases this file into the public domain. + * The author dedicates this file to the public domain. * You can do whatever you want with this file. */