]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
* added the GNU getopt library, which gets compiled in when getopt_long
[vlc] / include / config.h.in
index 77fd91fa3fa2a45167e69cc04c914dc96ee8fbbe..817bb3aca2dbf1b7d66be49365d8a62a04adfc23 100644 (file)
@@ -2,7 +2,7 @@
  * config.h: limits and configuration
  * Defines all compilation-time configuration constants and size limits
  *****************************************************************************
- * Copyright (C) 1999, 2000 VideoLAN
+ * Copyright (C) 1999, 2000, 2001 VideoLAN
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
@@ -43,9 +43,9 @@
 /* Program version and copyright message */
 #define VERSION_MESSAGE     "vlc @VLC_VERSION@ @VLC_CODENAME@ " \
                           /* "(" PROGRAM_BUILD ") (" PROGRAM_OPTIONS ")\n" */ \
-                            "Copyright 1996-2000 VideoLAN\n"
+                            "Copyright 1996-2001 VideoLAN\n"
 #define COPYRIGHT_MESSAGE   "VideoLAN Client - version @VLC_VERSION@" \
-                            " @VLC_CODENAME@ - (c)1996-2000 VideoLAN\n"
+                            " @VLC_CODENAME@ - (C)1996-2001 VideoLAN\n"
 
 #define VERSION             "@VLC_VERSION@"