Skip to content

Commit

Permalink
Bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Jan 3, 2025
1 parent 5a5493e commit a08b8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Perl is Copyright (C) 1993 - 2024 by Larry Wall and others.
Perl is Copyright (C) 1993 - 2025 by Larry Wall and others.

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
* 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
* 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023
* 2024
* 2024, 2025
* by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
Expand Down Expand Up @@ -4028,7 +4028,7 @@ S_minus_v(pTHX)
#endif

PerlIO_printf(PIO_stdout,
"\n\nCopyright 1987-2024, Larry Wall\n");
"\n\nCopyright 1987-2025, Larry Wall\n");
#ifdef OS2
PerlIO_printf(PIO_stdout,
"\n\nOS/2 port Copyright (c) 1990, 1991, Raymond Chen, Kai Uwe Rommel\n"
Expand Down

0 comments on commit a08b8bd

Please sign in to comment.