From 120d82281bff7757c3fe7619bb24fe0b72e2ccb4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 23 Jun 2021 22:03:14 +0200 Subject: update copyright to 2021 --- plugins/housekeeping/msd-disk-space.c | 1 + plugins/housekeeping/msd-disk-space.h | 1 + plugins/housekeeping/msd-housekeeping-manager.c | 1 + plugins/housekeeping/msd-housekeeping-manager.h | 1 + plugins/housekeeping/msd-housekeeping-plugin.c | 1 + plugins/housekeeping/msd-housekeeping-plugin.h | 1 + plugins/housekeeping/msd-ldsm-dialog.c | 1 + plugins/housekeeping/msd-ldsm-dialog.h | 1 + plugins/housekeeping/msd-ldsm-trash-empty.c | 1 + plugins/housekeeping/msd-ldsm-trash-empty.h | 1 + 10 files changed, 10 insertions(+) (limited to 'plugins/housekeeping') diff --git a/plugins/housekeeping/msd-disk-space.c b/plugins/housekeeping/msd-disk-space.c index 14b67a1..ad1b7a0 100644 --- a/plugins/housekeeping/msd-disk-space.c +++ b/plugins/housekeeping/msd-disk-space.c @@ -2,6 +2,7 @@ * vim: set et sw=8 ts=8: * * Copyright (c) 2008, Novell, Inc. + * Copyright (C) 2012-2021 MATE Developers * * Authors: Vincent Untz * diff --git a/plugins/housekeeping/msd-disk-space.h b/plugins/housekeeping/msd-disk-space.h index 13d4aa4..ff84a41 100644 --- a/plugins/housekeeping/msd-disk-space.h +++ b/plugins/housekeeping/msd-disk-space.h @@ -4,6 +4,7 @@ * Copyright (c) 2008, Novell, Inc. * * Authors: Vincent Untz + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/housekeeping/msd-housekeeping-manager.c b/plugins/housekeeping/msd-housekeeping-manager.c index a4596cf..8378243 100644 --- a/plugins/housekeeping/msd-housekeeping-manager.c +++ b/plugins/housekeeping/msd-housekeeping-manager.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2008 Michael J. Chudobiak * Copyright (C) 2012 Jasmine Hassan + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/housekeeping/msd-housekeeping-manager.h b/plugins/housekeeping/msd-housekeeping-manager.h index 5d481cc..40ed061 100644 --- a/plugins/housekeeping/msd-housekeeping-manager.h +++ b/plugins/housekeeping/msd-housekeeping-manager.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2008 Michael J. Chudobiak + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/housekeeping/msd-housekeeping-plugin.c b/plugins/housekeeping/msd-housekeeping-plugin.c index 8a829fe..3d2b7ed 100644 --- a/plugins/housekeeping/msd-housekeeping-plugin.c +++ b/plugins/housekeeping/msd-housekeeping-plugin.c @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2008 Michael J. Chudobiak + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/housekeeping/msd-housekeeping-plugin.h b/plugins/housekeeping/msd-housekeeping-plugin.h index 15be276..7fb155a 100644 --- a/plugins/housekeeping/msd-housekeeping-plugin.h +++ b/plugins/housekeeping/msd-housekeeping-plugin.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2008 Michael J. Chudobiak + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/housekeeping/msd-ldsm-dialog.c b/plugins/housekeeping/msd-ldsm-dialog.c index a0e118d..3b06d09 100644 --- a/plugins/housekeeping/msd-ldsm-dialog.c +++ b/plugins/housekeeping/msd-ldsm-dialog.c @@ -2,6 +2,7 @@ * * msd-ldsm-dialog.c * Copyright (C) Chris Coulson 2009 + * Copyright (C) 2012-2021 MATE Developers * * msd-ldsm-dialog.c is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/plugins/housekeeping/msd-ldsm-dialog.h b/plugins/housekeeping/msd-ldsm-dialog.h index 8b95fb9..7b59c80 100644 --- a/plugins/housekeeping/msd-ldsm-dialog.h +++ b/plugins/housekeeping/msd-ldsm-dialog.h @@ -2,6 +2,7 @@ * * msd-ldsm-dialog.c * Copyright (C) Chris Coulson 2009 + * Copyright (C) 2012-2021 MATE Developers * * msd-ldsm-dialog.c is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.c b/plugins/housekeeping/msd-ldsm-trash-empty.c index 301b6dc..e331dda 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.c +++ b/plugins/housekeeping/msd-ldsm-trash-empty.c @@ -3,6 +3,7 @@ * msd-ldsm-trash-empty.c * Copyright (C) Chris Coulson 2009 * (C) Ryan Lortie 2008 + * Copyright (C) 2012-2021 MATE Developers * * msd-ldsm-trash-empty.c is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/plugins/housekeeping/msd-ldsm-trash-empty.h b/plugins/housekeeping/msd-ldsm-trash-empty.h index 478f0a7..52daa95 100644 --- a/plugins/housekeeping/msd-ldsm-trash-empty.h +++ b/plugins/housekeeping/msd-ldsm-trash-empty.h @@ -2,6 +2,7 @@ * * msd-ldsm-trash-empty.h * Copyright (C) Chris Coulson 2009 + * Copyright (C) 2012-2021 MATE Developers * * msd-ldsm-trash-empty.h is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the -- cgit v1.2.1