summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-12-25 14:54:18 +0300
committermonsta <[email protected]>2017-12-25 14:54:18 +0300
commita60d6f5a7af479ee2552fa9e5e14c02aa42ad558 (patch)
treeea5a8ad1c5621aa3885b9cd29cc2c6bbf592f11d
parent516bd1a9d6003711b0ba42e3dcd233997f6cf777 (diff)
downloadengrampa-a60d6f5a7af479ee2552fa9e5e14c02aa42ad558.tar.bz2
engrampa-a60d6f5a7af479ee2552fa9e5e14c02aa42ad558.tar.xz
add our copyright to About dialog and Caja extension
-rw-r--r--caja/libcaja-engrampa.caja-extension.in.in2
-rw-r--r--src/actions.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/caja/libcaja-engrampa.caja-extension.in.in b/caja/libcaja-engrampa.caja-extension.in.in
index ad97dfe..1e2f31d 100644
--- a/caja/libcaja-engrampa.caja-extension.in.in
+++ b/caja/libcaja-engrampa.caja-extension.in.in
@@ -3,6 +3,6 @@ Icon=engrampa
_Name=Engrampa
_Description=Allows to create and extract archives
Author=Paolo Bacchilega <[email protected]>;Perberos <[email protected]>
-Copyright=Copyright (C) 2001–2010 Free Software Foundation, Inc.
+Copyright=Copyright (C) 2001–2010 Free Software Foundation, Inc.\nCopyright (C) 2012–2017 The MATE developers
Version=@VERSION@
Website=http://www.mate-desktop.org/
diff --git a/src/actions.c b/src/actions.c
index 9e85e48..07138eb 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -875,7 +875,8 @@ activate_action_about (GtkAction *action,
gtk_show_about_dialog (GTK_WINDOW (window),
"version", VERSION,
- "copyright", _("Copyright \xc2\xa9 2001–2010 Free Software Foundation, Inc."),
+ "copyright", _("Copyright \xc2\xa9 2001–2010 Free Software Foundation, Inc.\n"
+ "Copyright \xc2\xa9 2012–2017 The MATE developers"),
"comments", _("An archive manager for MATE."),
"authors", authors,
"documenters", documenters,