everything: update copyright to note multiple authors

pull/36/head
William Pitcock 2012-07-25 21:09:31 -05:00
parent 31b9a53155
commit 0a5cb4c4ec
10 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2011, 2012 William Pitcock <nenolod@dereferenced.org>.
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

View File

@ -2,7 +2,7 @@
* argvsplit.c
* argv_split() routine
*
* Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

View File

@ -2,7 +2,7 @@
* dependency.c
* dependency parsing and management
*
* Copyright (c) 2011, 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

View File

@ -2,7 +2,7 @@
* fileio.c
* File reading utilities
*
* Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

View File

@ -2,7 +2,7 @@
* fragment.c
* Management of fragment lists.
*
* Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

4
main.c
View File

@ -2,7 +2,7 @@
* main.c
* main() routine, printer functions
*
* Copyright (c) 2011 William Pitcock <nenolod@dereferenced.org>.
* 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 <nenolod@dereferenced.org>.\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");

2
pkg.c
View File

@ -2,7 +2,7 @@
* pkg.c
* higher-level dependency graph compilation, management and manipulation
*
* Copyright (c) 2011, 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

2
pkg.h
View File

@ -2,7 +2,7 @@
* pkg.h
* Global include file for everything.
*
* Copyright (c) 2011 William Pitcock <nenolod@dereferenced.org>.
* 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

View File

@ -2,7 +2,7 @@
* stdinc.h
* pull in standard headers (including portability hacks)
*
* Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>.
* 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

View File

@ -2,7 +2,7 @@
* tuple.c
* management of key->value tuples
*
* Copyright (c) 2011, 2012 William Pitcock <nenolod@dereferenced.org>.
* 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