[nautilus-actions] Include a short application description in all source headers



commit 48fe426d0d79f4cc411008a7e5d0f70ed4c29b61
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri May 29 10:27:11 2009 +0200

    Include a short application description in all source headers
---
 ChangeLog                                          |    4 ++++
 Makefile.am                                        |    1 +
 configure.ac                                       |    1 +
 icons/16x16/Makefile.am                            |    1 +
 icons/22x22/Makefile.am                            |    1 +
 icons/32x32/Makefile.am                            |    1 +
 icons/48x48/Makefile.am                            |    1 +
 icons/Makefile.am                                  |    1 +
 icons/scalable/Makefile.am                         |    1 +
 libnautilus-actions/Makefile.am                    |    1 +
 .../nautilus-actions-config-gconf-private.h        |    1 +
 .../nautilus-actions-config-gconf-reader.c         |    1 +
 .../nautilus-actions-config-gconf-reader.h         |    1 +
 .../nautilus-actions-config-gconf-writer.c         |    1 +
 .../nautilus-actions-config-gconf-writer.h         |    1 +
 .../nautilus-actions-config-gconf.c                |    1 +
 .../nautilus-actions-config-gconf.h                |    1 +
 .../nautilus-actions-config-schema-reader.c        |    1 +
 .../nautilus-actions-config-schema-reader.h        |    1 +
 .../nautilus-actions-config-schema-writer.c        |    1 +
 .../nautilus-actions-config-schema-writer.h        |    1 +
 libnautilus-actions/nautilus-actions-config.c      |    1 +
 libnautilus-actions/nautilus-actions-config.h      |    1 +
 m4/Makefile.am                                     |    1 +
 m4/nact-cmdline-tools.m4                           |    1 +
 m4/nact-maintainer-mode.m4                         |    1 +
 m4/nact-nautilus-extdir.m4                         |    1 +
 nact/Makefile.am                                   |    1 +
 nact/nact-action-editor.c                          |    1 +
 nact/nact-action-editor.h                          |    1 +
 nact/nact-editor.c                                 |    1 +
 nact/nact-editor.h                                 |    1 +
 nact/nact-import-export.c                          |    1 +
 nact/nact-import-export.h                          |    1 +
 nact/nact-prefs.c                                  |    1 +
 nact/nact-prefs.h                                  |    1 +
 nact/nact-profile-editor.c                         |    1 +
 nact/nact-profile-editor.h                         |    1 +
 nact/nact-utils.c                                  |    1 +
 nact/nact-utils.h                                  |    1 +
 nact/nact.c                                        |    1 +
 nact/nact.h                                        |    1 +
 plugin/Makefile.am                                 |    1 +
 plugin/nautilus-actions-module.c                   |    1 +
 plugin/nautilus-actions-test.c                     |    1 +
 plugin/nautilus-actions-test.h                     |    1 +
 plugin/nautilus-actions-utils.c                    |    1 +
 plugin/nautilus-actions-utils.h                    |    1 +
 plugin/nautilus-actions.c                          |    1 +
 plugin/nautilus-actions.h                          |    1 +
 utils/Makefile.am                                  |    1 +
 utils/nautilus-actions-check-actions-change.c      |    1 +
 utils/nautilus-actions-new-config.c                |    1 +
 utils/nautilus-actions-tools-utils.c               |    1 +
 utils/nautilus-actions-tools-utils.h               |    1 +
 55 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6187847..3e67876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-29 Pierre Wieser <pwieser trychlos org>
 
+	Include a short application description in all source headers
+
+2009-05-29 Pierre Wieser <pwieser trychlos org>
+
 	* configure.ac:
 	Bump version number to 1.11 unstable.
 
