From ba095c446865599c39e55bb81fb73e8ad525600f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 2 Jun 2024 20:01:16 +0200 Subject: [PATCH] Update the copyright notice --- src/browser/browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/browser.c b/src/browser/browser.c index 7835b17..e99aded 100644 --- a/src/browser/browser.c +++ b/src/browser/browser.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright © 2006-2021 Pierre Pronchery "; +"Copyright © 2006-2024 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Browser */ static char const _license[] = "Redistribution and use in source and binary forms, with or without\n"