From 89d3cfb4e82badc0ec4524127ec4bf225f3b6d1d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 15 Mar 2018 18:49:47 -0700 Subject: [PATCH] update file headers --- lib/isccc/alist.c | 2 +- lib/isccc/base64.c | 2 +- lib/isccc/cc.c | 2 +- lib/isccc/ccmsg.c | 2 +- lib/isccc/include/isccc/alist.h | 2 +- lib/isccc/include/isccc/base64.h | 2 +- lib/isccc/include/isccc/cc.h | 2 +- lib/isccc/include/isccc/ccmsg.h | 2 +- lib/isccc/include/isccc/events.h | 2 +- lib/isccc/include/isccc/lib.h | 2 +- lib/isccc/include/isccc/result.h | 2 +- lib/isccc/include/isccc/sexpr.h | 2 +- lib/isccc/include/isccc/symtab.h | 2 +- lib/isccc/include/isccc/symtype.h | 2 +- lib/isccc/include/isccc/types.h | 2 +- lib/isccc/include/isccc/util.h | 2 +- lib/isccc/lib.c | 2 +- lib/isccc/result.c | 2 +- lib/isccc/sexpr.c | 2 +- lib/isccc/symtab.c | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/isccc/alist.c b/lib/isccc/alist.c index 6cd2902efd5..c0dc2a9bdb1 100644 --- a/lib/isccc/alist.c +++ b/lib/isccc/alist.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/base64.c b/lib/isccc/base64.c index 98bb96a3c00..72cd198e09a 100644 --- a/lib/isccc/base64.c +++ b/lib/isccc/base64.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/cc.c b/lib/isccc/cc.c index 1816f7750a7..59a73f2f00e 100644 --- a/lib/isccc/cc.c +++ b/lib/isccc/cc.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/ccmsg.c b/lib/isccc/ccmsg.c index 0255002a08e..d58ba6f9625 100644 --- a/lib/isccc/ccmsg.c +++ b/lib/isccc/ccmsg.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/alist.h b/lib/isccc/include/isccc/alist.h index 744af4d32a0..dba855bfa77 100644 --- a/lib/isccc/include/isccc/alist.h +++ b/lib/isccc/include/isccc/alist.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/base64.h b/lib/isccc/include/isccc/base64.h index 08547b2238c..d8f5d8794be 100644 --- a/lib/isccc/include/isccc/base64.h +++ b/lib/isccc/include/isccc/base64.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/cc.h b/lib/isccc/include/isccc/cc.h index cce09480308..18e30c410bf 100644 --- a/lib/isccc/include/isccc/cc.h +++ b/lib/isccc/include/isccc/cc.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/ccmsg.h b/lib/isccc/include/isccc/ccmsg.h index a14c3342522..bb479ebca8a 100644 --- a/lib/isccc/include/isccc/ccmsg.h +++ b/lib/isccc/include/isccc/ccmsg.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/events.h b/lib/isccc/include/isccc/events.h index caec73d09ae..a69fdce1288 100644 --- a/lib/isccc/include/isccc/events.h +++ b/lib/isccc/include/isccc/events.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/lib.h b/lib/isccc/include/isccc/lib.h index 1121c7997e6..3cbc4199571 100644 --- a/lib/isccc/include/isccc/lib.h +++ b/lib/isccc/include/isccc/lib.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/result.h b/lib/isccc/include/isccc/result.h index 680fac4ed7f..2808f4989f2 100644 --- a/lib/isccc/include/isccc/result.h +++ b/lib/isccc/include/isccc/result.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/sexpr.h b/lib/isccc/include/isccc/sexpr.h index 698c091d19d..7349066e685 100644 --- a/lib/isccc/include/isccc/sexpr.h +++ b/lib/isccc/include/isccc/sexpr.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/symtab.h b/lib/isccc/include/isccc/symtab.h index ab9edcf920e..5fa5627a41b 100644 --- a/lib/isccc/include/isccc/symtab.h +++ b/lib/isccc/include/isccc/symtab.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/symtype.h b/lib/isccc/include/isccc/symtype.h index 41b0a4365d4..927bf8143ca 100644 --- a/lib/isccc/include/isccc/symtype.h +++ b/lib/isccc/include/isccc/symtype.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/types.h b/lib/isccc/include/isccc/types.h index 5cd58cabe28..2486e4e78ec 100644 --- a/lib/isccc/include/isccc/types.h +++ b/lib/isccc/include/isccc/types.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/include/isccc/util.h b/lib/isccc/include/isccc/util.h index 2a3373819ce..389a39b95cb 100644 --- a/lib/isccc/include/isccc/util.h +++ b/lib/isccc/include/isccc/util.h @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/lib.c b/lib/isccc/lib.c index c0fac7792c5..96418689532 100644 --- a/lib/isccc/lib.c +++ b/lib/isccc/lib.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/result.c b/lib/isccc/result.c index 6bb88be3229..2c77469f9c9 100644 --- a/lib/isccc/result.c +++ b/lib/isccc/result.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/sexpr.c b/lib/isccc/sexpr.c index 064ab0dff90..d5c7c08ec05 100644 --- a/lib/isccc/sexpr.c +++ b/lib/isccc/sexpr.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isccc/symtab.c b/lib/isccc/symtab.c index 57314eed4f4..861b08497b3 100644 --- a/lib/isccc/symtab.c +++ b/lib/isccc/symtab.c @@ -16,7 +16,7 @@ * See the COPYRIGHT file distributed with this work for additional * information regarding copyright ownership. * - * Portions Copyright (C) Nominum, Inc. + * Portions Copyright (C) 2001 Nominum, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- 2.47.3