From 0f8d24c745efc1057f8d25ada1375c88a1ab2ed7 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 11:50:30 +0200 Subject: [PATCH] Removed RCS-style IDs. --- AUTHORS | 2 -- ChangeLog | 2 -- README | 2 -- Rakefile | 2 -- library.rb | 2 -- src/ecore/rb_animator.c | 2 -- src/ecore/rb_animator.h | 2 -- src/ecore/rb_ecore.c | 2 -- src/ecore/rb_ecore.h | 2 -- src/ecore/rb_event_handler.c | 2 -- src/ecore/rb_event_handler.h | 2 -- src/ecore/rb_fd_handler.c | 2 -- src/ecore/rb_fd_handler.h | 2 -- src/ecore/rb_idle_enterer.c | 2 -- src/ecore/rb_idle_enterer.h | 2 -- src/ecore/rb_idler.c | 2 -- src/ecore/rb_idler.h | 2 -- src/ecore/rb_timer.c | 2 -- src/ecore/rb_timer.h | 2 -- src/ecore_con/rb_ecore_con.c | 2 -- src/ecore_con/rb_server.c | 2 -- src/ecore_evas/rb_buffer.c | 2 -- src/ecore_evas/rb_buffer.h | 2 -- src/ecore_evas/rb_ecore_evas.c | 2 -- src/ecore_evas/rb_ecore_evas.h | 2 -- src/ecore_evas/rb_ecore_evas_main.c | 2 -- src/ecore_evas/rb_ecore_evas_main.h | 2 -- src/ecore_evas/rb_fb.c | 2 -- src/ecore_evas/rb_fb.h | 2 -- src/ecore_evas/rb_gl_x11.c | 2 -- src/ecore_evas/rb_gl_x11.h | 2 -- src/ecore_evas/rb_software_x11.c | 2 -- src/ecore_evas/rb_software_x11.h | 2 -- src/ecore_evas/rb_xrender_x11.c | 2 -- src/ecore_evas/rb_xrender_x11.h | 2 -- src/ecore_job/rb_ecore_job.c | 2 -- src/ecore_job/rb_ecore_job.h | 2 -- src/ecore_job/rb_job.c | 2 -- src/ecore_job/rb_job.h | 2 -- src/ecore_x/rb_cursor.c | 2 -- src/ecore_x/rb_cursor.h | 2 -- src/ecore_x/rb_ecore_x.c | 2 -- src/ecore_x/rb_ecore_x.h | 2 -- src/ecore_x/rb_window.c | 2 -- src/ecore_x/rb_window.h | 2 -- 45 files changed, 90 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2de2408..4c2439d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,3 @@ -$Id: AUTHORS 77 2004-08-19 17:39:29Z tilman $ - Tilman Sauerbeck (tilman at code-monkey de) Contributors: diff --git a/ChangeLog b/ChangeLog index 8e2002c..2ff52ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,3 @@ -$Id: ChangeLog 279 2005-03-13 14:32:25Z tilman $ - 2005-03-13 Tilman Sauerbeck (tilman at code-monkey de) * src/ecore/rb_timer.c: Implemented Timer#interval= diff --git a/README b/README index ee8b1c5..e8004b0 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README 318 2005-04-26 11:11:48Z tilman $ - ruby-ecore - Ruby bindings for Ecore ================================== diff --git a/Rakefile b/Rakefile index d0bb464..88c524a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# $Id: Rakefile 379 2006-04-02 21:45:20Z tilman $ - require "library" require "rake/clean" require "rake/testtask" diff --git a/library.rb b/library.rb index da4f8bb..33a3132 100644 --- a/library.rb +++ b/library.rb @@ -1,5 +1,3 @@ -# $Id: library.rb 321 2005-04-27 14:01:11Z tilman $ - require "rbconfig" class Library diff --git a/src/ecore/rb_animator.c b/src/ecore/rb_animator.c index 9a3ce27..a5eb846 100644 --- a/src/ecore/rb_animator.c +++ b/src/ecore/rb_animator.c @@ -1,6 +1,4 @@ /* - * $Id: rb_animator.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_animator.h b/src/ecore/rb_animator.h index b0bc3a5..39f32ca 100644 --- a/src/ecore/rb_animator.h +++ b/src/ecore/rb_animator.h @@ -1,6 +1,4 @@ /* - * $Id: rb_animator.h 146 2004-11-27 15:38:52Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_ecore.c b/src/ecore/rb_ecore.c index 9aea96f..0d18a9a 100644 --- a/src/ecore/rb_ecore.c +++ b/src/ecore/rb_ecore.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore.c 366 2006-02-14 21:53:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_ecore.h b/src/ecore/rb_ecore.h index 95cbde4..5f3565b 100644 --- a/src/ecore/rb_ecore.h +++ b/src/ecore/rb_ecore.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore.h 109 2004-09-01 20:33:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_event_handler.c b/src/ecore/rb_event_handler.c index 39e2521..da5f91a 100644 --- a/src/ecore/rb_event_handler.c +++ b/src/ecore/rb_event_handler.c @@ -1,6 +1,4 @@ /* - * $Id: rb_event_handler.c 373 2006-02-16 21:37:43Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_event_handler.h b/src/ecore/rb_event_handler.h index 34df332..d9a7fd3 100644 --- a/src/ecore/rb_event_handler.h +++ b/src/ecore/rb_event_handler.h @@ -1,6 +1,4 @@ /* - * $Id: rb_event_handler.h 372 2006-02-16 20:39:55Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_fd_handler.c b/src/ecore/rb_fd_handler.c index c37e310..1f628d1 100644 --- a/src/ecore/rb_fd_handler.c +++ b/src/ecore/rb_fd_handler.c @@ -1,6 +1,4 @@ /* - * $Id: rb_fd_handler.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_fd_handler.h b/src/ecore/rb_fd_handler.h index 87f09f2..f208288 100644 --- a/src/ecore/rb_fd_handler.h +++ b/src/ecore/rb_fd_handler.h @@ -1,6 +1,4 @@ /* - * $Id: rb_fd_handler.h 109 2004-09-01 20:33:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_idle_enterer.c b/src/ecore/rb_idle_enterer.c index 236f891..641d60c 100644 --- a/src/ecore/rb_idle_enterer.c +++ b/src/ecore/rb_idle_enterer.c @@ -1,6 +1,4 @@ /* - * $Id: rb_idle_enterer.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_idle_enterer.h b/src/ecore/rb_idle_enterer.h index f4e7bac..83eed55 100644 --- a/src/ecore/rb_idle_enterer.h +++ b/src/ecore/rb_idle_enterer.h @@ -1,6 +1,4 @@ /* - * $Id: rb_idle_enterer.h 152 2004-12-09 18:33:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_idler.c b/src/ecore/rb_idler.c index 7462290..41f1cb3 100644 --- a/src/ecore/rb_idler.c +++ b/src/ecore/rb_idler.c @@ -1,6 +1,4 @@ /* - * $Id: rb_idler.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_idler.h b/src/ecore/rb_idler.h index c0affed..bbafae1 100644 --- a/src/ecore/rb_idler.h +++ b/src/ecore/rb_idler.h @@ -1,6 +1,4 @@ /* - * $Id: rb_idler.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_timer.c b/src/ecore/rb_timer.c index 939a88d..4d05d48 100644 --- a/src/ecore/rb_timer.c +++ b/src/ecore/rb_timer.c @@ -1,6 +1,4 @@ /* - * $Id: rb_timer.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore/rb_timer.h b/src/ecore/rb_timer.h index c74b7e4..10f3ed8 100644 --- a/src/ecore/rb_timer.h +++ b/src/ecore/rb_timer.h @@ -1,6 +1,4 @@ /* - * $Id: rb_timer.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_con/rb_ecore_con.c b/src/ecore_con/rb_ecore_con.c index 0fbfc37..db2110a 100644 --- a/src/ecore_con/rb_ecore_con.c +++ b/src/ecore_con/rb_ecore_con.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_con.c 362 2006-02-13 22:46:35Z tilman $ - * * Copyright (C) 2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_con/rb_server.c b/src/ecore_con/rb_server.c index 089754f..9dd547c 100644 --- a/src/ecore_con/rb_server.c +++ b/src/ecore_con/rb_server.c @@ -1,6 +1,4 @@ /* - * $Id: rb_server.c 366 2006-02-14 21:53:15Z tilman $ - * * Copyright (C) 2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_buffer.c b/src/ecore_evas/rb_buffer.c index 9526f96..423bb8f 100644 --- a/src/ecore_evas/rb_buffer.c +++ b/src/ecore_evas/rb_buffer.c @@ -1,6 +1,4 @@ /* - * $Id: rb_buffer.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004-2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_buffer.h b/src/ecore_evas/rb_buffer.h index 27f11a3..c1e799b 100644 --- a/src/ecore_evas/rb_buffer.h +++ b/src/ecore_evas/rb_buffer.h @@ -1,6 +1,4 @@ /* - * $Id: rb_buffer.h 174 2005-01-19 21:31:04Z tilman $ - * * Copyright (C) 2004-2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_ecore_evas.c b/src/ecore_evas/rb_ecore_evas.c index c2d17f0..b5d7a9e 100644 --- a/src/ecore_evas/rb_ecore_evas.c +++ b/src/ecore_evas/rb_ecore_evas.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_evas.c 386 2006-09-06 19:38:45Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_ecore_evas.h b/src/ecore_evas/rb_ecore_evas.h index 8e5849a..573b4a5 100644 --- a/src/ecore_evas/rb_ecore_evas.h +++ b/src/ecore_evas/rb_ecore_evas.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_evas.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_ecore_evas_main.c b/src/ecore_evas/rb_ecore_evas_main.c index abe87af..07920ba 100644 --- a/src/ecore_evas/rb_ecore_evas_main.c +++ b/src/ecore_evas/rb_ecore_evas_main.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_evas_main.c 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004-2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_ecore_evas_main.h b/src/ecore_evas/rb_ecore_evas_main.h index 58bacbd..d2a0709 100644 --- a/src/ecore_evas/rb_ecore_evas_main.h +++ b/src/ecore_evas/rb_ecore_evas_main.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_evas_main.h 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_fb.c b/src/ecore_evas/rb_fb.c index 830448d..236713f 100644 --- a/src/ecore_evas/rb_fb.c +++ b/src/ecore_evas/rb_fb.c @@ -1,6 +1,4 @@ /* - * $Id: rb_fb.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_fb.h b/src/ecore_evas/rb_fb.h index 25146fc..92cbc9f 100644 --- a/src/ecore_evas/rb_fb.h +++ b/src/ecore_evas/rb_fb.h @@ -1,6 +1,4 @@ /* - * $Id: rb_fb.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_gl_x11.c b/src/ecore_evas/rb_gl_x11.c index a6da8b1..84c09e2 100644 --- a/src/ecore_evas/rb_gl_x11.c +++ b/src/ecore_evas/rb_gl_x11.c @@ -1,6 +1,4 @@ /* - * $Id: rb_gl_x11.c 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_gl_x11.h b/src/ecore_evas/rb_gl_x11.h index b40cc2e..72774ca 100644 --- a/src/ecore_evas/rb_gl_x11.h +++ b/src/ecore_evas/rb_gl_x11.h @@ -1,6 +1,4 @@ /* - * $Id: rb_gl_x11.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_software_x11.c b/src/ecore_evas/rb_software_x11.c index e8c3833..fe27329 100644 --- a/src/ecore_evas/rb_software_x11.c +++ b/src/ecore_evas/rb_software_x11.c @@ -1,6 +1,4 @@ /* - * $Id: rb_software_x11.c 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_software_x11.h b/src/ecore_evas/rb_software_x11.h index a49509e..a6b09b7 100644 --- a/src/ecore_evas/rb_software_x11.h +++ b/src/ecore_evas/rb_software_x11.h @@ -1,6 +1,4 @@ /* - * $Id: rb_software_x11.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_xrender_x11.c b/src/ecore_evas/rb_xrender_x11.c index a214ed1..166babd 100644 --- a/src/ecore_evas/rb_xrender_x11.c +++ b/src/ecore_evas/rb_xrender_x11.c @@ -1,6 +1,4 @@ /* - * $Id: rb_xrender_x11.c 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_evas/rb_xrender_x11.h b/src/ecore_evas/rb_xrender_x11.h index e40a9c4..c43315f 100644 --- a/src/ecore_evas/rb_xrender_x11.h +++ b/src/ecore_evas/rb_xrender_x11.h @@ -1,6 +1,4 @@ /* - * $Id: rb_xrender_x11.h 348 2005-12-24 17:11:24Z tilman $ - * * Copyright (C) 2005 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_job/rb_ecore_job.c b/src/ecore_job/rb_ecore_job.c index 0221844..9b37310 100644 --- a/src/ecore_job/rb_ecore_job.c +++ b/src/ecore_job/rb_ecore_job.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_job.c 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_job/rb_ecore_job.h b/src/ecore_job/rb_ecore_job.h index 0f268df..1245e82 100644 --- a/src/ecore_job/rb_ecore_job.h +++ b/src/ecore_job/rb_ecore_job.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_job.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_job/rb_job.c b/src/ecore_job/rb_job.c index 5c4ff46..0ef3ad9 100644 --- a/src/ecore_job/rb_job.c +++ b/src/ecore_job/rb_job.c @@ -1,6 +1,4 @@ /* - * $Id: rb_job.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_job/rb_job.h b/src/ecore_job/rb_job.h index a5aa078..5b6e1a1 100644 --- a/src/ecore_job/rb_job.h +++ b/src/ecore_job/rb_job.h @@ -1,6 +1,4 @@ /* - * $Id: rb_job.h 77 2004-08-19 17:39:29Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_cursor.c b/src/ecore_x/rb_cursor.c index f025f6e..14da4c7 100644 --- a/src/ecore_x/rb_cursor.c +++ b/src/ecore_x/rb_cursor.c @@ -1,6 +1,4 @@ /* - * $Id: rb_cursor.c 351 2006-02-10 15:25:40Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_cursor.h b/src/ecore_x/rb_cursor.h index b54a18e..de44cb3 100644 --- a/src/ecore_x/rb_cursor.h +++ b/src/ecore_x/rb_cursor.h @@ -1,6 +1,4 @@ /* - * $Id: rb_cursor.h 98 2004-08-26 13:12:55Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_ecore_x.c b/src/ecore_x/rb_ecore_x.c index 6881ed8..d309abc 100644 --- a/src/ecore_x/rb_ecore_x.c +++ b/src/ecore_x/rb_ecore_x.c @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_x.c 366 2006-02-14 21:53:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_ecore_x.h b/src/ecore_x/rb_ecore_x.h index f089738..02ef3bd 100644 --- a/src/ecore_x/rb_ecore_x.h +++ b/src/ecore_x/rb_ecore_x.h @@ -1,6 +1,4 @@ /* - * $Id: rb_ecore_x.h 109 2004-09-01 20:33:15Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_window.c b/src/ecore_x/rb_window.c index 3005b4a..e3f1bcf 100644 --- a/src/ecore_x/rb_window.c +++ b/src/ecore_x/rb_window.c @@ -1,6 +1,4 @@ /* - * $Id: rb_window.c 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or diff --git a/src/ecore_x/rb_window.h b/src/ecore_x/rb_window.h index efd9713..71964a1 100644 --- a/src/ecore_x/rb_window.h +++ b/src/ecore_x/rb_window.h @@ -1,6 +1,4 @@ /* - * $Id: rb_window.h 389 2006-11-11 11:40:24Z tilman $ - * * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or -- 2.30.2