diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plist.c | 4 | ||||
-rw-r--r-- | src/xplist.c | 4 |
2 files changed, 6 insertions, 2 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 |