diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cuse_lowlevel.h | 2 | ||||
-rw-r--r-- | include/fuse.h | 2 | ||||
-rw-r--r-- | include/fuse_common.h | 2 | ||||
-rw-r--r-- | include/fuse_log.h | 2 | ||||
-rw-r--r-- | include/fuse_lowlevel.h | 2 | ||||
-rw-r--r-- | include/fuse_opt.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/cuse_lowlevel.h b/include/cuse_lowlevel.h index 80476c2..fe0b6f2 100644 --- a/include/cuse_lowlevel.h +++ b/include/cuse_lowlevel.h @@ -4,7 +4,7 @@ Copyright (C) 2008-2009 Tejun Heo <tj@kernel.org> This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. Read example/cusexmp.c for usages. */ diff --git a/include/fuse.h b/include/fuse.h index 4582cc7..b990043 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. */ #ifndef FUSE_H_ diff --git a/include/fuse_common.h b/include/fuse_common.h index 054c618..b82f2c4 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -2,7 +2,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. */ /** @file */ diff --git a/include/fuse_log.h b/include/fuse_log.h index c855957..b901db2 100644 --- a/include/fuse_log.h +++ b/include/fuse_log.h @@ -3,7 +3,7 @@ Copyright (C) 2019 Red Hat, Inc. This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. */ #ifndef FUSE_LOG_H_ diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 82f4a8d..75e084d 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. */ #ifndef FUSE_LOWLEVEL_H_ diff --git a/include/fuse_opt.h b/include/fuse_opt.h index d8573e7..a9a41fe 100644 --- a/include/fuse_opt.h +++ b/include/fuse_opt.h @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU LGPLv2. - See the file COPYING.LIB. + See the file LGPL2.txt. */ #ifndef FUSE_OPT_H_ |