diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-01 17:28:35 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-01 17:28:35 +0300 |
| commit | 817cc620bc886569545bf5807c3d245866d9d70f (patch) | |
| tree | 0aed96bbf171cfd7def99344c0ee55e3a72e6178 | |
| parent | 160ff352c521e9b549620c611ddeeddb11cc6a8c (diff) | |
| download | Project-Tick-817cc620bc886569545bf5807c3d245866d9d70f.tar.gz Project-Tick-817cc620bc886569545bf5807c3d245866d9d70f.zip | |
add Copyright holder in pax source files
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
| -rw-r--r-- | ar_io.c | 3 | ||||
| -rw-r--r-- | ar_subs.c | 3 | ||||
| -rw-r--r-- | buf_subs.c | 3 | ||||
| -rw-r--r-- | cache.c | 3 | ||||
| -rw-r--r-- | cache.h | 3 | ||||
| -rw-r--r-- | compat.c | 27 | ||||
| -rw-r--r-- | compat.h | 34 | ||||
| -rw-r--r-- | cpio.c | 3 | ||||
| -rw-r--r-- | cpio.h | 3 | ||||
| -rw-r--r-- | extern.h | 3 | ||||
| -rw-r--r-- | file_subs.c | 3 | ||||
| -rw-r--r-- | ftree.c | 3 | ||||
| -rw-r--r-- | ftree.h | 3 | ||||
| -rw-r--r-- | gen_subs.c | 3 | ||||
| -rw-r--r-- | linux_attrs.c | 34 | ||||
| -rw-r--r-- | options.c | 3 | ||||
| -rw-r--r-- | options.h | 3 | ||||
| -rw-r--r-- | pat_rep.c | 3 | ||||
| -rw-r--r-- | pat_rep.h | 3 | ||||
| -rw-r--r-- | pax.1 | 3 | ||||
| -rw-r--r-- | pax.c | 3 | ||||
| -rw-r--r-- | pax.h | 3 | ||||
| -rw-r--r-- | sel_subs.c | 3 | ||||
| -rw-r--r-- | sel_subs.h | 3 | ||||
| -rw-r--r-- | tables.c | 3 | ||||
| -rw-r--r-- | tables.h | 3 | ||||
| -rw-r--r-- | tar.c | 3 | ||||
| -rw-r--r-- | tar.h | 3 | ||||
| -rw-r--r-- | tty_subs.c | 3 |
29 files changed, 173 insertions, 0 deletions
@@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/buf_subs.c b/buf_subs.c index 7f9b31881d..839aab142e 100644 --- a/buf_subs.c +++ b/buf_subs.c @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -3,6 +3,33 @@ * * Copyright (c) 2026 * Project Tick. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Keith Muller of the University of California, San Diego. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. */ #include "compat.h" @@ -1,3 +1,37 @@ +/*- + * SPDX-License-Identifier: BSD-3-Clause + * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Keith Muller of the University of California, San Diego. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #ifndef PAX_COMPAT_H #define PAX_COMPAT_H @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/file_subs.c b/file_subs.c index 2ed26d1b67..69a196e8a0 100644 --- a/file_subs.c +++ b/file_subs.c @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/gen_subs.c b/gen_subs.c index 9edb9e63da..ceed03405b 100644 --- a/gen_subs.c +++ b/gen_subs.c @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/linux_attrs.c b/linux_attrs.c index e613f3f235..9aab7c077b 100644 --- a/linux_attrs.c +++ b/linux_attrs.c @@ -1,3 +1,37 @@ +/*- + * SPDX-License-Identifier: BSD-3-Clause + * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Keith Muller of the University of California, San Diego. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the University nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #include <sys/types.h> #include <sys/xattr.h> @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -3,6 +3,9 @@ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" +.\" Copyright (c) 2026 +.\" Project Tick. All rights reserved. +.\" .\" This code is derived from software contributed to Berkeley by .\" Keith Muller of the University of California, San Diego. .\" @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/sel_subs.c b/sel_subs.c index ccbb77ccbb..df2e1d0032 100644 --- a/sel_subs.c +++ b/sel_subs.c @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/sel_subs.h b/sel_subs.h index 55f672b4ee..08f272f39e 100644 --- a/sel_subs.h +++ b/sel_subs.h @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * diff --git a/tty_subs.c b/tty_subs.c index 6a94270f90..9985cfb74a 100644 --- a/tty_subs.c +++ b/tty_subs.c @@ -5,6 +5,9 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * Copyright (c) 2026 + * Project Tick. All rights reserved. + * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * |
