From 5509b434e26fd1a8c9c3990154a881583b81d2a6 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Tue, 27 Mar 2007 19:51:15 +0200 Subject: [PATCH] Removed RCS-style IDs. --- AUTHORS | 4 ---- COPYING | 4 ---- ChangeLog | 4 ---- NEWS | 4 ---- README | 4 ---- Rakefile | 2 -- TODO | 4 ---- lib/redact/app.rb | 2 -- lib/redact/part.rb | 2 -- lib/redact/program.rb | 2 -- lib/redact/redact.rb | 2 -- lib/redact/source.rb | 2 -- test/crossfade.rb | 2 -- test/red_rect.rb | 2 -- test/test_basic.rb | 2 -- 15 files changed, 42 deletions(-) diff --git a/AUTHORS b/AUTHORS index ebd7770..5864b3d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1 @@ --- -$Id: AUTHORS 1 2005-03-26 01:32:38Z tilman $ -++ - Tilman Sauerbeck (tilman at code-monkey de) diff --git a/COPYING b/COPYING index 06616aa..be5c420 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,3 @@ --- -$Id: COPYING 1 2005-03-26 01:32:38Z tilman $ -++ - Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) Permission is hereby granted, free of charge, to any person obtaining diff --git a/ChangeLog b/ChangeLog index 0f4171e..cff05a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ --- -$Id: ChangeLog 77 2006-07-28 17:30:51Z tilman $ -++ - 2006-07-28 Tilman Sauerbeck (tilman at code-monkey de) * lib/redact/part.rb: Renamed fill_{,pos_}{rel,abs} to set_fill_{,pos}{rel,abs} for consistency diff --git a/NEWS b/NEWS index 5df63a7..aad0b20 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,3 @@ --- -$Id: NEWS 72 2005-09-21 16:19:57Z tilman $ -++ - == 0.1.5 * Fixed ImageDescription#set_border, which used the "right" argument diff --git a/README b/README index f702833..bafec39 100644 --- a/README +++ b/README @@ -1,7 +1,3 @@ --- -$Id: README 76 2006-05-13 11:58:15Z tilman $ -++ - = Redact -- An Edje Compiler written in Ruby Redact is an Edje[http://enlightenment.org] compiler written in Ruby. diff --git a/Rakefile b/Rakefile index ee9f897..3a3f52d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# $Id: Rakefile 76 2006-05-13 11:58:15Z tilman $ - require "rake/clean" require "rake/testtask" require "rake/rdoctask" diff --git a/TODO b/TODO index e242a7e..06d4aa5 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,2 @@ --- -$Id: TODO 72 2005-09-21 16:19:57Z tilman $ -++ - * Add support for dragable.events_id * Implement textblock part diff --git a/lib/redact/app.rb b/lib/redact/app.rb index 5a22910..1d51bf7 100644 --- a/lib/redact/app.rb +++ b/lib/redact/app.rb @@ -1,6 +1,4 @@ #-- -# $Id: app.rb 57 2005-06-14 15:11:35Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/lib/redact/part.rb b/lib/redact/part.rb index 66bc439..60822d1 100644 --- a/lib/redact/part.rb +++ b/lib/redact/part.rb @@ -1,6 +1,4 @@ #-- -# $Id: part.rb 77 2006-07-28 17:30:51Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/lib/redact/program.rb b/lib/redact/program.rb index 2342b53..abcc79e 100644 --- a/lib/redact/program.rb +++ b/lib/redact/program.rb @@ -1,6 +1,4 @@ #-- -# $Id: program.rb 71 2005-09-21 16:00:31Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/lib/redact/redact.rb b/lib/redact/redact.rb index 379bb02..f1a93fa 100644 --- a/lib/redact/redact.rb +++ b/lib/redact/redact.rb @@ -1,6 +1,4 @@ #-- -# $Id: redact.rb 73 2005-09-21 16:20:52Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/lib/redact/source.rb b/lib/redact/source.rb index 129e32e..dbfd70a 100644 --- a/lib/redact/source.rb +++ b/lib/redact/source.rb @@ -1,6 +1,4 @@ #-- -# $Id: source.rb 49 2005-06-09 17:21:05Z tilman $ -# # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/test/crossfade.rb b/test/crossfade.rb index 36ef353..d479908 100644 --- a/test/crossfade.rb +++ b/test/crossfade.rb @@ -1,5 +1,3 @@ -# $Id: crossfade.rb 24 2005-04-09 13:53:14Z tilman $ - include Redact EDJE.collection("crossfade") do |c| diff --git a/test/red_rect.rb b/test/red_rect.rb index 5f12d7f..998ad28 100644 --- a/test/red_rect.rb +++ b/test/red_rect.rb @@ -1,5 +1,3 @@ -# $Id: red_rect.rb 1 2005-03-26 01:32:38Z tilman $ - include Redact EDJE.collection("red_rect") do |c| diff --git a/test/test_basic.rb b/test/test_basic.rb index 7751d93..885881d 100644 --- a/test/test_basic.rb +++ b/test/test_basic.rb @@ -1,5 +1,3 @@ -# $Id: test_basic.rb 8 2005-03-28 18:11:12Z tilman $ - require "redact/app" require "test/unit" require "ftools" -- 2.30.2