]> git.sesse.net Git - vlc/blobdiff - include/vlc/vlc.h
Put licensing terms instead of description in about boxes
[vlc] / include / vlc / vlc.h
index bcd2ce12f710a9a5fc8614db7b0dbc9882418aa0..a5e351b2074c46b1df1276d84763e63cd6c30539 100644 (file)
@@ -572,4 +572,10 @@ int             VLC_FullScreen( int );
 }
 # 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> */