From 441dcc04832560d71a249da5e23a345498293df6 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Thu, 28 Jul 2022 05:35:00 +0200 Subject: [PATCH] Upgrade licence to EPL 2.0 EPL 1.0 says, in section 7: "The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version." The Eclipse Foundation also encourage everyone to upgrade: https://www.eclipse.org/legal/epl-2.0/faq.php#h.60mjudroo8e5 https://www.eclipse.org/legal/epl-2.0/faq.php#h.tci84nlsqpgw Unfortunately the new Secondary License option is not available to us as we're not the original copyright holders and don't have the legal power to add one. So, no GPL compatibility. Sorry. --- COPYRIGHT | 12 ++--- LICENSE.md | 80 ++++++++++++++++------------ bin/ignore | 13 ++--- bin/mamprobe | 13 ++--- bin/package | 15 ++---- bin/silent | 13 ++--- src/cmd/INIT/crossexec.sh | 15 ++---- src/cmd/INIT/db.c | 13 ++--- src/cmd/INIT/dl.c | 13 ++--- src/cmd/INIT/execrate.sh | 15 ++---- src/cmd/INIT/filter.sh | 15 ++---- src/cmd/INIT/gdbm.c | 13 ++--- src/cmd/INIT/gdbm1.c | 13 ++--- src/cmd/INIT/gdbm2.c | 13 ++--- src/cmd/INIT/hello.c | 13 ++--- src/cmd/INIT/iconv.c | 13 ++--- src/cmd/INIT/iffe.sh | 13 ++--- src/cmd/INIT/ignore.sh | 13 ++--- src/cmd/INIT/intl.c | 13 ++--- src/cmd/INIT/m.c | 13 ++--- src/cmd/INIT/m2.c | 13 ++--- src/cmd/INIT/m3.c | 13 ++--- src/cmd/INIT/m4.c | 13 ++--- src/cmd/INIT/m5.c | 13 ++--- src/cmd/INIT/m6.c | 13 ++--- src/cmd/INIT/mamake.c | 13 ++--- src/cmd/INIT/mamprobe.sh | 13 ++--- src/cmd/INIT/mkdir.sh | 11 ++-- src/cmd/INIT/mktest.sh | 13 ++--- src/cmd/INIT/mprobe.sh | 13 ++--- src/cmd/INIT/nsl.c | 13 ++--- src/cmd/INIT/p.c | 13 ++--- src/cmd/INIT/package.sh | 15 ++---- src/cmd/INIT/proto.sh | 6 +-- src/cmd/INIT/regress.sh | 13 ++--- src/cmd/INIT/silent.sh | 13 ++--- src/cmd/INIT/socket.c | 13 ++--- src/cmd/INIT/w.c | 13 ++--- src/cmd/INIT/w2.c | 13 ++--- src/cmd/builtin/pty.c | 15 ++---- src/cmd/ksh93/bltins/cd_pwd.c | 11 ++-- src/cmd/ksh93/bltins/cflow.c | 11 ++-- src/cmd/ksh93/bltins/enum.c | 11 ++-- src/cmd/ksh93/bltins/getopts.c | 11 ++-- src/cmd/ksh93/bltins/hist.c | 11 ++-- src/cmd/ksh93/bltins/misc.c | 11 ++-- src/cmd/ksh93/bltins/mkservice.c | 11 ++-- src/cmd/ksh93/bltins/print.c | 11 ++-- src/cmd/ksh93/bltins/read.c | 11 ++-- src/cmd/ksh93/bltins/regress.c | 11 ++-- src/cmd/ksh93/bltins/sleep.c | 11 ++-- src/cmd/ksh93/bltins/test.c | 11 ++-- src/cmd/ksh93/bltins/trap.c | 11 ++-- src/cmd/ksh93/bltins/typeset.c | 11 ++-- src/cmd/ksh93/bltins/ulimit.c | 11 ++-- src/cmd/ksh93/bltins/umask.c | 11 ++-- src/cmd/ksh93/bltins/whence.c | 11 ++-- src/cmd/ksh93/data/aliases.c | 11 ++-- src/cmd/ksh93/data/builtins.c | 13 ++--- src/cmd/ksh93/data/keywords.c | 11 ++-- src/cmd/ksh93/data/lexstates.c | 11 ++-- src/cmd/ksh93/data/limits.c | 11 ++-- src/cmd/ksh93/data/math.tab | 13 ++--- src/cmd/ksh93/data/msg.c | 11 ++-- src/cmd/ksh93/data/options.c | 11 ++-- src/cmd/ksh93/data/signals.c | 11 ++-- src/cmd/ksh93/data/strdata.c | 11 ++-- src/cmd/ksh93/data/testops.c | 11 ++-- src/cmd/ksh93/data/variables.c | 11 ++-- src/cmd/ksh93/edit/completion.c | 11 ++-- src/cmd/ksh93/edit/edit.c | 11 ++-- src/cmd/ksh93/edit/emacs.c | 11 ++-- src/cmd/ksh93/edit/hexpand.c | 11 ++-- src/cmd/ksh93/edit/history.c | 11 ++-- src/cmd/ksh93/edit/vi.c | 11 ++-- src/cmd/ksh93/features/math.sh | 11 ++-- src/cmd/ksh93/fun/autocd | 6 +-- src/cmd/ksh93/fun/man | 6 +-- src/cmd/ksh93/include/argnod.h | 11 ++-- src/cmd/ksh93/include/builtins.h | 11 ++-- src/cmd/ksh93/include/defs.h | 11 ++-- src/cmd/ksh93/include/edit.h | 11 ++-- src/cmd/ksh93/include/fault.h | 11 ++-- src/cmd/ksh93/include/fcin.h | 11 ++-- src/cmd/ksh93/include/history.h | 11 ++-- src/cmd/ksh93/include/io.h | 11 ++-- src/cmd/ksh93/include/jobs.h | 11 ++-- src/cmd/ksh93/include/lexstates.h | 11 ++-- src/cmd/ksh93/include/name.h | 11 ++-- src/cmd/ksh93/include/national.h | 11 ++-- src/cmd/ksh93/include/nval.h | 11 ++-- src/cmd/ksh93/include/path.h | 11 ++-- src/cmd/ksh93/include/regress.h | 11 ++-- src/cmd/ksh93/include/shell.h | 11 ++-- src/cmd/ksh93/include/shlex.h | 11 ++-- src/cmd/ksh93/include/shnodes.h | 11 ++-- src/cmd/ksh93/include/shtable.h | 11 ++-- src/cmd/ksh93/include/streval.h | 11 ++-- src/cmd/ksh93/include/terminal.h | 11 ++-- src/cmd/ksh93/include/test.h | 11 ++-- src/cmd/ksh93/include/timeout.h | 13 ++--- src/cmd/ksh93/include/ulimit.h | 11 ++-- src/cmd/ksh93/include/variables.h | 11 ++-- src/cmd/ksh93/include/version.h | 11 ++-- src/cmd/ksh93/mamstate.c | 11 ++-- src/cmd/ksh93/sh/args.c | 11 ++-- src/cmd/ksh93/sh/arith.c | 11 ++-- src/cmd/ksh93/sh/array.c | 11 ++-- src/cmd/ksh93/sh/defs.c | 11 ++-- src/cmd/ksh93/sh/deparse.c | 11 ++-- src/cmd/ksh93/sh/expand.c | 11 ++-- src/cmd/ksh93/sh/fault.c | 11 ++-- src/cmd/ksh93/sh/fcin.c | 11 ++-- src/cmd/ksh93/sh/init.c | 11 ++-- src/cmd/ksh93/sh/io.c | 11 ++-- src/cmd/ksh93/sh/jobs.c | 11 ++-- src/cmd/ksh93/sh/lex.c | 11 ++-- src/cmd/ksh93/sh/macro.c | 11 ++-- src/cmd/ksh93/sh/main.c | 11 ++-- src/cmd/ksh93/sh/name.c | 11 ++-- src/cmd/ksh93/sh/nvdisc.c | 11 ++-- src/cmd/ksh93/sh/nvtree.c | 11 ++-- src/cmd/ksh93/sh/nvtype.c | 11 ++-- src/cmd/ksh93/sh/parse.c | 11 ++-- src/cmd/ksh93/sh/path.c | 11 ++-- src/cmd/ksh93/sh/pmain.c | 11 ++-- src/cmd/ksh93/sh/shcomp.c | 13 ++--- src/cmd/ksh93/sh/streval.c | 11 ++-- src/cmd/ksh93/sh/string.c | 11 ++-- src/cmd/ksh93/sh/subshell.c | 11 ++-- src/cmd/ksh93/sh/suid_exec.c | 11 ++-- src/cmd/ksh93/sh/tdump.c | 11 ++-- src/cmd/ksh93/sh/timers.c | 11 ++-- src/cmd/ksh93/sh/trestore.c | 11 ++-- src/cmd/ksh93/sh/waitevent.c | 11 ++-- src/cmd/ksh93/sh/xec.c | 11 ++-- src/cmd/ksh93/tests/_common | 8 +-- src/cmd/ksh93/tests/alias.sh | 11 ++-- src/cmd/ksh93/tests/append.sh | 13 ++--- src/cmd/ksh93/tests/arith.sh | 11 ++-- src/cmd/ksh93/tests/arrays.sh | 11 ++-- src/cmd/ksh93/tests/arrays2.sh | 11 ++-- src/cmd/ksh93/tests/attributes.sh | 11 ++-- src/cmd/ksh93/tests/basic.sh | 11 ++-- src/cmd/ksh93/tests/bracket.sh | 11 ++-- src/cmd/ksh93/tests/builtins.sh | 11 ++-- src/cmd/ksh93/tests/case.sh | 11 ++-- src/cmd/ksh93/tests/comvar.sh | 11 ++-- src/cmd/ksh93/tests/comvario.sh | 11 ++-- src/cmd/ksh93/tests/coprocess.sh | 11 ++-- src/cmd/ksh93/tests/cubetype.sh | 13 ++--- src/cmd/ksh93/tests/enum.sh | 11 ++-- src/cmd/ksh93/tests/exit.sh | 11 ++-- src/cmd/ksh93/tests/expand.sh | 13 ++--- src/cmd/ksh93/tests/functions.sh | 11 ++-- src/cmd/ksh93/tests/glob.sh | 13 ++--- src/cmd/ksh93/tests/grep.sh | 11 ++-- src/cmd/ksh93/tests/heredoc.sh | 11 ++-- src/cmd/ksh93/tests/io.sh | 11 ++-- src/cmd/ksh93/tests/jobs.sh | 8 +-- src/cmd/ksh93/tests/leaks.sh | 11 ++-- src/cmd/ksh93/tests/locale.sh | 11 ++-- src/cmd/ksh93/tests/math.sh | 13 ++--- src/cmd/ksh93/tests/nameref.sh | 11 ++-- src/cmd/ksh93/tests/namespace.sh | 11 ++-- src/cmd/ksh93/tests/options.sh | 11 ++-- src/cmd/ksh93/tests/path.sh | 11 ++-- src/cmd/ksh93/tests/pointtype.sh | 11 ++-- src/cmd/ksh93/tests/posix.sh | 8 +-- src/cmd/ksh93/tests/pty.sh | 11 ++-- src/cmd/ksh93/tests/quoting.sh | 11 ++-- src/cmd/ksh93/tests/quoting2.sh | 11 ++-- src/cmd/ksh93/tests/readcsv.sh | 13 ++--- src/cmd/ksh93/tests/readonly.sh | 8 +-- src/cmd/ksh93/tests/recttype.sh | 13 ++--- src/cmd/ksh93/tests/restricted.sh | 13 ++--- src/cmd/ksh93/tests/return.sh | 13 ++--- src/cmd/ksh93/tests/select.sh | 13 ++--- src/cmd/ksh93/tests/sh_match.sh | 11 ++-- src/cmd/ksh93/tests/shtests | 2 +- src/cmd/ksh93/tests/sigchld.sh | 11 ++-- src/cmd/ksh93/tests/signal.sh | 11 ++-- src/cmd/ksh93/tests/statics.sh | 13 ++--- src/cmd/ksh93/tests/subshell.sh | 11 ++-- src/cmd/ksh93/tests/substring.sh | 11 ++-- src/cmd/ksh93/tests/tilde.sh | 11 ++-- src/cmd/ksh93/tests/timetype.sh | 13 ++--- src/cmd/ksh93/tests/treemove.sh | 11 ++-- src/cmd/ksh93/tests/types.sh | 11 ++-- src/cmd/ksh93/tests/variables.sh | 11 ++-- src/cmd/ksh93/tests/vartree1.sh | 13 ++--- src/cmd/ksh93/tests/vartree2.sh | 13 ++--- src/lib/libast/aso/aso-fcntl.c | 11 ++-- src/lib/libast/aso/aso-sem.c | 11 ++-- src/lib/libast/aso/aso.c | 11 ++-- src/lib/libast/aso/asohdr.h | 11 ++-- src/lib/libast/aso/asolock.c | 11 ++-- src/lib/libast/aso/asometh.c | 11 ++-- src/lib/libast/aso/asorelax.c | 11 ++-- src/lib/libast/cdt/cdtlib.h | 11 ++-- src/lib/libast/cdt/dtclose.c | 13 ++--- src/lib/libast/cdt/dtcomp.c | 11 ++-- src/lib/libast/cdt/dtdisc.c | 11 ++-- src/lib/libast/cdt/dthash.c | 11 ++-- src/lib/libast/cdt/dthdr.h | 13 ++--- src/lib/libast/cdt/dtlist.c | 11 ++-- src/lib/libast/cdt/dtmethod.c | 13 ++--- src/lib/libast/cdt/dtnew.c | 13 ++--- src/lib/libast/cdt/dtopen.c | 13 ++--- src/lib/libast/cdt/dtstat.c | 13 ++--- src/lib/libast/cdt/dtstrhash.c | 13 ++--- src/lib/libast/cdt/dttree.c | 11 ++-- src/lib/libast/cdt/dtuser.c | 13 ++--- src/lib/libast/cdt/dtview.c | 13 ++--- src/lib/libast/cdt/dtwalk.c | 13 ++--- src/lib/libast/comp/atexit.c | 13 ++--- src/lib/libast/comp/basename.c | 11 ++-- src/lib/libast/comp/catopen.c | 13 ++--- src/lib/libast/comp/closelog.c | 13 ++--- src/lib/libast/comp/conf.sh | 11 ++-- src/lib/libast/comp/dirname.c | 11 ++-- src/lib/libast/comp/dup2.c | 13 ++--- src/lib/libast/comp/eaccess.c | 11 ++-- src/lib/libast/comp/errno.c | 13 ++--- src/lib/libast/comp/execlp.c | 11 ++-- src/lib/libast/comp/execve.c | 11 ++-- src/lib/libast/comp/execvp.c | 11 ++-- src/lib/libast/comp/execvpe.c | 11 ++-- src/lib/libast/comp/fakelink.h | 13 ++--- src/lib/libast/comp/fcntl.c | 13 ++--- src/lib/libast/comp/fmtmsg.h | 11 ++-- src/lib/libast/comp/fmtmsglib.c | 13 ++--- src/lib/libast/comp/fnmatch.c | 11 ++-- src/lib/libast/comp/fnmatch.h | 11 ++-- src/lib/libast/comp/frexp.c | 13 ++--- src/lib/libast/comp/frexpl.c | 13 ++--- src/lib/libast/comp/fsync.c | 13 ++--- src/lib/libast/comp/ftw.c | 13 ++--- src/lib/libast/comp/ftw.h | 11 ++-- src/lib/libast/comp/getdate.c | 11 ++-- src/lib/libast/comp/getgroups.c | 11 ++-- src/lib/libast/comp/getlogin.c | 11 ++-- src/lib/libast/comp/getopt.c | 13 ++--- src/lib/libast/comp/getopt.h | 13 ++--- src/lib/libast/comp/getoptl.c | 13 ++--- src/lib/libast/comp/getpgrp.c | 11 ++-- src/lib/libast/comp/getsubopt.c | 13 ++--- src/lib/libast/comp/getwd.c | 13 ++--- src/lib/libast/comp/gross.c | 11 ++-- src/lib/libast/comp/gross_sgi.h | 13 ++--- src/lib/libast/comp/iconv.c | 11 ++-- src/lib/libast/comp/killpg.c | 13 ++--- src/lib/libast/comp/libgen.h | 11 ++-- src/lib/libast/comp/link.c | 13 ++--- src/lib/libast/comp/localeconv.c | 13 ++--- src/lib/libast/comp/lstat.c | 13 ++--- src/lib/libast/comp/memccpy.c | 11 ++-- src/lib/libast/comp/memchr.c | 13 ++--- src/lib/libast/comp/memcmp.c | 13 ++--- src/lib/libast/comp/memcpy.c | 13 ++--- src/lib/libast/comp/memmove.c | 13 ++--- src/lib/libast/comp/memset.c | 13 ++--- src/lib/libast/comp/mkdir.c | 13 ++--- src/lib/libast/comp/mkfifo.c | 13 ++--- src/lib/libast/comp/mknod.c | 13 ++--- src/lib/libast/comp/mktemp.c | 11 ++-- src/lib/libast/comp/mktime.c | 11 ++-- src/lib/libast/comp/mount.c | 13 ++--- src/lib/libast/comp/nftw.c | 13 ++--- src/lib/libast/comp/open.c | 13 ++--- src/lib/libast/comp/openlog.c | 13 ++--- src/lib/libast/comp/putenv.c | 11 ++-- src/lib/libast/comp/re_comp.c | 13 ++--- src/lib/libast/comp/re_comp.h | 11 ++-- src/lib/libast/comp/readlink.c | 13 ++--- src/lib/libast/comp/realpath.c | 11 ++-- src/lib/libast/comp/regcmp.c | 11 ++-- src/lib/libast/comp/regexp.c | 13 ++--- src/lib/libast/comp/regexp.h | 11 ++-- src/lib/libast/comp/remove.c | 11 ++-- src/lib/libast/comp/rename.c | 13 ++--- src/lib/libast/comp/resolvepath.c | 11 ++-- src/lib/libast/comp/rmdir.c | 13 ++--- src/lib/libast/comp/setenv.c | 11 ++-- src/lib/libast/comp/setlocale.c | 11 ++-- src/lib/libast/comp/setlogmask.c | 13 ++--- src/lib/libast/comp/setpgid.c | 11 ++-- src/lib/libast/comp/setsid.c | 11 ++-- src/lib/libast/comp/sigflag.c | 13 ++--- src/lib/libast/comp/sigunblock.c | 13 ++--- src/lib/libast/comp/spawnveg.c | 11 ++-- src/lib/libast/comp/statvfs.c | 11 ++-- src/lib/libast/comp/strcasecmp.c | 13 ++--- src/lib/libast/comp/strchr.c | 13 ++--- src/lib/libast/comp/strftime.c | 11 ++-- src/lib/libast/comp/strncasecmp.c | 13 ++--- src/lib/libast/comp/strptime.c | 11 ++-- src/lib/libast/comp/strrchr.c | 13 ++--- src/lib/libast/comp/strstr.c | 11 ++-- src/lib/libast/comp/strtod.c | 13 ++--- src/lib/libast/comp/strtol.c | 13 ++--- src/lib/libast/comp/strtold.c | 13 ++--- src/lib/libast/comp/strtoll.c | 11 ++-- src/lib/libast/comp/strtoul.c | 13 ++--- src/lib/libast/comp/strtoull.c | 11 ++-- src/lib/libast/comp/swab.c | 11 ++-- src/lib/libast/comp/symlink.c | 13 ++--- src/lib/libast/comp/syslog.c | 11 ++-- src/lib/libast/comp/syslog.h | 11 ++-- src/lib/libast/comp/sysloglib.h | 13 ++--- src/lib/libast/comp/system.c | 11 ++-- src/lib/libast/comp/tempnam.c | 11 ++-- src/lib/libast/comp/tmpnam.c | 11 ++-- src/lib/libast/comp/unlink.c | 13 ++--- src/lib/libast/comp/unsetenv.c | 11 ++-- src/lib/libast/comp/vfork.c | 11 ++-- src/lib/libast/comp/waitpid.c | 11 ++-- src/lib/libast/comp/wc.c | 13 ++--- src/lib/libast/comp/wordexp.c | 13 ++--- src/lib/libast/comp/wordexp.h | 11 ++-- src/lib/libast/dir/dirlib.h | 11 ++-- src/lib/libast/dir/dirstd.h | 13 ++--- src/lib/libast/dir/getdents.c | 13 ++--- src/lib/libast/dir/opendir.c | 13 ++--- src/lib/libast/dir/readdir.c | 13 ++--- src/lib/libast/dir/rewinddir.c | 13 ++--- src/lib/libast/dir/seekdir.c | 13 ++--- src/lib/libast/dir/telldir.c | 13 ++--- src/lib/libast/disc/memfatal.c | 13 ++--- src/lib/libast/disc/sfdcdio.c | 13 ++--- src/lib/libast/disc/sfdcdos.c | 13 ++--- src/lib/libast/disc/sfdcfilter.c | 11 ++-- src/lib/libast/disc/sfdchdr.h | 13 ++--- src/lib/libast/disc/sfdcmore.c | 13 ++--- src/lib/libast/disc/sfdcprefix.c | 11 ++-- src/lib/libast/disc/sfdcseekable.c | 11 ++-- src/lib/libast/disc/sfdcslow.c | 13 ++--- src/lib/libast/disc/sfdcsubstr.c | 13 ++--- src/lib/libast/disc/sfdctee.c | 13 ++--- src/lib/libast/disc/sfdcunion.c | 13 ++--- src/lib/libast/disc/sfkeyprintf.c | 13 ++--- src/lib/libast/features/align.c | 13 ++--- src/lib/libast/features/botch.c | 13 ++--- src/lib/libast/features/fcntl.c | 11 ++-- src/lib/libast/features/libpath.sh | 13 ++--- src/lib/libast/features/limits.c | 11 ++-- src/lib/libast/features/map.c | 11 ++-- src/lib/libast/features/mode.c | 13 ++--- src/lib/libast/features/param.sh | 13 ++--- src/lib/libast/features/preroot.sh | 13 ++--- src/lib/libast/features/sfinit.c | 13 ++--- src/lib/libast/features/sig.sh | 11 ++-- src/lib/libast/features/signal.c | 11 ++-- src/lib/libast/hash/hashalloc.c | 13 ++--- src/lib/libast/hash/hashdump.c | 13 ++--- src/lib/libast/hash/hashfree.c | 13 ++--- src/lib/libast/hash/hashlast.c | 13 ++--- src/lib/libast/hash/hashlib.h | 13 ++--- src/lib/libast/hash/hashlook.c | 13 ++--- src/lib/libast/hash/hashscan.c | 13 ++--- src/lib/libast/hash/hashsize.c | 13 ++--- src/lib/libast/hash/hashview.c | 13 ++--- src/lib/libast/hash/hashwalk.c | 13 ++--- src/lib/libast/hash/memhash.c | 13 ++--- src/lib/libast/hash/memsum.c | 13 ++--- src/lib/libast/hash/strhash.c | 13 ++--- src/lib/libast/hash/strkey.c | 13 ++--- src/lib/libast/hash/strsum.c | 13 ++--- src/lib/libast/include/aso.h | 11 ++-- src/lib/libast/include/ast.h | 11 ++-- src/lib/libast/include/ast_dir.h | 13 ++--- src/lib/libast/include/ast_getopt.h | 13 ++--- src/lib/libast/include/ast_std.h | 11 ++-- src/lib/libast/include/ast_windows.h | 13 ++--- src/lib/libast/include/ccode.h | 11 ++-- src/lib/libast/include/cdt.h | 11 ++-- src/lib/libast/include/cmdarg.h | 11 ++-- src/lib/libast/include/debug.h | 11 ++-- src/lib/libast/include/dt.h | 11 ++-- src/lib/libast/include/error.h | 11 ++-- src/lib/libast/include/find.h | 11 ++-- src/lib/libast/include/fnv.h | 13 ++--- src/lib/libast/include/fts.h | 11 ++-- src/lib/libast/include/ftwalk.h | 11 ++-- src/lib/libast/include/glob.h | 11 ++-- src/lib/libast/include/hash.h | 11 ++-- src/lib/libast/include/hashkey.h | 11 ++-- src/lib/libast/include/hashpart.h | 13 ++--- src/lib/libast/include/ip6.h | 11 ++-- src/lib/libast/include/ls.h | 11 ++-- src/lib/libast/include/magic.h | 11 ++-- src/lib/libast/include/magicid.h | 11 ++-- src/lib/libast/include/mc.h | 11 ++-- src/lib/libast/include/mime.h | 11 ++-- src/lib/libast/include/mnt.h | 11 ++-- src/lib/libast/include/modecanon.h | 13 ++--- src/lib/libast/include/modex.h | 11 ++-- src/lib/libast/include/namval.h | 13 ++--- src/lib/libast/include/option.h | 11 ++-- src/lib/libast/include/proc.h | 11 ++-- src/lib/libast/include/recfmt.h | 11 ++-- src/lib/libast/include/regex.h | 11 ++-- src/lib/libast/include/sfdisc.h | 11 ++-- src/lib/libast/include/sfio.h | 11 ++-- src/lib/libast/include/sfio_s.h | 13 ++--- src/lib/libast/include/sfio_t.h | 11 ++-- src/lib/libast/include/shcmd.h | 11 ++-- src/lib/libast/include/stack.h | 11 ++-- src/lib/libast/include/stak.h | 13 ++--- src/lib/libast/include/stk.h | 11 ++-- src/lib/libast/include/swap.h | 11 ++-- src/lib/libast/include/tar.h | 11 ++-- src/lib/libast/include/times.h | 11 ++-- src/lib/libast/include/tm.h | 11 ++-- src/lib/libast/include/tok.h | 11 ++-- src/lib/libast/include/usage.h | 13 ++--- src/lib/libast/include/vdb.h | 13 ++--- src/lib/libast/include/vecargs.h | 11 ++-- src/lib/libast/include/vmalloc.h | 11 ++-- src/lib/libast/include/wait.h | 11 ++-- src/lib/libast/misc/astintercept.c | 13 ++--- src/lib/libast/misc/cmdarg.c | 13 ++--- src/lib/libast/misc/cmdlib.h | 13 ++--- src/lib/libast/misc/conformance.c | 11 ++-- src/lib/libast/misc/debug.c | 13 ++--- src/lib/libast/misc/error.c | 11 ++-- src/lib/libast/misc/errorf.c | 13 ++--- src/lib/libast/misc/errormsg.c | 13 ++--- src/lib/libast/misc/errorx.c | 13 ++--- src/lib/libast/misc/findlib.h | 13 ++--- src/lib/libast/misc/fmtrec.c | 13 ++--- src/lib/libast/misc/fts.c | 11 ++-- src/lib/libast/misc/ftwalk.c | 13 ++--- src/lib/libast/misc/ftwflags.c | 13 ++--- src/lib/libast/misc/getcwd.c | 13 ++--- src/lib/libast/misc/getenv.c | 11 ++-- src/lib/libast/misc/glob.c | 11 ++-- src/lib/libast/misc/intercepts.h | 13 ++--- src/lib/libast/misc/magic.c | 11 ++-- src/lib/libast/misc/mime.c | 13 ++--- src/lib/libast/misc/mimelib.h | 13 ++--- src/lib/libast/misc/mimetype.c | 13 ++--- src/lib/libast/misc/optctx.c | 13 ++--- src/lib/libast/misc/optesc.c | 13 ++--- src/lib/libast/misc/optget.c | 11 ++-- src/lib/libast/misc/optjoin.c | 13 ++--- src/lib/libast/misc/optlib.h | 11 ++-- src/lib/libast/misc/procclose.c | 13 ++--- src/lib/libast/misc/procfree.c | 13 ++--- src/lib/libast/misc/proclib.h | 11 ++-- src/lib/libast/misc/procopen.c | 11 ++-- src/lib/libast/misc/procrun.c | 11 ++-- src/lib/libast/misc/recfmt.c | 13 ++--- src/lib/libast/misc/reclen.c | 13 ++--- src/lib/libast/misc/recstr.c | 13 ++--- src/lib/libast/misc/setenviron.c | 13 ++--- src/lib/libast/misc/sigcrit.c | 13 ++--- src/lib/libast/misc/sigdata.c | 11 ++-- src/lib/libast/misc/signal.c | 11 ++-- src/lib/libast/misc/stack.c | 13 ++--- src/lib/libast/misc/state.c | 11 ++-- src/lib/libast/misc/stk.c | 11 ++-- src/lib/libast/misc/systrace.c | 13 ++--- src/lib/libast/misc/translate.c | 11 ++-- src/lib/libast/misc/univdata.c | 13 ++--- src/lib/libast/misc/univlib.h | 11 ++-- src/lib/libast/path/pathaccess.c | 13 ++--- src/lib/libast/path/pathbin.c | 13 ++--- src/lib/libast/path/pathcanon.c | 13 ++--- src/lib/libast/path/pathcat.c | 13 ++--- src/lib/libast/path/pathcd.c | 13 ++--- src/lib/libast/path/pathcheck.c | 13 ++--- src/lib/libast/path/pathexists.c | 13 ++--- src/lib/libast/path/pathfind.c | 13 ++--- src/lib/libast/path/pathgetlink.c | 13 ++--- src/lib/libast/path/pathicase.c | 8 +-- src/lib/libast/path/pathkey.c | 11 ++-- src/lib/libast/path/pathnative.c | 11 ++-- src/lib/libast/path/pathpath.c | 11 ++-- src/lib/libast/path/pathposix.c | 11 ++-- src/lib/libast/path/pathprobe.c | 13 ++--- src/lib/libast/path/pathprog.c | 13 ++--- src/lib/libast/path/pathrepl.c | 13 ++--- src/lib/libast/path/pathsetlink.c | 13 ++--- src/lib/libast/path/pathshell.c | 11 ++-- src/lib/libast/path/pathstat.c | 13 ++--- src/lib/libast/path/pathtemp.c | 13 ++--- src/lib/libast/path/pathtmp.c | 13 ++--- src/lib/libast/port/astconf.c | 11 ++-- src/lib/libast/port/astcopy.c | 13 ++--- src/lib/libast/port/astdynamic.c | 11 ++-- src/lib/libast/port/astmath.c | 13 ++--- src/lib/libast/port/astquery.c | 13 ++--- src/lib/libast/port/aststatic.c | 13 ++--- src/lib/libast/port/astwinsize.c | 11 ++-- src/lib/libast/port/iblocks.c | 13 ++--- src/lib/libast/port/lc.c | 13 ++--- src/lib/libast/port/lcgen.c | 11 ++-- src/lib/libast/port/lclang.h | 13 ++--- src/lib/libast/port/lclib.h | 13 ++--- src/lib/libast/port/mc.c | 13 ++--- src/lib/libast/port/mnt.c | 11 ++-- src/lib/libast/port/touch.c | 13 ++--- src/lib/libast/preroot/getpreroot.c | 13 ++--- src/lib/libast/preroot/ispreroot.c | 11 ++-- src/lib/libast/preroot/realopen.c | 13 ++--- src/lib/libast/preroot/setpreroot.c | 13 ++--- src/lib/libast/regex/regalloc.c | 13 ++--- src/lib/libast/regex/regcache.c | 13 ++--- src/lib/libast/regex/regclass.c | 13 ++--- src/lib/libast/regex/regcoll.c | 13 ++--- src/lib/libast/regex/regcomp.c | 11 ++-- src/lib/libast/regex/regdecomp.c | 13 ++--- src/lib/libast/regex/regerror.c | 13 ++--- src/lib/libast/regex/regexec.c | 11 ++-- src/lib/libast/regex/regfatal.c | 13 ++--- src/lib/libast/regex/reginit.c | 13 ++--- src/lib/libast/regex/reglib.h | 13 ++--- src/lib/libast/regex/regnexec.c | 11 ++-- src/lib/libast/regex/regrecord.c | 13 ++--- src/lib/libast/regex/regrexec.c | 11 ++-- src/lib/libast/regex/regstat.c | 13 ++--- src/lib/libast/regex/regsub.c | 13 ++--- src/lib/libast/regex/regsubcomp.c | 13 ++--- src/lib/libast/regex/regsubexec.c | 11 ++-- src/lib/libast/sfio/_sfclrerr.c | 13 ++--- src/lib/libast/sfio/_sfdlen.c | 13 ++--- src/lib/libast/sfio/_sfeof.c | 13 ++--- src/lib/libast/sfio/_sferror.c | 13 ++--- src/lib/libast/sfio/_sffileno.c | 13 ++--- src/lib/libast/sfio/_sfgetc.c | 13 ++--- src/lib/libast/sfio/_sfgetl.c | 11 ++-- src/lib/libast/sfio/_sfgetl2.c | 11 ++-- src/lib/libast/sfio/_sfgetu.c | 11 ++-- src/lib/libast/sfio/_sfgetu2.c | 11 ++-- src/lib/libast/sfio/_sfllen.c | 13 ++--- src/lib/libast/sfio/_sfopen.c | 11 ++-- src/lib/libast/sfio/_sfputc.c | 13 ++--- src/lib/libast/sfio/_sfputd.c | 11 ++-- src/lib/libast/sfio/_sfputl.c | 11 ++-- src/lib/libast/sfio/_sfputm.c | 11 ++-- src/lib/libast/sfio/_sfputu.c | 11 ++-- src/lib/libast/sfio/_sfslen.c | 13 ++--- src/lib/libast/sfio/_sfstacked.c | 13 ++--- src/lib/libast/sfio/_sfulen.c | 13 ++--- src/lib/libast/sfio/_sfvalue.c | 13 ++--- src/lib/libast/sfio/sfclose.c | 11 ++-- src/lib/libast/sfio/sfclrlock.c | 11 ++-- src/lib/libast/sfio/sfcvt.c | 13 ++--- src/lib/libast/sfio/sfdisc.c | 11 ++-- src/lib/libast/sfio/sfdlen.c | 13 ++--- src/lib/libast/sfio/sfecvt.c | 13 ++--- src/lib/libast/sfio/sfexcept.c | 11 ++-- src/lib/libast/sfio/sfextern.c | 11 ++-- src/lib/libast/sfio/sffcvt.c | 13 ++--- src/lib/libast/sfio/sffilbuf.c | 11 ++-- src/lib/libast/sfio/sfflsbuf.c | 11 ++-- src/lib/libast/sfio/sfgetd.c | 11 ++-- src/lib/libast/sfio/sfgetl.c | 11 ++-- src/lib/libast/sfio/sfgetm.c | 11 ++-- src/lib/libast/sfio/sfgetr.c | 11 ++-- src/lib/libast/sfio/sfgetu.c | 11 ++-- src/lib/libast/sfio/sfhdr.h | 11 ++-- src/lib/libast/sfio/sfllen.c | 13 ++--- src/lib/libast/sfio/sfmode.c | 11 ++-- src/lib/libast/sfio/sfmove.c | 11 ++-- src/lib/libast/sfio/sfnew.c | 11 ++-- src/lib/libast/sfio/sfnotify.c | 13 ++--- src/lib/libast/sfio/sfnputc.c | 11 ++-- src/lib/libast/sfio/sfopen.c | 13 ++--- src/lib/libast/sfio/sfpeek.c | 11 ++-- src/lib/libast/sfio/sfpkrd.c | 11 ++-- src/lib/libast/sfio/sfpoll.c | 13 ++--- src/lib/libast/sfio/sfpool.c | 11 ++-- src/lib/libast/sfio/sfpopen.c | 11 ++-- src/lib/libast/sfio/sfprintf.c | 13 ++--- src/lib/libast/sfio/sfprints.c | 13 ++--- src/lib/libast/sfio/sfpurge.c | 11 ++-- src/lib/libast/sfio/sfputd.c | 13 ++--- src/lib/libast/sfio/sfputl.c | 13 ++--- src/lib/libast/sfio/sfputm.c | 13 ++--- src/lib/libast/sfio/sfputr.c | 11 ++-- src/lib/libast/sfio/sfputu.c | 13 ++--- src/lib/libast/sfio/sfraise.c | 11 ++-- src/lib/libast/sfio/sfrd.c | 11 ++-- src/lib/libast/sfio/sfread.c | 11 ++-- src/lib/libast/sfio/sfreserve.c | 11 ++-- src/lib/libast/sfio/sfresize.c | 11 ++-- src/lib/libast/sfio/sfscanf.c | 11 ++-- src/lib/libast/sfio/sfseek.c | 11 ++-- src/lib/libast/sfio/sfset.c | 11 ++-- src/lib/libast/sfio/sfsetbuf.c | 11 ++-- src/lib/libast/sfio/sfsetfd.c | 11 ++-- src/lib/libast/sfio/sfsize.c | 11 ++-- src/lib/libast/sfio/sfsk.c | 11 ++-- src/lib/libast/sfio/sfstack.c | 11 ++-- src/lib/libast/sfio/sfstrtod.c | 13 ++--- src/lib/libast/sfio/sfstrtof.h | 11 ++-- src/lib/libast/sfio/sfswap.c | 11 ++-- src/lib/libast/sfio/sfsync.c | 11 ++-- src/lib/libast/sfio/sftable.c | 13 ++--- src/lib/libast/sfio/sftell.c | 11 ++-- src/lib/libast/sfio/sftmp.c | 11 ++-- src/lib/libast/sfio/sfungetc.c | 11 ++-- src/lib/libast/sfio/sfvprintf.c | 11 ++-- src/lib/libast/sfio/sfvscanf.c | 11 ++-- src/lib/libast/sfio/sfwalk.c | 13 ++--- src/lib/libast/sfio/sfwr.c | 11 ++-- src/lib/libast/sfio/sfwrite.c | 11 ++-- src/lib/libast/std/bytesex.h | 13 ++--- src/lib/libast/std/dirent.h | 13 ++--- src/lib/libast/std/endian.h | 13 ++--- src/lib/libast/std/iconv.h | 13 ++--- src/lib/libast/std/nl_types.h | 13 ++--- src/lib/libast/std/stdio.h | 13 ++--- src/lib/libast/std/wchar.h | 13 ++--- src/lib/libast/std/wctype.h | 13 ++--- src/lib/libast/stdio/_doprnt.c | 11 ++-- src/lib/libast/stdio/_doscan.c | 11 ++-- src/lib/libast/stdio/_filbuf.c | 11 ++-- src/lib/libast/stdio/_flsbuf.c | 11 ++-- src/lib/libast/stdio/_stdopen.c | 13 ++--- src/lib/libast/stdio/_stdprintf.c | 13 ++--- src/lib/libast/stdio/_stdscanf.c | 13 ++--- src/lib/libast/stdio/_stdsprnt.c | 13 ++--- src/lib/libast/stdio/_stdvbuf.c | 13 ++--- src/lib/libast/stdio/_stdvsnprnt.c | 13 ++--- src/lib/libast/stdio/_stdvsprnt.c | 13 ++--- src/lib/libast/stdio/_stdvsscn.c | 13 ++--- src/lib/libast/stdio/asprintf.c | 13 ++--- src/lib/libast/stdio/clearerr.c | 11 ++-- src/lib/libast/stdio/fclose.c | 11 ++-- src/lib/libast/stdio/fcloseall.c | 11 ++-- src/lib/libast/stdio/fdopen.c | 11 ++-- src/lib/libast/stdio/fflush.c | 11 ++-- src/lib/libast/stdio/fgetc.c | 11 ++-- src/lib/libast/stdio/fgetpos.c | 11 ++-- src/lib/libast/stdio/fgets.c | 11 ++-- src/lib/libast/stdio/fgetwc.c | 11 ++-- src/lib/libast/stdio/fgetws.c | 11 ++-- src/lib/libast/stdio/fmemopen.c | 11 ++-- src/lib/libast/stdio/fopen.c | 13 ++--- src/lib/libast/stdio/fprintf.c | 11 ++-- src/lib/libast/stdio/fpurge.c | 11 ++-- src/lib/libast/stdio/fputs.c | 11 ++-- src/lib/libast/stdio/fputwc.c | 11 ++-- src/lib/libast/stdio/fputws.c | 11 ++-- src/lib/libast/stdio/fread.c | 11 ++-- src/lib/libast/stdio/freopen.c | 11 ++-- src/lib/libast/stdio/fscanf.c | 11 ++-- src/lib/libast/stdio/fseek.c | 11 ++-- src/lib/libast/stdio/fseeko.c | 11 ++-- src/lib/libast/stdio/fsetpos.c | 11 ++-- src/lib/libast/stdio/ftell.c | 11 ++-- src/lib/libast/stdio/ftello.c | 11 ++-- src/lib/libast/stdio/fwide.c | 11 ++-- src/lib/libast/stdio/fwprintf.c | 11 ++-- src/lib/libast/stdio/fwrite.c | 11 ++-- src/lib/libast/stdio/fwscanf.c | 11 ++-- src/lib/libast/stdio/getdelim.c | 11 ++-- src/lib/libast/stdio/getline.c | 11 ++-- src/lib/libast/stdio/getw.c | 11 ++-- src/lib/libast/stdio/getwc.c | 11 ++-- src/lib/libast/stdio/getwchar.c | 11 ++-- src/lib/libast/stdio/pclose.c | 11 ++-- src/lib/libast/stdio/popen.c | 13 ++--- src/lib/libast/stdio/printf.c | 13 ++--- src/lib/libast/stdio/putchar.c | 11 ++-- src/lib/libast/stdio/puts.c | 13 ++--- src/lib/libast/stdio/putw.c | 11 ++-- src/lib/libast/stdio/putwc.c | 11 ++-- src/lib/libast/stdio/putwchar.c | 11 ++-- src/lib/libast/stdio/rewind.c | 11 ++-- src/lib/libast/stdio/scanf.c | 13 ++--- src/lib/libast/stdio/setbuf.c | 11 ++-- src/lib/libast/stdio/setbuffer.c | 11 ++-- src/lib/libast/stdio/setlinebuf.c | 11 ++-- src/lib/libast/stdio/setvbuf.c | 11 ++-- src/lib/libast/stdio/snprintf.c | 13 ++--- src/lib/libast/stdio/sprintf.c | 13 ++--- src/lib/libast/stdio/sscanf.c | 13 ++--- src/lib/libast/stdio/stdhdr.h | 11 ++-- src/lib/libast/stdio/stdio_c99.c | 13 ++--- src/lib/libast/stdio/swprintf.c | 11 ++-- src/lib/libast/stdio/swscanf.c | 11 ++-- src/lib/libast/stdio/tmpfile.c | 13 ++--- src/lib/libast/stdio/ungetc.c | 11 ++-- src/lib/libast/stdio/ungetwc.c | 11 ++-- src/lib/libast/stdio/vasprintf.c | 13 ++--- src/lib/libast/stdio/vfprintf.c | 11 ++-- src/lib/libast/stdio/vfscanf.c | 11 ++-- src/lib/libast/stdio/vfwprintf.c | 11 ++-- src/lib/libast/stdio/vfwscanf.c | 11 ++-- src/lib/libast/stdio/vprintf.c | 13 ++--- src/lib/libast/stdio/vscanf.c | 13 ++--- src/lib/libast/stdio/vsnprintf.c | 13 ++--- src/lib/libast/stdio/vsprintf.c | 13 ++--- src/lib/libast/stdio/vsscanf.c | 13 ++--- src/lib/libast/stdio/vswprintf.c | 11 ++-- src/lib/libast/stdio/vswscanf.c | 11 ++-- src/lib/libast/stdio/vwprintf.c | 11 ++-- src/lib/libast/stdio/vwscanf.c | 11 ++-- src/lib/libast/stdio/wprintf.c | 11 ++-- src/lib/libast/stdio/wscanf.c | 11 ++-- src/lib/libast/string/base64.c | 13 ++--- src/lib/libast/string/ccmap.c | 13 ++--- src/lib/libast/string/ccmapid.c | 11 ++-- src/lib/libast/string/ccnative.c | 13 ++--- src/lib/libast/string/chresc.c | 11 ++-- src/lib/libast/string/chrtoi.c | 13 ++--- src/lib/libast/string/fmtbase.c | 11 ++-- src/lib/libast/string/fmtbuf.c | 13 ++--- src/lib/libast/string/fmtclock.c | 13 ++--- src/lib/libast/string/fmtdev.c | 13 ++--- src/lib/libast/string/fmtelapsed.c | 13 ++--- src/lib/libast/string/fmterror.c | 13 ++--- src/lib/libast/string/fmtesc.c | 13 ++--- src/lib/libast/string/fmtfmt.c | 13 ++--- src/lib/libast/string/fmtfs.c | 13 ++--- src/lib/libast/string/fmtgid.c | 11 ++-- src/lib/libast/string/fmtident.c | 13 ++--- src/lib/libast/string/fmtint.c | 13 ++--- src/lib/libast/string/fmtip4.c | 13 ++--- src/lib/libast/string/fmtip6.c | 13 ++--- src/lib/libast/string/fmtls.c | 13 ++--- src/lib/libast/string/fmtmatch.c | 13 ++--- src/lib/libast/string/fmtmode.c | 13 ++--- src/lib/libast/string/fmtnum.c | 13 ++--- src/lib/libast/string/fmtperm.c | 13 ++--- src/lib/libast/string/fmtre.c | 13 ++--- src/lib/libast/string/fmtscale.c | 13 ++--- src/lib/libast/string/fmtsignal.c | 13 ++--- src/lib/libast/string/fmttime.c | 13 ++--- src/lib/libast/string/fmttmx.c | 13 ++--- src/lib/libast/string/fmttv.c | 13 ++--- src/lib/libast/string/fmtuid.c | 11 ++-- src/lib/libast/string/fmtversion.c | 13 ++--- src/lib/libast/string/memdup.c | 13 ++--- src/lib/libast/string/modedata.c | 13 ++--- src/lib/libast/string/modei.c | 13 ++--- src/lib/libast/string/modelib.h | 13 ++--- src/lib/libast/string/modex.c | 13 ++--- src/lib/libast/string/stracmp.c | 13 ++--- src/lib/libast/string/strcopy.c | 11 ++-- src/lib/libast/string/strdup.c | 11 ++-- src/lib/libast/string/strelapsed.c | 13 ++--- src/lib/libast/string/strerror.c | 11 ++-- src/lib/libast/string/stresc.c | 13 ++--- src/lib/libast/string/streval.c | 13 ++--- src/lib/libast/string/strexpr.c | 13 ++--- src/lib/libast/string/strgid.c | 11 ++-- src/lib/libast/string/strlcat.c | 11 ++-- src/lib/libast/string/strlcpy.c | 11 ++-- src/lib/libast/string/strlook.c | 13 ++--- src/lib/libast/string/strmatch.c | 11 ++-- src/lib/libast/string/strmode.c | 13 ++--- src/lib/libast/string/strnacmp.c | 13 ++--- src/lib/libast/string/strncopy.c | 13 ++--- src/lib/libast/string/strnpcmp.c | 13 ++--- src/lib/libast/string/strntod.c | 13 ++--- src/lib/libast/string/strntol.c | 13 ++--- src/lib/libast/string/strntold.c | 13 ++--- src/lib/libast/string/strntoll.c | 13 ++--- src/lib/libast/string/strnton.c | 13 ++--- src/lib/libast/string/strntonll.c | 13 ++--- src/lib/libast/string/strntoul.c | 13 ++--- src/lib/libast/string/strntoull.c | 13 ++--- src/lib/libast/string/strnvcmp.c | 13 ++--- src/lib/libast/string/stropt.c | 13 ++--- src/lib/libast/string/strpcmp.c | 13 ++--- src/lib/libast/string/strperm.c | 13 ++--- src/lib/libast/string/strpsearch.c | 13 ++--- src/lib/libast/string/strsearch.c | 13 ++--- src/lib/libast/string/strsort.c | 13 ++--- src/lib/libast/string/strtape.c | 13 ++--- src/lib/libast/string/strtoi.h | 11 ++-- src/lib/libast/string/strtoip4.c | 13 ++--- src/lib/libast/string/strtoip6.c | 13 ++--- src/lib/libast/string/strton.c | 13 ++--- src/lib/libast/string/strtonll.c | 13 ++--- src/lib/libast/string/struid.c | 11 ++-- src/lib/libast/string/struniq.c | 13 ++--- src/lib/libast/string/strvcmp.c | 13 ++--- src/lib/libast/string/swapget.c | 13 ++--- src/lib/libast/string/swapmem.c | 13 ++--- src/lib/libast/string/swapop.c | 13 ++--- src/lib/libast/string/swapput.c | 13 ++--- src/lib/libast/string/tok.c | 13 ++--- src/lib/libast/string/tokline.c | 13 ++--- src/lib/libast/string/tokscan.c | 13 ++--- src/lib/libast/string/wc2utf8.c | 13 ++--- src/lib/libast/tm/tmdata.c | 11 ++-- src/lib/libast/tm/tmdate.c | 13 ++--- src/lib/libast/tm/tmequiv.c | 13 ++--- src/lib/libast/tm/tmfix.c | 13 ++--- src/lib/libast/tm/tmfmt.c | 13 ++--- src/lib/libast/tm/tmform.c | 13 ++--- src/lib/libast/tm/tmgoff.c | 13 ++--- src/lib/libast/tm/tminit.c | 11 ++-- src/lib/libast/tm/tmleap.c | 13 ++--- src/lib/libast/tm/tmlex.c | 13 ++--- src/lib/libast/tm/tmlocale.c | 11 ++-- src/lib/libast/tm/tmmake.c | 13 ++--- src/lib/libast/tm/tmpoff.c | 13 ++--- src/lib/libast/tm/tmscan.c | 13 ++--- src/lib/libast/tm/tmsleep.c | 13 ++--- src/lib/libast/tm/tmtime.c | 13 ++--- src/lib/libast/tm/tmtype.c | 13 ++--- src/lib/libast/tm/tmweek.c | 13 ++--- src/lib/libast/tm/tmword.c | 13 ++--- src/lib/libast/tm/tmxdate.c | 13 ++--- src/lib/libast/tm/tmxduration.c | 13 ++--- src/lib/libast/tm/tmxfmt.c | 11 ++-- src/lib/libast/tm/tmxgettime.c | 13 ++--- src/lib/libast/tm/tmxleap.c | 13 ++--- src/lib/libast/tm/tmxmake.c | 13 ++--- src/lib/libast/tm/tmxscan.c | 11 ++-- src/lib/libast/tm/tmxsettime.c | 13 ++--- src/lib/libast/tm/tmxsleep.c | 13 ++--- src/lib/libast/tm/tmxtime.c | 13 ++--- src/lib/libast/tm/tmxtouch.c | 13 ++--- src/lib/libast/tm/tmzone.c | 13 ++--- src/lib/libast/tm/tvcmp.c | 13 ++--- src/lib/libast/tm/tvgettime.c | 13 ++--- src/lib/libast/tm/tvsettime.c | 13 ++--- src/lib/libast/tm/tvsleep.c | 13 ++--- src/lib/libast/tm/tvtouch.c | 11 ++-- src/lib/libast/vec/vecargs.c | 13 ++--- src/lib/libast/vec/vecfile.c | 13 ++--- src/lib/libast/vec/vecfree.c | 13 ++--- src/lib/libast/vec/vecload.c | 13 ++--- src/lib/libast/vec/vecstring.c | 13 ++--- src/lib/libast/vmalloc/malloc.c | 11 ++-- src/lib/libast/vmalloc/vmbest.c | 11 ++-- src/lib/libast/vmalloc/vmclear.c | 11 ++-- src/lib/libast/vmalloc/vmclose.c | 11 ++-- src/lib/libast/vmalloc/vmdcheap.c | 11 ++-- src/lib/libast/vmalloc/vmdebug.c | 11 ++-- src/lib/libast/vmalloc/vmdisc.c | 11 ++-- src/lib/libast/vmalloc/vmexit.c | 11 ++-- src/lib/libast/vmalloc/vmgetmem.c | 13 ++--- src/lib/libast/vmalloc/vmhdr.h | 11 ++-- src/lib/libast/vmalloc/vmlast.c | 11 ++-- src/lib/libast/vmalloc/vmmopen.c | 11 ++-- src/lib/libast/vmalloc/vmopen.c | 11 ++-- src/lib/libast/vmalloc/vmpool.c | 11 ++-- src/lib/libast/vmalloc/vmprivate.c | 11 ++-- src/lib/libast/vmalloc/vmprofile.c | 11 ++-- src/lib/libast/vmalloc/vmregion.c | 11 ++-- src/lib/libast/vmalloc/vmsegment.c | 11 ++-- src/lib/libast/vmalloc/vmset.c | 11 ++-- src/lib/libast/vmalloc/vmstat.c | 11 ++-- src/lib/libast/vmalloc/vmstrdup.c | 11 ++-- src/lib/libast/vmalloc/vmtrace.c | 11 ++-- src/lib/libast/vmalloc/vmwalk.c | 11 ++-- src/lib/libcmd/basename.c | 13 ++--- src/lib/libcmd/cat.c | 13 ++--- src/lib/libcmd/chgrp.c | 11 ++-- src/lib/libcmd/chmod.c | 11 ++-- src/lib/libcmd/chown.c | 13 ++--- src/lib/libcmd/cksum.c | 11 ++-- src/lib/libcmd/cmd.h | 11 ++-- src/lib/libcmd/cmdinit.c | 11 ++-- src/lib/libcmd/cmp.c | 13 ++--- src/lib/libcmd/comm.c | 13 ++--- src/lib/libcmd/cp.c | 11 ++-- src/lib/libcmd/cut.c | 13 ++--- src/lib/libcmd/date.c | 13 ++--- src/lib/libcmd/dirname.c | 13 ++--- src/lib/libcmd/expr.c | 13 ++--- src/lib/libcmd/fds.c | 13 ++--- src/lib/libcmd/fmt.c | 13 ++--- src/lib/libcmd/fold.c | 13 ++--- src/lib/libcmd/getconf.c | 13 ++--- src/lib/libcmd/head.c | 13 ++--- src/lib/libcmd/id.c | 13 ++--- src/lib/libcmd/join.c | 13 ++--- src/lib/libcmd/lib.c | 13 ++--- src/lib/libcmd/ln.c | 13 ++--- src/lib/libcmd/logname.c | 13 ++--- src/lib/libcmd/md5sum.c | 13 ++--- src/lib/libcmd/mkdir.c | 13 ++--- src/lib/libcmd/mkfifo.c | 13 ++--- src/lib/libcmd/mktemp.c | 13 ++--- src/lib/libcmd/mv.c | 13 ++--- src/lib/libcmd/paste.c | 13 ++--- src/lib/libcmd/pathchk.c | 13 ++--- src/lib/libcmd/pids.c | 11 ++-- src/lib/libcmd/rev.c | 13 ++--- src/lib/libcmd/rev.h | 13 ++--- src/lib/libcmd/revlib.c | 13 ++--- src/lib/libcmd/rm.c | 11 ++-- src/lib/libcmd/rmdir.c | 13 ++--- src/lib/libcmd/stty.c | 11 ++-- src/lib/libcmd/sum.c | 13 ++--- src/lib/libcmd/sync.c | 13 ++--- src/lib/libcmd/tail.c | 13 ++--- src/lib/libcmd/tee.c | 13 ++--- src/lib/libcmd/tty.c | 13 ++--- src/lib/libcmd/uname.c | 11 ++-- src/lib/libcmd/uniq.c | 13 ++--- src/lib/libcmd/vmstate.c | 11 ++-- src/lib/libcmd/wc.c | 13 ++--- src/lib/libcmd/wc.h | 13 ++--- src/lib/libcmd/wclib.c | 11 ++-- src/lib/libdll/dlfcn.c | 11 ++-- src/lib/libdll/dll_lib.c | 13 ++--- src/lib/libdll/dllcheck.c | 13 ++--- src/lib/libdll/dllerror.c | 13 ++--- src/lib/libdll/dllfind.c | 13 ++--- src/lib/libdll/dlllib.h | 13 ++--- src/lib/libdll/dlllook.c | 13 ++--- src/lib/libdll/dllnext.c | 11 ++-- src/lib/libdll/dllopen.c | 13 ++--- src/lib/libdll/dllplug.c | 13 ++--- src/lib/libdll/dllscan.c | 11 ++-- src/lib/libsum/sum-ast4.c | 13 ++--- src/lib/libsum/sum-att.c | 13 ++--- src/lib/libsum/sum-bsd.c | 13 ++--- src/lib/libsum/sum-crc.c | 13 ++--- src/lib/libsum/sum-lmd.c | 13 ++--- src/lib/libsum/sum-prng.c | 13 ++--- src/lib/libsum/sum.h | 13 ++--- src/lib/libsum/sumlib.c | 13 ++--- 924 files changed, 3293 insertions(+), 7844 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 9cc9d6264..ad373c046 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -6,11 +6,11 @@ ksh 93u+m general copyright notice # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # # # Derived from AT&T's ast package (see below) # -# Licensed under the Eclipse Public License, Version 1.0 # +# Licensed under the Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # CONTRIBUTORS # # # @@ -44,12 +44,12 @@ ast package general copyright notice # This software is part of the ast package # # Copyright (c) 1986-2014 AT&T Intellectual Property # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # by AT&T Intellectual Property # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Information and Software Systems Research # # AT&T Research # diff --git a/LICENSE.md b/LICENSE.md index b0e51e253..62a17dab2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -## Eclipse Public License - v 1.0 +## Eclipse Public License - v 2.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. @@ -6,59 +6,63 @@ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICE "Contribution" means: -a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and +a) in the case of the initial Contributor, the initial content Distributed under this Agreement, and b) in the case of each subsequent Contributor: +* i) changes to the Program, and +* ii) additions to the Program; -i) changes to the Program, and +where such changes and/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution "originates" from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works. -ii) additions to the Program; - -where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. +"Contributor" means any person or entity that Distributes the Program. "Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. -"Program" means the Contributions distributed in accordance with this Agreement. +"Program" means the Contributions Distributed in accordance with this Agreement. -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. +"Recipient" means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor. ### 2. GRANT OF RIGHTS -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. +a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works. -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. +b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. +c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. +e) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3). + ### 3. REQUIREMENTS -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: +3.1 If a Contributor Distributes the Program in any form, then: -a) it complies with the terms and conditions of this Agreement; and +a) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and -b) its license agreement: +b) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license: +* i) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; +* ii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; +* iii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and +* iv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3. -i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; +3.2 When the Program is Distributed as Source Code: -ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; - -iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and - -iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - -a) it must be made available under this Agreement; and +a) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and b) a copy of this Agreement must be included with each copy of the Program. -Contributors may not remove or alter any copyright notices contained within the Program. - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. +3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability ('notices') contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices. ### 4. COMMERCIAL DISTRIBUTION @@ -68,11 +72,11 @@ For example, a Contributor might include the Program in a commercial product off ### 5. NO WARRANTY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. ### 6. DISCLAIMER OF LIABILITY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ### 7. GENERAL @@ -82,6 +86,16 @@ If Recipient institutes patent litigation against any entity (including a cross- All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. +Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version. -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement. + +### Exhibit A – Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}." + +> Simply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses. +> +> If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. +> +> You may add additional accurate notices of copyright ownership. diff --git a/bin/ignore b/bin/ignore index 1c16225de..afeab2e10 100755 --- a/bin/ignore +++ b/bin/ignore @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/bin/mamprobe b/bin/mamprobe index 294a9aaf6..f9172486a 100755 --- a/bin/mamprobe +++ b/bin/mamprobe @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/bin/package b/bin/package index 2ce90ab16..c8aed5b86 100755 --- a/bin/package +++ b/bin/package @@ -4,16 +4,11 @@ # Copyright (c) 1994-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -115,7 +110,7 @@ case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in [-author?Contributors to https://github.com/ksh93/ksh] [-copyright?(c) 1994-2012 AT&T Intellectual Property] [-copyright?(c) 2020-2022 Contributors to https://github.com/ksh93/ksh] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?'$command$' - build, test and install ksh 93u+m] [+DESCRIPTION?The \b'$command$'\b command is the main control script for building and installing KornShell 93u+m. @@ -543,7 +538,7 @@ IMPLEMENTATION author Contributors to https://github.com/ksh93/ksh copyright (c) 1994-2012 AT&T Intellectual Property copyright (c) 2020-2022 Contributors to https://github.com/ksh93/ksh - license http://www.eclipse.org/org/documents/epl-v10.html' + license https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html' case $1 in html) echo "" ;; esac diff --git a/bin/silent b/bin/silent index 4ae93a22b..80d7e5015 100755 --- a/bin/silent +++ b/bin/silent @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/crossexec.sh b/src/cmd/INIT/crossexec.sh index 6b78843bf..d5562a019 100644 --- a/src/cmd/INIT/crossexec.sh +++ b/src/cmd/INIT/crossexec.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -34,7 +29,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in ] [-author?Glenn Fowler ] [-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?crossexec - cross compiler a.out execution] [+DESCRIPTION?\bcrossexec\b runs a cross-compiled \acommand\a in an environment that supports a cross-compilation architecture different from the diff --git a/src/cmd/INIT/db.c b/src/cmd/INIT/db.c index 77c636fce..ce3bb19f3 100644 --- a/src/cmd/INIT/db.c +++ b/src/cmd/INIT/db.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/dl.c b/src/cmd/INIT/dl.c index 528905fcf..4d96755f1 100644 --- a/src/cmd/INIT/dl.c +++ b/src/cmd/INIT/dl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/execrate.sh b/src/cmd/INIT/execrate.sh index 513b43dc9..fabbfa04b 100644 --- a/src/cmd/INIT/execrate.sh +++ b/src/cmd/INIT/execrate.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -40,7 +35,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in ] [-author?Glenn Fowler ] [-copyright?Copyright (c) 2002-2012 AT&T Intellectual Property] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?execrate - wrapper for .exe challenged commands] [+DESCRIPTION?\bexecrate\b runs \acommand\a after checking the \afile\a operands for standard semantics with respect to \bWin32\b \b.exe\b diff --git a/src/cmd/INIT/filter.sh b/src/cmd/INIT/filter.sh index dd46bbfa0..30d83a3ee 100644 --- a/src/cmd/INIT/filter.sh +++ b/src/cmd/INIT/filter.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -37,7 +32,7 @@ case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in ] [-author?Glenn Fowler ] [-copyright?Copyright (c) 1994-2012 AT&T Intellectual Property] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?filter - run a command in stdin/stdout mode] [+DESCRIPTION?\bfilter\b runs \acommand\a in a mode that takes input from the \afile\a operands, or from the standard input if no \afile\a diff --git a/src/cmd/INIT/gdbm.c b/src/cmd/INIT/gdbm.c index 5e21b5908..3559497e5 100644 --- a/src/cmd/INIT/gdbm.c +++ b/src/cmd/INIT/gdbm.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/gdbm1.c b/src/cmd/INIT/gdbm1.c index 68d231751..d32658839 100644 --- a/src/cmd/INIT/gdbm1.c +++ b/src/cmd/INIT/gdbm1.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/gdbm2.c b/src/cmd/INIT/gdbm2.c index 9e052ff95..533f376aa 100644 --- a/src/cmd/INIT/gdbm2.c +++ b/src/cmd/INIT/gdbm2.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/hello.c b/src/cmd/INIT/hello.c index 7a6176373..f483345a0 100644 --- a/src/cmd/INIT/hello.c +++ b/src/cmd/INIT/hello.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/iconv.c b/src/cmd/INIT/iconv.c index 0fd7aa941..82d35dca5 100644 --- a/src/cmd/INIT/iconv.c +++ b/src/cmd/INIT/iconv.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/iffe.sh b/src/cmd/INIT/iffe.sh index 394caec76..63c46bd43 100644 --- a/src/cmd/INIT/iffe.sh +++ b/src/cmd/INIT/iffe.sh @@ -4,16 +4,11 @@ # Copyright (c) 1994-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -643,7 +638,7 @@ case $( (getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null ) in [-author?Phong Vo ] [-copyright?(c) 1994-2012 AT&T Intellectual Property] [-copyright?(c) 2020-2021 Contributors to https://github.com/ksh93/ksh] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?iffe - C compilation environment feature probe] [+DESCRIPTION?\biffe\b is a command interpreter that probes the C compilation environment for features. A feature is any file, option diff --git a/src/cmd/INIT/ignore.sh b/src/cmd/INIT/ignore.sh index 1c16225de..afeab2e10 100644 --- a/src/cmd/INIT/ignore.sh +++ b/src/cmd/INIT/ignore.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/intl.c b/src/cmd/INIT/intl.c index 803cd5cd5..50f5387b6 100644 --- a/src/cmd/INIT/intl.c +++ b/src/cmd/INIT/intl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m.c b/src/cmd/INIT/m.c index e597bfde9..829449af3 100644 --- a/src/cmd/INIT/m.c +++ b/src/cmd/INIT/m.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m2.c b/src/cmd/INIT/m2.c index 25b1f136c..249952860 100644 --- a/src/cmd/INIT/m2.c +++ b/src/cmd/INIT/m2.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m3.c b/src/cmd/INIT/m3.c index f630bb9fb..6474a84cc 100644 --- a/src/cmd/INIT/m3.c +++ b/src/cmd/INIT/m3.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m4.c b/src/cmd/INIT/m4.c index e573b4343..84e52789a 100644 --- a/src/cmd/INIT/m4.c +++ b/src/cmd/INIT/m4.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m5.c b/src/cmd/INIT/m5.c index b73f358c6..4792ccc95 100644 --- a/src/cmd/INIT/m5.c +++ b/src/cmd/INIT/m5.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/m6.c b/src/cmd/INIT/m6.c index fab55f8f8..8e71cfd4c 100644 --- a/src/cmd/INIT/m6.c +++ b/src/cmd/INIT/m6.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/mamake.c b/src/cmd/INIT/mamake.c index 4c2c2ecb2..62b4296a6 100644 --- a/src/cmd/INIT/mamake.c +++ b/src/cmd/INIT/mamake.c @@ -4,16 +4,11 @@ * Copyright (c) 1990-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * @@ -41,7 +36,7 @@ static const char usage[] = "[-author?Contributors to https://github.com/ksh93/ksh]" "[-copyright?(c) 1994-2012 AT&T Intellectual Property]" "[-copyright?(c) 2020-2022 Contributors to ksh 93u+m]" -"[-license?http://www.eclipse.org/org/documents/epl-v10.html]" +"[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html]" "[+NAME?mamake - make abstract machine make]" "[+DESCRIPTION?\bmamake\b reads \amake abstract machine\a target and" " prerequisite file descriptions from a mamfile (see \b-f\b) and executes" diff --git a/src/cmd/INIT/mamprobe.sh b/src/cmd/INIT/mamprobe.sh index 294a9aaf6..f9172486a 100644 --- a/src/cmd/INIT/mamprobe.sh +++ b/src/cmd/INIT/mamprobe.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/mkdir.sh b/src/cmd/INIT/mkdir.sh index 78830f1e9..0c7b30e49 100644 --- a/src/cmd/INIT/mkdir.sh +++ b/src/cmd/INIT/mkdir.sh @@ -4,16 +4,11 @@ # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/mktest.sh b/src/cmd/INIT/mktest.sh index b2c97b736..269bb7a1b 100755 --- a/src/cmd/INIT/mktest.sh +++ b/src/cmd/INIT/mktest.sh @@ -4,16 +4,11 @@ # Copyright (c) 1994-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -37,7 +32,7 @@ case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in ] [-author?Glenn Fowler ] [-copyright?Copyright (c) 2005-2012 AT&T Intellectual Property] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?mktest - generate a regression test scripts] [+DESCRIPTION?\bmktest\b generates regression test scripts from test template commands in the \aunit\a.\brt\b file. The generated test diff --git a/src/cmd/INIT/mprobe.sh b/src/cmd/INIT/mprobe.sh index 92279603f..0ecf295af 100644 --- a/src/cmd/INIT/mprobe.sh +++ b/src/cmd/INIT/mprobe.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/nsl.c b/src/cmd/INIT/nsl.c index f168303ea..ef4c1d853 100644 --- a/src/cmd/INIT/nsl.c +++ b/src/cmd/INIT/nsl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/p.c b/src/cmd/INIT/p.c index 73f826cc0..ad3b81612 100644 --- a/src/cmd/INIT/p.c +++ b/src/cmd/INIT/p.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/package.sh b/src/cmd/INIT/package.sh index 2ce90ab16..c8aed5b86 100644 --- a/src/cmd/INIT/package.sh +++ b/src/cmd/INIT/package.sh @@ -4,16 +4,11 @@ # Copyright (c) 1994-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -115,7 +110,7 @@ case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in [-author?Contributors to https://github.com/ksh93/ksh] [-copyright?(c) 1994-2012 AT&T Intellectual Property] [-copyright?(c) 2020-2022 Contributors to https://github.com/ksh93/ksh] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?'$command$' - build, test and install ksh 93u+m] [+DESCRIPTION?The \b'$command$'\b command is the main control script for building and installing KornShell 93u+m. @@ -543,7 +538,7 @@ IMPLEMENTATION author Contributors to https://github.com/ksh93/ksh copyright (c) 1994-2012 AT&T Intellectual Property copyright (c) 2020-2022 Contributors to https://github.com/ksh93/ksh - license http://www.eclipse.org/org/documents/epl-v10.html' + license https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html' case $1 in html) echo "" ;; esac diff --git a/src/cmd/INIT/proto.sh b/src/cmd/INIT/proto.sh index d9f35fce6..935c1e4d4 100644 --- a/src/cmd/INIT/proto.sh +++ b/src/cmd/INIT/proto.sh @@ -4,11 +4,11 @@ # Copyright (c) 2021 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/INIT/regress.sh b/src/cmd/INIT/regress.sh index 46ee41791..77dcc66e4 100644 --- a/src/cmd/INIT/regress.sh +++ b/src/cmd/INIT/regress.sh @@ -4,16 +4,11 @@ # Copyright (c) 1994-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # @@ -28,7 +23,7 @@ case $(getopts '[-][123:xyz]' opt --xyz 2>/dev/null; echo 0$opt) in ] [-author?Glenn Fowler ] [-copyright?Copyright (c) 1995-2012 AT&T Intellectual Property] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?regress - run regression tests] [+DESCRIPTION?\bregress\b runs the tests in \aunit\a, or \aunit\a\b.tst\b if \aunit\a does not exist. If \acommand\a is omitted diff --git a/src/cmd/INIT/silent.sh b/src/cmd/INIT/silent.sh index 4ae93a22b..80d7e5015 100644 --- a/src/cmd/INIT/silent.sh +++ b/src/cmd/INIT/silent.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1994-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # # diff --git a/src/cmd/INIT/socket.c b/src/cmd/INIT/socket.c index 05d0435f9..0c3caff0c 100644 --- a/src/cmd/INIT/socket.c +++ b/src/cmd/INIT/socket.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/w.c b/src/cmd/INIT/w.c index 8e0c76787..2f028f6ea 100644 --- a/src/cmd/INIT/w.c +++ b/src/cmd/INIT/w.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/INIT/w2.c b/src/cmd/INIT/w2.c index 909306234..832a379e2 100644 --- a/src/cmd/INIT/w2.c +++ b/src/cmd/INIT/w2.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1994-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/cmd/builtin/pty.c b/src/cmd/builtin/pty.c index 8aaa3ef3f..6afb67d39 100644 --- a/src/cmd/builtin/pty.c +++ b/src/cmd/builtin/pty.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * @@ -25,7 +20,7 @@ static const char usage[] = "[-author?Glenn Fowler ]" "[-author?David Korn ]" "[-copyright?Copyright (c) 2001-2013 AT&T Intellectual Property]" -"[-license?http://www.eclipse.org/org/documents/epl-v10.html]" +"[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html]" "[--catalog?builtin]" "[+NAME?pty - create pseudo terminal and run command]" "[+DESCRIPTION?\bpty\b creates a pseudo pty and then runs \bcommand\b " diff --git a/src/cmd/ksh93/bltins/cd_pwd.c b/src/cmd/ksh93/bltins/cd_pwd.c index f0a1d2fc7..cd4b277af 100644 --- a/src/cmd/ksh93/bltins/cd_pwd.c +++ b/src/cmd/ksh93/bltins/cd_pwd.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/cflow.c b/src/cmd/ksh93/bltins/cflow.c index 2e0582b77..90594e599 100644 --- a/src/cmd/ksh93/bltins/cflow.c +++ b/src/cmd/ksh93/bltins/cflow.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/enum.c b/src/cmd/ksh93/bltins/enum.c index 9d1d6eb41..bea137024 100644 --- a/src/cmd/ksh93/bltins/enum.c +++ b/src/cmd/ksh93/bltins/enum.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/getopts.c b/src/cmd/ksh93/bltins/getopts.c index c26d9e6fe..05b58a5bc 100644 --- a/src/cmd/ksh93/bltins/getopts.c +++ b/src/cmd/ksh93/bltins/getopts.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/hist.c b/src/cmd/ksh93/bltins/hist.c index ddb4890e8..36d2c93c7 100644 --- a/src/cmd/ksh93/bltins/hist.c +++ b/src/cmd/ksh93/bltins/hist.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/misc.c b/src/cmd/ksh93/bltins/misc.c index 302e6cf9c..0b6fb0a3d 100644 --- a/src/cmd/ksh93/bltins/misc.c +++ b/src/cmd/ksh93/bltins/misc.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/mkservice.c b/src/cmd/ksh93/bltins/mkservice.c index 8020d0576..72909cc02 100644 --- a/src/cmd/ksh93/bltins/mkservice.c +++ b/src/cmd/ksh93/bltins/mkservice.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/print.c b/src/cmd/ksh93/bltins/print.c index f5d2d8866..822aeaefc 100644 --- a/src/cmd/ksh93/bltins/print.c +++ b/src/cmd/ksh93/bltins/print.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2014 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/read.c b/src/cmd/ksh93/bltins/read.c index 61e64d96d..c3f7d2583 100644 --- a/src/cmd/ksh93/bltins/read.c +++ b/src/cmd/ksh93/bltins/read.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/regress.c b/src/cmd/ksh93/bltins/regress.c index a061aac17..e41895b3a 100644 --- a/src/cmd/ksh93/bltins/regress.c +++ b/src/cmd/ksh93/bltins/regress.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/sleep.c b/src/cmd/ksh93/bltins/sleep.c index d0fe46a65..1945128dd 100644 --- a/src/cmd/ksh93/bltins/sleep.c +++ b/src/cmd/ksh93/bltins/sleep.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/test.c b/src/cmd/ksh93/bltins/test.c index 0e3acdbc9..b0c9f1d4b 100644 --- a/src/cmd/ksh93/bltins/test.c +++ b/src/cmd/ksh93/bltins/test.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/trap.c b/src/cmd/ksh93/bltins/trap.c index 138a2a14d..e996e0be7 100644 --- a/src/cmd/ksh93/bltins/trap.c +++ b/src/cmd/ksh93/bltins/trap.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/typeset.c b/src/cmd/ksh93/bltins/typeset.c index 4c99c7106..dffce9bf3 100644 --- a/src/cmd/ksh93/bltins/typeset.c +++ b/src/cmd/ksh93/bltins/typeset.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/ulimit.c b/src/cmd/ksh93/bltins/ulimit.c index eb3689e6f..dfa51c187 100644 --- a/src/cmd/ksh93/bltins/ulimit.c +++ b/src/cmd/ksh93/bltins/ulimit.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/umask.c b/src/cmd/ksh93/bltins/umask.c index 0fb599ee8..634c23eeb 100644 --- a/src/cmd/ksh93/bltins/umask.c +++ b/src/cmd/ksh93/bltins/umask.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/bltins/whence.c b/src/cmd/ksh93/bltins/whence.c index f0acbdc86..6b1e16e02 100644 --- a/src/cmd/ksh93/bltins/whence.c +++ b/src/cmd/ksh93/bltins/whence.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/aliases.c b/src/cmd/ksh93/data/aliases.c index 82fdd8d94..d65c5e478 100644 --- a/src/cmd/ksh93/data/aliases.c +++ b/src/cmd/ksh93/data/aliases.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/builtins.c b/src/cmd/ksh93/data/builtins.c index ac175f0b9..0bbd81d25 100644 --- a/src/cmd/ksh93/data/builtins.c +++ b/src/cmd/ksh93/data/builtins.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * @@ -1565,7 +1560,7 @@ const char sh_optksh[] = "[-author?Contributors to https://github.com/ksh93/ksh]" "[-copyright?(c) 1982-2014 AT&T Intellectual Property]" "[-copyright?" SH_RELEASE_CPYR "]" -"[-license?http://www.eclipse.org/org/documents/epl-v10.html]" +"[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html]" "[--catalog?" SH_DICT "]" "[+NAME?\b\f?\f\b - Shell, the standard command language interpreter]" "[+DESCRIPTION?\b\f?\f\b is a command language interpreter that " diff --git a/src/cmd/ksh93/data/keywords.c b/src/cmd/ksh93/data/keywords.c index 959f1f2ca..42044f383 100644 --- a/src/cmd/ksh93/data/keywords.c +++ b/src/cmd/ksh93/data/keywords.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/lexstates.c b/src/cmd/ksh93/data/lexstates.c index 1e5a2fe36..182c8c941 100644 --- a/src/cmd/ksh93/data/lexstates.c +++ b/src/cmd/ksh93/data/lexstates.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/limits.c b/src/cmd/ksh93/data/limits.c index 2c0351dbc..aa0ee0c8a 100644 --- a/src/cmd/ksh93/data/limits.c +++ b/src/cmd/ksh93/data/limits.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/math.tab b/src/cmd/ksh93/data/math.tab index 33de44374..d4ce8db02 100644 --- a/src/cmd/ksh93/data/math.tab +++ b/src/cmd/ksh93/data/math.tab @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2013 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/data/msg.c b/src/cmd/ksh93/data/msg.c index ad226e017..7c7275c14 100644 --- a/src/cmd/ksh93/data/msg.c +++ b/src/cmd/ksh93/data/msg.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/options.c b/src/cmd/ksh93/data/options.c index ac29a6b79..833e72d58 100644 --- a/src/cmd/ksh93/data/options.c +++ b/src/cmd/ksh93/data/options.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/signals.c b/src/cmd/ksh93/data/signals.c index 3d4971d1e..5b1dbd5bd 100644 --- a/src/cmd/ksh93/data/signals.c +++ b/src/cmd/ksh93/data/signals.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/strdata.c b/src/cmd/ksh93/data/strdata.c index 7a84c6cf9..f050dd52c 100644 --- a/src/cmd/ksh93/data/strdata.c +++ b/src/cmd/ksh93/data/strdata.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/testops.c b/src/cmd/ksh93/data/testops.c index 6796364e3..585b99ffe 100644 --- a/src/cmd/ksh93/data/testops.c +++ b/src/cmd/ksh93/data/testops.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/data/variables.c b/src/cmd/ksh93/data/variables.c index a764379d1..19457dc70 100644 --- a/src/cmd/ksh93/data/variables.c +++ b/src/cmd/ksh93/data/variables.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/completion.c b/src/cmd/ksh93/edit/completion.c index 8a2fe6ba1..a80910420 100644 --- a/src/cmd/ksh93/edit/completion.c +++ b/src/cmd/ksh93/edit/completion.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/edit.c b/src/cmd/ksh93/edit/edit.c index 86e228106..3b831d276 100644 --- a/src/cmd/ksh93/edit/edit.c +++ b/src/cmd/ksh93/edit/edit.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2014 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/emacs.c b/src/cmd/ksh93/edit/emacs.c index 093e6ce8a..130fbdd0b 100644 --- a/src/cmd/ksh93/edit/emacs.c +++ b/src/cmd/ksh93/edit/emacs.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/hexpand.c b/src/cmd/ksh93/edit/hexpand.c index 328906a53..101ceab98 100644 --- a/src/cmd/ksh93/edit/hexpand.c +++ b/src/cmd/ksh93/edit/hexpand.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/history.c b/src/cmd/ksh93/edit/history.c index f81ac2a66..4c15810a6 100644 --- a/src/cmd/ksh93/edit/history.c +++ b/src/cmd/ksh93/edit/history.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2014 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/edit/vi.c b/src/cmd/ksh93/edit/vi.c index 53f74f9b2..a0d8bbf3e 100644 --- a/src/cmd/ksh93/edit/vi.c +++ b/src/cmd/ksh93/edit/vi.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/features/math.sh b/src/cmd/ksh93/features/math.sh index 63968aa1d..6544d5b5a 100644 --- a/src/cmd/ksh93/features/math.sh +++ b/src/cmd/ksh93/features/math.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2013 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/fun/autocd b/src/cmd/ksh93/fun/autocd index 219ce99fe..4898eea4a 100755 --- a/src/cmd/ksh93/fun/autocd +++ b/src/cmd/ksh93/fun/autocd @@ -4,11 +4,11 @@ # Copyright (c) 2021-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/ksh93/fun/man b/src/cmd/ksh93/fun/man index 3b552402d..3e8bb80fc 100755 --- a/src/cmd/ksh93/fun/man +++ b/src/cmd/ksh93/fun/man @@ -4,11 +4,11 @@ # Copyright (c) 2021-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/ksh93/include/argnod.h b/src/cmd/ksh93/include/argnod.h index a7d8ce5f6..0002def55 100644 --- a/src/cmd/ksh93/include/argnod.h +++ b/src/cmd/ksh93/include/argnod.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/builtins.h b/src/cmd/ksh93/include/builtins.h index c08086514..e65b19d64 100644 --- a/src/cmd/ksh93/include/builtins.h +++ b/src/cmd/ksh93/include/builtins.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/defs.h b/src/cmd/ksh93/include/defs.h index 5c3e97021..55ca23b21 100644 --- a/src/cmd/ksh93/include/defs.h +++ b/src/cmd/ksh93/include/defs.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/edit.h b/src/cmd/ksh93/include/edit.h index 0e425ec9c..de363d264 100644 --- a/src/cmd/ksh93/include/edit.h +++ b/src/cmd/ksh93/include/edit.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/fault.h b/src/cmd/ksh93/include/fault.h index fc8019728..437f3fe8e 100644 --- a/src/cmd/ksh93/include/fault.h +++ b/src/cmd/ksh93/include/fault.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/fcin.h b/src/cmd/ksh93/include/fcin.h index 323332c46..dd251e6a5 100644 --- a/src/cmd/ksh93/include/fcin.h +++ b/src/cmd/ksh93/include/fcin.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/history.h b/src/cmd/ksh93/include/history.h index f17f8de04..9634db477 100644 --- a/src/cmd/ksh93/include/history.h +++ b/src/cmd/ksh93/include/history.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/io.h b/src/cmd/ksh93/include/io.h index 73a2890a9..183f39184 100644 --- a/src/cmd/ksh93/include/io.h +++ b/src/cmd/ksh93/include/io.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/jobs.h b/src/cmd/ksh93/include/jobs.h index 115c6c9df..91b089c86 100644 --- a/src/cmd/ksh93/include/jobs.h +++ b/src/cmd/ksh93/include/jobs.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/lexstates.h b/src/cmd/ksh93/include/lexstates.h index 9bcb3ff0e..192b02b0b 100644 --- a/src/cmd/ksh93/include/lexstates.h +++ b/src/cmd/ksh93/include/lexstates.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/name.h b/src/cmd/ksh93/include/name.h index 804169f3c..4161758cf 100644 --- a/src/cmd/ksh93/include/name.h +++ b/src/cmd/ksh93/include/name.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/national.h b/src/cmd/ksh93/include/national.h index 56b26b15a..1d5d09228 100644 --- a/src/cmd/ksh93/include/national.h +++ b/src/cmd/ksh93/include/national.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/nval.h b/src/cmd/ksh93/include/nval.h index 8de446d3b..fb996b086 100644 --- a/src/cmd/ksh93/include/nval.h +++ b/src/cmd/ksh93/include/nval.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/path.h b/src/cmd/ksh93/include/path.h index 543ec06bb..0b70e1eef 100644 --- a/src/cmd/ksh93/include/path.h +++ b/src/cmd/ksh93/include/path.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/regress.h b/src/cmd/ksh93/include/regress.h index e3380f239..30d749f7a 100644 --- a/src/cmd/ksh93/include/regress.h +++ b/src/cmd/ksh93/include/regress.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/shell.h b/src/cmd/ksh93/include/shell.h index d411259ef..9fd169bf5 100644 --- a/src/cmd/ksh93/include/shell.h +++ b/src/cmd/ksh93/include/shell.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/shlex.h b/src/cmd/ksh93/include/shlex.h index b9315f116..67d48c3ef 100644 --- a/src/cmd/ksh93/include/shlex.h +++ b/src/cmd/ksh93/include/shlex.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/shnodes.h b/src/cmd/ksh93/include/shnodes.h index 1ca5c4ce6..1b4869d78 100644 --- a/src/cmd/ksh93/include/shnodes.h +++ b/src/cmd/ksh93/include/shnodes.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/shtable.h b/src/cmd/ksh93/include/shtable.h index a699cc4b4..51d031f49 100644 --- a/src/cmd/ksh93/include/shtable.h +++ b/src/cmd/ksh93/include/shtable.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/streval.h b/src/cmd/ksh93/include/streval.h index 8cb875f0d..28603f030 100644 --- a/src/cmd/ksh93/include/streval.h +++ b/src/cmd/ksh93/include/streval.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/terminal.h b/src/cmd/ksh93/include/terminal.h index 27cff30a4..b032c9fe1 100644 --- a/src/cmd/ksh93/include/terminal.h +++ b/src/cmd/ksh93/include/terminal.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/test.h b/src/cmd/ksh93/include/test.h index c06c0fac2..aeecd2864 100644 --- a/src/cmd/ksh93/include/test.h +++ b/src/cmd/ksh93/include/test.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/timeout.h b/src/cmd/ksh93/include/timeout.h index 24daf8dd9..b6c5d122e 100644 --- a/src/cmd/ksh93/include/timeout.h +++ b/src/cmd/ksh93/include/timeout.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1982-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/ulimit.h b/src/cmd/ksh93/include/ulimit.h index fc891b405..1a990e63c 100644 --- a/src/cmd/ksh93/include/ulimit.h +++ b/src/cmd/ksh93/include/ulimit.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/variables.h b/src/cmd/ksh93/include/variables.h index 7d6e5d60d..055d59b7b 100644 --- a/src/cmd/ksh93/include/variables.h +++ b/src/cmd/ksh93/include/variables.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/include/version.h b/src/cmd/ksh93/include/version.h index 5aa32ded7..3df64a7e5 100644 --- a/src/cmd/ksh93/include/version.h +++ b/src/cmd/ksh93/include/version.h @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/mamstate.c b/src/cmd/ksh93/mamstate.c index c96a3eaa7..58bf55eac 100644 --- a/src/cmd/ksh93/mamstate.c +++ b/src/cmd/ksh93/mamstate.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/args.c b/src/cmd/ksh93/sh/args.c index 582eb1a9c..feba0bf86 100644 --- a/src/cmd/ksh93/sh/args.c +++ b/src/cmd/ksh93/sh/args.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/arith.c b/src/cmd/ksh93/sh/arith.c index 1918b7772..ba256ceed 100644 --- a/src/cmd/ksh93/sh/arith.c +++ b/src/cmd/ksh93/sh/arith.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/array.c b/src/cmd/ksh93/sh/array.c index 24be646af..2e3abc663 100644 --- a/src/cmd/ksh93/sh/array.c +++ b/src/cmd/ksh93/sh/array.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/defs.c b/src/cmd/ksh93/sh/defs.c index ba0f6d03a..2fc5c26d8 100644 --- a/src/cmd/ksh93/sh/defs.c +++ b/src/cmd/ksh93/sh/defs.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/deparse.c b/src/cmd/ksh93/sh/deparse.c index 4318b7812..42d25ed87 100644 --- a/src/cmd/ksh93/sh/deparse.c +++ b/src/cmd/ksh93/sh/deparse.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/expand.c b/src/cmd/ksh93/sh/expand.c index 995476d39..c8b6d6db2 100644 --- a/src/cmd/ksh93/sh/expand.c +++ b/src/cmd/ksh93/sh/expand.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/fault.c b/src/cmd/ksh93/sh/fault.c index 28dfd39de..b5436e84d 100644 --- a/src/cmd/ksh93/sh/fault.c +++ b/src/cmd/ksh93/sh/fault.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2014 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/fcin.c b/src/cmd/ksh93/sh/fcin.c index 6eab4de0a..3c14fb6ed 100644 --- a/src/cmd/ksh93/sh/fcin.c +++ b/src/cmd/ksh93/sh/fcin.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/init.c b/src/cmd/ksh93/sh/init.c index d60a64434..85e6fac1e 100644 --- a/src/cmd/ksh93/sh/init.c +++ b/src/cmd/ksh93/sh/init.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/io.c b/src/cmd/ksh93/sh/io.c index 3e8fecd05..cf6f4eeac 100644 --- a/src/cmd/ksh93/sh/io.c +++ b/src/cmd/ksh93/sh/io.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/jobs.c b/src/cmd/ksh93/sh/jobs.c index 3227bc06f..cbf7063ca 100644 --- a/src/cmd/ksh93/sh/jobs.c +++ b/src/cmd/ksh93/sh/jobs.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/lex.c b/src/cmd/ksh93/sh/lex.c index 370c19d44..013c9646f 100644 --- a/src/cmd/ksh93/sh/lex.c +++ b/src/cmd/ksh93/sh/lex.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/macro.c b/src/cmd/ksh93/sh/macro.c index e06236a7d..82a24b324 100644 --- a/src/cmd/ksh93/sh/macro.c +++ b/src/cmd/ksh93/sh/macro.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/main.c b/src/cmd/ksh93/sh/main.c index dd6a21230..ec2d7c4ef 100644 --- a/src/cmd/ksh93/sh/main.c +++ b/src/cmd/ksh93/sh/main.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/name.c b/src/cmd/ksh93/sh/name.c index e583d103b..1aa87ae5f 100644 --- a/src/cmd/ksh93/sh/name.c +++ b/src/cmd/ksh93/sh/name.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/nvdisc.c b/src/cmd/ksh93/sh/nvdisc.c index 70acaae5d..7a061f6c6 100644 --- a/src/cmd/ksh93/sh/nvdisc.c +++ b/src/cmd/ksh93/sh/nvdisc.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/nvtree.c b/src/cmd/ksh93/sh/nvtree.c index 58611a8a9..bef9352f5 100644 --- a/src/cmd/ksh93/sh/nvtree.c +++ b/src/cmd/ksh93/sh/nvtree.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/nvtype.c b/src/cmd/ksh93/sh/nvtype.c index 94302c199..659e58d47 100644 --- a/src/cmd/ksh93/sh/nvtype.c +++ b/src/cmd/ksh93/sh/nvtype.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/parse.c b/src/cmd/ksh93/sh/parse.c index da9daf7d5..65b4d9553 100644 --- a/src/cmd/ksh93/sh/parse.c +++ b/src/cmd/ksh93/sh/parse.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/path.c b/src/cmd/ksh93/sh/path.c index 04bafea8e..fe97f2e96 100644 --- a/src/cmd/ksh93/sh/path.c +++ b/src/cmd/ksh93/sh/path.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/pmain.c b/src/cmd/ksh93/sh/pmain.c index 98d5acbcb..8bda66c07 100644 --- a/src/cmd/ksh93/sh/pmain.c +++ b/src/cmd/ksh93/sh/pmain.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/shcomp.c b/src/cmd/ksh93/sh/shcomp.c index d0c0b44d8..e418f3000 100644 --- a/src/cmd/ksh93/sh/shcomp.c +++ b/src/cmd/ksh93/sh/shcomp.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * @@ -34,7 +29,7 @@ static const char usage[] = "[-author?David Korn ]" "[-copyright?(c) 1982-2012 AT&T Intellectual Property]" "[-copyright?" SH_RELEASE_CPYR "]" -"[-license?http://www.eclipse.org/org/documents/epl-v10.html]" +"[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html]" "[--catalog?" SH_DICT "]" "[+NAME?shcomp - compile a shell script]" "[+DESCRIPTION?Unless \b-D\b is specified, \b\f?\f\b takes a shell script, " diff --git a/src/cmd/ksh93/sh/streval.c b/src/cmd/ksh93/sh/streval.c index c3a91bd09..f765f326f 100644 --- a/src/cmd/ksh93/sh/streval.c +++ b/src/cmd/ksh93/sh/streval.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/string.c b/src/cmd/ksh93/sh/string.c index 91809de27..ab0b429b6 100644 --- a/src/cmd/ksh93/sh/string.c +++ b/src/cmd/ksh93/sh/string.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/subshell.c b/src/cmd/ksh93/sh/subshell.c index b6e562158..016ecbd71 100644 --- a/src/cmd/ksh93/sh/subshell.c +++ b/src/cmd/ksh93/sh/subshell.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/suid_exec.c b/src/cmd/ksh93/sh/suid_exec.c index a1f2fe6c7..1acf46682 100644 --- a/src/cmd/ksh93/sh/suid_exec.c +++ b/src/cmd/ksh93/sh/suid_exec.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/tdump.c b/src/cmd/ksh93/sh/tdump.c index 1acf4940c..dc4a5ed10 100644 --- a/src/cmd/ksh93/sh/tdump.c +++ b/src/cmd/ksh93/sh/tdump.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/timers.c b/src/cmd/ksh93/sh/timers.c index 525a4b8ee..b3ad8c3d4 100644 --- a/src/cmd/ksh93/sh/timers.c +++ b/src/cmd/ksh93/sh/timers.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/trestore.c b/src/cmd/ksh93/sh/trestore.c index 51e0f1516..4794a1214 100644 --- a/src/cmd/ksh93/sh/trestore.c +++ b/src/cmd/ksh93/sh/trestore.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/waitevent.c b/src/cmd/ksh93/sh/waitevent.c index a78459839..925b0f8b7 100644 --- a/src/cmd/ksh93/sh/waitevent.c +++ b/src/cmd/ksh93/sh/waitevent.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/sh/xec.c b/src/cmd/ksh93/sh/xec.c index 9b962d432..8ba78b57c 100644 --- a/src/cmd/ksh93/sh/xec.c +++ b/src/cmd/ksh93/sh/xec.c @@ -4,16 +4,11 @@ * Copyright (c) 1982-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * David Korn * * * diff --git a/src/cmd/ksh93/tests/_common b/src/cmd/ksh93/tests/_common index 719be9151..7e06d1c15 100644 --- a/src/cmd/ksh93/tests/_common +++ b/src/cmd/ksh93/tests/_common @@ -2,14 +2,14 @@ # # # This file is part of the ksh 93u+m package # # Copyright (c) 1982-2012 AT&T Intellectual Property # -# Copyright (c) 2021 Contributors to ksh 93u+m # +# Copyright (c) 2021-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/ksh93/tests/alias.sh b/src/cmd/ksh93/tests/alias.sh index b97136cd0..bafe0e0de 100755 --- a/src/cmd/ksh93/tests/alias.sh +++ b/src/cmd/ksh93/tests/alias.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/append.sh b/src/cmd/ksh93/tests/append.sh index 569e92e4a..4b1e5e53e 100755 --- a/src/cmd/ksh93/tests/append.sh +++ b/src/cmd/ksh93/tests/append.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2012 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/arith.sh b/src/cmd/ksh93/tests/arith.sh index d2d14bc39..ed6515423 100755 --- a/src/cmd/ksh93/tests/arith.sh +++ b/src/cmd/ksh93/tests/arith.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/arrays.sh b/src/cmd/ksh93/tests/arrays.sh index 039afbab4..38294073a 100755 --- a/src/cmd/ksh93/tests/arrays.sh +++ b/src/cmd/ksh93/tests/arrays.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/arrays2.sh b/src/cmd/ksh93/tests/arrays2.sh index f37e03eca..0e07a0cf5 100755 --- a/src/cmd/ksh93/tests/arrays2.sh +++ b/src/cmd/ksh93/tests/arrays2.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/attributes.sh b/src/cmd/ksh93/tests/attributes.sh index eda4b1df4..ae0c0858b 100755 --- a/src/cmd/ksh93/tests/attributes.sh +++ b/src/cmd/ksh93/tests/attributes.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/basic.sh b/src/cmd/ksh93/tests/basic.sh index b00bdf6c1..fde2bd706 100755 --- a/src/cmd/ksh93/tests/basic.sh +++ b/src/cmd/ksh93/tests/basic.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/bracket.sh b/src/cmd/ksh93/tests/bracket.sh index 6118f0a90..5898a2c67 100755 --- a/src/cmd/ksh93/tests/bracket.sh +++ b/src/cmd/ksh93/tests/bracket.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/builtins.sh b/src/cmd/ksh93/tests/builtins.sh index e3718205e..b802a1501 100755 --- a/src/cmd/ksh93/tests/builtins.sh +++ b/src/cmd/ksh93/tests/builtins.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/case.sh b/src/cmd/ksh93/tests/case.sh index be2db96ad..3b68d121a 100755 --- a/src/cmd/ksh93/tests/case.sh +++ b/src/cmd/ksh93/tests/case.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/comvar.sh b/src/cmd/ksh93/tests/comvar.sh index 11118aa47..b4ee6a919 100755 --- a/src/cmd/ksh93/tests/comvar.sh +++ b/src/cmd/ksh93/tests/comvar.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/comvario.sh b/src/cmd/ksh93/tests/comvario.sh index 485a767a0..bf0b9131f 100755 --- a/src/cmd/ksh93/tests/comvario.sh +++ b/src/cmd/ksh93/tests/comvario.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # Roland Mainz # diff --git a/src/cmd/ksh93/tests/coprocess.sh b/src/cmd/ksh93/tests/coprocess.sh index e3ded3e96..a4ad712e3 100755 --- a/src/cmd/ksh93/tests/coprocess.sh +++ b/src/cmd/ksh93/tests/coprocess.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/cubetype.sh b/src/cmd/ksh93/tests/cubetype.sh index ce0b49356..96965e5c2 100755 --- a/src/cmd/ksh93/tests/cubetype.sh +++ b/src/cmd/ksh93/tests/cubetype.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/enum.sh b/src/cmd/ksh93/tests/enum.sh index d3452408d..d471f828b 100755 --- a/src/cmd/ksh93/tests/enum.sh +++ b/src/cmd/ksh93/tests/enum.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/exit.sh b/src/cmd/ksh93/tests/exit.sh index c4e71f1d2..2cedc6a5e 100755 --- a/src/cmd/ksh93/tests/exit.sh +++ b/src/cmd/ksh93/tests/exit.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/expand.sh b/src/cmd/ksh93/tests/expand.sh index b5ab9c622..ae6d64899 100755 --- a/src/cmd/ksh93/tests/expand.sh +++ b/src/cmd/ksh93/tests/expand.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/functions.sh b/src/cmd/ksh93/tests/functions.sh index ed20c9439..4b03a66d5 100755 --- a/src/cmd/ksh93/tests/functions.sh +++ b/src/cmd/ksh93/tests/functions.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/glob.sh b/src/cmd/ksh93/tests/glob.sh index 2083f66ef..6290c180e 100755 --- a/src/cmd/ksh93/tests/glob.sh +++ b/src/cmd/ksh93/tests/glob.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2012 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/grep.sh b/src/cmd/ksh93/tests/grep.sh index 7d058eb63..c6b1b5160 100755 --- a/src/cmd/ksh93/tests/grep.sh +++ b/src/cmd/ksh93/tests/grep.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/heredoc.sh b/src/cmd/ksh93/tests/heredoc.sh index ebab1cd4b..445b57767 100755 --- a/src/cmd/ksh93/tests/heredoc.sh +++ b/src/cmd/ksh93/tests/heredoc.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/io.sh b/src/cmd/ksh93/tests/io.sh index 4e640d957..af4d42f42 100755 --- a/src/cmd/ksh93/tests/io.sh +++ b/src/cmd/ksh93/tests/io.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/jobs.sh b/src/cmd/ksh93/tests/jobs.sh index 239c61fe4..5ae09193a 100755 --- a/src/cmd/ksh93/tests/jobs.sh +++ b/src/cmd/ksh93/tests/jobs.sh @@ -1,14 +1,14 @@ ######################################################################## # # # This file is part of the ksh 93u+m package # -# Copyright (c) 2021 Contributors to ksh 93u+m # +# Copyright (c) 2021-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/ksh93/tests/leaks.sh b/src/cmd/ksh93/tests/leaks.sh index 05d8040b1..3bb0bd96c 100755 --- a/src/cmd/ksh93/tests/leaks.sh +++ b/src/cmd/ksh93/tests/leaks.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # Martijn Dekker # diff --git a/src/cmd/ksh93/tests/locale.sh b/src/cmd/ksh93/tests/locale.sh index bf9b62ee8..5f8953354 100755 --- a/src/cmd/ksh93/tests/locale.sh +++ b/src/cmd/ksh93/tests/locale.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/math.sh b/src/cmd/ksh93/tests/math.sh index e62e9a33e..d3817fa90 100755 --- a/src/cmd/ksh93/tests/math.sh +++ b/src/cmd/ksh93/tests/math.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/nameref.sh b/src/cmd/ksh93/tests/nameref.sh index b31a4fdf7..dec2e2970 100755 --- a/src/cmd/ksh93/tests/nameref.sh +++ b/src/cmd/ksh93/tests/nameref.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/namespace.sh b/src/cmd/ksh93/tests/namespace.sh index 74d30d35d..113e2231b 100755 --- a/src/cmd/ksh93/tests/namespace.sh +++ b/src/cmd/ksh93/tests/namespace.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/options.sh b/src/cmd/ksh93/tests/options.sh index 66d22125a..af614e72c 100755 --- a/src/cmd/ksh93/tests/options.sh +++ b/src/cmd/ksh93/tests/options.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/path.sh b/src/cmd/ksh93/tests/path.sh index d4263213f..53aa3a3e0 100755 --- a/src/cmd/ksh93/tests/path.sh +++ b/src/cmd/ksh93/tests/path.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/pointtype.sh b/src/cmd/ksh93/tests/pointtype.sh index 4a4b4eceb..4a685c1b2 100755 --- a/src/cmd/ksh93/tests/pointtype.sh +++ b/src/cmd/ksh93/tests/pointtype.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/posix.sh b/src/cmd/ksh93/tests/posix.sh index d5d9358a6..4c69fc4c7 100644 --- a/src/cmd/ksh93/tests/posix.sh +++ b/src/cmd/ksh93/tests/posix.sh @@ -1,14 +1,14 @@ ######################################################################## # # # This file is part of the ksh 93u+m package # -# Copyright (c) 2020-2022 Contributors to ksh 93u+m # +# Copyright (c) 2022-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Martijn Dekker # # # diff --git a/src/cmd/ksh93/tests/pty.sh b/src/cmd/ksh93/tests/pty.sh index a1e9a3d14..17b456fce 100755 --- a/src/cmd/ksh93/tests/pty.sh +++ b/src/cmd/ksh93/tests/pty.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/quoting.sh b/src/cmd/ksh93/tests/quoting.sh index 856886421..ccc275707 100755 --- a/src/cmd/ksh93/tests/quoting.sh +++ b/src/cmd/ksh93/tests/quoting.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/quoting2.sh b/src/cmd/ksh93/tests/quoting2.sh index d55cd7182..f5f515222 100755 --- a/src/cmd/ksh93/tests/quoting2.sh +++ b/src/cmd/ksh93/tests/quoting2.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/readcsv.sh b/src/cmd/ksh93/tests/readcsv.sh index a5febce12..1a70f291b 100755 --- a/src/cmd/ksh93/tests/readcsv.sh +++ b/src/cmd/ksh93/tests/readcsv.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2012 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/readonly.sh b/src/cmd/ksh93/tests/readonly.sh index 35ec82bb9..233c2def4 100755 --- a/src/cmd/ksh93/tests/readonly.sh +++ b/src/cmd/ksh93/tests/readonly.sh @@ -2,14 +2,14 @@ # # # This file is part of the ksh 93u+m package # # Copyright (c) 1982-2012 AT&T Intellectual Property # -# Copyright (c) 2021 Contributors to ksh 93u+m # +# Copyright (c) 2021-2022 Contributors to ksh 93u+m # # # # and is licensed under the # -# Eclipse Public License, Version 1.0 # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # hyenias # # # diff --git a/src/cmd/ksh93/tests/recttype.sh b/src/cmd/ksh93/tests/recttype.sh index 5033c5474..7089daef9 100755 --- a/src/cmd/ksh93/tests/recttype.sh +++ b/src/cmd/ksh93/tests/recttype.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/restricted.sh b/src/cmd/ksh93/tests/restricted.sh index cd6a365c8..b1167f836 100755 --- a/src/cmd/ksh93/tests/restricted.sh +++ b/src/cmd/ksh93/tests/restricted.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/return.sh b/src/cmd/ksh93/tests/return.sh index b268421bb..326dc3fbd 100755 --- a/src/cmd/ksh93/tests/return.sh +++ b/src/cmd/ksh93/tests/return.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/select.sh b/src/cmd/ksh93/tests/select.sh index d25a31393..3697f9997 100755 --- a/src/cmd/ksh93/tests/select.sh +++ b/src/cmd/ksh93/tests/select.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/sh_match.sh b/src/cmd/ksh93/tests/sh_match.sh index 851efb389..f3b55c825 100755 --- a/src/cmd/ksh93/tests/sh_match.sh +++ b/src/cmd/ksh93/tests/sh_match.sh @@ -5,16 +5,11 @@ # Copyright (c) 2012 Roland Mainz # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # Roland Mainz # diff --git a/src/cmd/ksh93/tests/shtests b/src/cmd/ksh93/tests/shtests index 3b424dba7..43ef69fa6 100755 --- a/src/cmd/ksh93/tests/shtests +++ b/src/cmd/ksh93/tests/shtests @@ -14,7 +14,7 @@ USAGE=$' [-author?Glenn Fowler ] [-copyright?(c) 2000-2012 AT&T Intellectual Property] [-copyright?(c) 2020-2022 Contributors to https://github.com/ksh93/ksh] -[-license?http://www.eclipse.org/org/documents/epl-v10.html] +[-license?https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html] [+NAME?shtests - ksh regression test harness] [+DESCRIPTION?\bshtests\b is the \bksh\b(1) regression test harness for \b$SHELL\b or \bksh\b if \bSHELL\b is not defined and exported. If diff --git a/src/cmd/ksh93/tests/sigchld.sh b/src/cmd/ksh93/tests/sigchld.sh index 1ea123560..67b30f1ed 100755 --- a/src/cmd/ksh93/tests/sigchld.sh +++ b/src/cmd/ksh93/tests/sigchld.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/signal.sh b/src/cmd/ksh93/tests/signal.sh index 9d4b34ae8..085943aad 100755 --- a/src/cmd/ksh93/tests/signal.sh +++ b/src/cmd/ksh93/tests/signal.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/statics.sh b/src/cmd/ksh93/tests/statics.sh index c794918ad..dd2af2a45 100755 --- a/src/cmd/ksh93/tests/statics.sh +++ b/src/cmd/ksh93/tests/statics.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/subshell.sh b/src/cmd/ksh93/tests/subshell.sh index 402d083b2..55a5d4624 100755 --- a/src/cmd/ksh93/tests/subshell.sh +++ b/src/cmd/ksh93/tests/subshell.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/substring.sh b/src/cmd/ksh93/tests/substring.sh index a040c28e5..9c7fa080e 100755 --- a/src/cmd/ksh93/tests/substring.sh +++ b/src/cmd/ksh93/tests/substring.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/tilde.sh b/src/cmd/ksh93/tests/tilde.sh index 35a84f72b..0aa5d7377 100755 --- a/src/cmd/ksh93/tests/tilde.sh +++ b/src/cmd/ksh93/tests/tilde.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/timetype.sh b/src/cmd/ksh93/tests/timetype.sh index 9f7853a83..e80ecb70d 100755 --- a/src/cmd/ksh93/tests/timetype.sh +++ b/src/cmd/ksh93/tests/timetype.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/treemove.sh b/src/cmd/ksh93/tests/treemove.sh index 48a5831a4..2f9d5ef92 100755 --- a/src/cmd/ksh93/tests/treemove.sh +++ b/src/cmd/ksh93/tests/treemove.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/types.sh b/src/cmd/ksh93/tests/types.sh index 863578e54..c42f128bb 100755 --- a/src/cmd/ksh93/tests/types.sh +++ b/src/cmd/ksh93/tests/types.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/variables.sh b/src/cmd/ksh93/tests/variables.sh index a59ce3f18..835bf448d 100755 --- a/src/cmd/ksh93/tests/variables.sh +++ b/src/cmd/ksh93/tests/variables.sh @@ -4,16 +4,11 @@ # Copyright (c) 1982-2012 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/vartree1.sh b/src/cmd/ksh93/tests/vartree1.sh index 82a3ee9c8..78fc31db6 100755 --- a/src/cmd/ksh93/tests/vartree1.sh +++ b/src/cmd/ksh93/tests/vartree1.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/cmd/ksh93/tests/vartree2.sh b/src/cmd/ksh93/tests/vartree2.sh index 1a171bf29..55da6f305 100755 --- a/src/cmd/ksh93/tests/vartree2.sh +++ b/src/cmd/ksh93/tests/vartree2.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1982-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # David Korn # # # diff --git a/src/lib/libast/aso/aso-fcntl.c b/src/lib/libast/aso/aso-fcntl.c index 8a165566b..3303dd200 100644 --- a/src/lib/libast/aso/aso-fcntl.c +++ b/src/lib/libast/aso/aso-fcntl.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/aso-sem.c b/src/lib/libast/aso/aso-sem.c index 779be49a0..7b76b84ef 100644 --- a/src/lib/libast/aso/aso-sem.c +++ b/src/lib/libast/aso/aso-sem.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/aso.c b/src/lib/libast/aso/aso.c index b47885ed0..3d8ef5fd8 100644 --- a/src/lib/libast/aso/aso.c +++ b/src/lib/libast/aso/aso.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/asohdr.h b/src/lib/libast/aso/asohdr.h index a1e319fe6..8a4278b95 100644 --- a/src/lib/libast/aso/asohdr.h +++ b/src/lib/libast/aso/asohdr.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/asolock.c b/src/lib/libast/aso/asolock.c index 326e07f9d..07d9762e7 100644 --- a/src/lib/libast/aso/asolock.c +++ b/src/lib/libast/aso/asolock.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/asometh.c b/src/lib/libast/aso/asometh.c index dc5c286d9..577daad97 100644 --- a/src/lib/libast/aso/asometh.c +++ b/src/lib/libast/aso/asometh.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/aso/asorelax.c b/src/lib/libast/aso/asorelax.c index 83a7fcc3a..392ecc35c 100644 --- a/src/lib/libast/aso/asorelax.c +++ b/src/lib/libast/aso/asorelax.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/cdtlib.h b/src/lib/libast/cdt/cdtlib.h index 98b90a991..b4ea3714d 100644 --- a/src/lib/libast/cdt/cdtlib.h +++ b/src/lib/libast/cdt/cdtlib.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtclose.c b/src/lib/libast/cdt/dtclose.c index c2dad9698..1d2d0985b 100644 --- a/src/lib/libast/cdt/dtclose.c +++ b/src/lib/libast/cdt/dtclose.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtcomp.c b/src/lib/libast/cdt/dtcomp.c index a83d55b0c..d1bb3c3d2 100644 --- a/src/lib/libast/cdt/dtcomp.c +++ b/src/lib/libast/cdt/dtcomp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtdisc.c b/src/lib/libast/cdt/dtdisc.c index 8917fd432..0e0f01aeb 100644 --- a/src/lib/libast/cdt/dtdisc.c +++ b/src/lib/libast/cdt/dtdisc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dthash.c b/src/lib/libast/cdt/dthash.c index f6812db3a..daa54c6c4 100644 --- a/src/lib/libast/cdt/dthash.c +++ b/src/lib/libast/cdt/dthash.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dthdr.h b/src/lib/libast/cdt/dthdr.h index 3088ae9f9..3ba469c64 100644 --- a/src/lib/libast/cdt/dthdr.h +++ b/src/lib/libast/cdt/dthdr.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtlist.c b/src/lib/libast/cdt/dtlist.c index e4a54df38..c16709321 100644 --- a/src/lib/libast/cdt/dtlist.c +++ b/src/lib/libast/cdt/dtlist.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtmethod.c b/src/lib/libast/cdt/dtmethod.c index 3d27461ec..5b8d1c5df 100644 --- a/src/lib/libast/cdt/dtmethod.c +++ b/src/lib/libast/cdt/dtmethod.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtnew.c b/src/lib/libast/cdt/dtnew.c index 8057ebf28..f391de809 100644 --- a/src/lib/libast/cdt/dtnew.c +++ b/src/lib/libast/cdt/dtnew.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtopen.c b/src/lib/libast/cdt/dtopen.c index c38a81cdf..757a0c9a5 100644 --- a/src/lib/libast/cdt/dtopen.c +++ b/src/lib/libast/cdt/dtopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtstat.c b/src/lib/libast/cdt/dtstat.c index 75c495d9d..52ff79897 100644 --- a/src/lib/libast/cdt/dtstat.c +++ b/src/lib/libast/cdt/dtstat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtstrhash.c b/src/lib/libast/cdt/dtstrhash.c index be0ef7d9d..896e003ce 100644 --- a/src/lib/libast/cdt/dtstrhash.c +++ b/src/lib/libast/cdt/dtstrhash.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dttree.c b/src/lib/libast/cdt/dttree.c index 7cb7a2d47..db4f3c7b9 100644 --- a/src/lib/libast/cdt/dttree.c +++ b/src/lib/libast/cdt/dttree.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtuser.c b/src/lib/libast/cdt/dtuser.c index 0e98989fa..d04c0b710 100644 --- a/src/lib/libast/cdt/dtuser.c +++ b/src/lib/libast/cdt/dtuser.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtview.c b/src/lib/libast/cdt/dtview.c index ca9eb21d4..8d5a8bcff 100644 --- a/src/lib/libast/cdt/dtview.c +++ b/src/lib/libast/cdt/dtview.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/cdt/dtwalk.c b/src/lib/libast/cdt/dtwalk.c index 1e85a41bb..e161f06a0 100644 --- a/src/lib/libast/cdt/dtwalk.c +++ b/src/lib/libast/cdt/dtwalk.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/atexit.c b/src/lib/libast/comp/atexit.c index 47ad71706..950e9447f 100644 --- a/src/lib/libast/comp/atexit.c +++ b/src/lib/libast/comp/atexit.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/basename.c b/src/lib/libast/comp/basename.c index 780a6d1ac..ed45e85e7 100644 --- a/src/lib/libast/comp/basename.c +++ b/src/lib/libast/comp/basename.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/catopen.c b/src/lib/libast/comp/catopen.c index 5fc276540..a9f3f64f2 100644 --- a/src/lib/libast/comp/catopen.c +++ b/src/lib/libast/comp/catopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/closelog.c b/src/lib/libast/comp/closelog.c index e4e13d6af..66ad1464e 100644 --- a/src/lib/libast/comp/closelog.c +++ b/src/lib/libast/comp/closelog.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/conf.sh b/src/lib/libast/comp/conf.sh index 7f3af4c15..fc4a33f3c 100644 --- a/src/lib/libast/comp/conf.sh +++ b/src/lib/libast/comp/conf.sh @@ -4,16 +4,11 @@ # Copyright (c) 1985-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # David Korn # diff --git a/src/lib/libast/comp/dirname.c b/src/lib/libast/comp/dirname.c index 2d4762e4b..378d090bc 100644 --- a/src/lib/libast/comp/dirname.c +++ b/src/lib/libast/comp/dirname.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/dup2.c b/src/lib/libast/comp/dup2.c index 5f2f959e4..a33c89cd2 100644 --- a/src/lib/libast/comp/dup2.c +++ b/src/lib/libast/comp/dup2.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/eaccess.c b/src/lib/libast/comp/eaccess.c index 3f51e0470..bce65c69d 100644 --- a/src/lib/libast/comp/eaccess.c +++ b/src/lib/libast/comp/eaccess.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/errno.c b/src/lib/libast/comp/errno.c index ef9b9ef5f..0df8de731 100644 --- a/src/lib/libast/comp/errno.c +++ b/src/lib/libast/comp/errno.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/execlp.c b/src/lib/libast/comp/execlp.c index ee250c388..7f9ba1b77 100644 --- a/src/lib/libast/comp/execlp.c +++ b/src/lib/libast/comp/execlp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/execve.c b/src/lib/libast/comp/execve.c index 1affca430..24602c073 100644 --- a/src/lib/libast/comp/execve.c +++ b/src/lib/libast/comp/execve.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/execvp.c b/src/lib/libast/comp/execvp.c index 16db0eb2c..85f3efdfe 100644 --- a/src/lib/libast/comp/execvp.c +++ b/src/lib/libast/comp/execvp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/execvpe.c b/src/lib/libast/comp/execvpe.c index 519d7d798..4b662f8df 100644 --- a/src/lib/libast/comp/execvpe.c +++ b/src/lib/libast/comp/execvpe.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fakelink.h b/src/lib/libast/comp/fakelink.h index 375c905a2..33ae18445 100644 --- a/src/lib/libast/comp/fakelink.h +++ b/src/lib/libast/comp/fakelink.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fcntl.c b/src/lib/libast/comp/fcntl.c index a624a4fcb..294e132f4 100644 --- a/src/lib/libast/comp/fcntl.c +++ b/src/lib/libast/comp/fcntl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fmtmsg.h b/src/lib/libast/comp/fmtmsg.h index dcfc3b2d8..4a5a45c77 100644 --- a/src/lib/libast/comp/fmtmsg.h +++ b/src/lib/libast/comp/fmtmsg.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fmtmsglib.c b/src/lib/libast/comp/fmtmsglib.c index e40d74efc..3bc8ca9f2 100644 --- a/src/lib/libast/comp/fmtmsglib.c +++ b/src/lib/libast/comp/fmtmsglib.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fnmatch.c b/src/lib/libast/comp/fnmatch.c index 799558d74..6c5267358 100644 --- a/src/lib/libast/comp/fnmatch.c +++ b/src/lib/libast/comp/fnmatch.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fnmatch.h b/src/lib/libast/comp/fnmatch.h index 1faf52061..73e7484a9 100644 --- a/src/lib/libast/comp/fnmatch.h +++ b/src/lib/libast/comp/fnmatch.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/frexp.c b/src/lib/libast/comp/frexp.c index fb3b664e3..3fcfda9fc 100644 --- a/src/lib/libast/comp/frexp.c +++ b/src/lib/libast/comp/frexp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/frexpl.c b/src/lib/libast/comp/frexpl.c index 3d7cf4bec..ef6dee9e6 100644 --- a/src/lib/libast/comp/frexpl.c +++ b/src/lib/libast/comp/frexpl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/fsync.c b/src/lib/libast/comp/fsync.c index 479f5c314..a1b7f123c 100644 --- a/src/lib/libast/comp/fsync.c +++ b/src/lib/libast/comp/fsync.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/ftw.c b/src/lib/libast/comp/ftw.c index 6df84ad01..80ce8af42 100644 --- a/src/lib/libast/comp/ftw.c +++ b/src/lib/libast/comp/ftw.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/ftw.h b/src/lib/libast/comp/ftw.h index c2baffcad..8c10f901f 100644 --- a/src/lib/libast/comp/ftw.h +++ b/src/lib/libast/comp/ftw.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getdate.c b/src/lib/libast/comp/getdate.c index ae70a65f3..ca35f085e 100644 --- a/src/lib/libast/comp/getdate.c +++ b/src/lib/libast/comp/getdate.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getgroups.c b/src/lib/libast/comp/getgroups.c index 96600912d..498e24c29 100644 --- a/src/lib/libast/comp/getgroups.c +++ b/src/lib/libast/comp/getgroups.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getlogin.c b/src/lib/libast/comp/getlogin.c index d22c163c2..d606805b6 100644 --- a/src/lib/libast/comp/getlogin.c +++ b/src/lib/libast/comp/getlogin.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getopt.c b/src/lib/libast/comp/getopt.c index 73789cc0b..c506e1041 100644 --- a/src/lib/libast/comp/getopt.c +++ b/src/lib/libast/comp/getopt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getopt.h b/src/lib/libast/comp/getopt.h index b78d8adce..184f278f6 100644 --- a/src/lib/libast/comp/getopt.h +++ b/src/lib/libast/comp/getopt.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getoptl.c b/src/lib/libast/comp/getoptl.c index 71f5f8198..27e7a71c7 100644 --- a/src/lib/libast/comp/getoptl.c +++ b/src/lib/libast/comp/getoptl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getpgrp.c b/src/lib/libast/comp/getpgrp.c index 2842652c3..b780aad58 100644 --- a/src/lib/libast/comp/getpgrp.c +++ b/src/lib/libast/comp/getpgrp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getsubopt.c b/src/lib/libast/comp/getsubopt.c index 878caafc2..875fce51f 100644 --- a/src/lib/libast/comp/getsubopt.c +++ b/src/lib/libast/comp/getsubopt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/getwd.c b/src/lib/libast/comp/getwd.c index 4614f5c4e..68e554a3a 100644 --- a/src/lib/libast/comp/getwd.c +++ b/src/lib/libast/comp/getwd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/gross.c b/src/lib/libast/comp/gross.c index 244c4bfa3..11cac80bf 100644 --- a/src/lib/libast/comp/gross.c +++ b/src/lib/libast/comp/gross.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/gross_sgi.h b/src/lib/libast/comp/gross_sgi.h index 6001a28ad..b48a91613 100644 --- a/src/lib/libast/comp/gross_sgi.h +++ b/src/lib/libast/comp/gross_sgi.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/iconv.c b/src/lib/libast/comp/iconv.c index f2871925e..1db5b0683 100644 --- a/src/lib/libast/comp/iconv.c +++ b/src/lib/libast/comp/iconv.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/killpg.c b/src/lib/libast/comp/killpg.c index ebb7abfea..02d8489dd 100644 --- a/src/lib/libast/comp/killpg.c +++ b/src/lib/libast/comp/killpg.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/libgen.h b/src/lib/libast/comp/libgen.h index 5f26c09e2..77b0bf085 100644 --- a/src/lib/libast/comp/libgen.h +++ b/src/lib/libast/comp/libgen.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/link.c b/src/lib/libast/comp/link.c index ebfe3c286..67e4d31d5 100644 --- a/src/lib/libast/comp/link.c +++ b/src/lib/libast/comp/link.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/localeconv.c b/src/lib/libast/comp/localeconv.c index 82704da92..a9da1e4fe 100644 --- a/src/lib/libast/comp/localeconv.c +++ b/src/lib/libast/comp/localeconv.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/lstat.c b/src/lib/libast/comp/lstat.c index 4a0417d10..779186046 100644 --- a/src/lib/libast/comp/lstat.c +++ b/src/lib/libast/comp/lstat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memccpy.c b/src/lib/libast/comp/memccpy.c index b1c10b463..fafd4a3d4 100644 --- a/src/lib/libast/comp/memccpy.c +++ b/src/lib/libast/comp/memccpy.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memchr.c b/src/lib/libast/comp/memchr.c index ca1aac27b..b23932a99 100644 --- a/src/lib/libast/comp/memchr.c +++ b/src/lib/libast/comp/memchr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memcmp.c b/src/lib/libast/comp/memcmp.c index ca4114e71..dd1ccd311 100644 --- a/src/lib/libast/comp/memcmp.c +++ b/src/lib/libast/comp/memcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memcpy.c b/src/lib/libast/comp/memcpy.c index 989dafa35..950413afd 100644 --- a/src/lib/libast/comp/memcpy.c +++ b/src/lib/libast/comp/memcpy.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memmove.c b/src/lib/libast/comp/memmove.c index 6fc39952a..c6db4424f 100644 --- a/src/lib/libast/comp/memmove.c +++ b/src/lib/libast/comp/memmove.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/memset.c b/src/lib/libast/comp/memset.c index 90a52e904..6e36b891b 100644 --- a/src/lib/libast/comp/memset.c +++ b/src/lib/libast/comp/memset.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mkdir.c b/src/lib/libast/comp/mkdir.c index 23ea0e8f1..bc6eff300 100644 --- a/src/lib/libast/comp/mkdir.c +++ b/src/lib/libast/comp/mkdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mkfifo.c b/src/lib/libast/comp/mkfifo.c index d40ff2b60..8487e199f 100644 --- a/src/lib/libast/comp/mkfifo.c +++ b/src/lib/libast/comp/mkfifo.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mknod.c b/src/lib/libast/comp/mknod.c index 510f5cdd9..66d105e9c 100644 --- a/src/lib/libast/comp/mknod.c +++ b/src/lib/libast/comp/mknod.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mktemp.c b/src/lib/libast/comp/mktemp.c index 6e613c320..7ceec7a9d 100644 --- a/src/lib/libast/comp/mktemp.c +++ b/src/lib/libast/comp/mktemp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mktime.c b/src/lib/libast/comp/mktime.c index c06387cf2..39a3bd665 100644 --- a/src/lib/libast/comp/mktime.c +++ b/src/lib/libast/comp/mktime.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/mount.c b/src/lib/libast/comp/mount.c index 203f583e0..3fcb2c47a 100644 --- a/src/lib/libast/comp/mount.c +++ b/src/lib/libast/comp/mount.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/nftw.c b/src/lib/libast/comp/nftw.c index 318fcc9bf..834a93280 100644 --- a/src/lib/libast/comp/nftw.c +++ b/src/lib/libast/comp/nftw.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/open.c b/src/lib/libast/comp/open.c index 7093b171c..9022d3f66 100644 --- a/src/lib/libast/comp/open.c +++ b/src/lib/libast/comp/open.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/openlog.c b/src/lib/libast/comp/openlog.c index d12cddb20..f453f8ffb 100644 --- a/src/lib/libast/comp/openlog.c +++ b/src/lib/libast/comp/openlog.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/putenv.c b/src/lib/libast/comp/putenv.c index bd8883909..91ffa2f28 100644 --- a/src/lib/libast/comp/putenv.c +++ b/src/lib/libast/comp/putenv.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/re_comp.c b/src/lib/libast/comp/re_comp.c index 4a0bbaa0b..d78ccf5f5 100644 --- a/src/lib/libast/comp/re_comp.c +++ b/src/lib/libast/comp/re_comp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/re_comp.h b/src/lib/libast/comp/re_comp.h index 53acf6eb2..9a00447ae 100644 --- a/src/lib/libast/comp/re_comp.h +++ b/src/lib/libast/comp/re_comp.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/readlink.c b/src/lib/libast/comp/readlink.c index 307f10b2b..51f175f70 100644 --- a/src/lib/libast/comp/readlink.c +++ b/src/lib/libast/comp/readlink.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/realpath.c b/src/lib/libast/comp/realpath.c index 724f6bf76..accd404a9 100644 --- a/src/lib/libast/comp/realpath.c +++ b/src/lib/libast/comp/realpath.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/regcmp.c b/src/lib/libast/comp/regcmp.c index e362c4800..cab68fa45 100644 --- a/src/lib/libast/comp/regcmp.c +++ b/src/lib/libast/comp/regcmp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/regexp.c b/src/lib/libast/comp/regexp.c index 052d5c63e..bd944a8b2 100644 --- a/src/lib/libast/comp/regexp.c +++ b/src/lib/libast/comp/regexp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/regexp.h b/src/lib/libast/comp/regexp.h index 02be510cf..71fc7aed7 100644 --- a/src/lib/libast/comp/regexp.h +++ b/src/lib/libast/comp/regexp.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/remove.c b/src/lib/libast/comp/remove.c index 5e984999c..5bf5c1edf 100644 --- a/src/lib/libast/comp/remove.c +++ b/src/lib/libast/comp/remove.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/rename.c b/src/lib/libast/comp/rename.c index 05c0a2b6e..23b9603f9 100644 --- a/src/lib/libast/comp/rename.c +++ b/src/lib/libast/comp/rename.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/resolvepath.c b/src/lib/libast/comp/resolvepath.c index cb4d7b567..fc45116ce 100644 --- a/src/lib/libast/comp/resolvepath.c +++ b/src/lib/libast/comp/resolvepath.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/rmdir.c b/src/lib/libast/comp/rmdir.c index 6056fe738..1d74752e1 100644 --- a/src/lib/libast/comp/rmdir.c +++ b/src/lib/libast/comp/rmdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/setenv.c b/src/lib/libast/comp/setenv.c index 985a22666..12347d5a9 100644 --- a/src/lib/libast/comp/setenv.c +++ b/src/lib/libast/comp/setenv.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/setlocale.c b/src/lib/libast/comp/setlocale.c index 8be66ed2c..e1618d925 100644 --- a/src/lib/libast/comp/setlocale.c +++ b/src/lib/libast/comp/setlocale.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/setlogmask.c b/src/lib/libast/comp/setlogmask.c index 24bbf50d6..eb7f29176 100644 --- a/src/lib/libast/comp/setlogmask.c +++ b/src/lib/libast/comp/setlogmask.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/setpgid.c b/src/lib/libast/comp/setpgid.c index 9c1fef2d0..e8f3a98c7 100644 --- a/src/lib/libast/comp/setpgid.c +++ b/src/lib/libast/comp/setpgid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/setsid.c b/src/lib/libast/comp/setsid.c index b4a90a8f3..50ef8884d 100644 --- a/src/lib/libast/comp/setsid.c +++ b/src/lib/libast/comp/setsid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/sigflag.c b/src/lib/libast/comp/sigflag.c index eb2ab2bad..a5b631b73 100644 --- a/src/lib/libast/comp/sigflag.c +++ b/src/lib/libast/comp/sigflag.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/sigunblock.c b/src/lib/libast/comp/sigunblock.c index e1bf21ab3..589a19638 100644 --- a/src/lib/libast/comp/sigunblock.c +++ b/src/lib/libast/comp/sigunblock.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/spawnveg.c b/src/lib/libast/comp/spawnveg.c index d8355aa9b..bc1ed30c6 100644 --- a/src/lib/libast/comp/spawnveg.c +++ b/src/lib/libast/comp/spawnveg.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/statvfs.c b/src/lib/libast/comp/statvfs.c index 3d3f0ba94..e2dfe6bf4 100644 --- a/src/lib/libast/comp/statvfs.c +++ b/src/lib/libast/comp/statvfs.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strcasecmp.c b/src/lib/libast/comp/strcasecmp.c index aead9b8a1..90a76a4e6 100644 --- a/src/lib/libast/comp/strcasecmp.c +++ b/src/lib/libast/comp/strcasecmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strchr.c b/src/lib/libast/comp/strchr.c index fcbf2045e..12a851b32 100644 --- a/src/lib/libast/comp/strchr.c +++ b/src/lib/libast/comp/strchr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strftime.c b/src/lib/libast/comp/strftime.c index 26c8a6732..a81b25d7e 100644 --- a/src/lib/libast/comp/strftime.c +++ b/src/lib/libast/comp/strftime.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strncasecmp.c b/src/lib/libast/comp/strncasecmp.c index 7a2e1c749..1d3fde8e9 100644 --- a/src/lib/libast/comp/strncasecmp.c +++ b/src/lib/libast/comp/strncasecmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strptime.c b/src/lib/libast/comp/strptime.c index e3ed799fd..165f73422 100644 --- a/src/lib/libast/comp/strptime.c +++ b/src/lib/libast/comp/strptime.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strrchr.c b/src/lib/libast/comp/strrchr.c index 79b55b25c..e2f052386 100644 --- a/src/lib/libast/comp/strrchr.c +++ b/src/lib/libast/comp/strrchr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strstr.c b/src/lib/libast/comp/strstr.c index da168fe64..4bf8ecedf 100644 --- a/src/lib/libast/comp/strstr.c +++ b/src/lib/libast/comp/strstr.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtod.c b/src/lib/libast/comp/strtod.c index fda839de0..5c4285ce2 100644 --- a/src/lib/libast/comp/strtod.c +++ b/src/lib/libast/comp/strtod.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtol.c b/src/lib/libast/comp/strtol.c index b7828312b..49c46fef8 100644 --- a/src/lib/libast/comp/strtol.c +++ b/src/lib/libast/comp/strtol.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtold.c b/src/lib/libast/comp/strtold.c index eca6e5e3d..be5538593 100644 --- a/src/lib/libast/comp/strtold.c +++ b/src/lib/libast/comp/strtold.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtoll.c b/src/lib/libast/comp/strtoll.c index 0e96ecc7e..9054b977c 100644 --- a/src/lib/libast/comp/strtoll.c +++ b/src/lib/libast/comp/strtoll.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtoul.c b/src/lib/libast/comp/strtoul.c index 36e99a941..dcb4229d5 100644 --- a/src/lib/libast/comp/strtoul.c +++ b/src/lib/libast/comp/strtoul.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/strtoull.c b/src/lib/libast/comp/strtoull.c index 967fa91e4..3e4a02b79 100644 --- a/src/lib/libast/comp/strtoull.c +++ b/src/lib/libast/comp/strtoull.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/swab.c b/src/lib/libast/comp/swab.c index a823699aa..d48176cba 100644 --- a/src/lib/libast/comp/swab.c +++ b/src/lib/libast/comp/swab.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/symlink.c b/src/lib/libast/comp/symlink.c index 2b7e20407..59494521b 100644 --- a/src/lib/libast/comp/symlink.c +++ b/src/lib/libast/comp/symlink.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/syslog.c b/src/lib/libast/comp/syslog.c index 4415d411c..e01711c69 100644 --- a/src/lib/libast/comp/syslog.c +++ b/src/lib/libast/comp/syslog.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/syslog.h b/src/lib/libast/comp/syslog.h index 53fec29ba..6f456a7db 100644 --- a/src/lib/libast/comp/syslog.h +++ b/src/lib/libast/comp/syslog.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/sysloglib.h b/src/lib/libast/comp/sysloglib.h index d5dc5a785..6003accf6 100644 --- a/src/lib/libast/comp/sysloglib.h +++ b/src/lib/libast/comp/sysloglib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/system.c b/src/lib/libast/comp/system.c index 21d7e3df4..716fbbefe 100644 --- a/src/lib/libast/comp/system.c +++ b/src/lib/libast/comp/system.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/tempnam.c b/src/lib/libast/comp/tempnam.c index b414d2462..f78b3516d 100644 --- a/src/lib/libast/comp/tempnam.c +++ b/src/lib/libast/comp/tempnam.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/tmpnam.c b/src/lib/libast/comp/tmpnam.c index b7dad618a..a54b5ccd0 100644 --- a/src/lib/libast/comp/tmpnam.c +++ b/src/lib/libast/comp/tmpnam.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/unlink.c b/src/lib/libast/comp/unlink.c index 38e6d69cb..72c07dee0 100644 --- a/src/lib/libast/comp/unlink.c +++ b/src/lib/libast/comp/unlink.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/unsetenv.c b/src/lib/libast/comp/unsetenv.c index 9b45da8aa..4314f5cdd 100644 --- a/src/lib/libast/comp/unsetenv.c +++ b/src/lib/libast/comp/unsetenv.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/vfork.c b/src/lib/libast/comp/vfork.c index e5e2971ee..0916ee389 100644 --- a/src/lib/libast/comp/vfork.c +++ b/src/lib/libast/comp/vfork.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/waitpid.c b/src/lib/libast/comp/waitpid.c index a2dd224b8..342b4d6b9 100644 --- a/src/lib/libast/comp/waitpid.c +++ b/src/lib/libast/comp/waitpid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/wc.c b/src/lib/libast/comp/wc.c index 07a501e25..061542013 100644 --- a/src/lib/libast/comp/wc.c +++ b/src/lib/libast/comp/wc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/wordexp.c b/src/lib/libast/comp/wordexp.c index d1172a417..f8ce2e5e9 100644 --- a/src/lib/libast/comp/wordexp.c +++ b/src/lib/libast/comp/wordexp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/comp/wordexp.h b/src/lib/libast/comp/wordexp.h index b500dbe8f..94afcdf9e 100644 --- a/src/lib/libast/comp/wordexp.h +++ b/src/lib/libast/comp/wordexp.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/dirlib.h b/src/lib/libast/dir/dirlib.h index 51ba452aa..4b75bc364 100644 --- a/src/lib/libast/dir/dirlib.h +++ b/src/lib/libast/dir/dirlib.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/dirstd.h b/src/lib/libast/dir/dirstd.h index f4a6b5249..a717810f9 100644 --- a/src/lib/libast/dir/dirstd.h +++ b/src/lib/libast/dir/dirstd.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/getdents.c b/src/lib/libast/dir/getdents.c index 4a6d18d7a..7f98b1908 100644 --- a/src/lib/libast/dir/getdents.c +++ b/src/lib/libast/dir/getdents.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/opendir.c b/src/lib/libast/dir/opendir.c index 91728e462..793c2b915 100644 --- a/src/lib/libast/dir/opendir.c +++ b/src/lib/libast/dir/opendir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/readdir.c b/src/lib/libast/dir/readdir.c index b862d7cb0..b0e680591 100644 --- a/src/lib/libast/dir/readdir.c +++ b/src/lib/libast/dir/readdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/rewinddir.c b/src/lib/libast/dir/rewinddir.c index c85c80781..1fb0b6482 100644 --- a/src/lib/libast/dir/rewinddir.c +++ b/src/lib/libast/dir/rewinddir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/seekdir.c b/src/lib/libast/dir/seekdir.c index d75c739a4..a8c9f996a 100644 --- a/src/lib/libast/dir/seekdir.c +++ b/src/lib/libast/dir/seekdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/dir/telldir.c b/src/lib/libast/dir/telldir.c index 9c6ca4af8..9410e5d5e 100644 --- a/src/lib/libast/dir/telldir.c +++ b/src/lib/libast/dir/telldir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/memfatal.c b/src/lib/libast/disc/memfatal.c index 2b38d8c81..3754950c3 100644 --- a/src/lib/libast/disc/memfatal.c +++ b/src/lib/libast/disc/memfatal.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcdio.c b/src/lib/libast/disc/sfdcdio.c index c4150bfea..27ee649ad 100644 --- a/src/lib/libast/disc/sfdcdio.c +++ b/src/lib/libast/disc/sfdcdio.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcdos.c b/src/lib/libast/disc/sfdcdos.c index dd8b1e800..d3afac722 100644 --- a/src/lib/libast/disc/sfdcdos.c +++ b/src/lib/libast/disc/sfdcdos.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcfilter.c b/src/lib/libast/disc/sfdcfilter.c index 0cae0533e..9158b5f65 100644 --- a/src/lib/libast/disc/sfdcfilter.c +++ b/src/lib/libast/disc/sfdcfilter.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdchdr.h b/src/lib/libast/disc/sfdchdr.h index c99006e50..61a67fa21 100644 --- a/src/lib/libast/disc/sfdchdr.h +++ b/src/lib/libast/disc/sfdchdr.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcmore.c b/src/lib/libast/disc/sfdcmore.c index c267986c8..b38055d96 100644 --- a/src/lib/libast/disc/sfdcmore.c +++ b/src/lib/libast/disc/sfdcmore.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcprefix.c b/src/lib/libast/disc/sfdcprefix.c index f04a63a46..22a53668d 100644 --- a/src/lib/libast/disc/sfdcprefix.c +++ b/src/lib/libast/disc/sfdcprefix.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcseekable.c b/src/lib/libast/disc/sfdcseekable.c index cdcd55c01..060ecafb9 100644 --- a/src/lib/libast/disc/sfdcseekable.c +++ b/src/lib/libast/disc/sfdcseekable.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcslow.c b/src/lib/libast/disc/sfdcslow.c index ccb999e57..90880a1f2 100644 --- a/src/lib/libast/disc/sfdcslow.c +++ b/src/lib/libast/disc/sfdcslow.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcsubstr.c b/src/lib/libast/disc/sfdcsubstr.c index 158943307..77418fa49 100644 --- a/src/lib/libast/disc/sfdcsubstr.c +++ b/src/lib/libast/disc/sfdcsubstr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdctee.c b/src/lib/libast/disc/sfdctee.c index a21322600..f003fdad9 100644 --- a/src/lib/libast/disc/sfdctee.c +++ b/src/lib/libast/disc/sfdctee.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfdcunion.c b/src/lib/libast/disc/sfdcunion.c index ae9a1509a..ec21d223d 100644 --- a/src/lib/libast/disc/sfdcunion.c +++ b/src/lib/libast/disc/sfdcunion.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/disc/sfkeyprintf.c b/src/lib/libast/disc/sfkeyprintf.c index 6146e2dab..5fc1af331 100644 --- a/src/lib/libast/disc/sfkeyprintf.c +++ b/src/lib/libast/disc/sfkeyprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/align.c b/src/lib/libast/features/align.c index 776736007..4973e7e56 100644 --- a/src/lib/libast/features/align.c +++ b/src/lib/libast/features/align.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/botch.c b/src/lib/libast/features/botch.c index 4a4ef8a4c..9469cad92 100644 --- a/src/lib/libast/features/botch.c +++ b/src/lib/libast/features/botch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/fcntl.c b/src/lib/libast/features/fcntl.c index 0007a5bab..6553c3d2e 100644 --- a/src/lib/libast/features/fcntl.c +++ b/src/lib/libast/features/fcntl.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/libpath.sh b/src/lib/libast/features/libpath.sh index 2847a62bb..1d049b879 100644 --- a/src/lib/libast/features/libpath.sh +++ b/src/lib/libast/features/libpath.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1985-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # David Korn # diff --git a/src/lib/libast/features/limits.c b/src/lib/libast/features/limits.c index 03d9b9887..a1bec790a 100644 --- a/src/lib/libast/features/limits.c +++ b/src/lib/libast/features/limits.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/map.c b/src/lib/libast/features/map.c index 63660565a..5e26fb250 100644 --- a/src/lib/libast/features/map.c +++ b/src/lib/libast/features/map.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/mode.c b/src/lib/libast/features/mode.c index 6c3c58186..8b622e3e7 100644 --- a/src/lib/libast/features/mode.c +++ b/src/lib/libast/features/mode.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/param.sh b/src/lib/libast/features/param.sh index 37c3ebdf2..65e900d52 100644 --- a/src/lib/libast/features/param.sh +++ b/src/lib/libast/features/param.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1985-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # David Korn # diff --git a/src/lib/libast/features/preroot.sh b/src/lib/libast/features/preroot.sh index 33d04aa76..fd214ef6c 100644 --- a/src/lib/libast/features/preroot.sh +++ b/src/lib/libast/features/preroot.sh @@ -2,18 +2,13 @@ # # # This software is part of the ast package # # Copyright (c) 1985-2011 AT&T Intellectual Property # -# Copyright (c) 2020-2021 Contributors to ksh 93u+m # +# Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # David Korn # diff --git a/src/lib/libast/features/sfinit.c b/src/lib/libast/features/sfinit.c index d8985d168..50c32ab3c 100644 --- a/src/lib/libast/features/sfinit.c +++ b/src/lib/libast/features/sfinit.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/features/sig.sh b/src/lib/libast/features/sig.sh index 3e3177f6c..35e2e4e4e 100644 --- a/src/lib/libast/features/sig.sh +++ b/src/lib/libast/features/sig.sh @@ -4,16 +4,11 @@ # Copyright (c) 1985-2011 AT&T Intellectual Property # # Copyright (c) 2020-2022 Contributors to ksh 93u+m # # and is licensed under the # -# Eclipse Public License, Version 1.0 # -# by AT&T Intellectual Property # +# Eclipse Public License, Version 2.0 # # # # A copy of the License is available at # -# http://www.eclipse.org/org/documents/epl-v10.html # -# (with md5 checksum b35adb5213ca9657e911e9befb180842) # -# # -# Information and Software Systems Research # -# AT&T Research # -# Florham Park NJ # +# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html # +# (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) # # # # Glenn Fowler # # David Korn # diff --git a/src/lib/libast/features/signal.c b/src/lib/libast/features/signal.c index 4e0f2767b..160592c27 100644 --- a/src/lib/libast/features/signal.c +++ b/src/lib/libast/features/signal.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashalloc.c b/src/lib/libast/hash/hashalloc.c index 871d1a01f..a0e06c0c4 100644 --- a/src/lib/libast/hash/hashalloc.c +++ b/src/lib/libast/hash/hashalloc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashdump.c b/src/lib/libast/hash/hashdump.c index bd6eb4045..52a4fa33f 100644 --- a/src/lib/libast/hash/hashdump.c +++ b/src/lib/libast/hash/hashdump.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashfree.c b/src/lib/libast/hash/hashfree.c index a4840adc1..c64c12ab5 100644 --- a/src/lib/libast/hash/hashfree.c +++ b/src/lib/libast/hash/hashfree.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashlast.c b/src/lib/libast/hash/hashlast.c index 6b95f14bb..d57022f2d 100644 --- a/src/lib/libast/hash/hashlast.c +++ b/src/lib/libast/hash/hashlast.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashlib.h b/src/lib/libast/hash/hashlib.h index d3c397b19..3b8ecb96a 100644 --- a/src/lib/libast/hash/hashlib.h +++ b/src/lib/libast/hash/hashlib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashlook.c b/src/lib/libast/hash/hashlook.c index 753a32793..cd3421cbb 100644 --- a/src/lib/libast/hash/hashlook.c +++ b/src/lib/libast/hash/hashlook.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashscan.c b/src/lib/libast/hash/hashscan.c index 952e1c925..9ccfff7f2 100644 --- a/src/lib/libast/hash/hashscan.c +++ b/src/lib/libast/hash/hashscan.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashsize.c b/src/lib/libast/hash/hashsize.c index f815cfd98..d4a33b17c 100644 --- a/src/lib/libast/hash/hashsize.c +++ b/src/lib/libast/hash/hashsize.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashview.c b/src/lib/libast/hash/hashview.c index 8f53ebeca..ff28b5136 100644 --- a/src/lib/libast/hash/hashview.c +++ b/src/lib/libast/hash/hashview.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/hashwalk.c b/src/lib/libast/hash/hashwalk.c index 8fce770c7..1af30b4f6 100644 --- a/src/lib/libast/hash/hashwalk.c +++ b/src/lib/libast/hash/hashwalk.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/memhash.c b/src/lib/libast/hash/memhash.c index d2228dc36..071b47f68 100644 --- a/src/lib/libast/hash/memhash.c +++ b/src/lib/libast/hash/memhash.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/memsum.c b/src/lib/libast/hash/memsum.c index 3d98de657..623b463f6 100644 --- a/src/lib/libast/hash/memsum.c +++ b/src/lib/libast/hash/memsum.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/strhash.c b/src/lib/libast/hash/strhash.c index 2011b19d4..e8b8f5bac 100644 --- a/src/lib/libast/hash/strhash.c +++ b/src/lib/libast/hash/strhash.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/strkey.c b/src/lib/libast/hash/strkey.c index d2770c20e..b3d660b93 100644 --- a/src/lib/libast/hash/strkey.c +++ b/src/lib/libast/hash/strkey.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/hash/strsum.c b/src/lib/libast/hash/strsum.c index 2dde0b8b8..d398d270b 100644 --- a/src/lib/libast/hash/strsum.c +++ b/src/lib/libast/hash/strsum.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/aso.h b/src/lib/libast/include/aso.h index fc0086035..dd15628b9 100644 --- a/src/lib/libast/include/aso.h +++ b/src/lib/libast/include/aso.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ast.h b/src/lib/libast/include/ast.h index ddf85e8b8..081a40899 100644 --- a/src/lib/libast/include/ast.h +++ b/src/lib/libast/include/ast.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ast_dir.h b/src/lib/libast/include/ast_dir.h index dd5bf5206..7de1d937c 100644 --- a/src/lib/libast/include/ast_dir.h +++ b/src/lib/libast/include/ast_dir.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ast_getopt.h b/src/lib/libast/include/ast_getopt.h index d0e92b400..f41fa6974 100644 --- a/src/lib/libast/include/ast_getopt.h +++ b/src/lib/libast/include/ast_getopt.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ast_std.h b/src/lib/libast/include/ast_std.h index ac4068215..70acc7197 100644 --- a/src/lib/libast/include/ast_std.h +++ b/src/lib/libast/include/ast_std.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ast_windows.h b/src/lib/libast/include/ast_windows.h index 7437aef26..216c7a484 100644 --- a/src/lib/libast/include/ast_windows.h +++ b/src/lib/libast/include/ast_windows.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ccode.h b/src/lib/libast/include/ccode.h index 7d4bce948..b1763fdbd 100644 --- a/src/lib/libast/include/ccode.h +++ b/src/lib/libast/include/ccode.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/cdt.h b/src/lib/libast/include/cdt.h index 0b3de024c..6e1b4dc61 100644 --- a/src/lib/libast/include/cdt.h +++ b/src/lib/libast/include/cdt.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/cmdarg.h b/src/lib/libast/include/cmdarg.h index eab5a76b8..e45e88e47 100644 --- a/src/lib/libast/include/cmdarg.h +++ b/src/lib/libast/include/cmdarg.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/debug.h b/src/lib/libast/include/debug.h index 24efbd5bd..1b41a761e 100644 --- a/src/lib/libast/include/debug.h +++ b/src/lib/libast/include/debug.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/dt.h b/src/lib/libast/include/dt.h index 5da8bfd78..46065e875 100644 --- a/src/lib/libast/include/dt.h +++ b/src/lib/libast/include/dt.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/error.h b/src/lib/libast/include/error.h index 79caba196..25af6114b 100644 --- a/src/lib/libast/include/error.h +++ b/src/lib/libast/include/error.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/find.h b/src/lib/libast/include/find.h index db527f664..968bea332 100644 --- a/src/lib/libast/include/find.h +++ b/src/lib/libast/include/find.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/fnv.h b/src/lib/libast/include/fnv.h index c3b34b52b..e7df7f67f 100644 --- a/src/lib/libast/include/fnv.h +++ b/src/lib/libast/include/fnv.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/fts.h b/src/lib/libast/include/fts.h index a828b6e4d..be39b232f 100644 --- a/src/lib/libast/include/fts.h +++ b/src/lib/libast/include/fts.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ftwalk.h b/src/lib/libast/include/ftwalk.h index 1ee4029bf..37314b1fb 100644 --- a/src/lib/libast/include/ftwalk.h +++ b/src/lib/libast/include/ftwalk.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/glob.h b/src/lib/libast/include/glob.h index fa19ed388..e02cee475 100644 --- a/src/lib/libast/include/glob.h +++ b/src/lib/libast/include/glob.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/hash.h b/src/lib/libast/include/hash.h index 2d3267e68..3374ebb5d 100644 --- a/src/lib/libast/include/hash.h +++ b/src/lib/libast/include/hash.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/hashkey.h b/src/lib/libast/include/hashkey.h index 4b1654263..4a98ca054 100644 --- a/src/lib/libast/include/hashkey.h +++ b/src/lib/libast/include/hashkey.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/hashpart.h b/src/lib/libast/include/hashpart.h index bc057648d..178fc4f92 100644 --- a/src/lib/libast/include/hashpart.h +++ b/src/lib/libast/include/hashpart.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ip6.h b/src/lib/libast/include/ip6.h index 8253cf8c3..d3b3dd19c 100644 --- a/src/lib/libast/include/ip6.h +++ b/src/lib/libast/include/ip6.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/ls.h b/src/lib/libast/include/ls.h index 67c8daf97..4a492fcd7 100644 --- a/src/lib/libast/include/ls.h +++ b/src/lib/libast/include/ls.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/magic.h b/src/lib/libast/include/magic.h index 01b794f82..827b440f6 100644 --- a/src/lib/libast/include/magic.h +++ b/src/lib/libast/include/magic.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/magicid.h b/src/lib/libast/include/magicid.h index 643f4ee50..97554bcaf 100644 --- a/src/lib/libast/include/magicid.h +++ b/src/lib/libast/include/magicid.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/mc.h b/src/lib/libast/include/mc.h index 772959f8f..e97b27440 100644 --- a/src/lib/libast/include/mc.h +++ b/src/lib/libast/include/mc.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/mime.h b/src/lib/libast/include/mime.h index fb0fcc960..d97b5bd2f 100644 --- a/src/lib/libast/include/mime.h +++ b/src/lib/libast/include/mime.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/mnt.h b/src/lib/libast/include/mnt.h index 52c1a1fe0..2b888bb83 100644 --- a/src/lib/libast/include/mnt.h +++ b/src/lib/libast/include/mnt.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/modecanon.h b/src/lib/libast/include/modecanon.h index b0acd5ffa..2251a4d29 100644 --- a/src/lib/libast/include/modecanon.h +++ b/src/lib/libast/include/modecanon.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/modex.h b/src/lib/libast/include/modex.h index 30aa334b4..a489aca0b 100644 --- a/src/lib/libast/include/modex.h +++ b/src/lib/libast/include/modex.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/namval.h b/src/lib/libast/include/namval.h index 478582cf3..38bdbeb65 100644 --- a/src/lib/libast/include/namval.h +++ b/src/lib/libast/include/namval.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/option.h b/src/lib/libast/include/option.h index 5e11676ac..ec53e71a9 100644 --- a/src/lib/libast/include/option.h +++ b/src/lib/libast/include/option.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/proc.h b/src/lib/libast/include/proc.h index 06f223a2d..ae4c93fd8 100644 --- a/src/lib/libast/include/proc.h +++ b/src/lib/libast/include/proc.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/recfmt.h b/src/lib/libast/include/recfmt.h index 6c0f5bb92..7406655dd 100644 --- a/src/lib/libast/include/recfmt.h +++ b/src/lib/libast/include/recfmt.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/regex.h b/src/lib/libast/include/regex.h index 048b75482..ea8706e7e 100644 --- a/src/lib/libast/include/regex.h +++ b/src/lib/libast/include/regex.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/sfdisc.h b/src/lib/libast/include/sfdisc.h index d4ebb8fde..31c11cb0f 100644 --- a/src/lib/libast/include/sfdisc.h +++ b/src/lib/libast/include/sfdisc.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/sfio.h b/src/lib/libast/include/sfio.h index ac51ebb6a..7af5bf4f4 100644 --- a/src/lib/libast/include/sfio.h +++ b/src/lib/libast/include/sfio.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/sfio_s.h b/src/lib/libast/include/sfio_s.h index 4bc063827..4e059547f 100644 --- a/src/lib/libast/include/sfio_s.h +++ b/src/lib/libast/include/sfio_s.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/sfio_t.h b/src/lib/libast/include/sfio_t.h index fc1f1f91a..c3e2eb61c 100644 --- a/src/lib/libast/include/sfio_t.h +++ b/src/lib/libast/include/sfio_t.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/shcmd.h b/src/lib/libast/include/shcmd.h index 7107c266d..a6d02b606 100644 --- a/src/lib/libast/include/shcmd.h +++ b/src/lib/libast/include/shcmd.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/stack.h b/src/lib/libast/include/stack.h index 7e7ed9c63..e0f2761a2 100644 --- a/src/lib/libast/include/stack.h +++ b/src/lib/libast/include/stack.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/stak.h b/src/lib/libast/include/stak.h index 47c4e8157..4a63a3e97 100644 --- a/src/lib/libast/include/stak.h +++ b/src/lib/libast/include/stak.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/stk.h b/src/lib/libast/include/stk.h index 9de3cfdf0..fb110e35c 100644 --- a/src/lib/libast/include/stk.h +++ b/src/lib/libast/include/stk.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/swap.h b/src/lib/libast/include/swap.h index 2e6dd616b..4072e2189 100644 --- a/src/lib/libast/include/swap.h +++ b/src/lib/libast/include/swap.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/tar.h b/src/lib/libast/include/tar.h index d7a093644..a9667ade9 100644 --- a/src/lib/libast/include/tar.h +++ b/src/lib/libast/include/tar.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/times.h b/src/lib/libast/include/times.h index cac2e061c..b17306115 100644 --- a/src/lib/libast/include/times.h +++ b/src/lib/libast/include/times.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/tm.h b/src/lib/libast/include/tm.h index 54a891be2..9aa62cf6c 100644 --- a/src/lib/libast/include/tm.h +++ b/src/lib/libast/include/tm.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/tok.h b/src/lib/libast/include/tok.h index 540395c67..d4636e771 100644 --- a/src/lib/libast/include/tok.h +++ b/src/lib/libast/include/tok.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/usage.h b/src/lib/libast/include/usage.h index f1ebefeed..e35758e28 100644 --- a/src/lib/libast/include/usage.h +++ b/src/lib/libast/include/usage.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/vdb.h b/src/lib/libast/include/vdb.h index 7e793a920..fc3c216ea 100644 --- a/src/lib/libast/include/vdb.h +++ b/src/lib/libast/include/vdb.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/vecargs.h b/src/lib/libast/include/vecargs.h index cce8797b1..782c87f63 100644 --- a/src/lib/libast/include/vecargs.h +++ b/src/lib/libast/include/vecargs.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/vmalloc.h b/src/lib/libast/include/vmalloc.h index a306f6b64..6da066a73 100644 --- a/src/lib/libast/include/vmalloc.h +++ b/src/lib/libast/include/vmalloc.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/include/wait.h b/src/lib/libast/include/wait.h index b02615137..8612434f5 100644 --- a/src/lib/libast/include/wait.h +++ b/src/lib/libast/include/wait.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/astintercept.c b/src/lib/libast/misc/astintercept.c index 7096edbb0..689c16f63 100644 --- a/src/lib/libast/misc/astintercept.c +++ b/src/lib/libast/misc/astintercept.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/cmdarg.c b/src/lib/libast/misc/cmdarg.c index 35f3d5e8e..730734598 100644 --- a/src/lib/libast/misc/cmdarg.c +++ b/src/lib/libast/misc/cmdarg.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/cmdlib.h b/src/lib/libast/misc/cmdlib.h index d292f2f9e..892d26bd6 100644 --- a/src/lib/libast/misc/cmdlib.h +++ b/src/lib/libast/misc/cmdlib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/conformance.c b/src/lib/libast/misc/conformance.c index d56a6a2ce..6a02258ab 100644 --- a/src/lib/libast/misc/conformance.c +++ b/src/lib/libast/misc/conformance.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/debug.c b/src/lib/libast/misc/debug.c index f3a1102b4..e09286305 100644 --- a/src/lib/libast/misc/debug.c +++ b/src/lib/libast/misc/debug.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/error.c b/src/lib/libast/misc/error.c index 0f5b2f9f6..649c00b26 100644 --- a/src/lib/libast/misc/error.c +++ b/src/lib/libast/misc/error.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/errorf.c b/src/lib/libast/misc/errorf.c index 83681dfcc..9505e815f 100644 --- a/src/lib/libast/misc/errorf.c +++ b/src/lib/libast/misc/errorf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/errormsg.c b/src/lib/libast/misc/errormsg.c index 4962433cd..47d2ae28d 100644 --- a/src/lib/libast/misc/errormsg.c +++ b/src/lib/libast/misc/errormsg.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/errorx.c b/src/lib/libast/misc/errorx.c index ddc46eb27..9a6cc7a80 100644 --- a/src/lib/libast/misc/errorx.c +++ b/src/lib/libast/misc/errorx.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/findlib.h b/src/lib/libast/misc/findlib.h index d6007a4bb..35b78e846 100644 --- a/src/lib/libast/misc/findlib.h +++ b/src/lib/libast/misc/findlib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/fmtrec.c b/src/lib/libast/misc/fmtrec.c index e87dbcbb0..fab130047 100644 --- a/src/lib/libast/misc/fmtrec.c +++ b/src/lib/libast/misc/fmtrec.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/fts.c b/src/lib/libast/misc/fts.c index 2f351c7df..1781c93d9 100644 --- a/src/lib/libast/misc/fts.c +++ b/src/lib/libast/misc/fts.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/ftwalk.c b/src/lib/libast/misc/ftwalk.c index 59bd61830..0e1c2ea05 100644 --- a/src/lib/libast/misc/ftwalk.c +++ b/src/lib/libast/misc/ftwalk.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/ftwflags.c b/src/lib/libast/misc/ftwflags.c index 2a30da4de..b76cf95a7 100644 --- a/src/lib/libast/misc/ftwflags.c +++ b/src/lib/libast/misc/ftwflags.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/getcwd.c b/src/lib/libast/misc/getcwd.c index 046ccbfa7..2d408c89a 100644 --- a/src/lib/libast/misc/getcwd.c +++ b/src/lib/libast/misc/getcwd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/getenv.c b/src/lib/libast/misc/getenv.c index a0a71d5b8..2bb445fc8 100644 --- a/src/lib/libast/misc/getenv.c +++ b/src/lib/libast/misc/getenv.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/glob.c b/src/lib/libast/misc/glob.c index 0448f9530..ab26b9705 100644 --- a/src/lib/libast/misc/glob.c +++ b/src/lib/libast/misc/glob.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/intercepts.h b/src/lib/libast/misc/intercepts.h index 037442fd4..468cd5c25 100644 --- a/src/lib/libast/misc/intercepts.h +++ b/src/lib/libast/misc/intercepts.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/magic.c b/src/lib/libast/misc/magic.c index eb13650e5..1f99fcf80 100644 --- a/src/lib/libast/misc/magic.c +++ b/src/lib/libast/misc/magic.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/mime.c b/src/lib/libast/misc/mime.c index 200d46182..77b7ab4a4 100644 --- a/src/lib/libast/misc/mime.c +++ b/src/lib/libast/misc/mime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/mimelib.h b/src/lib/libast/misc/mimelib.h index 227f93fe5..931ab8d6b 100644 --- a/src/lib/libast/misc/mimelib.h +++ b/src/lib/libast/misc/mimelib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/mimetype.c b/src/lib/libast/misc/mimetype.c index a476362ea..159a1a476 100644 --- a/src/lib/libast/misc/mimetype.c +++ b/src/lib/libast/misc/mimetype.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/optctx.c b/src/lib/libast/misc/optctx.c index 9e1e8ed02..cb26185fc 100644 --- a/src/lib/libast/misc/optctx.c +++ b/src/lib/libast/misc/optctx.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/optesc.c b/src/lib/libast/misc/optesc.c index b526b1a3b..f087a24e9 100644 --- a/src/lib/libast/misc/optesc.c +++ b/src/lib/libast/misc/optesc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/optget.c b/src/lib/libast/misc/optget.c index ce24bbfc9..9c2d3dd2b 100644 --- a/src/lib/libast/misc/optget.c +++ b/src/lib/libast/misc/optget.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/optjoin.c b/src/lib/libast/misc/optjoin.c index 2fb8632d6..c2a0d4dfd 100644 --- a/src/lib/libast/misc/optjoin.c +++ b/src/lib/libast/misc/optjoin.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/optlib.h b/src/lib/libast/misc/optlib.h index 159d1e933..1556c4557 100644 --- a/src/lib/libast/misc/optlib.h +++ b/src/lib/libast/misc/optlib.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/procclose.c b/src/lib/libast/misc/procclose.c index 136afe9bf..9de71a4f5 100644 --- a/src/lib/libast/misc/procclose.c +++ b/src/lib/libast/misc/procclose.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/procfree.c b/src/lib/libast/misc/procfree.c index 966571263..672ee1453 100644 --- a/src/lib/libast/misc/procfree.c +++ b/src/lib/libast/misc/procfree.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/proclib.h b/src/lib/libast/misc/proclib.h index 70c60b526..6b1a48054 100644 --- a/src/lib/libast/misc/proclib.h +++ b/src/lib/libast/misc/proclib.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/procopen.c b/src/lib/libast/misc/procopen.c index 4e46f5458..6b59c3eee 100644 --- a/src/lib/libast/misc/procopen.c +++ b/src/lib/libast/misc/procopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/procrun.c b/src/lib/libast/misc/procrun.c index e870dad38..b1e370176 100644 --- a/src/lib/libast/misc/procrun.c +++ b/src/lib/libast/misc/procrun.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/recfmt.c b/src/lib/libast/misc/recfmt.c index a4546cbfe..cdca394c2 100644 --- a/src/lib/libast/misc/recfmt.c +++ b/src/lib/libast/misc/recfmt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/reclen.c b/src/lib/libast/misc/reclen.c index c0962f024..f26289312 100644 --- a/src/lib/libast/misc/reclen.c +++ b/src/lib/libast/misc/reclen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/recstr.c b/src/lib/libast/misc/recstr.c index d3eb702b9..6d91021c5 100644 --- a/src/lib/libast/misc/recstr.c +++ b/src/lib/libast/misc/recstr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/setenviron.c b/src/lib/libast/misc/setenviron.c index 353d8f1af..d8cf6ec71 100644 --- a/src/lib/libast/misc/setenviron.c +++ b/src/lib/libast/misc/setenviron.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/sigcrit.c b/src/lib/libast/misc/sigcrit.c index 1d34dc3e1..0851e84ae 100644 --- a/src/lib/libast/misc/sigcrit.c +++ b/src/lib/libast/misc/sigcrit.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/sigdata.c b/src/lib/libast/misc/sigdata.c index 7defa2d7d..149ad4148 100644 --- a/src/lib/libast/misc/sigdata.c +++ b/src/lib/libast/misc/sigdata.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/signal.c b/src/lib/libast/misc/signal.c index f96a80dbc..8a593bd91 100644 --- a/src/lib/libast/misc/signal.c +++ b/src/lib/libast/misc/signal.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/stack.c b/src/lib/libast/misc/stack.c index 9dc8f49ed..c5c878a07 100644 --- a/src/lib/libast/misc/stack.c +++ b/src/lib/libast/misc/stack.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/state.c b/src/lib/libast/misc/state.c index 463d82f18..2b81428bf 100644 --- a/src/lib/libast/misc/state.c +++ b/src/lib/libast/misc/state.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/stk.c b/src/lib/libast/misc/stk.c index 077904771..d6d1c0da5 100644 --- a/src/lib/libast/misc/stk.c +++ b/src/lib/libast/misc/stk.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/systrace.c b/src/lib/libast/misc/systrace.c index 1c23a769a..fe85fd854 100644 --- a/src/lib/libast/misc/systrace.c +++ b/src/lib/libast/misc/systrace.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/translate.c b/src/lib/libast/misc/translate.c index 644cce17a..5b327b57a 100644 --- a/src/lib/libast/misc/translate.c +++ b/src/lib/libast/misc/translate.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/univdata.c b/src/lib/libast/misc/univdata.c index 650ef4f3c..a6340db7b 100644 --- a/src/lib/libast/misc/univdata.c +++ b/src/lib/libast/misc/univdata.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/misc/univlib.h b/src/lib/libast/misc/univlib.h index 5d1282cd4..2ccb4cde7 100644 --- a/src/lib/libast/misc/univlib.h +++ b/src/lib/libast/misc/univlib.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathaccess.c b/src/lib/libast/path/pathaccess.c index f4d17b37d..eecb5b23f 100644 --- a/src/lib/libast/path/pathaccess.c +++ b/src/lib/libast/path/pathaccess.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathbin.c b/src/lib/libast/path/pathbin.c index 008ea443b..a9c95a967 100644 --- a/src/lib/libast/path/pathbin.c +++ b/src/lib/libast/path/pathbin.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathcanon.c b/src/lib/libast/path/pathcanon.c index b2e5f3778..22f708b4e 100644 --- a/src/lib/libast/path/pathcanon.c +++ b/src/lib/libast/path/pathcanon.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathcat.c b/src/lib/libast/path/pathcat.c index 7735359e6..248ba0790 100644 --- a/src/lib/libast/path/pathcat.c +++ b/src/lib/libast/path/pathcat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathcd.c b/src/lib/libast/path/pathcd.c index 9a54d0332..35696ec95 100644 --- a/src/lib/libast/path/pathcd.c +++ b/src/lib/libast/path/pathcd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathcheck.c b/src/lib/libast/path/pathcheck.c index d7eaaafa7..994ee897a 100644 --- a/src/lib/libast/path/pathcheck.c +++ b/src/lib/libast/path/pathcheck.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathexists.c b/src/lib/libast/path/pathexists.c index 67315d912..34fd8793a 100644 --- a/src/lib/libast/path/pathexists.c +++ b/src/lib/libast/path/pathexists.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathfind.c b/src/lib/libast/path/pathfind.c index 487cf15aa..4b7eff855 100644 --- a/src/lib/libast/path/pathfind.c +++ b/src/lib/libast/path/pathfind.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathgetlink.c b/src/lib/libast/path/pathgetlink.c index 6572ed672..e1bad112e 100644 --- a/src/lib/libast/path/pathgetlink.c +++ b/src/lib/libast/path/pathgetlink.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathicase.c b/src/lib/libast/path/pathicase.c index 725f9d1ad..bf9ee2754 100644 --- a/src/lib/libast/path/pathicase.c +++ b/src/lib/libast/path/pathicase.c @@ -1,14 +1,14 @@ /*********************************************************************** * * * This file is part of the ksh 93u+m package * -* Copyright (c) 2021 Contributors to ksh 93u+m * +* Copyright (c) 2021-2022 Contributors to ksh 93u+m * * * * and is licensed under the * -* Eclipse Public License, Version 1.0 * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Martijn Dekker * * * diff --git a/src/lib/libast/path/pathkey.c b/src/lib/libast/path/pathkey.c index fc1d54d87..79b5a3d82 100644 --- a/src/lib/libast/path/pathkey.c +++ b/src/lib/libast/path/pathkey.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathnative.c b/src/lib/libast/path/pathnative.c index f02cc9eea..862eadaa8 100644 --- a/src/lib/libast/path/pathnative.c +++ b/src/lib/libast/path/pathnative.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathpath.c b/src/lib/libast/path/pathpath.c index b3fb083a4..8e058fe07 100644 --- a/src/lib/libast/path/pathpath.c +++ b/src/lib/libast/path/pathpath.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathposix.c b/src/lib/libast/path/pathposix.c index a3c584382..9123a184b 100644 --- a/src/lib/libast/path/pathposix.c +++ b/src/lib/libast/path/pathposix.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathprobe.c b/src/lib/libast/path/pathprobe.c index 04ba2bb06..174aca74e 100644 --- a/src/lib/libast/path/pathprobe.c +++ b/src/lib/libast/path/pathprobe.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathprog.c b/src/lib/libast/path/pathprog.c index 4a535295a..c89ceffaf 100644 --- a/src/lib/libast/path/pathprog.c +++ b/src/lib/libast/path/pathprog.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathrepl.c b/src/lib/libast/path/pathrepl.c index 2d517f528..849ffaa75 100644 --- a/src/lib/libast/path/pathrepl.c +++ b/src/lib/libast/path/pathrepl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathsetlink.c b/src/lib/libast/path/pathsetlink.c index 5a8875141..130a2d154 100644 --- a/src/lib/libast/path/pathsetlink.c +++ b/src/lib/libast/path/pathsetlink.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathshell.c b/src/lib/libast/path/pathshell.c index 694b0c251..23b77ba53 100644 --- a/src/lib/libast/path/pathshell.c +++ b/src/lib/libast/path/pathshell.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathstat.c b/src/lib/libast/path/pathstat.c index 3cf9d5e1b..60cf19e35 100644 --- a/src/lib/libast/path/pathstat.c +++ b/src/lib/libast/path/pathstat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathtemp.c b/src/lib/libast/path/pathtemp.c index 3056b895f..f7f7ae0dc 100644 --- a/src/lib/libast/path/pathtemp.c +++ b/src/lib/libast/path/pathtemp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/path/pathtmp.c b/src/lib/libast/path/pathtmp.c index 834afbc13..5323d9756 100644 --- a/src/lib/libast/path/pathtmp.c +++ b/src/lib/libast/path/pathtmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astconf.c b/src/lib/libast/port/astconf.c index bb6bb8af6..9926ba05f 100644 --- a/src/lib/libast/port/astconf.c +++ b/src/lib/libast/port/astconf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astcopy.c b/src/lib/libast/port/astcopy.c index 86910eb48..ea851bcb5 100644 --- a/src/lib/libast/port/astcopy.c +++ b/src/lib/libast/port/astcopy.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astdynamic.c b/src/lib/libast/port/astdynamic.c index 75df7c366..e686a58aa 100644 --- a/src/lib/libast/port/astdynamic.c +++ b/src/lib/libast/port/astdynamic.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astmath.c b/src/lib/libast/port/astmath.c index a92a0cfe6..35346ad4e 100644 --- a/src/lib/libast/port/astmath.c +++ b/src/lib/libast/port/astmath.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astquery.c b/src/lib/libast/port/astquery.c index aa9cee30e..daa7bfb10 100644 --- a/src/lib/libast/port/astquery.c +++ b/src/lib/libast/port/astquery.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/aststatic.c b/src/lib/libast/port/aststatic.c index d9eaf16eb..fd7d5352e 100644 --- a/src/lib/libast/port/aststatic.c +++ b/src/lib/libast/port/aststatic.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/astwinsize.c b/src/lib/libast/port/astwinsize.c index 808435f1c..afad2d1ff 100644 --- a/src/lib/libast/port/astwinsize.c +++ b/src/lib/libast/port/astwinsize.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/iblocks.c b/src/lib/libast/port/iblocks.c index 5c952f5a8..5ead4107f 100644 --- a/src/lib/libast/port/iblocks.c +++ b/src/lib/libast/port/iblocks.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/lc.c b/src/lib/libast/port/lc.c index 3a02252bc..0162a623b 100644 --- a/src/lib/libast/port/lc.c +++ b/src/lib/libast/port/lc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/lcgen.c b/src/lib/libast/port/lcgen.c index c6be6827f..2ea21958d 100644 --- a/src/lib/libast/port/lcgen.c +++ b/src/lib/libast/port/lcgen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/lclang.h b/src/lib/libast/port/lclang.h index 71b762827..d7bee3f2e 100644 --- a/src/lib/libast/port/lclang.h +++ b/src/lib/libast/port/lclang.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/lclib.h b/src/lib/libast/port/lclib.h index a0eac7583..cee2330bb 100644 --- a/src/lib/libast/port/lclib.h +++ b/src/lib/libast/port/lclib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/mc.c b/src/lib/libast/port/mc.c index c1e0b9340..f2bf0b605 100644 --- a/src/lib/libast/port/mc.c +++ b/src/lib/libast/port/mc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/mnt.c b/src/lib/libast/port/mnt.c index 351e08e79..c8a64b1e6 100644 --- a/src/lib/libast/port/mnt.c +++ b/src/lib/libast/port/mnt.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/port/touch.c b/src/lib/libast/port/touch.c index a7e132842..17b61a263 100644 --- a/src/lib/libast/port/touch.c +++ b/src/lib/libast/port/touch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/preroot/getpreroot.c b/src/lib/libast/preroot/getpreroot.c index c8bd1b0d2..105b58144 100644 --- a/src/lib/libast/preroot/getpreroot.c +++ b/src/lib/libast/preroot/getpreroot.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/preroot/ispreroot.c b/src/lib/libast/preroot/ispreroot.c index d74291132..51e9261e8 100644 --- a/src/lib/libast/preroot/ispreroot.c +++ b/src/lib/libast/preroot/ispreroot.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/preroot/realopen.c b/src/lib/libast/preroot/realopen.c index a44d38ed5..5205befcd 100644 --- a/src/lib/libast/preroot/realopen.c +++ b/src/lib/libast/preroot/realopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/preroot/setpreroot.c b/src/lib/libast/preroot/setpreroot.c index fbf988f5f..afdecb835 100644 --- a/src/lib/libast/preroot/setpreroot.c +++ b/src/lib/libast/preroot/setpreroot.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regalloc.c b/src/lib/libast/regex/regalloc.c index 5100bc43b..d2f2fae37 100644 --- a/src/lib/libast/regex/regalloc.c +++ b/src/lib/libast/regex/regalloc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regcache.c b/src/lib/libast/regex/regcache.c index 3e69c8e98..ed53a32d3 100644 --- a/src/lib/libast/regex/regcache.c +++ b/src/lib/libast/regex/regcache.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regclass.c b/src/lib/libast/regex/regclass.c index e33515756..1be629de5 100644 --- a/src/lib/libast/regex/regclass.c +++ b/src/lib/libast/regex/regclass.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regcoll.c b/src/lib/libast/regex/regcoll.c index 82e277fb0..82d9409b3 100644 --- a/src/lib/libast/regex/regcoll.c +++ b/src/lib/libast/regex/regcoll.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regcomp.c b/src/lib/libast/regex/regcomp.c index 33033a0e7..cfc3b5647 100644 --- a/src/lib/libast/regex/regcomp.c +++ b/src/lib/libast/regex/regcomp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regdecomp.c b/src/lib/libast/regex/regdecomp.c index c32c87271..3a5ba4985 100644 --- a/src/lib/libast/regex/regdecomp.c +++ b/src/lib/libast/regex/regdecomp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regerror.c b/src/lib/libast/regex/regerror.c index 4470c51df..83eb466b6 100644 --- a/src/lib/libast/regex/regerror.c +++ b/src/lib/libast/regex/regerror.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regexec.c b/src/lib/libast/regex/regexec.c index d5efa8a80..1975726cd 100644 --- a/src/lib/libast/regex/regexec.c +++ b/src/lib/libast/regex/regexec.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regfatal.c b/src/lib/libast/regex/regfatal.c index c5ce26646..7cb5b78d0 100644 --- a/src/lib/libast/regex/regfatal.c +++ b/src/lib/libast/regex/regfatal.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/reginit.c b/src/lib/libast/regex/reginit.c index 749ec75d6..ae95b32d5 100644 --- a/src/lib/libast/regex/reginit.c +++ b/src/lib/libast/regex/reginit.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/reglib.h b/src/lib/libast/regex/reglib.h index 5d894aee4..29c9d12cc 100644 --- a/src/lib/libast/regex/reglib.h +++ b/src/lib/libast/regex/reglib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regnexec.c b/src/lib/libast/regex/regnexec.c index 217ed6fe3..c14e8a1c4 100644 --- a/src/lib/libast/regex/regnexec.c +++ b/src/lib/libast/regex/regnexec.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regrecord.c b/src/lib/libast/regex/regrecord.c index b1950c242..39043b51b 100644 --- a/src/lib/libast/regex/regrecord.c +++ b/src/lib/libast/regex/regrecord.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regrexec.c b/src/lib/libast/regex/regrexec.c index 08291ba37..7bac2956b 100644 --- a/src/lib/libast/regex/regrexec.c +++ b/src/lib/libast/regex/regrexec.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regstat.c b/src/lib/libast/regex/regstat.c index 970ef3c05..f4920b7a8 100644 --- a/src/lib/libast/regex/regstat.c +++ b/src/lib/libast/regex/regstat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regsub.c b/src/lib/libast/regex/regsub.c index 3a3444cf9..01c5f0343 100644 --- a/src/lib/libast/regex/regsub.c +++ b/src/lib/libast/regex/regsub.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regsubcomp.c b/src/lib/libast/regex/regsubcomp.c index 030e1ab9d..83c21e677 100644 --- a/src/lib/libast/regex/regsubcomp.c +++ b/src/lib/libast/regex/regsubcomp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/regex/regsubexec.c b/src/lib/libast/regex/regsubexec.c index 3c337ee1d..1e4b6c381 100644 --- a/src/lib/libast/regex/regsubexec.c +++ b/src/lib/libast/regex/regsubexec.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfclrerr.c b/src/lib/libast/sfio/_sfclrerr.c index ecb211220..022df67f9 100644 --- a/src/lib/libast/sfio/_sfclrerr.c +++ b/src/lib/libast/sfio/_sfclrerr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfdlen.c b/src/lib/libast/sfio/_sfdlen.c index d28c6c28e..e32f77219 100644 --- a/src/lib/libast/sfio/_sfdlen.c +++ b/src/lib/libast/sfio/_sfdlen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfeof.c b/src/lib/libast/sfio/_sfeof.c index c8997a9dc..b8ef528cc 100644 --- a/src/lib/libast/sfio/_sfeof.c +++ b/src/lib/libast/sfio/_sfeof.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sferror.c b/src/lib/libast/sfio/_sferror.c index 5c665f9e4..dae7d4522 100644 --- a/src/lib/libast/sfio/_sferror.c +++ b/src/lib/libast/sfio/_sferror.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sffileno.c b/src/lib/libast/sfio/_sffileno.c index 46f0d0231..a744c4ea5 100644 --- a/src/lib/libast/sfio/_sffileno.c +++ b/src/lib/libast/sfio/_sffileno.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfgetc.c b/src/lib/libast/sfio/_sfgetc.c index aeaa52dc9..a62810c0c 100644 --- a/src/lib/libast/sfio/_sfgetc.c +++ b/src/lib/libast/sfio/_sfgetc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfgetl.c b/src/lib/libast/sfio/_sfgetl.c index c685a7556..504877780 100644 --- a/src/lib/libast/sfio/_sfgetl.c +++ b/src/lib/libast/sfio/_sfgetl.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfgetl2.c b/src/lib/libast/sfio/_sfgetl2.c index dd921e5af..8dc2c6f8e 100644 --- a/src/lib/libast/sfio/_sfgetl2.c +++ b/src/lib/libast/sfio/_sfgetl2.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfgetu.c b/src/lib/libast/sfio/_sfgetu.c index e1af0a2de..a050f3826 100644 --- a/src/lib/libast/sfio/_sfgetu.c +++ b/src/lib/libast/sfio/_sfgetu.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfgetu2.c b/src/lib/libast/sfio/_sfgetu2.c index 25cfd57fe..8f03860a7 100644 --- a/src/lib/libast/sfio/_sfgetu2.c +++ b/src/lib/libast/sfio/_sfgetu2.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfllen.c b/src/lib/libast/sfio/_sfllen.c index 1f49ea673..2672ee422 100644 --- a/src/lib/libast/sfio/_sfllen.c +++ b/src/lib/libast/sfio/_sfllen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfopen.c b/src/lib/libast/sfio/_sfopen.c index e5171b37d..3f1b46b99 100644 --- a/src/lib/libast/sfio/_sfopen.c +++ b/src/lib/libast/sfio/_sfopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfputc.c b/src/lib/libast/sfio/_sfputc.c index 75a31058c..c170bc579 100644 --- a/src/lib/libast/sfio/_sfputc.c +++ b/src/lib/libast/sfio/_sfputc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfputd.c b/src/lib/libast/sfio/_sfputd.c index bd78b0216..6a2931a01 100644 --- a/src/lib/libast/sfio/_sfputd.c +++ b/src/lib/libast/sfio/_sfputd.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfputl.c b/src/lib/libast/sfio/_sfputl.c index ee5d7260c..6bc81f285 100644 --- a/src/lib/libast/sfio/_sfputl.c +++ b/src/lib/libast/sfio/_sfputl.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfputm.c b/src/lib/libast/sfio/_sfputm.c index 4237b9a7d..a842ef6e2 100644 --- a/src/lib/libast/sfio/_sfputm.c +++ b/src/lib/libast/sfio/_sfputm.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfputu.c b/src/lib/libast/sfio/_sfputu.c index abad5136f..4547eb419 100644 --- a/src/lib/libast/sfio/_sfputu.c +++ b/src/lib/libast/sfio/_sfputu.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfslen.c b/src/lib/libast/sfio/_sfslen.c index 6f4d903e7..44212a8c1 100644 --- a/src/lib/libast/sfio/_sfslen.c +++ b/src/lib/libast/sfio/_sfslen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfstacked.c b/src/lib/libast/sfio/_sfstacked.c index c850cc5fc..65c8e5e87 100644 --- a/src/lib/libast/sfio/_sfstacked.c +++ b/src/lib/libast/sfio/_sfstacked.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfulen.c b/src/lib/libast/sfio/_sfulen.c index 9dc174f36..18886bcea 100644 --- a/src/lib/libast/sfio/_sfulen.c +++ b/src/lib/libast/sfio/_sfulen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/_sfvalue.c b/src/lib/libast/sfio/_sfvalue.c index 932e739f5..7fcc156a3 100644 --- a/src/lib/libast/sfio/_sfvalue.c +++ b/src/lib/libast/sfio/_sfvalue.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfclose.c b/src/lib/libast/sfio/sfclose.c index 469c51133..dd0c6e997 100644 --- a/src/lib/libast/sfio/sfclose.c +++ b/src/lib/libast/sfio/sfclose.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfclrlock.c b/src/lib/libast/sfio/sfclrlock.c index 21a5885fd..63714c81a 100644 --- a/src/lib/libast/sfio/sfclrlock.c +++ b/src/lib/libast/sfio/sfclrlock.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfcvt.c b/src/lib/libast/sfio/sfcvt.c index 65136afe8..808ec8f3b 100644 --- a/src/lib/libast/sfio/sfcvt.c +++ b/src/lib/libast/sfio/sfcvt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfdisc.c b/src/lib/libast/sfio/sfdisc.c index b3b3db36b..f21ac87b1 100644 --- a/src/lib/libast/sfio/sfdisc.c +++ b/src/lib/libast/sfio/sfdisc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfdlen.c b/src/lib/libast/sfio/sfdlen.c index 97491d4e2..a8eb75c37 100644 --- a/src/lib/libast/sfio/sfdlen.c +++ b/src/lib/libast/sfio/sfdlen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfecvt.c b/src/lib/libast/sfio/sfecvt.c index fb85b74e8..05632f446 100644 --- a/src/lib/libast/sfio/sfecvt.c +++ b/src/lib/libast/sfio/sfecvt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfexcept.c b/src/lib/libast/sfio/sfexcept.c index 0f918b276..c675c71b0 100644 --- a/src/lib/libast/sfio/sfexcept.c +++ b/src/lib/libast/sfio/sfexcept.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfextern.c b/src/lib/libast/sfio/sfextern.c index a680d22b5..7c21ef446 100644 --- a/src/lib/libast/sfio/sfextern.c +++ b/src/lib/libast/sfio/sfextern.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sffcvt.c b/src/lib/libast/sfio/sffcvt.c index 64821c086..58881403b 100644 --- a/src/lib/libast/sfio/sffcvt.c +++ b/src/lib/libast/sfio/sffcvt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sffilbuf.c b/src/lib/libast/sfio/sffilbuf.c index be11e2498..852ef0295 100644 --- a/src/lib/libast/sfio/sffilbuf.c +++ b/src/lib/libast/sfio/sffilbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfflsbuf.c b/src/lib/libast/sfio/sfflsbuf.c index a6c3606d3..90dc51e51 100644 --- a/src/lib/libast/sfio/sfflsbuf.c +++ b/src/lib/libast/sfio/sfflsbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfgetd.c b/src/lib/libast/sfio/sfgetd.c index f1cf33e3f..6c12e3d19 100644 --- a/src/lib/libast/sfio/sfgetd.c +++ b/src/lib/libast/sfio/sfgetd.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfgetl.c b/src/lib/libast/sfio/sfgetl.c index d0bff24d3..e82a6c726 100644 --- a/src/lib/libast/sfio/sfgetl.c +++ b/src/lib/libast/sfio/sfgetl.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfgetm.c b/src/lib/libast/sfio/sfgetm.c index 72666f2eb..236dac266 100644 --- a/src/lib/libast/sfio/sfgetm.c +++ b/src/lib/libast/sfio/sfgetm.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfgetr.c b/src/lib/libast/sfio/sfgetr.c index 98fcc81e8..ec241a0bf 100644 --- a/src/lib/libast/sfio/sfgetr.c +++ b/src/lib/libast/sfio/sfgetr.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfgetu.c b/src/lib/libast/sfio/sfgetu.c index 0215f8b66..a8d96d5d6 100644 --- a/src/lib/libast/sfio/sfgetu.c +++ b/src/lib/libast/sfio/sfgetu.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfhdr.h b/src/lib/libast/sfio/sfhdr.h index aa313d56c..4d87a422b 100644 --- a/src/lib/libast/sfio/sfhdr.h +++ b/src/lib/libast/sfio/sfhdr.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfllen.c b/src/lib/libast/sfio/sfllen.c index 6fcc7077a..a78e4926e 100644 --- a/src/lib/libast/sfio/sfllen.c +++ b/src/lib/libast/sfio/sfllen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfmode.c b/src/lib/libast/sfio/sfmode.c index d0c0626e1..4289eb0d1 100644 --- a/src/lib/libast/sfio/sfmode.c +++ b/src/lib/libast/sfio/sfmode.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfmove.c b/src/lib/libast/sfio/sfmove.c index 6b6b1a755..3cf01e43a 100644 --- a/src/lib/libast/sfio/sfmove.c +++ b/src/lib/libast/sfio/sfmove.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfnew.c b/src/lib/libast/sfio/sfnew.c index 2ab7d6b9e..ac359d6fd 100644 --- a/src/lib/libast/sfio/sfnew.c +++ b/src/lib/libast/sfio/sfnew.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfnotify.c b/src/lib/libast/sfio/sfnotify.c index d7f3fe6b9..dea03e57e 100644 --- a/src/lib/libast/sfio/sfnotify.c +++ b/src/lib/libast/sfio/sfnotify.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfnputc.c b/src/lib/libast/sfio/sfnputc.c index 12027b44b..626ff0fe2 100644 --- a/src/lib/libast/sfio/sfnputc.c +++ b/src/lib/libast/sfio/sfnputc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfopen.c b/src/lib/libast/sfio/sfopen.c index 2fb5973d0..70b5a5351 100644 --- a/src/lib/libast/sfio/sfopen.c +++ b/src/lib/libast/sfio/sfopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpeek.c b/src/lib/libast/sfio/sfpeek.c index 53b0dedfc..ca2235a74 100644 --- a/src/lib/libast/sfio/sfpeek.c +++ b/src/lib/libast/sfio/sfpeek.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpkrd.c b/src/lib/libast/sfio/sfpkrd.c index 8ee17f2be..b9fe2196e 100644 --- a/src/lib/libast/sfio/sfpkrd.c +++ b/src/lib/libast/sfio/sfpkrd.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpoll.c b/src/lib/libast/sfio/sfpoll.c index 9d34fb300..e986a2b60 100644 --- a/src/lib/libast/sfio/sfpoll.c +++ b/src/lib/libast/sfio/sfpoll.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpool.c b/src/lib/libast/sfio/sfpool.c index d6dbf175d..249a8511e 100644 --- a/src/lib/libast/sfio/sfpool.c +++ b/src/lib/libast/sfio/sfpool.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpopen.c b/src/lib/libast/sfio/sfpopen.c index 4c4cd412e..4cc6fced2 100644 --- a/src/lib/libast/sfio/sfpopen.c +++ b/src/lib/libast/sfio/sfpopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfprintf.c b/src/lib/libast/sfio/sfprintf.c index aac1b57df..ed244f7ee 100644 --- a/src/lib/libast/sfio/sfprintf.c +++ b/src/lib/libast/sfio/sfprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfprints.c b/src/lib/libast/sfio/sfprints.c index 6e8842cc0..31a8499df 100644 --- a/src/lib/libast/sfio/sfprints.c +++ b/src/lib/libast/sfio/sfprints.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfpurge.c b/src/lib/libast/sfio/sfpurge.c index 438b5e46f..d1e81e00c 100644 --- a/src/lib/libast/sfio/sfpurge.c +++ b/src/lib/libast/sfio/sfpurge.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfputd.c b/src/lib/libast/sfio/sfputd.c index edaf678bb..8c0b5b7a9 100644 --- a/src/lib/libast/sfio/sfputd.c +++ b/src/lib/libast/sfio/sfputd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfputl.c b/src/lib/libast/sfio/sfputl.c index 6147f5c50..9b809008a 100644 --- a/src/lib/libast/sfio/sfputl.c +++ b/src/lib/libast/sfio/sfputl.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfputm.c b/src/lib/libast/sfio/sfputm.c index d7bdfd6cc..f1492403a 100644 --- a/src/lib/libast/sfio/sfputm.c +++ b/src/lib/libast/sfio/sfputm.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfputr.c b/src/lib/libast/sfio/sfputr.c index 8f898552f..3d1ac0321 100644 --- a/src/lib/libast/sfio/sfputr.c +++ b/src/lib/libast/sfio/sfputr.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfputu.c b/src/lib/libast/sfio/sfputu.c index 64cace3f9..925bff9a6 100644 --- a/src/lib/libast/sfio/sfputu.c +++ b/src/lib/libast/sfio/sfputu.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfraise.c b/src/lib/libast/sfio/sfraise.c index 1f595d800..f07baae4a 100644 --- a/src/lib/libast/sfio/sfraise.c +++ b/src/lib/libast/sfio/sfraise.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfrd.c b/src/lib/libast/sfio/sfrd.c index 55ef94e26..55547eed0 100644 --- a/src/lib/libast/sfio/sfrd.c +++ b/src/lib/libast/sfio/sfrd.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfread.c b/src/lib/libast/sfio/sfread.c index 53d804d57..dbbaa4407 100644 --- a/src/lib/libast/sfio/sfread.c +++ b/src/lib/libast/sfio/sfread.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfreserve.c b/src/lib/libast/sfio/sfreserve.c index 74df325cf..c8ea6f89c 100644 --- a/src/lib/libast/sfio/sfreserve.c +++ b/src/lib/libast/sfio/sfreserve.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfresize.c b/src/lib/libast/sfio/sfresize.c index 0d87c1757..41b4b137d 100644 --- a/src/lib/libast/sfio/sfresize.c +++ b/src/lib/libast/sfio/sfresize.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfscanf.c b/src/lib/libast/sfio/sfscanf.c index 26737abd7..f94bbdefb 100644 --- a/src/lib/libast/sfio/sfscanf.c +++ b/src/lib/libast/sfio/sfscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfseek.c b/src/lib/libast/sfio/sfseek.c index 271ad977a..52cdd0e68 100644 --- a/src/lib/libast/sfio/sfseek.c +++ b/src/lib/libast/sfio/sfseek.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfset.c b/src/lib/libast/sfio/sfset.c index 65e2814c8..f9536dda4 100644 --- a/src/lib/libast/sfio/sfset.c +++ b/src/lib/libast/sfio/sfset.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfsetbuf.c b/src/lib/libast/sfio/sfsetbuf.c index 69281566b..4c95208de 100644 --- a/src/lib/libast/sfio/sfsetbuf.c +++ b/src/lib/libast/sfio/sfsetbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfsetfd.c b/src/lib/libast/sfio/sfsetfd.c index 9b262248c..161e80788 100644 --- a/src/lib/libast/sfio/sfsetfd.c +++ b/src/lib/libast/sfio/sfsetfd.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfsize.c b/src/lib/libast/sfio/sfsize.c index e308e615a..bcc35cbb9 100644 --- a/src/lib/libast/sfio/sfsize.c +++ b/src/lib/libast/sfio/sfsize.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfsk.c b/src/lib/libast/sfio/sfsk.c index 566c27eef..f7d9becc8 100644 --- a/src/lib/libast/sfio/sfsk.c +++ b/src/lib/libast/sfio/sfsk.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfstack.c b/src/lib/libast/sfio/sfstack.c index c500374a3..50b375264 100644 --- a/src/lib/libast/sfio/sfstack.c +++ b/src/lib/libast/sfio/sfstack.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfstrtod.c b/src/lib/libast/sfio/sfstrtod.c index 3b0bdfc02..18b6a3e9c 100644 --- a/src/lib/libast/sfio/sfstrtod.c +++ b/src/lib/libast/sfio/sfstrtod.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfstrtof.h b/src/lib/libast/sfio/sfstrtof.h index 0c7e95d65..b9a1d156e 100644 --- a/src/lib/libast/sfio/sfstrtof.h +++ b/src/lib/libast/sfio/sfstrtof.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfswap.c b/src/lib/libast/sfio/sfswap.c index 5c9537b32..f4eacd056 100644 --- a/src/lib/libast/sfio/sfswap.c +++ b/src/lib/libast/sfio/sfswap.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfsync.c b/src/lib/libast/sfio/sfsync.c index 734edadb2..ab56cec80 100644 --- a/src/lib/libast/sfio/sfsync.c +++ b/src/lib/libast/sfio/sfsync.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sftable.c b/src/lib/libast/sfio/sftable.c index 5810171f1..4f43d0d1f 100644 --- a/src/lib/libast/sfio/sftable.c +++ b/src/lib/libast/sfio/sftable.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sftell.c b/src/lib/libast/sfio/sftell.c index fc064df15..573bd9a4a 100644 --- a/src/lib/libast/sfio/sftell.c +++ b/src/lib/libast/sfio/sftell.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sftmp.c b/src/lib/libast/sfio/sftmp.c index 0ab5fa682..94e9e8b96 100644 --- a/src/lib/libast/sfio/sftmp.c +++ b/src/lib/libast/sfio/sftmp.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfungetc.c b/src/lib/libast/sfio/sfungetc.c index bed19d236..43c41a75b 100644 --- a/src/lib/libast/sfio/sfungetc.c +++ b/src/lib/libast/sfio/sfungetc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfvprintf.c b/src/lib/libast/sfio/sfvprintf.c index 23b74d815..b2a45169c 100644 --- a/src/lib/libast/sfio/sfvprintf.c +++ b/src/lib/libast/sfio/sfvprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfvscanf.c b/src/lib/libast/sfio/sfvscanf.c index e67cee4ac..0cbee0f6c 100644 --- a/src/lib/libast/sfio/sfvscanf.c +++ b/src/lib/libast/sfio/sfvscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfwalk.c b/src/lib/libast/sfio/sfwalk.c index 8eaba5c9c..139ad51a8 100644 --- a/src/lib/libast/sfio/sfwalk.c +++ b/src/lib/libast/sfio/sfwalk.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfwr.c b/src/lib/libast/sfio/sfwr.c index a3156951b..27c5889e3 100644 --- a/src/lib/libast/sfio/sfwr.c +++ b/src/lib/libast/sfio/sfwr.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/sfio/sfwrite.c b/src/lib/libast/sfio/sfwrite.c index fc2ba6f61..eb2d71e2d 100644 --- a/src/lib/libast/sfio/sfwrite.c +++ b/src/lib/libast/sfio/sfwrite.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/bytesex.h b/src/lib/libast/std/bytesex.h index 6123f0b08..21838a3c4 100644 --- a/src/lib/libast/std/bytesex.h +++ b/src/lib/libast/std/bytesex.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/dirent.h b/src/lib/libast/std/dirent.h index f433addb7..b8b300885 100644 --- a/src/lib/libast/std/dirent.h +++ b/src/lib/libast/std/dirent.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/endian.h b/src/lib/libast/std/endian.h index e62d4e277..cad4ad9d5 100644 --- a/src/lib/libast/std/endian.h +++ b/src/lib/libast/std/endian.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/iconv.h b/src/lib/libast/std/iconv.h index 9addfd28f..953e84479 100644 --- a/src/lib/libast/std/iconv.h +++ b/src/lib/libast/std/iconv.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/nl_types.h b/src/lib/libast/std/nl_types.h index 1c7e54f96..83f928fb3 100644 --- a/src/lib/libast/std/nl_types.h +++ b/src/lib/libast/std/nl_types.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/stdio.h b/src/lib/libast/std/stdio.h index 5268a6269..401a508a8 100644 --- a/src/lib/libast/std/stdio.h +++ b/src/lib/libast/std/stdio.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/wchar.h b/src/lib/libast/std/wchar.h index aab447a55..0c9a1edfa 100644 --- a/src/lib/libast/std/wchar.h +++ b/src/lib/libast/std/wchar.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/std/wctype.h b/src/lib/libast/std/wctype.h index 8a2ad740e..f9fe4c0d4 100644 --- a/src/lib/libast/std/wctype.h +++ b/src/lib/libast/std/wctype.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_doprnt.c b/src/lib/libast/stdio/_doprnt.c index 97b4a2b95..cd6d594f4 100644 --- a/src/lib/libast/stdio/_doprnt.c +++ b/src/lib/libast/stdio/_doprnt.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_doscan.c b/src/lib/libast/stdio/_doscan.c index e5f143a4c..f41b582e9 100644 --- a/src/lib/libast/stdio/_doscan.c +++ b/src/lib/libast/stdio/_doscan.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_filbuf.c b/src/lib/libast/stdio/_filbuf.c index a824ed596..627bf68ec 100644 --- a/src/lib/libast/stdio/_filbuf.c +++ b/src/lib/libast/stdio/_filbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_flsbuf.c b/src/lib/libast/stdio/_flsbuf.c index 2142c499a..b64e48ca2 100644 --- a/src/lib/libast/stdio/_flsbuf.c +++ b/src/lib/libast/stdio/_flsbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdopen.c b/src/lib/libast/stdio/_stdopen.c index 2b83bffd0..03ccd329e 100644 --- a/src/lib/libast/stdio/_stdopen.c +++ b/src/lib/libast/stdio/_stdopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdprintf.c b/src/lib/libast/stdio/_stdprintf.c index 0ccb1a534..32f38f7d4 100644 --- a/src/lib/libast/stdio/_stdprintf.c +++ b/src/lib/libast/stdio/_stdprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdscanf.c b/src/lib/libast/stdio/_stdscanf.c index 2d16cb801..3ef320307 100644 --- a/src/lib/libast/stdio/_stdscanf.c +++ b/src/lib/libast/stdio/_stdscanf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdsprnt.c b/src/lib/libast/stdio/_stdsprnt.c index 46e85ba03..0ea089620 100644 --- a/src/lib/libast/stdio/_stdsprnt.c +++ b/src/lib/libast/stdio/_stdsprnt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdvbuf.c b/src/lib/libast/stdio/_stdvbuf.c index 860f31858..f08bc09f5 100644 --- a/src/lib/libast/stdio/_stdvbuf.c +++ b/src/lib/libast/stdio/_stdvbuf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdvsnprnt.c b/src/lib/libast/stdio/_stdvsnprnt.c index c8ffa8647..52976a1fa 100644 --- a/src/lib/libast/stdio/_stdvsnprnt.c +++ b/src/lib/libast/stdio/_stdvsnprnt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdvsprnt.c b/src/lib/libast/stdio/_stdvsprnt.c index 7cdd34be8..df16e31a7 100644 --- a/src/lib/libast/stdio/_stdvsprnt.c +++ b/src/lib/libast/stdio/_stdvsprnt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/_stdvsscn.c b/src/lib/libast/stdio/_stdvsscn.c index 01177a98f..f32199d8a 100644 --- a/src/lib/libast/stdio/_stdvsscn.c +++ b/src/lib/libast/stdio/_stdvsscn.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/asprintf.c b/src/lib/libast/stdio/asprintf.c index 6cb7de492..52433a4fe 100644 --- a/src/lib/libast/stdio/asprintf.c +++ b/src/lib/libast/stdio/asprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/clearerr.c b/src/lib/libast/stdio/clearerr.c index 2fea2f517..05e603c89 100644 --- a/src/lib/libast/stdio/clearerr.c +++ b/src/lib/libast/stdio/clearerr.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fclose.c b/src/lib/libast/stdio/fclose.c index 1fdaeb652..4432fbc7c 100644 --- a/src/lib/libast/stdio/fclose.c +++ b/src/lib/libast/stdio/fclose.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fcloseall.c b/src/lib/libast/stdio/fcloseall.c index 479eab98d..bf3dcc316 100644 --- a/src/lib/libast/stdio/fcloseall.c +++ b/src/lib/libast/stdio/fcloseall.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fdopen.c b/src/lib/libast/stdio/fdopen.c index 3aae8567d..b0ca2c270 100644 --- a/src/lib/libast/stdio/fdopen.c +++ b/src/lib/libast/stdio/fdopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fflush.c b/src/lib/libast/stdio/fflush.c index 2639f6fc9..ec10f730d 100644 --- a/src/lib/libast/stdio/fflush.c +++ b/src/lib/libast/stdio/fflush.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fgetc.c b/src/lib/libast/stdio/fgetc.c index 9b1cd1d4a..e379b8992 100644 --- a/src/lib/libast/stdio/fgetc.c +++ b/src/lib/libast/stdio/fgetc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fgetpos.c b/src/lib/libast/stdio/fgetpos.c index 875e82aba..2cf551125 100644 --- a/src/lib/libast/stdio/fgetpos.c +++ b/src/lib/libast/stdio/fgetpos.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fgets.c b/src/lib/libast/stdio/fgets.c index 34a72da0f..b0b2c30e8 100644 --- a/src/lib/libast/stdio/fgets.c +++ b/src/lib/libast/stdio/fgets.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fgetwc.c b/src/lib/libast/stdio/fgetwc.c index 9d7cefb22..cefad3f33 100644 --- a/src/lib/libast/stdio/fgetwc.c +++ b/src/lib/libast/stdio/fgetwc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fgetws.c b/src/lib/libast/stdio/fgetws.c index f437de1a5..023e2c34e 100644 --- a/src/lib/libast/stdio/fgetws.c +++ b/src/lib/libast/stdio/fgetws.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fmemopen.c b/src/lib/libast/stdio/fmemopen.c index d20a45862..a779733fd 100644 --- a/src/lib/libast/stdio/fmemopen.c +++ b/src/lib/libast/stdio/fmemopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fopen.c b/src/lib/libast/stdio/fopen.c index 7464c1674..77cbf2eaa 100644 --- a/src/lib/libast/stdio/fopen.c +++ b/src/lib/libast/stdio/fopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fprintf.c b/src/lib/libast/stdio/fprintf.c index f1c95c870..03855a203 100644 --- a/src/lib/libast/stdio/fprintf.c +++ b/src/lib/libast/stdio/fprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fpurge.c b/src/lib/libast/stdio/fpurge.c index 46f3875bc..6ae4e7bde 100644 --- a/src/lib/libast/stdio/fpurge.c +++ b/src/lib/libast/stdio/fpurge.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fputs.c b/src/lib/libast/stdio/fputs.c index 405720dc7..2d95cb153 100644 --- a/src/lib/libast/stdio/fputs.c +++ b/src/lib/libast/stdio/fputs.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fputwc.c b/src/lib/libast/stdio/fputwc.c index 6a1165b5f..0bc2beb9c 100644 --- a/src/lib/libast/stdio/fputwc.c +++ b/src/lib/libast/stdio/fputwc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fputws.c b/src/lib/libast/stdio/fputws.c index e2d35a8c6..b45cd072d 100644 --- a/src/lib/libast/stdio/fputws.c +++ b/src/lib/libast/stdio/fputws.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fread.c b/src/lib/libast/stdio/fread.c index 57bccc509..a381fc3be 100644 --- a/src/lib/libast/stdio/fread.c +++ b/src/lib/libast/stdio/fread.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/freopen.c b/src/lib/libast/stdio/freopen.c index d1343457d..a6240112f 100644 --- a/src/lib/libast/stdio/freopen.c +++ b/src/lib/libast/stdio/freopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fscanf.c b/src/lib/libast/stdio/fscanf.c index 243792276..75de31e47 100644 --- a/src/lib/libast/stdio/fscanf.c +++ b/src/lib/libast/stdio/fscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fseek.c b/src/lib/libast/stdio/fseek.c index 63d9e9bd8..762a7d2b4 100644 --- a/src/lib/libast/stdio/fseek.c +++ b/src/lib/libast/stdio/fseek.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fseeko.c b/src/lib/libast/stdio/fseeko.c index c0636f6a2..50aad9fed 100644 --- a/src/lib/libast/stdio/fseeko.c +++ b/src/lib/libast/stdio/fseeko.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fsetpos.c b/src/lib/libast/stdio/fsetpos.c index 3e550b9c7..85566a891 100644 --- a/src/lib/libast/stdio/fsetpos.c +++ b/src/lib/libast/stdio/fsetpos.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/ftell.c b/src/lib/libast/stdio/ftell.c index 47a673228..01cf77826 100644 --- a/src/lib/libast/stdio/ftell.c +++ b/src/lib/libast/stdio/ftell.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/ftello.c b/src/lib/libast/stdio/ftello.c index 075a45ae5..4c9ae57c8 100644 --- a/src/lib/libast/stdio/ftello.c +++ b/src/lib/libast/stdio/ftello.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fwide.c b/src/lib/libast/stdio/fwide.c index 90962d7cf..50e34ddeb 100644 --- a/src/lib/libast/stdio/fwide.c +++ b/src/lib/libast/stdio/fwide.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fwprintf.c b/src/lib/libast/stdio/fwprintf.c index abd3d3f42..dd4b9edee 100644 --- a/src/lib/libast/stdio/fwprintf.c +++ b/src/lib/libast/stdio/fwprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fwrite.c b/src/lib/libast/stdio/fwrite.c index a66f1b4de..a9669f4e7 100644 --- a/src/lib/libast/stdio/fwrite.c +++ b/src/lib/libast/stdio/fwrite.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/fwscanf.c b/src/lib/libast/stdio/fwscanf.c index 43648acdb..d77bbc8c2 100644 --- a/src/lib/libast/stdio/fwscanf.c +++ b/src/lib/libast/stdio/fwscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/getdelim.c b/src/lib/libast/stdio/getdelim.c index bd39e42ba..0ba5d8f90 100644 --- a/src/lib/libast/stdio/getdelim.c +++ b/src/lib/libast/stdio/getdelim.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/getline.c b/src/lib/libast/stdio/getline.c index e402f4382..8eea07d0e 100644 --- a/src/lib/libast/stdio/getline.c +++ b/src/lib/libast/stdio/getline.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/getw.c b/src/lib/libast/stdio/getw.c index 0001f2128..af7993b13 100644 --- a/src/lib/libast/stdio/getw.c +++ b/src/lib/libast/stdio/getw.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/getwc.c b/src/lib/libast/stdio/getwc.c index a9075e08b..f9aea4df1 100644 --- a/src/lib/libast/stdio/getwc.c +++ b/src/lib/libast/stdio/getwc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/getwchar.c b/src/lib/libast/stdio/getwchar.c index 8d3b9c7eb..f7dc3625f 100644 --- a/src/lib/libast/stdio/getwchar.c +++ b/src/lib/libast/stdio/getwchar.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/pclose.c b/src/lib/libast/stdio/pclose.c index a0b2ab427..40fc6cac5 100644 --- a/src/lib/libast/stdio/pclose.c +++ b/src/lib/libast/stdio/pclose.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/popen.c b/src/lib/libast/stdio/popen.c index c7c8202ce..320d191f1 100644 --- a/src/lib/libast/stdio/popen.c +++ b/src/lib/libast/stdio/popen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/printf.c b/src/lib/libast/stdio/printf.c index 407a452c1..a778c5d5d 100644 --- a/src/lib/libast/stdio/printf.c +++ b/src/lib/libast/stdio/printf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/putchar.c b/src/lib/libast/stdio/putchar.c index f91a43464..d82639a93 100644 --- a/src/lib/libast/stdio/putchar.c +++ b/src/lib/libast/stdio/putchar.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/puts.c b/src/lib/libast/stdio/puts.c index 5f2faffb2..34a2c900d 100644 --- a/src/lib/libast/stdio/puts.c +++ b/src/lib/libast/stdio/puts.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/putw.c b/src/lib/libast/stdio/putw.c index 62e281e81..b7426acdd 100644 --- a/src/lib/libast/stdio/putw.c +++ b/src/lib/libast/stdio/putw.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/putwc.c b/src/lib/libast/stdio/putwc.c index c2a3d115f..55ab3d7e1 100644 --- a/src/lib/libast/stdio/putwc.c +++ b/src/lib/libast/stdio/putwc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/putwchar.c b/src/lib/libast/stdio/putwchar.c index 2fffd8b36..98d7aa5ae 100644 --- a/src/lib/libast/stdio/putwchar.c +++ b/src/lib/libast/stdio/putwchar.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/rewind.c b/src/lib/libast/stdio/rewind.c index e2390d280..175b62efb 100644 --- a/src/lib/libast/stdio/rewind.c +++ b/src/lib/libast/stdio/rewind.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/scanf.c b/src/lib/libast/stdio/scanf.c index 4740213ce..31de68740 100644 --- a/src/lib/libast/stdio/scanf.c +++ b/src/lib/libast/stdio/scanf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/setbuf.c b/src/lib/libast/stdio/setbuf.c index b4aa3f756..f738321b4 100644 --- a/src/lib/libast/stdio/setbuf.c +++ b/src/lib/libast/stdio/setbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/setbuffer.c b/src/lib/libast/stdio/setbuffer.c index 90d8c6490..a9145760e 100644 --- a/src/lib/libast/stdio/setbuffer.c +++ b/src/lib/libast/stdio/setbuffer.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/setlinebuf.c b/src/lib/libast/stdio/setlinebuf.c index b110c49b0..115b97ece 100644 --- a/src/lib/libast/stdio/setlinebuf.c +++ b/src/lib/libast/stdio/setlinebuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/setvbuf.c b/src/lib/libast/stdio/setvbuf.c index 2d7870e65..6f44313e7 100644 --- a/src/lib/libast/stdio/setvbuf.c +++ b/src/lib/libast/stdio/setvbuf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/snprintf.c b/src/lib/libast/stdio/snprintf.c index 04420f1a2..7c47af057 100644 --- a/src/lib/libast/stdio/snprintf.c +++ b/src/lib/libast/stdio/snprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/sprintf.c b/src/lib/libast/stdio/sprintf.c index 5f44755c3..dfa9ba2b2 100644 --- a/src/lib/libast/stdio/sprintf.c +++ b/src/lib/libast/stdio/sprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/sscanf.c b/src/lib/libast/stdio/sscanf.c index 319915442..3ed9888a3 100644 --- a/src/lib/libast/stdio/sscanf.c +++ b/src/lib/libast/stdio/sscanf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/stdhdr.h b/src/lib/libast/stdio/stdhdr.h index fda4b953f..05c429b81 100644 --- a/src/lib/libast/stdio/stdhdr.h +++ b/src/lib/libast/stdio/stdhdr.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/stdio_c99.c b/src/lib/libast/stdio/stdio_c99.c index c262d3eca..1916d4316 100644 --- a/src/lib/libast/stdio/stdio_c99.c +++ b/src/lib/libast/stdio/stdio_c99.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/swprintf.c b/src/lib/libast/stdio/swprintf.c index dc0559e1c..3e5e5cd39 100644 --- a/src/lib/libast/stdio/swprintf.c +++ b/src/lib/libast/stdio/swprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/swscanf.c b/src/lib/libast/stdio/swscanf.c index 3529a81bd..e0cc241eb 100644 --- a/src/lib/libast/stdio/swscanf.c +++ b/src/lib/libast/stdio/swscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/tmpfile.c b/src/lib/libast/stdio/tmpfile.c index 285928a64..55752d543 100644 --- a/src/lib/libast/stdio/tmpfile.c +++ b/src/lib/libast/stdio/tmpfile.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/ungetc.c b/src/lib/libast/stdio/ungetc.c index 2d1e8fbeb..a4a77299e 100644 --- a/src/lib/libast/stdio/ungetc.c +++ b/src/lib/libast/stdio/ungetc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/ungetwc.c b/src/lib/libast/stdio/ungetwc.c index bb3f308bd..b80614a43 100644 --- a/src/lib/libast/stdio/ungetwc.c +++ b/src/lib/libast/stdio/ungetwc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vasprintf.c b/src/lib/libast/stdio/vasprintf.c index 9268207cf..0b13e48ad 100644 --- a/src/lib/libast/stdio/vasprintf.c +++ b/src/lib/libast/stdio/vasprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vfprintf.c b/src/lib/libast/stdio/vfprintf.c index ec3fe8b1d..f81200ae1 100644 --- a/src/lib/libast/stdio/vfprintf.c +++ b/src/lib/libast/stdio/vfprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vfscanf.c b/src/lib/libast/stdio/vfscanf.c index 01b6eee10..cc6818699 100644 --- a/src/lib/libast/stdio/vfscanf.c +++ b/src/lib/libast/stdio/vfscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vfwprintf.c b/src/lib/libast/stdio/vfwprintf.c index 332b6f917..912f8ca74 100644 --- a/src/lib/libast/stdio/vfwprintf.c +++ b/src/lib/libast/stdio/vfwprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vfwscanf.c b/src/lib/libast/stdio/vfwscanf.c index c08352576..f36f9c1ac 100644 --- a/src/lib/libast/stdio/vfwscanf.c +++ b/src/lib/libast/stdio/vfwscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vprintf.c b/src/lib/libast/stdio/vprintf.c index 95f269676..0f8c69072 100644 --- a/src/lib/libast/stdio/vprintf.c +++ b/src/lib/libast/stdio/vprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vscanf.c b/src/lib/libast/stdio/vscanf.c index 28aff71ba..9b471d0b2 100644 --- a/src/lib/libast/stdio/vscanf.c +++ b/src/lib/libast/stdio/vscanf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vsnprintf.c b/src/lib/libast/stdio/vsnprintf.c index b8664cc08..4acc37342 100644 --- a/src/lib/libast/stdio/vsnprintf.c +++ b/src/lib/libast/stdio/vsnprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vsprintf.c b/src/lib/libast/stdio/vsprintf.c index d9f52c599..d5241f482 100644 --- a/src/lib/libast/stdio/vsprintf.c +++ b/src/lib/libast/stdio/vsprintf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vsscanf.c b/src/lib/libast/stdio/vsscanf.c index 0d77770a1..653596baf 100644 --- a/src/lib/libast/stdio/vsscanf.c +++ b/src/lib/libast/stdio/vsscanf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vswprintf.c b/src/lib/libast/stdio/vswprintf.c index 3350a371a..345603136 100644 --- a/src/lib/libast/stdio/vswprintf.c +++ b/src/lib/libast/stdio/vswprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vswscanf.c b/src/lib/libast/stdio/vswscanf.c index 636ec5e66..c0030fbe4 100644 --- a/src/lib/libast/stdio/vswscanf.c +++ b/src/lib/libast/stdio/vswscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vwprintf.c b/src/lib/libast/stdio/vwprintf.c index 98065d7ba..750ef6760 100644 --- a/src/lib/libast/stdio/vwprintf.c +++ b/src/lib/libast/stdio/vwprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/vwscanf.c b/src/lib/libast/stdio/vwscanf.c index 454083c9f..5b5e3cd61 100644 --- a/src/lib/libast/stdio/vwscanf.c +++ b/src/lib/libast/stdio/vwscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/wprintf.c b/src/lib/libast/stdio/wprintf.c index 6e4b89b8e..e9c4a0567 100644 --- a/src/lib/libast/stdio/wprintf.c +++ b/src/lib/libast/stdio/wprintf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/stdio/wscanf.c b/src/lib/libast/stdio/wscanf.c index 04295bf32..72a6eefe5 100644 --- a/src/lib/libast/stdio/wscanf.c +++ b/src/lib/libast/stdio/wscanf.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/base64.c b/src/lib/libast/string/base64.c index c0ccad6cf..ea6525363 100644 --- a/src/lib/libast/string/base64.c +++ b/src/lib/libast/string/base64.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/ccmap.c b/src/lib/libast/string/ccmap.c index def5aadf0..cc2d21f1e 100644 --- a/src/lib/libast/string/ccmap.c +++ b/src/lib/libast/string/ccmap.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/ccmapid.c b/src/lib/libast/string/ccmapid.c index 5239b1d7e..b5075bf5a 100644 --- a/src/lib/libast/string/ccmapid.c +++ b/src/lib/libast/string/ccmapid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/ccnative.c b/src/lib/libast/string/ccnative.c index 63024933e..c887efee2 100644 --- a/src/lib/libast/string/ccnative.c +++ b/src/lib/libast/string/ccnative.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/chresc.c b/src/lib/libast/string/chresc.c index 530fddd36..3edd04b8f 100644 --- a/src/lib/libast/string/chresc.c +++ b/src/lib/libast/string/chresc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/chrtoi.c b/src/lib/libast/string/chrtoi.c index 8d94d52c8..6c374415c 100644 --- a/src/lib/libast/string/chrtoi.c +++ b/src/lib/libast/string/chrtoi.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtbase.c b/src/lib/libast/string/fmtbase.c index 3e6cd5695..ce1b8c779 100644 --- a/src/lib/libast/string/fmtbase.c +++ b/src/lib/libast/string/fmtbase.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtbuf.c b/src/lib/libast/string/fmtbuf.c index a7b870a41..ce46fbaa4 100644 --- a/src/lib/libast/string/fmtbuf.c +++ b/src/lib/libast/string/fmtbuf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtclock.c b/src/lib/libast/string/fmtclock.c index b210321b0..f5b9ae361 100644 --- a/src/lib/libast/string/fmtclock.c +++ b/src/lib/libast/string/fmtclock.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtdev.c b/src/lib/libast/string/fmtdev.c index e7878a4dc..2afe635cf 100644 --- a/src/lib/libast/string/fmtdev.c +++ b/src/lib/libast/string/fmtdev.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtelapsed.c b/src/lib/libast/string/fmtelapsed.c index 30a203c18..a5e4215bf 100644 --- a/src/lib/libast/string/fmtelapsed.c +++ b/src/lib/libast/string/fmtelapsed.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmterror.c b/src/lib/libast/string/fmterror.c index ab1564648..0c3fb08e4 100644 --- a/src/lib/libast/string/fmterror.c +++ b/src/lib/libast/string/fmterror.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtesc.c b/src/lib/libast/string/fmtesc.c index 78114fe34..d85f05282 100644 --- a/src/lib/libast/string/fmtesc.c +++ b/src/lib/libast/string/fmtesc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtfmt.c b/src/lib/libast/string/fmtfmt.c index 3184c7874..1f18c25b4 100644 --- a/src/lib/libast/string/fmtfmt.c +++ b/src/lib/libast/string/fmtfmt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtfs.c b/src/lib/libast/string/fmtfs.c index 6b19f6355..7ee349a28 100644 --- a/src/lib/libast/string/fmtfs.c +++ b/src/lib/libast/string/fmtfs.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtgid.c b/src/lib/libast/string/fmtgid.c index 813c1329c..94ec84efb 100644 --- a/src/lib/libast/string/fmtgid.c +++ b/src/lib/libast/string/fmtgid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtident.c b/src/lib/libast/string/fmtident.c index 46cb5078e..eb5f3a9fa 100644 --- a/src/lib/libast/string/fmtident.c +++ b/src/lib/libast/string/fmtident.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtint.c b/src/lib/libast/string/fmtint.c index d26a71d02..44421f79a 100644 --- a/src/lib/libast/string/fmtint.c +++ b/src/lib/libast/string/fmtint.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtip4.c b/src/lib/libast/string/fmtip4.c index f3298d408..e8d28ea7d 100644 --- a/src/lib/libast/string/fmtip4.c +++ b/src/lib/libast/string/fmtip4.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtip6.c b/src/lib/libast/string/fmtip6.c index fb5c5f527..13824f9bf 100644 --- a/src/lib/libast/string/fmtip6.c +++ b/src/lib/libast/string/fmtip6.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtls.c b/src/lib/libast/string/fmtls.c index 7e8bee075..2526d7083 100644 --- a/src/lib/libast/string/fmtls.c +++ b/src/lib/libast/string/fmtls.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtmatch.c b/src/lib/libast/string/fmtmatch.c index c2fa322a8..0a864c7a0 100644 --- a/src/lib/libast/string/fmtmatch.c +++ b/src/lib/libast/string/fmtmatch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtmode.c b/src/lib/libast/string/fmtmode.c index bc48b768e..3b9457898 100644 --- a/src/lib/libast/string/fmtmode.c +++ b/src/lib/libast/string/fmtmode.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtnum.c b/src/lib/libast/string/fmtnum.c index c9bf27e94..ecd8fea54 100644 --- a/src/lib/libast/string/fmtnum.c +++ b/src/lib/libast/string/fmtnum.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtperm.c b/src/lib/libast/string/fmtperm.c index fe85efc8f..75aedf08e 100644 --- a/src/lib/libast/string/fmtperm.c +++ b/src/lib/libast/string/fmtperm.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtre.c b/src/lib/libast/string/fmtre.c index 8e177b7c2..387ac944b 100644 --- a/src/lib/libast/string/fmtre.c +++ b/src/lib/libast/string/fmtre.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtscale.c b/src/lib/libast/string/fmtscale.c index a22db57e2..66afe163c 100644 --- a/src/lib/libast/string/fmtscale.c +++ b/src/lib/libast/string/fmtscale.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtsignal.c b/src/lib/libast/string/fmtsignal.c index d70a0655a..42e68d59f 100644 --- a/src/lib/libast/string/fmtsignal.c +++ b/src/lib/libast/string/fmtsignal.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmttime.c b/src/lib/libast/string/fmttime.c index 912b64da2..f3eaf5e87 100644 --- a/src/lib/libast/string/fmttime.c +++ b/src/lib/libast/string/fmttime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmttmx.c b/src/lib/libast/string/fmttmx.c index 2d7d8bd28..b8f304e31 100644 --- a/src/lib/libast/string/fmttmx.c +++ b/src/lib/libast/string/fmttmx.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmttv.c b/src/lib/libast/string/fmttv.c index 339f7ddd8..4541e731c 100644 --- a/src/lib/libast/string/fmttv.c +++ b/src/lib/libast/string/fmttv.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtuid.c b/src/lib/libast/string/fmtuid.c index 03763d1e6..110eee7ff 100644 --- a/src/lib/libast/string/fmtuid.c +++ b/src/lib/libast/string/fmtuid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/fmtversion.c b/src/lib/libast/string/fmtversion.c index ca2266b89..d94d0aa79 100644 --- a/src/lib/libast/string/fmtversion.c +++ b/src/lib/libast/string/fmtversion.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/memdup.c b/src/lib/libast/string/memdup.c index 1d3917662..540666f7e 100644 --- a/src/lib/libast/string/memdup.c +++ b/src/lib/libast/string/memdup.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/modedata.c b/src/lib/libast/string/modedata.c index 908f72dd7..e92ad27ac 100644 --- a/src/lib/libast/string/modedata.c +++ b/src/lib/libast/string/modedata.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/modei.c b/src/lib/libast/string/modei.c index 34da64f2a..f4358a97d 100644 --- a/src/lib/libast/string/modei.c +++ b/src/lib/libast/string/modei.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/modelib.h b/src/lib/libast/string/modelib.h index 5566d3c9a..1f7b8847f 100644 --- a/src/lib/libast/string/modelib.h +++ b/src/lib/libast/string/modelib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/modex.c b/src/lib/libast/string/modex.c index 218431550..037013a83 100644 --- a/src/lib/libast/string/modex.c +++ b/src/lib/libast/string/modex.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/stracmp.c b/src/lib/libast/string/stracmp.c index b4f3243de..5832f37e9 100644 --- a/src/lib/libast/string/stracmp.c +++ b/src/lib/libast/string/stracmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strcopy.c b/src/lib/libast/string/strcopy.c index 62e745d2d..147597c13 100644 --- a/src/lib/libast/string/strcopy.c +++ b/src/lib/libast/string/strcopy.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strdup.c b/src/lib/libast/string/strdup.c index c8308f470..758130f89 100644 --- a/src/lib/libast/string/strdup.c +++ b/src/lib/libast/string/strdup.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strelapsed.c b/src/lib/libast/string/strelapsed.c index 4be7b84c9..f6df9111a 100644 --- a/src/lib/libast/string/strelapsed.c +++ b/src/lib/libast/string/strelapsed.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strerror.c b/src/lib/libast/string/strerror.c index dc7a55bf4..b8850484e 100644 --- a/src/lib/libast/string/strerror.c +++ b/src/lib/libast/string/strerror.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/stresc.c b/src/lib/libast/string/stresc.c index 490cdf4ca..1bf71d2e3 100644 --- a/src/lib/libast/string/stresc.c +++ b/src/lib/libast/string/stresc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/streval.c b/src/lib/libast/string/streval.c index 797273383..a4df3263b 100644 --- a/src/lib/libast/string/streval.c +++ b/src/lib/libast/string/streval.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strexpr.c b/src/lib/libast/string/strexpr.c index 6fcc55746..06670d276 100644 --- a/src/lib/libast/string/strexpr.c +++ b/src/lib/libast/string/strexpr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strgid.c b/src/lib/libast/string/strgid.c index 756a3db21..666c18f3f 100644 --- a/src/lib/libast/string/strgid.c +++ b/src/lib/libast/string/strgid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strlcat.c b/src/lib/libast/string/strlcat.c index c51f3ffb0..e04d8f2f8 100644 --- a/src/lib/libast/string/strlcat.c +++ b/src/lib/libast/string/strlcat.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strlcpy.c b/src/lib/libast/string/strlcpy.c index e30ade3d0..cae01b1bd 100644 --- a/src/lib/libast/string/strlcpy.c +++ b/src/lib/libast/string/strlcpy.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strlook.c b/src/lib/libast/string/strlook.c index 1e4f3e6cb..1514a907b 100644 --- a/src/lib/libast/string/strlook.c +++ b/src/lib/libast/string/strlook.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strmatch.c b/src/lib/libast/string/strmatch.c index c4af30823..60b56b4e4 100644 --- a/src/lib/libast/string/strmatch.c +++ b/src/lib/libast/string/strmatch.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strmode.c b/src/lib/libast/string/strmode.c index 368021b1a..e02b8293d 100644 --- a/src/lib/libast/string/strmode.c +++ b/src/lib/libast/string/strmode.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strnacmp.c b/src/lib/libast/string/strnacmp.c index 1481be027..a0464e8ca 100644 --- a/src/lib/libast/string/strnacmp.c +++ b/src/lib/libast/string/strnacmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strncopy.c b/src/lib/libast/string/strncopy.c index 43fadfd5a..ea95cf1c7 100644 --- a/src/lib/libast/string/strncopy.c +++ b/src/lib/libast/string/strncopy.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strnpcmp.c b/src/lib/libast/string/strnpcmp.c index a3c8f619e..ef71c00a1 100644 --- a/src/lib/libast/string/strnpcmp.c +++ b/src/lib/libast/string/strnpcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntod.c b/src/lib/libast/string/strntod.c index c8560cde6..aedd18354 100644 --- a/src/lib/libast/string/strntod.c +++ b/src/lib/libast/string/strntod.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntol.c b/src/lib/libast/string/strntol.c index f079944b4..5169820aa 100644 --- a/src/lib/libast/string/strntol.c +++ b/src/lib/libast/string/strntol.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntold.c b/src/lib/libast/string/strntold.c index e0f060fc6..29a2b6d43 100644 --- a/src/lib/libast/string/strntold.c +++ b/src/lib/libast/string/strntold.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntoll.c b/src/lib/libast/string/strntoll.c index 48fffd74c..c78ddd728 100644 --- a/src/lib/libast/string/strntoll.c +++ b/src/lib/libast/string/strntoll.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strnton.c b/src/lib/libast/string/strnton.c index e4de39568..ccce08080 100644 --- a/src/lib/libast/string/strnton.c +++ b/src/lib/libast/string/strnton.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntonll.c b/src/lib/libast/string/strntonll.c index d9e8d50db..008e327c0 100644 --- a/src/lib/libast/string/strntonll.c +++ b/src/lib/libast/string/strntonll.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntoul.c b/src/lib/libast/string/strntoul.c index 3774823a1..41c4dae03 100644 --- a/src/lib/libast/string/strntoul.c +++ b/src/lib/libast/string/strntoul.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strntoull.c b/src/lib/libast/string/strntoull.c index 2d1a26956..6d3d57efe 100644 --- a/src/lib/libast/string/strntoull.c +++ b/src/lib/libast/string/strntoull.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strnvcmp.c b/src/lib/libast/string/strnvcmp.c index d7927c685..5ae5cb754 100644 --- a/src/lib/libast/string/strnvcmp.c +++ b/src/lib/libast/string/strnvcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/stropt.c b/src/lib/libast/string/stropt.c index e1cad354b..6c9ba6a47 100644 --- a/src/lib/libast/string/stropt.c +++ b/src/lib/libast/string/stropt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strpcmp.c b/src/lib/libast/string/strpcmp.c index ed1f4cde0..eace2014a 100644 --- a/src/lib/libast/string/strpcmp.c +++ b/src/lib/libast/string/strpcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strperm.c b/src/lib/libast/string/strperm.c index bdd48aebe..c22691a6d 100644 --- a/src/lib/libast/string/strperm.c +++ b/src/lib/libast/string/strperm.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strpsearch.c b/src/lib/libast/string/strpsearch.c index c3e79859a..ad11127fd 100644 --- a/src/lib/libast/string/strpsearch.c +++ b/src/lib/libast/string/strpsearch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strsearch.c b/src/lib/libast/string/strsearch.c index bd2498dcc..9845bcbaf 100644 --- a/src/lib/libast/string/strsearch.c +++ b/src/lib/libast/string/strsearch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strsort.c b/src/lib/libast/string/strsort.c index 16b78ff1e..7e0206f92 100644 --- a/src/lib/libast/string/strsort.c +++ b/src/lib/libast/string/strsort.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strtape.c b/src/lib/libast/string/strtape.c index 5eb5489d0..268aff21b 100644 --- a/src/lib/libast/string/strtape.c +++ b/src/lib/libast/string/strtape.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strtoi.h b/src/lib/libast/string/strtoi.h index b3ee430a1..15c5c5b75 100644 --- a/src/lib/libast/string/strtoi.h +++ b/src/lib/libast/string/strtoi.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strtoip4.c b/src/lib/libast/string/strtoip4.c index f43cc1bb1..72131db08 100644 --- a/src/lib/libast/string/strtoip4.c +++ b/src/lib/libast/string/strtoip4.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strtoip6.c b/src/lib/libast/string/strtoip6.c index cf37eb407..603b67fd9 100644 --- a/src/lib/libast/string/strtoip6.c +++ b/src/lib/libast/string/strtoip6.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strton.c b/src/lib/libast/string/strton.c index e33a936c7..9da20270b 100644 --- a/src/lib/libast/string/strton.c +++ b/src/lib/libast/string/strton.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strtonll.c b/src/lib/libast/string/strtonll.c index b6fc63f6b..342631f32 100644 --- a/src/lib/libast/string/strtonll.c +++ b/src/lib/libast/string/strtonll.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/struid.c b/src/lib/libast/string/struid.c index 65fc96ea6..11001ab83 100644 --- a/src/lib/libast/string/struid.c +++ b/src/lib/libast/string/struid.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/struniq.c b/src/lib/libast/string/struniq.c index 6942bfea9..3cccb583e 100644 --- a/src/lib/libast/string/struniq.c +++ b/src/lib/libast/string/struniq.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/strvcmp.c b/src/lib/libast/string/strvcmp.c index 63166a219..3500a43e2 100644 --- a/src/lib/libast/string/strvcmp.c +++ b/src/lib/libast/string/strvcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/swapget.c b/src/lib/libast/string/swapget.c index 1bf78c49b..6fdd21856 100644 --- a/src/lib/libast/string/swapget.c +++ b/src/lib/libast/string/swapget.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/swapmem.c b/src/lib/libast/string/swapmem.c index dcaf5c64e..9a146d8e9 100644 --- a/src/lib/libast/string/swapmem.c +++ b/src/lib/libast/string/swapmem.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/swapop.c b/src/lib/libast/string/swapop.c index a6a4cc828..0bf27a1c0 100644 --- a/src/lib/libast/string/swapop.c +++ b/src/lib/libast/string/swapop.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/swapput.c b/src/lib/libast/string/swapput.c index da29ba9cd..a7dd967c9 100644 --- a/src/lib/libast/string/swapput.c +++ b/src/lib/libast/string/swapput.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/tok.c b/src/lib/libast/string/tok.c index 4ce09837c..b82442489 100644 --- a/src/lib/libast/string/tok.c +++ b/src/lib/libast/string/tok.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/tokline.c b/src/lib/libast/string/tokline.c index c16c2ff48..873fb52b9 100644 --- a/src/lib/libast/string/tokline.c +++ b/src/lib/libast/string/tokline.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/tokscan.c b/src/lib/libast/string/tokscan.c index 50579b731..0783d2008 100644 --- a/src/lib/libast/string/tokscan.c +++ b/src/lib/libast/string/tokscan.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/string/wc2utf8.c b/src/lib/libast/string/wc2utf8.c index 393780d19..0760fb09d 100644 --- a/src/lib/libast/string/wc2utf8.c +++ b/src/lib/libast/string/wc2utf8.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmdata.c b/src/lib/libast/tm/tmdata.c index 1a81a95ac..a35a48132 100644 --- a/src/lib/libast/tm/tmdata.c +++ b/src/lib/libast/tm/tmdata.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmdate.c b/src/lib/libast/tm/tmdate.c index 9131f856b..ca595cd11 100644 --- a/src/lib/libast/tm/tmdate.c +++ b/src/lib/libast/tm/tmdate.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmequiv.c b/src/lib/libast/tm/tmequiv.c index 37c7f516e..f0addb2b6 100644 --- a/src/lib/libast/tm/tmequiv.c +++ b/src/lib/libast/tm/tmequiv.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmfix.c b/src/lib/libast/tm/tmfix.c index 24c0a52fb..3f7669118 100644 --- a/src/lib/libast/tm/tmfix.c +++ b/src/lib/libast/tm/tmfix.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmfmt.c b/src/lib/libast/tm/tmfmt.c index 62953a0bd..a9fae83ed 100644 --- a/src/lib/libast/tm/tmfmt.c +++ b/src/lib/libast/tm/tmfmt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmform.c b/src/lib/libast/tm/tmform.c index 834b256aa..b52955757 100644 --- a/src/lib/libast/tm/tmform.c +++ b/src/lib/libast/tm/tmform.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmgoff.c b/src/lib/libast/tm/tmgoff.c index cf6ca85d8..75b6d37e0 100644 --- a/src/lib/libast/tm/tmgoff.c +++ b/src/lib/libast/tm/tmgoff.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tminit.c b/src/lib/libast/tm/tminit.c index 719b24cad..9b298a068 100644 --- a/src/lib/libast/tm/tminit.c +++ b/src/lib/libast/tm/tminit.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmleap.c b/src/lib/libast/tm/tmleap.c index 328690a6e..19612add5 100644 --- a/src/lib/libast/tm/tmleap.c +++ b/src/lib/libast/tm/tmleap.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmlex.c b/src/lib/libast/tm/tmlex.c index 8c9600df0..97c7d6f6c 100644 --- a/src/lib/libast/tm/tmlex.c +++ b/src/lib/libast/tm/tmlex.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmlocale.c b/src/lib/libast/tm/tmlocale.c index 3ec5f7043..e5a2568dc 100644 --- a/src/lib/libast/tm/tmlocale.c +++ b/src/lib/libast/tm/tmlocale.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmmake.c b/src/lib/libast/tm/tmmake.c index 7834eb7c8..e9a0474e2 100644 --- a/src/lib/libast/tm/tmmake.c +++ b/src/lib/libast/tm/tmmake.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmpoff.c b/src/lib/libast/tm/tmpoff.c index 59267bb7a..e4b6c6c94 100644 --- a/src/lib/libast/tm/tmpoff.c +++ b/src/lib/libast/tm/tmpoff.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmscan.c b/src/lib/libast/tm/tmscan.c index ab77c231c..ea666ab9e 100644 --- a/src/lib/libast/tm/tmscan.c +++ b/src/lib/libast/tm/tmscan.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmsleep.c b/src/lib/libast/tm/tmsleep.c index 2cfd2160b..49a023b69 100644 --- a/src/lib/libast/tm/tmsleep.c +++ b/src/lib/libast/tm/tmsleep.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmtime.c b/src/lib/libast/tm/tmtime.c index f6af9f1c2..51aae7654 100644 --- a/src/lib/libast/tm/tmtime.c +++ b/src/lib/libast/tm/tmtime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmtype.c b/src/lib/libast/tm/tmtype.c index 808ea26d2..2f5e0fd84 100644 --- a/src/lib/libast/tm/tmtype.c +++ b/src/lib/libast/tm/tmtype.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmweek.c b/src/lib/libast/tm/tmweek.c index 64e3b9440..2dfcaf84b 100644 --- a/src/lib/libast/tm/tmweek.c +++ b/src/lib/libast/tm/tmweek.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmword.c b/src/lib/libast/tm/tmword.c index 34b47225a..4186323c2 100644 --- a/src/lib/libast/tm/tmword.c +++ b/src/lib/libast/tm/tmword.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxdate.c b/src/lib/libast/tm/tmxdate.c index e1ef3427e..69063d326 100644 --- a/src/lib/libast/tm/tmxdate.c +++ b/src/lib/libast/tm/tmxdate.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxduration.c b/src/lib/libast/tm/tmxduration.c index c0a4077d6..95fc6e91a 100644 --- a/src/lib/libast/tm/tmxduration.c +++ b/src/lib/libast/tm/tmxduration.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxfmt.c b/src/lib/libast/tm/tmxfmt.c index ef1bba746..24e6dc943 100644 --- a/src/lib/libast/tm/tmxfmt.c +++ b/src/lib/libast/tm/tmxfmt.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxgettime.c b/src/lib/libast/tm/tmxgettime.c index d0d8b0b7a..305627451 100644 --- a/src/lib/libast/tm/tmxgettime.c +++ b/src/lib/libast/tm/tmxgettime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxleap.c b/src/lib/libast/tm/tmxleap.c index 27b451388..5d804ad4a 100644 --- a/src/lib/libast/tm/tmxleap.c +++ b/src/lib/libast/tm/tmxleap.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxmake.c b/src/lib/libast/tm/tmxmake.c index a9ec7834f..e49d259f3 100644 --- a/src/lib/libast/tm/tmxmake.c +++ b/src/lib/libast/tm/tmxmake.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxscan.c b/src/lib/libast/tm/tmxscan.c index 8ce5d873d..45c048421 100644 --- a/src/lib/libast/tm/tmxscan.c +++ b/src/lib/libast/tm/tmxscan.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2014 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxsettime.c b/src/lib/libast/tm/tmxsettime.c index c9ddc3588..ea64f8365 100644 --- a/src/lib/libast/tm/tmxsettime.c +++ b/src/lib/libast/tm/tmxsettime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxsleep.c b/src/lib/libast/tm/tmxsleep.c index d2dca4f09..74dacd056 100644 --- a/src/lib/libast/tm/tmxsleep.c +++ b/src/lib/libast/tm/tmxsleep.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxtime.c b/src/lib/libast/tm/tmxtime.c index 56da0b717..594583dd1 100644 --- a/src/lib/libast/tm/tmxtime.c +++ b/src/lib/libast/tm/tmxtime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmxtouch.c b/src/lib/libast/tm/tmxtouch.c index 84089b3ea..88ee9d850 100644 --- a/src/lib/libast/tm/tmxtouch.c +++ b/src/lib/libast/tm/tmxtouch.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tmzone.c b/src/lib/libast/tm/tmzone.c index f5d0d1f21..0a8224c42 100644 --- a/src/lib/libast/tm/tmzone.c +++ b/src/lib/libast/tm/tmzone.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tvcmp.c b/src/lib/libast/tm/tvcmp.c index 2041f3275..56339af92 100644 --- a/src/lib/libast/tm/tvcmp.c +++ b/src/lib/libast/tm/tvcmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tvgettime.c b/src/lib/libast/tm/tvgettime.c index 126e82431..c6fdd18ed 100644 --- a/src/lib/libast/tm/tvgettime.c +++ b/src/lib/libast/tm/tvgettime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tvsettime.c b/src/lib/libast/tm/tvsettime.c index e98648355..5b2c2a9fb 100644 --- a/src/lib/libast/tm/tvsettime.c +++ b/src/lib/libast/tm/tvsettime.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tvsleep.c b/src/lib/libast/tm/tvsleep.c index afcea65c8..2768c0d5e 100644 --- a/src/lib/libast/tm/tvsleep.c +++ b/src/lib/libast/tm/tvsleep.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/tm/tvtouch.c b/src/lib/libast/tm/tvtouch.c index 3e225181d..fb6885ce1 100644 --- a/src/lib/libast/tm/tvtouch.c +++ b/src/lib/libast/tm/tvtouch.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vec/vecargs.c b/src/lib/libast/vec/vecargs.c index dea4ca9ac..19f523f74 100644 --- a/src/lib/libast/vec/vecargs.c +++ b/src/lib/libast/vec/vecargs.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vec/vecfile.c b/src/lib/libast/vec/vecfile.c index c1164d73f..2390f26e8 100644 --- a/src/lib/libast/vec/vecfile.c +++ b/src/lib/libast/vec/vecfile.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vec/vecfree.c b/src/lib/libast/vec/vecfree.c index 6c2fa1660..5371e745c 100644 --- a/src/lib/libast/vec/vecfree.c +++ b/src/lib/libast/vec/vecfree.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vec/vecload.c b/src/lib/libast/vec/vecload.c index 5b09aa2f1..a63e144ef 100644 --- a/src/lib/libast/vec/vecload.c +++ b/src/lib/libast/vec/vecload.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vec/vecstring.c b/src/lib/libast/vec/vecstring.c index d8cb170ed..db3059185 100644 --- a/src/lib/libast/vec/vecstring.c +++ b/src/lib/libast/vec/vecstring.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/malloc.c b/src/lib/libast/vmalloc/malloc.c index d49ffc15d..dba3a02f4 100644 --- a/src/lib/libast/vmalloc/malloc.c +++ b/src/lib/libast/vmalloc/malloc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmbest.c b/src/lib/libast/vmalloc/vmbest.c index c38c5e8a0..78974648b 100644 --- a/src/lib/libast/vmalloc/vmbest.c +++ b/src/lib/libast/vmalloc/vmbest.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmclear.c b/src/lib/libast/vmalloc/vmclear.c index 21c7d2b4e..d30925d3d 100644 --- a/src/lib/libast/vmalloc/vmclear.c +++ b/src/lib/libast/vmalloc/vmclear.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmclose.c b/src/lib/libast/vmalloc/vmclose.c index e11f99dfc..4db16514c 100644 --- a/src/lib/libast/vmalloc/vmclose.c +++ b/src/lib/libast/vmalloc/vmclose.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmdcheap.c b/src/lib/libast/vmalloc/vmdcheap.c index f11b8001c..081699fcc 100644 --- a/src/lib/libast/vmalloc/vmdcheap.c +++ b/src/lib/libast/vmalloc/vmdcheap.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmdebug.c b/src/lib/libast/vmalloc/vmdebug.c index 139164b80..adfbad4c9 100644 --- a/src/lib/libast/vmalloc/vmdebug.c +++ b/src/lib/libast/vmalloc/vmdebug.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmdisc.c b/src/lib/libast/vmalloc/vmdisc.c index 225cb65a5..2aebd9cce 100644 --- a/src/lib/libast/vmalloc/vmdisc.c +++ b/src/lib/libast/vmalloc/vmdisc.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmexit.c b/src/lib/libast/vmalloc/vmexit.c index 6fb1196f9..2a29423f1 100644 --- a/src/lib/libast/vmalloc/vmexit.c +++ b/src/lib/libast/vmalloc/vmexit.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmgetmem.c b/src/lib/libast/vmalloc/vmgetmem.c index bde41b4ff..bbc6049c1 100644 --- a/src/lib/libast/vmalloc/vmgetmem.c +++ b/src/lib/libast/vmalloc/vmgetmem.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1985-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmhdr.h b/src/lib/libast/vmalloc/vmhdr.h index ccd4a2d6b..edd6617fa 100644 --- a/src/lib/libast/vmalloc/vmhdr.h +++ b/src/lib/libast/vmalloc/vmhdr.h @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmlast.c b/src/lib/libast/vmalloc/vmlast.c index e66308bbb..05fba3bdc 100644 --- a/src/lib/libast/vmalloc/vmlast.c +++ b/src/lib/libast/vmalloc/vmlast.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmmopen.c b/src/lib/libast/vmalloc/vmmopen.c index 03231cbb0..169005dd6 100644 --- a/src/lib/libast/vmalloc/vmmopen.c +++ b/src/lib/libast/vmalloc/vmmopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmopen.c b/src/lib/libast/vmalloc/vmopen.c index 6bcbd0993..c8c3ed08f 100644 --- a/src/lib/libast/vmalloc/vmopen.c +++ b/src/lib/libast/vmalloc/vmopen.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmpool.c b/src/lib/libast/vmalloc/vmpool.c index de628f7ed..4609ddfb0 100644 --- a/src/lib/libast/vmalloc/vmpool.c +++ b/src/lib/libast/vmalloc/vmpool.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmprivate.c b/src/lib/libast/vmalloc/vmprivate.c index 44aed942a..3481c30b0 100644 --- a/src/lib/libast/vmalloc/vmprivate.c +++ b/src/lib/libast/vmalloc/vmprivate.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmprofile.c b/src/lib/libast/vmalloc/vmprofile.c index 04437f2da..421c5cc1a 100644 --- a/src/lib/libast/vmalloc/vmprofile.c +++ b/src/lib/libast/vmalloc/vmprofile.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmregion.c b/src/lib/libast/vmalloc/vmregion.c index 48b37430d..a79f6c698 100644 --- a/src/lib/libast/vmalloc/vmregion.c +++ b/src/lib/libast/vmalloc/vmregion.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmsegment.c b/src/lib/libast/vmalloc/vmsegment.c index 9be6b1141..bbdbaa2a8 100644 --- a/src/lib/libast/vmalloc/vmsegment.c +++ b/src/lib/libast/vmalloc/vmsegment.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmset.c b/src/lib/libast/vmalloc/vmset.c index 37323f78a..44e8ef9f2 100644 --- a/src/lib/libast/vmalloc/vmset.c +++ b/src/lib/libast/vmalloc/vmset.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmstat.c b/src/lib/libast/vmalloc/vmstat.c index a30299d82..5513deea5 100644 --- a/src/lib/libast/vmalloc/vmstat.c +++ b/src/lib/libast/vmalloc/vmstat.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmstrdup.c b/src/lib/libast/vmalloc/vmstrdup.c index c0c79bf63..22e874003 100644 --- a/src/lib/libast/vmalloc/vmstrdup.c +++ b/src/lib/libast/vmalloc/vmstrdup.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmtrace.c b/src/lib/libast/vmalloc/vmtrace.c index 6bea119e3..d65233a61 100644 --- a/src/lib/libast/vmalloc/vmtrace.c +++ b/src/lib/libast/vmalloc/vmtrace.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libast/vmalloc/vmwalk.c b/src/lib/libast/vmalloc/vmwalk.c index 1113908a2..6f1a420cf 100644 --- a/src/lib/libast/vmalloc/vmwalk.c +++ b/src/lib/libast/vmalloc/vmwalk.c @@ -4,16 +4,11 @@ * Copyright (c) 1985-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/basename.c b/src/lib/libcmd/basename.c index fc3614a65..0a481644f 100644 --- a/src/lib/libcmd/basename.c +++ b/src/lib/libcmd/basename.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cat.c b/src/lib/libcmd/cat.c index 075706760..e70ceea91 100644 --- a/src/lib/libcmd/cat.c +++ b/src/lib/libcmd/cat.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/chgrp.c b/src/lib/libcmd/chgrp.c index bac528c32..052082a56 100644 --- a/src/lib/libcmd/chgrp.c +++ b/src/lib/libcmd/chgrp.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/chmod.c b/src/lib/libcmd/chmod.c index 4fa6b465d..c8d24f46d 100644 --- a/src/lib/libcmd/chmod.c +++ b/src/lib/libcmd/chmod.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/chown.c b/src/lib/libcmd/chown.c index bcbbfcd90..bc5c8c608 100644 --- a/src/lib/libcmd/chown.c +++ b/src/lib/libcmd/chown.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cksum.c b/src/lib/libcmd/cksum.c index ed4b1bce8..3d6395b1c 100644 --- a/src/lib/libcmd/cksum.c +++ b/src/lib/libcmd/cksum.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cmd.h b/src/lib/libcmd/cmd.h index 176503136..b2b6fbf64 100644 --- a/src/lib/libcmd/cmd.h +++ b/src/lib/libcmd/cmd.h @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cmdinit.c b/src/lib/libcmd/cmdinit.c index c9fd64c6d..e0cc6ae2b 100644 --- a/src/lib/libcmd/cmdinit.c +++ b/src/lib/libcmd/cmdinit.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cmp.c b/src/lib/libcmd/cmp.c index d347a314e..498099163 100644 --- a/src/lib/libcmd/cmp.c +++ b/src/lib/libcmd/cmp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/comm.c b/src/lib/libcmd/comm.c index 8f583ce42..e246a7fa0 100644 --- a/src/lib/libcmd/comm.c +++ b/src/lib/libcmd/comm.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cp.c b/src/lib/libcmd/cp.c index fb5d460b9..458eb67ab 100644 --- a/src/lib/libcmd/cp.c +++ b/src/lib/libcmd/cp.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/cut.c b/src/lib/libcmd/cut.c index a76426cee..345e5bdc0 100644 --- a/src/lib/libcmd/cut.c +++ b/src/lib/libcmd/cut.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/date.c b/src/lib/libcmd/date.c index a19f63813..6c73c3a21 100644 --- a/src/lib/libcmd/date.c +++ b/src/lib/libcmd/date.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/dirname.c b/src/lib/libcmd/dirname.c index af37a06e1..9fb2fbbf1 100644 --- a/src/lib/libcmd/dirname.c +++ b/src/lib/libcmd/dirname.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/expr.c b/src/lib/libcmd/expr.c index 5aa41bba6..dfa0426bd 100644 --- a/src/lib/libcmd/expr.c +++ b/src/lib/libcmd/expr.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/fds.c b/src/lib/libcmd/fds.c index 357f30c07..758d2baa6 100644 --- a/src/lib/libcmd/fds.c +++ b/src/lib/libcmd/fds.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/fmt.c b/src/lib/libcmd/fmt.c index 2c75d73b0..2673413c8 100644 --- a/src/lib/libcmd/fmt.c +++ b/src/lib/libcmd/fmt.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/fold.c b/src/lib/libcmd/fold.c index cb72d96ba..8cbde3b1e 100644 --- a/src/lib/libcmd/fold.c +++ b/src/lib/libcmd/fold.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/getconf.c b/src/lib/libcmd/getconf.c index 17be27524..d036b0604 100644 --- a/src/lib/libcmd/getconf.c +++ b/src/lib/libcmd/getconf.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/head.c b/src/lib/libcmd/head.c index 72014b333..d5bc472ea 100644 --- a/src/lib/libcmd/head.c +++ b/src/lib/libcmd/head.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/id.c b/src/lib/libcmd/id.c index 9c7b73070..ee1643a9e 100644 --- a/src/lib/libcmd/id.c +++ b/src/lib/libcmd/id.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/join.c b/src/lib/libcmd/join.c index 8f441d55a..0180c3317 100644 --- a/src/lib/libcmd/join.c +++ b/src/lib/libcmd/join.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/lib.c b/src/lib/libcmd/lib.c index 36a90a9a1..7a83b3e4c 100644 --- a/src/lib/libcmd/lib.c +++ b/src/lib/libcmd/lib.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/ln.c b/src/lib/libcmd/ln.c index 32131d772..010a60b7d 100644 --- a/src/lib/libcmd/ln.c +++ b/src/lib/libcmd/ln.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/logname.c b/src/lib/libcmd/logname.c index a22574071..78e922236 100644 --- a/src/lib/libcmd/logname.c +++ b/src/lib/libcmd/logname.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/md5sum.c b/src/lib/libcmd/md5sum.c index 8332156ba..48011bed8 100644 --- a/src/lib/libcmd/md5sum.c +++ b/src/lib/libcmd/md5sum.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/mkdir.c b/src/lib/libcmd/mkdir.c index b26d0bfa9..44c04c97a 100644 --- a/src/lib/libcmd/mkdir.c +++ b/src/lib/libcmd/mkdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/mkfifo.c b/src/lib/libcmd/mkfifo.c index bc4c2ac16..3c7975d38 100644 --- a/src/lib/libcmd/mkfifo.c +++ b/src/lib/libcmd/mkfifo.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/mktemp.c b/src/lib/libcmd/mktemp.c index 31573cce1..2eecde60c 100644 --- a/src/lib/libcmd/mktemp.c +++ b/src/lib/libcmd/mktemp.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/mv.c b/src/lib/libcmd/mv.c index c0f6ef5ba..4676762df 100644 --- a/src/lib/libcmd/mv.c +++ b/src/lib/libcmd/mv.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/paste.c b/src/lib/libcmd/paste.c index 9c4930ec5..edc9f6af2 100644 --- a/src/lib/libcmd/paste.c +++ b/src/lib/libcmd/paste.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/pathchk.c b/src/lib/libcmd/pathchk.c index 5b1896a35..e2eba0693 100644 --- a/src/lib/libcmd/pathchk.c +++ b/src/lib/libcmd/pathchk.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/pids.c b/src/lib/libcmd/pids.c index ebfcf8343..4157e202c 100644 --- a/src/lib/libcmd/pids.c +++ b/src/lib/libcmd/pids.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/rev.c b/src/lib/libcmd/rev.c index 8984012ed..453f0f40f 100644 --- a/src/lib/libcmd/rev.c +++ b/src/lib/libcmd/rev.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/rev.h b/src/lib/libcmd/rev.h index 3d1f4a733..c1a5a38a3 100644 --- a/src/lib/libcmd/rev.h +++ b/src/lib/libcmd/rev.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/revlib.c b/src/lib/libcmd/revlib.c index 6cc248880..e5cb803c4 100644 --- a/src/lib/libcmd/revlib.c +++ b/src/lib/libcmd/revlib.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/rm.c b/src/lib/libcmd/rm.c index 4c01bc0b9..bde9e78fd 100644 --- a/src/lib/libcmd/rm.c +++ b/src/lib/libcmd/rm.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2013 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/rmdir.c b/src/lib/libcmd/rmdir.c index aa522a9db..73f63e13a 100644 --- a/src/lib/libcmd/rmdir.c +++ b/src/lib/libcmd/rmdir.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/stty.c b/src/lib/libcmd/stty.c index b09d184ee..fd3549a1e 100644 --- a/src/lib/libcmd/stty.c +++ b/src/lib/libcmd/stty.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/sum.c b/src/lib/libcmd/sum.c index 07ff9f260..8300004db 100644 --- a/src/lib/libcmd/sum.c +++ b/src/lib/libcmd/sum.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/sync.c b/src/lib/libcmd/sync.c index d90ff506e..64002498e 100644 --- a/src/lib/libcmd/sync.c +++ b/src/lib/libcmd/sync.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/tail.c b/src/lib/libcmd/tail.c index 5abae7d15..220ea3051 100644 --- a/src/lib/libcmd/tail.c +++ b/src/lib/libcmd/tail.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2013 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/tee.c b/src/lib/libcmd/tee.c index 4b9a79f44..aecfc8e19 100644 --- a/src/lib/libcmd/tee.c +++ b/src/lib/libcmd/tee.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/tty.c b/src/lib/libcmd/tty.c index 8372e6558..d1d28ad15 100644 --- a/src/lib/libcmd/tty.c +++ b/src/lib/libcmd/tty.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/uname.c b/src/lib/libcmd/uname.c index 44ba02671..4056dec34 100644 --- a/src/lib/libcmd/uname.c +++ b/src/lib/libcmd/uname.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/uniq.c b/src/lib/libcmd/uniq.c index 8793538dd..dd4083e10 100644 --- a/src/lib/libcmd/uniq.c +++ b/src/lib/libcmd/uniq.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/vmstate.c b/src/lib/libcmd/vmstate.c index a2d80b7c8..85927f3a3 100644 --- a/src/lib/libcmd/vmstate.c +++ b/src/lib/libcmd/vmstate.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/wc.c b/src/lib/libcmd/wc.c index 6a4bd1cd4..0a7c26457 100644 --- a/src/lib/libcmd/wc.c +++ b/src/lib/libcmd/wc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/wc.h b/src/lib/libcmd/wc.h index 4ae4587ac..f54b9275f 100644 --- a/src/lib/libcmd/wc.h +++ b/src/lib/libcmd/wc.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1992-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libcmd/wclib.c b/src/lib/libcmd/wclib.c index 91a357bee..3e5b6743d 100644 --- a/src/lib/libcmd/wclib.c +++ b/src/lib/libcmd/wclib.c @@ -4,16 +4,11 @@ * Copyright (c) 1992-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * David Korn * diff --git a/src/lib/libdll/dlfcn.c b/src/lib/libdll/dlfcn.c index cc53137e9..1a4461351 100644 --- a/src/lib/libdll/dlfcn.c +++ b/src/lib/libdll/dlfcn.c @@ -4,16 +4,11 @@ * Copyright (c) 1997-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dll_lib.c b/src/lib/libdll/dll_lib.c index a84ab863d..9a9dee4ea 100644 --- a/src/lib/libdll/dll_lib.c +++ b/src/lib/libdll/dll_lib.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllcheck.c b/src/lib/libdll/dllcheck.c index 990dcc840..7017ab1ff 100644 --- a/src/lib/libdll/dllcheck.c +++ b/src/lib/libdll/dllcheck.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllerror.c b/src/lib/libdll/dllerror.c index fd33e8032..f3b2f6578 100644 --- a/src/lib/libdll/dllerror.c +++ b/src/lib/libdll/dllerror.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllfind.c b/src/lib/libdll/dllfind.c index d8d76e5d2..6cdf2c4ae 100644 --- a/src/lib/libdll/dllfind.c +++ b/src/lib/libdll/dllfind.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dlllib.h b/src/lib/libdll/dlllib.h index dc3881c83..a51ba7122 100644 --- a/src/lib/libdll/dlllib.h +++ b/src/lib/libdll/dlllib.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dlllook.c b/src/lib/libdll/dlllook.c index c7daefaf1..9e717abdb 100644 --- a/src/lib/libdll/dlllook.c +++ b/src/lib/libdll/dlllook.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllnext.c b/src/lib/libdll/dllnext.c index e365d7d49..bb2106ba8 100644 --- a/src/lib/libdll/dllnext.c +++ b/src/lib/libdll/dllnext.c @@ -4,16 +4,11 @@ * Copyright (c) 1997-2011 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllopen.c b/src/lib/libdll/dllopen.c index b028fde52..e9d43d541 100644 --- a/src/lib/libdll/dllopen.c +++ b/src/lib/libdll/dllopen.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllplug.c b/src/lib/libdll/dllplug.c index b746cfb7c..e1a16d6d3 100644 --- a/src/lib/libdll/dllplug.c +++ b/src/lib/libdll/dllplug.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1997-2012 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libdll/dllscan.c b/src/lib/libdll/dllscan.c index 739282654..404846e10 100644 --- a/src/lib/libdll/dllscan.c +++ b/src/lib/libdll/dllscan.c @@ -4,16 +4,11 @@ * Copyright (c) 1997-2012 AT&T Intellectual Property * * Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-ast4.c b/src/lib/libsum/sum-ast4.c index eab66a77f..7b73e8e96 100644 --- a/src/lib/libsum/sum-ast4.c +++ b/src/lib/libsum/sum-ast4.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-att.c b/src/lib/libsum/sum-att.c index 0a2ca85f9..ac81f2db2 100644 --- a/src/lib/libsum/sum-att.c +++ b/src/lib/libsum/sum-att.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-bsd.c b/src/lib/libsum/sum-bsd.c index 5c9aaa351..8afa17fdd 100644 --- a/src/lib/libsum/sum-bsd.c +++ b/src/lib/libsum/sum-bsd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-crc.c b/src/lib/libsum/sum-crc.c index 97fe30c2e..501c8f1db 100644 --- a/src/lib/libsum/sum-crc.c +++ b/src/lib/libsum/sum-crc.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-lmd.c b/src/lib/libsum/sum-lmd.c index ef86268ba..1b8fe3574 100644 --- a/src/lib/libsum/sum-lmd.c +++ b/src/lib/libsum/sum-lmd.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum-prng.c b/src/lib/libsum/sum-prng.c index 6e45d4f95..211e45c21 100644 --- a/src/lib/libsum/sum-prng.c +++ b/src/lib/libsum/sum-prng.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sum.h b/src/lib/libsum/sum.h index f5a3045c3..e058fe5bb 100644 --- a/src/lib/libsum/sum.h +++ b/src/lib/libsum/sum.h @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * * diff --git a/src/lib/libsum/sumlib.c b/src/lib/libsum/sumlib.c index c4bc0a43e..be8e22fbd 100644 --- a/src/lib/libsum/sumlib.c +++ b/src/lib/libsum/sumlib.c @@ -2,18 +2,13 @@ * * * This software is part of the ast package * * Copyright (c) 1996-2011 AT&T Intellectual Property * -* Copyright (c) 2020-2021 Contributors to ksh 93u+m * +* Copyright (c) 2020-2022 Contributors to ksh 93u+m * * and is licensed under the * -* Eclipse Public License, Version 1.0 * -* by AT&T Intellectual Property * +* Eclipse Public License, Version 2.0 * * * * A copy of the License is available at * -* http://www.eclipse.org/org/documents/epl-v10.html * -* (with md5 checksum b35adb5213ca9657e911e9befb180842) * -* * -* Information and Software Systems Research * -* AT&T Research * -* Florham Park NJ * +* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * +* (with md5 checksum 84283fa8859daf213bdda5a9f8d1be1d) * * * * Glenn Fowler * * *