Skip to content

Commit 7fa11a7

Browse files
committed
Bump copyright year to 2025
1 parent ea1ff47 commit 7fa11a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packaging/windows/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* version.rc : Windows VersionInfo resource file
33
*****************************************************************************
4-
* Copyright (C) 2014-2023 Maxim Biro
4+
* Copyright (C) 2014-2025 Maxim Biro
55
*
66
* Authors: Maxim Biro <nurupo.contributions@gmail.com>
77
*

src/pause_click.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* pause_click.c : A plugin that allows to pause/play a video by a mouse click
33
*****************************************************************************
4-
* Copyright (C) 2014-2023 Maxim Biro
4+
* Copyright (C) 2014-2025 Maxim Biro
55
*
66
* Authors: Maxim Biro <nurupo.contributions@gmail.com>
77
*

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* version.h : Version and software information
33
*****************************************************************************
4-
* Copyright (C) 2014-2023 Maxim Biro
4+
* Copyright (C) 2014-2025 Maxim Biro
55
*
66
* Authors: Maxim Biro <nurupo.contributions@gmail.com>
77
*
@@ -29,7 +29,7 @@
2929
#define VERSION_IS_RELEASE 0
3030

3131
#define VERSION_AUTHOR "Maxim Biro (nurupo)"
32-
#define VERSION_COPYRIGHT "(C) 2014-2023 " VERSION_AUTHOR
32+
#define VERSION_COPYRIGHT "(C) 2014-2025 " VERSION_AUTHOR
3333
#define VERSION_LICENSE "LGPL-2.1-or-later"
3434
#define VERSION_HOMEPAGE "https://github.com/nurupo/vlc-pause-click-plugin"
3535

0 commit comments

Comments
 (0)