From: Tilman Sauerbeck Date: Sat, 19 Jun 2004 19:32:33 +0000 (+0000) Subject: Added keywords. X-Git-Url: http://git.code-monkey.de/?p=ruby-edje.git;a=commitdiff_plain;h=0dffe66a476ec9d32291a3f37b7dc196860f22b5 Added keywords. --- diff --git a/AUTHORS b/AUTHORS index 7422397..9ceb3c6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ -$Id$ +$Id: AUTHORS 7 2004-06-19 19:32:33Z tilman $ Tilman Sauerbeck (tilman at code-monkey de) diff --git a/Makefile.am b/Makefile.am index 02cbb8d..a9b0ccd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -## $Id$ +## $Id: Makefile.am 7 2004-06-19 19:32:33Z tilman $ SUBDIRS = m4 src diff --git a/configure.ac b/configure.ac index 053c945..0515398 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id$ +dnl $Id: configure.ac 7 2004-06-19 19:32:33Z tilman $ AC_INIT(ruby-edje, 0.0.1) AC_CONFIG_SRCDIR([src/rb_edje_main.c]) diff --git a/m4/Makefile.am b/m4/Makefile.am index f9e1214..41ecd10 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,3 +1,3 @@ -## $Id$ +## $Id: Makefile.am 7 2004-06-19 19:32:33Z tilman $ EXTRA_DIST = ac_path_generic.m4 ac_ruby_ext.m4 diff --git a/src/Makefile.am b/src/Makefile.am index 1282061..1df4028 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 7 2004-06-19 19:32:33Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) $(EDJE_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) diff --git a/src/rb_edje.c b/src/rb_edje.c index 37b099c..98e9c0f 100644 --- a/src/rb_edje.c +++ b/src/rb_edje.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_edje.c 7 2004-06-19 19:32:33Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/rb_edje.h b/src/rb_edje.h index 9d9eb97..2920daf 100644 --- a/src/rb_edje.h +++ b/src/rb_edje.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_edje.h 7 2004-06-19 19:32:33Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/rb_edje_main.c b/src/rb_edje_main.c index e3e9a0f..7444762 100644 --- a/src/rb_edje_main.c +++ b/src/rb_edje_main.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_edje_main.c 7 2004-06-19 19:32:33Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * diff --git a/src/rb_edje_main.h b/src/rb_edje_main.h index 52e1663..0f9aa60 100644 --- a/src/rb_edje_main.h +++ b/src/rb_edje_main.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_edje_main.h 7 2004-06-19 19:32:33Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) *