aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-22 13:41:37 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-22 13:41:37 +0800
commit4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1 (patch)
tree57c8c71b899ec206a77f55f178b313fbc2da1ff5
parente9ec4c0f6a3e01a7025952962eb81e047bc6da16 (diff)
downloadgsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar.gz
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar.bz2
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar.lz
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar.xz
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.tar.zst
gsoc2013-evolution-4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1.zip
Perfection and sometimes requires two commits -mig
svn path=/trunk/; revision=185
-rw-r--r--calendar/gui/prop.c6
-rw-r--r--calendar/prop.c6
2 files changed, 12 insertions, 0 deletions
diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c
index da306a2a78..e4dbbea0f7 100644
--- a/calendar/gui/prop.c
+++ b/calendar/gui/prop.c
@@ -1,3 +1,9 @@
+/*
+ * Calendar properties dialog box
+ * (C) 1998 the Free Software Foundation
+ *
+ * Author: Miguel de Icaza <miguel@kernel.org>
+ */
#include <config.h>
#include <gnome.h>
#include "main.h"
diff --git a/calendar/prop.c b/calendar/prop.c
index da306a2a78..e4dbbea0f7 100644
--- a/calendar/prop.c
+++ b/calendar/prop.c
@@ -1,3 +1,9 @@
+/*
+ * Calendar properties dialog box
+ * (C) 1998 the Free Software Foundation
+ *
+ * Author: Miguel de Icaza <miguel@kernel.org>
+ */
#include <config.h>
#include <gnome.h>
#include "main.h"