summaryrefslogtreecommitdiff
path: root/plugins/keybindings
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/keybindings')
-rw-r--r--plugins/keybindings/dconf-util.c1
-rw-r--r--plugins/keybindings/dconf-util.h1
-rw-r--r--plugins/keybindings/msd-keybindings-manager.c2
-rw-r--r--plugins/keybindings/msd-keybindings-manager.h1
-rw-r--r--plugins/keybindings/msd-keybindings-plugin.c1
-rw-r--r--plugins/keybindings/msd-keybindings-plugin.h1
6 files changed, 6 insertions, 1 deletions
diff --git a/plugins/keybindings/dconf-util.c b/plugins/keybindings/dconf-util.c
index 10dd4e9..d6040fa 100644
--- a/plugins/keybindings/dconf-util.c
+++ b/plugins/keybindings/dconf-util.c
@@ -2,6 +2,7 @@
* dconf-util.c: helper API for dconf
*
* Copyright (C) 2012 Stefano Karapetsas
+ * 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
diff --git a/plugins/keybindings/dconf-util.h b/plugins/keybindings/dconf-util.h
index fe782d9..bdf9c00 100644
--- a/plugins/keybindings/dconf-util.h
+++ b/plugins/keybindings/dconf-util.h
@@ -2,6 +2,7 @@
* dconf-util.h: helper API for dconf
*
* Copyright (C) 2012 Stefano Karapetsas
+ * 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
diff --git a/plugins/keybindings/msd-keybindings-manager.c b/plugins/keybindings/msd-keybindings-manager.c
index a7ec128..5ce7f0d 100644
--- a/plugins/keybindings/msd-keybindings-manager.c
+++ b/plugins/keybindings/msd-keybindings-manager.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * 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
@@ -264,7 +265,6 @@ same_key (const Key *key, const Key *other)
} else if (key->keycodes != NULL || other->keycodes != NULL)
return FALSE;
-
return TRUE;
}
diff --git a/plugins/keybindings/msd-keybindings-manager.h b/plugins/keybindings/msd-keybindings-manager.h
index 95b1bed..00b118c 100644
--- a/plugins/keybindings/msd-keybindings-manager.h
+++ b/plugins/keybindings/msd-keybindings-manager.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * 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/keybindings/msd-keybindings-plugin.c b/plugins/keybindings/msd-keybindings-plugin.c
index ddf186a..28fc33f 100644
--- a/plugins/keybindings/msd-keybindings-plugin.c
+++ b/plugins/keybindings/msd-keybindings-plugin.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * 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/keybindings/msd-keybindings-plugin.h b/plugins/keybindings/msd-keybindings-plugin.h
index f45d0f8..c29f74a 100644
--- a/plugins/keybindings/msd-keybindings-plugin.h
+++ b/plugins/keybindings/msd-keybindings-plugin.h
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2007 William Jon McCann <[email protected]>
+ * 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