]> git.sesse.net Git - vlc/commitdiff
Move LICENSE_MSG to the right section
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 19:09:39 +0000 (22:09 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 19:10:27 +0000 (22:10 +0300)
include/vlc/vlc.h
include/vlc_common.h

index e40c6c00f6adfbe322699bbcf9a754b11502c738..17f491d63f3a50db679bb722f6f611caa3c65f5f 100644 (file)
@@ -47,10 +47,4 @@ extern "C" {
 }
 # endif
 
-#define LICENSE_MSG \
-  _("This program comes with NO WARRANTY, to the extent permitted by " \
-    "law.\nYou may redistribute it under the terms of the GNU General " \
-    "Public License;\nsee the file named COPYING for details.\n" \
-    "Written by the VideoLAN team; see the AUTHORS file.\n")
-
 #endif /* _VLC_VLC_H */
index f4d7de6ec400dc5e130770d7314775055b662b7f..442d6faa36ead55b4d4342d7d0230f8d809fa85a 100644 (file)
@@ -921,4 +921,10 @@ VLC_EXPORT( const char *, VLC_Changeset, ( void ) );
 #   define PATH_SEP ":"
 #endif
 
+#define LICENSE_MSG \
+  _("This program comes with NO WARRANTY, to the extent permitted by " \
+    "law.\nYou may redistribute it under the terms of the GNU General " \
+    "Public License;\nsee the file named COPYING for details.\n" \
+    "Written by the VideoLAN team; see the AUTHORS file.\n")
+
 #endif /* !VLC_COMMON_H */