diff --git a/Makefile.am b/Makefile.am
index c382cd1..750b523 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/configure.ac b/configure.ac
index 1529674..3289499 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 920cdc9..8793a42 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 2415c50..91ed495 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
index 32ee81c..4dd9b05 100644
--- a/icons/32x32/Makefile.am
+++ b/icons/32x32/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index 2600707..344a9ac 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 744b8a8..7eba3ee 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 6ad826e..556772e 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/Makefile.am b/libnautilus-actions/Makefile.am
index 2a0600e..aa9cb86 100644
--- a/libnautilus-actions/Makefile.am
+++ b/libnautilus-actions/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf-private.h b/libnautilus-actions/nautilus-actions-config-gconf-private.h
index f064f83..d257707 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf-private.h
+++ b/libnautilus-actions/nautilus-actions-config-gconf-private.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf-reader.c b/libnautilus-actions/nautilus-actions-config-gconf-reader.c
index f7e9a01..7da9e6a 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf-reader.c
+++ b/libnautilus-actions/nautilus-actions-config-gconf-reader.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf-reader.h b/libnautilus-actions/nautilus-actions-config-gconf-reader.h
index 4066adc..d6ebcb5 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf-reader.h
+++ b/libnautilus-actions/nautilus-actions-config-gconf-reader.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf-writer.c b/libnautilus-actions/nautilus-actions-config-gconf-writer.c
index 902de4f..0628d06 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf-writer.c
+++ b/libnautilus-actions/nautilus-actions-config-gconf-writer.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf-writer.h b/libnautilus-actions/nautilus-actions-config-gconf-writer.h
index 341df45..bb2aff0 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf-writer.h
+++ b/libnautilus-actions/nautilus-actions-config-gconf-writer.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf.c b/libnautilus-actions/nautilus-actions-config-gconf.c
index 7f9aecf..4926a63 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf.c
+++ b/libnautilus-actions/nautilus-actions-config-gconf.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-gconf.h b/libnautilus-actions/nautilus-actions-config-gconf.h
index 485b6a7..f661268 100644
--- a/libnautilus-actions/nautilus-actions-config-gconf.h
+++ b/libnautilus-actions/nautilus-actions-config-gconf.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-schema-reader.c b/libnautilus-actions/nautilus-actions-config-schema-reader.c
index b3cbf8f..d9e8e12 100644
--- a/libnautilus-actions/nautilus-actions-config-schema-reader.c
+++ b/libnautilus-actions/nautilus-actions-config-schema-reader.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-schema-reader.h b/libnautilus-actions/nautilus-actions-config-schema-reader.h
index da60221..0db21b0 100644
--- a/libnautilus-actions/nautilus-actions-config-schema-reader.h
+++ b/libnautilus-actions/nautilus-actions-config-schema-reader.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-schema-writer.c b/libnautilus-actions/nautilus-actions-config-schema-writer.c
index 2aeca3c..ba96b02 100644
--- a/libnautilus-actions/nautilus-actions-config-schema-writer.c
+++ b/libnautilus-actions/nautilus-actions-config-schema-writer.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config-schema-writer.h b/libnautilus-actions/nautilus-actions-config-schema-writer.h
index f731baf..6b5a05a 100644
--- a/libnautilus-actions/nautilus-actions-config-schema-writer.h
+++ b/libnautilus-actions/nautilus-actions-config-schema-writer.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config.c b/libnautilus-actions/nautilus-actions-config.c
index 5669be9..bff7756 100644
--- a/libnautilus-actions/nautilus-actions-config.c
+++ b/libnautilus-actions/nautilus-actions-config.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/libnautilus-actions/nautilus-actions-config.h b/libnautilus-actions/nautilus-actions-config.h
index d4c073f..aea56d7 100644
--- a/libnautilus-actions/nautilus-actions-config.h
+++ b/libnautilus-actions/nautilus-actions-config.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/m4/Makefile.am b/m4/Makefile.am
index d6b6d76..19bc0e4 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/m4/nact-cmdline-tools.m4 b/m4/nact-cmdline-tools.m4
index 8584dd8..f622406 100644
--- a/m4/nact-cmdline-tools.m4
+++ b/m4/nact-cmdline-tools.m4
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/m4/nact-maintainer-mode.m4 b/m4/nact-maintainer-mode.m4
index 2667f22..eb9d889 100644
--- a/m4/nact-maintainer-mode.m4
+++ b/m4/nact-maintainer-mode.m4
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/m4/nact-nautilus-extdir.m4 b/m4/nact-nautilus-extdir.m4
index 3f88fac..6d086ce 100644
--- a/m4/nact-nautilus-extdir.m4
+++ b/m4/nact-nautilus-extdir.m4
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/Makefile.am b/nact/Makefile.am
index f815d3b..00f7e5f 100644
--- a/nact/Makefile.am
+++ b/nact/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-action-editor.c b/nact/nact-action-editor.c
index 2765db4..4f790d4 100644
--- a/nact/nact-action-editor.c
+++ b/nact/nact-action-editor.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-action-editor.h b/nact/nact-action-editor.h
index cf8e409..2693d76 100644
--- a/nact/nact-action-editor.h
+++ b/nact/nact-action-editor.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-editor.c b/nact/nact-editor.c
index a121852..e67a967 100644
--- a/nact/nact-editor.c
+++ b/nact/nact-editor.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-editor.h b/nact/nact-editor.h
index 3359e18..82b2aea 100644
--- a/nact/nact-editor.h
+++ b/nact/nact-editor.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-import-export.c b/nact/nact-import-export.c
index a35101c..013e73d 100644
--- a/nact/nact-import-export.c
+++ b/nact/nact-import-export.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-import-export.h b/nact/nact-import-export.h
index 1ef66f3..26b330b 100644
--- a/nact/nact-import-export.h
+++ b/nact/nact-import-export.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-prefs.c b/nact/nact-prefs.c
index 19a5937..1dcaad0 100644
--- a/nact/nact-prefs.c
+++ b/nact/nact-prefs.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-prefs.h b/nact/nact-prefs.h
index ebf0604..09932fc 100644
--- a/nact/nact-prefs.h
+++ b/nact/nact-prefs.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-profile-editor.c b/nact/nact-profile-editor.c
index 8674b0a..c26817f 100644
--- a/nact/nact-profile-editor.c
+++ b/nact/nact-profile-editor.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-profile-editor.h b/nact/nact-profile-editor.h
index d3b7de1..3904119 100644
--- a/nact/nact-profile-editor.h
+++ b/nact/nact-profile-editor.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-utils.c b/nact/nact-utils.c
index 294f5f3..6cd9813 100644
--- a/nact/nact-utils.c
+++ b/nact/nact-utils.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact-utils.h b/nact/nact-utils.h
index d6c3837..1c1edd9 100644
--- a/nact/nact-utils.h
+++ b/nact/nact-utils.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact.c b/nact/nact.c
index 8283d2d..6cc1baf 100644
--- a/nact/nact.c
+++ b/nact/nact.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/nact/nact.h b/nact/nact.h
index 32ca80e..3a86a84 100644
--- a/nact/nact.h
+++ b/nact/nact.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 91bfc4d..b0498c7 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions-module.c b/plugin/nautilus-actions-module.c
index 3eb2eb8..5fd74da 100644
--- a/plugin/nautilus-actions-module.c
+++ b/plugin/nautilus-actions-module.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions-test.c b/plugin/nautilus-actions-test.c
index 6375a7d..27a6f39 100644
--- a/plugin/nautilus-actions-test.c
+++ b/plugin/nautilus-actions-test.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions-test.h b/plugin/nautilus-actions-test.h
index 8816803..aab2d7a 100644
--- a/plugin/nautilus-actions-test.h
+++ b/plugin/nautilus-actions-test.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions-utils.c b/plugin/nautilus-actions-utils.c
index b9360c6..349b137 100644
--- a/plugin/nautilus-actions-utils.c
+++ b/plugin/nautilus-actions-utils.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions-utils.h b/plugin/nautilus-actions-utils.h
index 0411420..feb1ccb 100644
--- a/plugin/nautilus-actions-utils.h
+++ b/plugin/nautilus-actions-utils.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions.c b/plugin/nautilus-actions.c
index a6ac2af..340ad47 100644
--- a/plugin/nautilus-actions.c
+++ b/plugin/nautilus-actions.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/plugin/nautilus-actions.h b/plugin/nautilus-actions.h
index 8193b7e..a2c4d56 100644
--- a/plugin/nautilus-actions.h
+++ b/plugin/nautilus-actions.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/utils/Makefile.am b/utils/Makefile.am
index cb4654d..dfeb77c 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,4 +1,5 @@
 # Nautilus Actions
