[vlc-commits] [Git][videolan/vlc][master] copyright: update for 2025

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sat Jan 4 14:31:34 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
49874dfa by Tristan Matthews at 2025-01-04T14:18:30+00:00
copyright: update for 2025

- - - - -


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-2024 VLC authors and VideoLAN])
+AC_COPYRIGHT([Copyright 1999-2025 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-2024"
+COPYRIGHT_YEARS="1996-2025"
 
 AC_CONFIG_SRCDIR([src/libvlc.c])
 AC_CONFIG_AUX_DIR([autotools])


=====================================
doc/Makefile.am
=====================================
@@ -65,6 +65,7 @@ CHANGELOGS = \
 	ChangeLog-2022 \
 	ChangeLog-2023 \
 	ChangeLog-2024 \
+	ChangeLog-2025 \
 	$(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-2024'
+vlc_copyright_years = '1996-2025'
 vlc_version_codename = 'Otto Chriek'
 
 # LibVLC library (ABI) version



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/49874dfa9417f7959a54c1ba707f7fcebe30e1dc

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/49874dfa9417f7959a54c1ba707f7fcebe30e1dc
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