summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2015-02-02 08:36:37 +0100
committerStefano Karapetsas <[email protected]>2015-02-02 08:36:37 +0100
commit2435970d57d01d3c1a6570e47179ac24296291a8 (patch)
treed370db385bfb5c044992d54c538739332dcde7b0
parentac61e03706d16a56d5ae53d2fbd0b291a871712f (diff)
downloadengrampa-2435970d57d01d3c1a6570e47179ac24296291a8.tar.bz2
engrampa-2435970d57d01d3c1a6570e47179ac24296291a8.tar.xz
Add copyright information in caja extension about window
Closes https://github.com/mate-desktop/engrampa/issues/77
-rw-r--r--caja/libcaja-engrampa.caja-extension.in4
-rw-r--r--caja/libcaja-engrampa.caja-extension.in.in8
-rw-r--r--configure.ac1
3 files changed, 9 insertions, 4 deletions
diff --git a/caja/libcaja-engrampa.caja-extension.in b/caja/libcaja-engrampa.caja-extension.in
deleted file mode 100644
index 8fc9583..0000000
--- a/caja/libcaja-engrampa.caja-extension.in
+++ /dev/null
@@ -1,4 +0,0 @@
-[Caja Extension]
-Icon=engrampa
-_Name=Engrampa
-_Description=Allows to create and extract archives
diff --git a/caja/libcaja-engrampa.caja-extension.in.in b/caja/libcaja-engrampa.caja-extension.in.in
new file mode 100644
index 0000000..ad97dfe
--- /dev/null
+++ b/caja/libcaja-engrampa.caja-extension.in.in
@@ -0,0 +1,8 @@
+[Caja Extension]
+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.
+Version=@VERSION@
+Website=http://www.mate-desktop.org/
diff --git a/configure.ac b/configure.ac
index 1255c70..0182913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,7 @@ AC_CONFIG_FILES([Makefile
src/commands/Makefile
src/sh/Makefile
caja/Makefile
+ caja/libcaja-engrampa.caja-extension.in
help/Makefile
po/Makefile.in])
AC_OUTPUT