+# A Nautilus extension which offers configurable context menu actions.
 #
 # Copyright (C) 2005 The GNOME Foundation
 # Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/utils/nautilus-actions-check-actions-change.c b/utils/nautilus-actions-check-actions-change.c
index 317a84a..c783879 100644
--- a/utils/nautilus-actions-check-actions-change.c
+++ b/utils/nautilus-actions-check-actions-change.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/utils/nautilus-actions-new-config.c b/utils/nautilus-actions-new-config.c
index 138d286..5a2e669 100644
--- a/utils/nautilus-actions-new-config.c
+++ b/utils/nautilus-actions-new-config.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/utils/nautilus-actions-tools-utils.c b/utils/nautilus-actions-tools-utils.c
index d669207..b395e42 100644
--- a/utils/nautilus-actions-tools-utils.c
+++ b/utils/nautilus-actions-tools-utils.c
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
diff --git a/utils/nautilus-actions-tools-utils.h b/utils/nautilus-actions-tools-utils.h
index 33b88cf..d7c58df 100644
--- a/utils/nautilus-actions-tools-utils.h
+++ b/utils/nautilus-actions-tools-utils.h
@@ -1,5 +1,6 @@
 /*
  * Nautilus Actions
+ * A Nautilus extension which offers configurable context menu actions.
  *
  * Copyright (C) 2005 The GNOME Foundation
  * Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]