The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/src/commit/?id=738aea3387d831c95024fd28076dadde132ceaec
commit 738aea3387d831c95024fd28076dadde132ceaec Author: Lorenzo Salvadore <[email protected]> AuthorDate: 2026-02-24 14:41:20 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2026-03-11 14:49:23 +0000 Calendars: Update status reports deadlines Also move the deadlines in their own calendar file. Reported by: jhs Reviewed by: jhs, adamw, Graham Percival <[email protected]> Differential Revision: https://reviews.freebsd.org/D55491 --- usr.bin/calendar/calendars/calendar.freebsd | 4 ---- usr.bin/calendar/calendars/calendar.status_reports | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index bfcdfe5f9a75..37dad2d237a7 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -123,7 +123,6 @@ 03/14 Eric Turgeon <[email protected]> born in Edmundston, New Brunswick, Canada, 1982 03/15 Paolo Pisati <[email protected]> born in Lodi, Italy, 1977 03/15 Brian Fundakowski Feldman <[email protected]> born in Alexandria, Virginia, United States, 1983 -03/15 First quarterly status reports are due on 03/31 03/17 Michael Smith <[email protected]> born in Bankstown, New South Wales, Australia, 1971 03/17 Alexander Motin <[email protected]> born in Simferopol, Ukraine, 1979 03/18 Koop Mast <[email protected]> born in Dokkum, the Netherlands, 1981 @@ -260,7 +259,6 @@ 06/09 Stanislav Galabov <[email protected]> born in Sofia, Bulgaria, 1978 06/11 Alonso Cardenas Marquez <[email protected]> born in Arequipa, Peru, 1979 06/14 Josh Paetzel <[email protected]> born in Minneapolis, Minnesota, United States, 1973 -06/15 Second quarterly status reports are due on 06/30 06/15 Aymeric Wibo <[email protected]> born in Plaistow, London, United Kingdom, 2004 06/17 Tilman Linneweh <[email protected]> born in Weinheim, Baden-Wuerttemberg, Germany, 1978 06/18 Li-Wen Hsu <[email protected]> born in Taipei, Taiwan, Republic of China, 1984 @@ -382,7 +380,6 @@ 09/14 Matthew Seaman <[email protected]> born in Bristol, United Kingdom, 1965 09/15 Aleksandr Rybalko <[email protected]> born in Odessa, Ukraine, 1977 09/15 Dima Panov <[email protected]> born in Khabarovsk, Russian Federation, 1978 -09/15 Third quarterly status reports are due on 09/30 09/16 Maksim Yevmenkin <[email protected]> born in Taganrog, USSR, 1974 09/17 Maxim Bolotin <[email protected]> born in Rostov-on-Don, Russian Federation, 1976 09/18 Matthew Fleming <[email protected]> born in Cleveland, Ohio, United States, 1975 @@ -488,7 +485,6 @@ 12/11 Koichiro Iwao <[email protected]> born in Oita, Japan, 1987 12/15 James FitzGibbon <[email protected]> born in Amersham, Buckinghamshire, United Kingdom, 1974 12/15 Timur I. Bakeyev <[email protected]> born in Kazan, Republic of Tatarstan, USSR, 1974 -12/15 Fourth quarterly status reports are due on 12/31 12/18 Chris Timmons <[email protected]> born in Ellensburg, Washington, United States, 1964 12/18 Dag-Erling Smorgrav <[email protected]> born in Brussels, Belgium, 1977 12/18 Muhammad Moinur Rahman <[email protected]> born in Dhaka, Bangladesh, 1983 diff --git a/usr.bin/calendar/calendars/calendar.status_reports b/usr.bin/calendar/calendars/calendar.status_reports new file mode 100644 index 000000000000..f4e1e7b822cf --- /dev/null +++ b/usr.bin/calendar/calendars/calendar.status_reports @@ -0,0 +1,28 @@ +/* + * FreeBSD + */ + +#ifndef _calendar_status_reports_ +#define _calendar_status_reports_ + +03/01 Status Reports: First call for Q1 +03/15 Status Reports: 1 month left reminder for Q1 +03/31 Status Reports: 2 weeks left reminder for Q1 +04/14 Status Reports: Q1 deadline + +06/01 Status Reports: First call for Q2 +06/15 Status Reports: 1 month left reminder for Q2 +06/30 Status Reports: 2 weeks left reminder for Q2 +07/14 Status Reports: Q2 deadline + +09/01 Status Reports: First call for Q3 +09/15 Status Reports: 1 month left reminder for Q3 +09/30 Status Reports: 2 weeks left reminder for Q3 +10/14 Status Reports: Q3 deadline + +12/01 Status Reports: First call for Q4 +12/15 Status Reports: 1 month left reminder for Q4 +12/31 Status Reports: 2 weeks left reminder for Q4 +01/14 Status Reports: Q4 deadline + +#endif /* !_calendar_status_reports_ */
