[vlc-devel] commit: Move LICENSE_MSG to the right section ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 31 21:08:58 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat May 31 22:09:39 2008 +0300| [2ec3bddef115eb4cf575c5dafd64077891a6196f]

Move LICENSE_MSG to the right section

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

 include/vlc/vlc.h    |    6 ------
 include/vlc_common.h |    6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h
index e40c6c0..17f491d 100644
--- a/include/vlc/vlc.h
+++ b/include/vlc/vlc.h
@@ -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 */
diff --git a/include/vlc_common.h b/include/vlc_common.h
index f4d7de6..442d6fa 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.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 */




More information about the vlc-devel mailing list