[vlc-commits] src/darwin: update copyright
Felix Paul Kühne
git at videolan.org
Sat Jul 12 19:44:24 CEST 2014
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jul 12 17:40:29 2014 +0200| [5a5ee8a204aa2e19ebcab3165ddb1d6b2faa59c0] | committer: Felix Paul Kühne
src/darwin: update copyright
(cherry picked from commit cfedc94072e43d71d0c8e393fe51767764566889)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=5a5ee8a204aa2e19ebcab3165ddb1d6b2faa59c0
---
src/darwin/dirs.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/darwin/dirs.c b/src/darwin/dirs.c
index 1041b6b..381729c 100644
--- a/src/darwin/dirs.c
+++ b/src/darwin/dirs.c
@@ -1,11 +1,12 @@
/*****************************************************************************
* darwin_dirs.c: Mac OS X directories configuration
*****************************************************************************
- * Copyright (C) 2001-2009 VLC authors and VideoLAN
- * Copyright © 2007-2012 Rémi Denis-Courmont
+ * Copyright (C) 2001-2014 VLC authors and VideoLAN
+ * Copyright (C) 2007-2012 Rémi Denis-Courmont
*
- * Authors: Gildas Bazin <gbazin at videolan.org>
+ * Authors: Rémi Denis-Courmont
* Felix Paul Kühne <fkuehne at videolan dot org>
+ * Pierre d'Herbemont <pdherbemont # videolan org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
@@ -83,7 +84,6 @@ char *config_GetLibDir (void)
char *path = NULL;
asprintf(&path, "%s/"PACKAGE, incompletepath);
free(incompletepath);
- printf("final path %s\n", path);
return path;
}
More information about the vlc-commits
mailing list