]> git.sesse.net Git - vlc/blobdiff - loader/registry.c
* Spelling fixes here and there.
[vlc] / loader / registry.c
index 6946f85ba6d074c70aae2e8e2cc38c17e3ab5297..2505bf2a8f9b33ee640a1ed0d1cb58b135545936 100644 (file)
@@ -1,7 +1,28 @@
 /*
+ * $Id$
+ *
+ * Copyright (C) 1999 Alexandre Julliard
+ *
+ * Originally distributed under LPGL 2.1 (or later) by the Wine project.
+ *
  * Modified for use with MPlayer, detailed CVS changelog at
  * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
- * $Id$
+ *
+ * File now distributed as part of VLC media player with no modifications.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  */
 
 #include "config.h"
@@ -311,7 +332,7 @@ static void init_registry(void)
 #else
        // regpathname is an external pointer
         //
-       // registry.c is holding it's own internal pointer
+       // registry.c is holding its own internal pointer
        // localregpathname  - which is being allocate/deallocated
 
        if (localregpathname == 0)