diff options
-rw-r--r-- | src/plist.c | 4 | ||||
-rw-r--r-- | src/xplist.c | 4 | ||||
-rw-r--r-- | tools/plistutil.c | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/src/plist.c b/src/plist.c index c38b6eb..d40b946 100644 --- a/src/plist.c +++ b/src/plist.c @@ -1,7 +1,9 @@ /* * plist.c - * Builds plist XML structures. + * Builds plist XML structures * + * Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved. + * Copyright (c) 2009-2014 Nikias Bassen All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or diff --git a/src/xplist.c b/src/xplist.c index 2e86ee5..e368b8b 100644 --- a/src/xplist.c +++ b/src/xplist.c @@ -1,7 +1,9 @@ /* - * plist.c + * xplist.c * XML plist implementation * + * Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved. + * Copyright (c) 2010-2014 Nikias Bassen All Rights Reserved. * Copyright (c) 2008 Jonathan Beck All Rights Reserved. * * This library is free software; you can redistribute it and/or diff --git a/tools/plistutil.c b/tools/plistutil.c index 3e09bb2..6b7b053 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c @@ -1,7 +1,8 @@ /* * plistutil.c - * source for plist convertion tool + * Simple tool to convert a plist into different formats * + * Copyright (c) 2009-2015 Martin Szulecki All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or |