copyright years++

This commit is contained in:
Omar Polo 2023-06-24 10:07:17 +00:00
parent df6282815f
commit eac9287d29
9 changed files with 9 additions and 9 deletions

2
fcgi.c
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2022, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
ge.c
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Omar Polo <op@omarpolo.com>
* Copyright (c) 2022, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
gmid.h
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, 2021, 2022 Omar Polo <op@omarpolo.com>
* Copyright (c) 2020, 2021, 2022, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

2
mime.c
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2022, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

View File

@ -1,7 +1,7 @@
%{
/*
* Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2022, 2023 Omar Polo <op@omarpolo.com>
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
* Copyright (c) 2004 Ryan McBride <mcbride@openbsd.org>

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2022 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2022, 2023 Omar Polo <op@omarpolo.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Omar Polo <op@omarpolo.com>
* Copyright (c) 2021, 2023 Omar Polo <op@omarpolo.com>
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
* Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org>
*