Commit 2ec3bdde authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Move LICENSE_MSG to the right section

parent df4d1996
......@@ -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 */
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment