From 6fdb361bb8bc14dc8df632bc4de5f092b899ec7a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 24 Jan 2021 04:57:44 +0100 Subject: [PATCH] Update the copyright notice --- src/plugins/dirtree.c | 2 +- src/plugins/favorites.c | 2 +- src/plugins/places.c | 2 +- src/view.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/dirtree.c b/src/plugins/dirtree.c index 2e49cd9..f221cfd 100644 --- a/src/plugins/dirtree.c +++ b/src/plugins/dirtree.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2018 Pierre Pronchery */ +/* Copyright (c) 2011-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/plugins/favorites.c b/src/plugins/favorites.c index 6e0acf3..00562ce 100644 --- a/src/plugins/favorites.c +++ b/src/plugins/favorites.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2018 Pierre Pronchery */ +/* Copyright (c) 2012-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/plugins/places.c b/src/plugins/places.c index b4a4afa..7f5b502 100644 --- a/src/plugins/places.c +++ b/src/plugins/places.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015-2018 Pierre Pronchery */ +/* Copyright (c) 2015-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/view.c b/src/view.c index 6696458..5772f72 100644 --- a/src/view.c +++ b/src/view.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright © 2007-2018 Pierre Pronchery "; +"Copyright © 2007-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"