[vlc-commits] [Git][videolan/vlc][master] copyright: update for 2026
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Jan 1 01:52:12 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
69b49846 by Sean McGovern at 2026-01-01T02:17:19+01:00
copyright: update for 2026
- - - - -
3 changed files:
- configure.ac
- doc/Makefile.am
- meson.build
Changes:
=====================================
configure.ac
=====================================
@@ -1,6 +1,6 @@
dnl Autoconf settings for vlc
-AC_COPYRIGHT([Copyright 1999-2025 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2026 VLC authors and VideoLAN])
AC_INIT([vlc], [4.0.0-dev])
VERSION_MAJOR=4
@@ -19,7 +19,7 @@ AC_SUBST([PKGDIR])
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Otto Chriek"
-COPYRIGHT_YEARS="1996-2025"
+COPYRIGHT_YEARS="1996-2026"
AC_CONFIG_SRCDIR([src/libvlc.c])
AC_CONFIG_AUX_DIR([autotools])
=====================================
doc/Makefile.am
=====================================
@@ -66,6 +66,7 @@ CHANGELOGS = \
ChangeLog-2023 \
ChangeLog-2024 \
ChangeLog-2025 \
+ ChangeLog-2026 \
$(NULL)
man1_MANS = \
=====================================
meson.build
=====================================
@@ -3,7 +3,7 @@ project('VLC', ['c', 'cpp'],
default_options: ['c_std=gnu17', 'cpp_std=c++17'],
meson_version: '>=1.1.0')
-vlc_copyright_years = '1996-2025'
+vlc_copyright_years = '1996-2026'
vlc_version_codename = 'Otto Chriek'
# LibVLC library (ABI) version
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/69b4984662cd5388684772bc0e411aea00bf29d5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/69b4984662cd5388684772bc0e411aea00bf29d5
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list