From d4b8881bf0d738471a5393f2e6b3982823ed3006 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 24 Jan 2021 00:32:24 +0100 Subject: [PATCH] Update the copyright notice --- src/browser/browser.c | 2 +- src/browser/browser.h | 2 +- src/common.c | 2 +- src/properties.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/browser/browser.c b/src/browser/browser.c index 36847fa..6c15322 100644 --- a/src/browser/browser.c +++ b/src/browser/browser.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright © 2006-2020 Pierre Pronchery "; +"Copyright © 2006-2021 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" diff --git a/src/browser/browser.h b/src/browser/browser.h index 8562f33..2841426 100644 --- a/src/browser/browser.h +++ b/src/browser/browser.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2018 Pierre Pronchery */ +/* Copyright (c) 2006-2021 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/common.c b/src/common.c index 9cc67b8..7b56e5e 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2020 Pierre Pronchery */ +/* Copyright (c) 2008-2021 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/properties.c b/src/properties.c index 299d633..315b57b 100644 --- a/src/properties.c +++ b/src/properties.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2018 Pierre Pronchery */ +/* Copyright (c) 2007-2021 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Browser */ /* Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are