[vlc-commits] src/darwin: update copyright

Felix Paul Kühne git at videolan.org
Sat Jul 12 17:40:40 CEST 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jul 12 17:40:29 2014 +0200| [cfedc94072e43d71d0c8e393fe51767764566889] | committer: Felix Paul Kühne

src/darwin: update copyright

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cfedc94072e43d71d0c8e393fe51767764566889
---

 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