From 0a5cb4c4ec2c704c51c48dfba69e85dc1f3dcb03 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 25 Jul 2012 21:09:31 -0500 Subject: [PATCH] everything: update copyright to note multiple authors --- COPYING | 2 +- argvsplit.c | 2 +- dependency.c | 2 +- fileio.c | 2 +- fragment.c | 2 +- main.c | 4 ++-- pkg.c | 2 +- pkg.h | 2 +- stdinc.h | 2 +- tuple.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index c712430..db8f4b5 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2011, 2012 William Pitcock . +Copyright (c) 2011, 2012 pkgconf authors (see AUTHORS). 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/argvsplit.c b/argvsplit.c index 5f857c3..cbfb55d 100644 --- a/argvsplit.c +++ b/argvsplit.c @@ -2,7 +2,7 @@ * argvsplit.c * argv_split() routine * - * Copyright (c) 2012 William Pitcock . + * Copyright (c) 2012 pkgconf authors (see AUTHORS). * * 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/dependency.c b/dependency.c index ff20821..9070ce0 100644 --- a/dependency.c +++ b/dependency.c @@ -2,7 +2,7 @@ * dependency.c * dependency parsing and management * - * Copyright (c) 2011, 2012 William Pitcock . + * Copyright (c) 2011, 2012 pkgconf authors (see AUTHORS). * * 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/fileio.c b/fileio.c index 6704bd3..c72c225 100644 --- a/fileio.c +++ b/fileio.c @@ -2,7 +2,7 @@ * fileio.c * File reading utilities * - * Copyright (c) 2012 William Pitcock . + * Copyright (c) 2012 pkgconf authors (see AUTHORS). * * 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/fragment.c b/fragment.c index 87086f4..372f200 100644 --- a/fragment.c +++ b/fragment.c @@ -2,7 +2,7 @@ * fragment.c * Management of fragment lists. * - * Copyright (c) 2012 William Pitcock . + * Copyright (c) 2012 pkgconf authors (see AUTHORS). * * 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/main.c b/main.c index 34a1c89..fb5bf43 100644 --- a/main.c +++ b/main.c @@ -2,7 +2,7 @@ * main.c * main() routine, printer functions * - * Copyright (c) 2011 William Pitcock . + * Copyright (c) 2011 pkgconf authors (see AUTHORS). * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -415,7 +415,7 @@ static void version(void) { printf("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION, HAVE_STRICT_MODE ? " [strict]" : " [pkg-config compatible]"); - printf("Copyright (c) 2011 - 2012 William Pitcock .\n\n"); + printf("Copyright (c) 2011 - 2012 pkgconf authors (see AUTHORS in documentation directory).\n\n"); printf("Permission to use, copy, modify, and/or distribute this software for any\n"); printf("purpose with or without fee is hereby granted, provided that the above\n"); printf("copyright notice and this permission notice appear in all copies.\n\n"); diff --git a/pkg.c b/pkg.c index c310af3..e1c8e50 100644 --- a/pkg.c +++ b/pkg.c @@ -2,7 +2,7 @@ * pkg.c * higher-level dependency graph compilation, management and manipulation * - * Copyright (c) 2011, 2012 William Pitcock . + * Copyright (c) 2011, 2012 pkgconf authors (see AUTHORS). * * 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/pkg.h b/pkg.h index 28d5998..4ba4fb9 100644 --- a/pkg.h +++ b/pkg.h @@ -2,7 +2,7 @@ * pkg.h * Global include file for everything. * - * Copyright (c) 2011 William Pitcock . + * Copyright (c) 2011 pkgconf authors (see AUTHORS). * * 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/stdinc.h b/stdinc.h index 1155490..8d561f9 100644 --- a/stdinc.h +++ b/stdinc.h @@ -2,7 +2,7 @@ * stdinc.h * pull in standard headers (including portability hacks) * - * Copyright (c) 2012 William Pitcock . + * Copyright (c) 2012 pkgconf authors (see AUTHORS). * * 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/tuple.c b/tuple.c index 769ea95..f37fc2c 100644 --- a/tuple.c +++ b/tuple.c @@ -2,7 +2,7 @@ * tuple.c * management of key->value tuples * - * Copyright (c) 2011, 2012 William Pitcock . + * Copyright (c) 2011, 2012 pkgconf authors (see AUTHORS). * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above