From 83a29687e9fd2a8b9367c735b6e3273ac82ef99b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 7 Jun 2014 20:04:23 -0500 Subject: [PATCH] Update public domain dedications --- include/wimlib/avl_tree.h | 4 ++-- include/wimlib/lz_bt.h | 2 +- src/avl_tree.c | 4 ++-- src/lz_bt.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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. */ -- 2.43.0