diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:29:43 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:57:11 +0100 |
| commit | 7c576f4511ffad61638110b0963f900bd01f4ff2 (patch) | |
| tree | 81773f91e21e7ae68be3c6c0f3b4153b3dfd2867 /man3 | |
| parent | ef06249ac1ca6af149b7b2c78aea0f4e63471345 (diff) | |
| download | man-pages-7c576f4511ffad61638110b0963f900bd01f4ff2.tar.gz | |
backtrace.3, error.3, getsubopt.3, offsetof.3, program_invocation_name.3, rpmatch.3, elf.5, resolv.conf.5, mailaddr.7: Added LICENSE_START(PERMISSIVE_MISC)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/backtrace.3 | 2 | ||||
| -rw-r--r-- | man3/error.3 | 2 | ||||
| -rw-r--r-- | man3/getsubopt.3 | 2 | ||||
| -rw-r--r-- | man3/offsetof.3 | 2 | ||||
| -rw-r--r-- | man3/program_invocation_name.3 | 3 | ||||
| -rw-r--r-- | man3/rpmatch.3 | 2 |
6 files changed, 13 insertions, 0 deletions
diff --git a/man3/backtrace.3 b/man3/backtrace.3 index 6bc7bcc7b0..79e2585390 100644 --- a/man3/backtrace.3 +++ b/man3/backtrace.3 @@ -1,6 +1,7 @@ .\" Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com> .\" drawing on material by Justin Pryzby <pryzbyj@justinpryzby.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -19,6 +20,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE .\" .\" References: .\" glibc manual and source diff --git a/man3/error.3 b/man3/error.3 index a04f480e62..cb0a688cfc 100644 --- a/man3/error.3 +++ b/man3/error.3 @@ -1,6 +1,7 @@ .\" Copyright (C) 2006 Justin Pryzby <pryzbyj@justinpryzby.com> .\" and Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -19,6 +20,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE .\" .\" References: .\" glibc manual and source diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index c13c76a1a9..dccbaaaf58 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -1,6 +1,7 @@ .\" Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com> .\" and Copyright (C) 2007 Justin Pryzby <pryzbyj@justinpryzby.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -19,6 +20,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE .\" .TH GETSUBOPT 3 2010-09-26 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/offsetof.3 b/man3/offsetof.3 index 3318346568..17b3a58fe3 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -1,6 +1,7 @@ .\" Copyright (C) 2006 Justin Pryzby <pryzbyj@justinpryzby.com> .\" and Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -19,6 +20,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE .\" .\" References: .\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3 index db91141e01..2a60d0e067 100644 --- a/man3/program_invocation_name.3 +++ b/man3/program_invocation_name.3 @@ -1,5 +1,6 @@ .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -18,6 +19,8 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE +.\" .TH INVOCATION_NAME 3 2006-04-29 "GNU" "Linux Programmer's Manual" .SH NAME program_invocation_name, program_invocation_short_name \- \ diff --git a/man3/rpmatch.3 b/man3/rpmatch.3 index cdffc5894d..ad6103ef0c 100644 --- a/man3/rpmatch.3 +++ b/man3/rpmatch.3 @@ -1,5 +1,6 @@ .\" Copyright (C) 2006 Justin Pryzby <pryzbyj@justinpryzby.com> .\" +.\" %%%LICENSE_START(PERMISSIVE_MISC) .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including @@ -18,6 +19,7 @@ .\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +.\" %%%END_LICENSE .\" .\" References: .\" glibc manual and source |
