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 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * plist.c | 2 | * plist.c |
| 3 | * Builds plist XML structures. | 3 | * Builds plist XML structures |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved. | ||
| 6 | * Copyright (c) 2009-2014 Nikias Bassen All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 7 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 8 | * |
| 7 | * This library is free software; you can redistribute it and/or | 9 | * 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 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * plist.c | 2 | * xplist.c |
| 3 | * XML plist implementation | 3 | * XML plist implementation |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved. | ||
| 6 | * Copyright (c) 2010-2014 Nikias Bassen All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. | 7 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. |
| 6 | * | 8 | * |
| 7 | * This library is free software; you can redistribute it and/or | 9 | * 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 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * plistutil.c | 2 | * plistutil.c |
| 3 | * source for plist convertion tool | 3 | * Simple tool to convert a plist into different formats |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2009-2015 Martin Szulecki All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 6 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
