Removed RCS-style IDs.
authorTilman Sauerbeck <tilman@code-monkey.de>
Tue, 27 Mar 2007 17:51:15 +0000 (19:51 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Tue, 27 Mar 2007 17:51:15 +0000 (19:51 +0200)
15 files changed:
AUTHORS
COPYING
ChangeLog
NEWS
README
Rakefile
TODO
lib/redact/app.rb
lib/redact/part.rb
lib/redact/program.rb
lib/redact/redact.rb
lib/redact/source.rb
test/crossfade.rb
test/red_rect.rb
test/test_basic.rb

diff --git a/AUTHORS b/AUTHORS
index ebd7770db41526f5fa04eaadfe198348bb25925a..5864b3d13cadc9f92fbd2197aa91d2f157b23fe8 100644 (file)
--- 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 06616aa564733296b1ba6aaf81767a71a8901d78..be5c420e03345e4c4ec8f64b08928a2a15a7dc00 100644 (file)
--- 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
index 0f4171ec6f3b709450f39f8a2ed74bf8ee197dbf..cff05a9e2e680b04cb7e402fbd30367a6bac68fe 100644 (file)
--- 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 5df63a771a8a1bcc8790ed4a470bc4e22ac2e3d2..aad0b2049da66ab3c520f137d0950bcfdb5fdf2c 100644 (file)
--- 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 f702833e327d9f78461ef5ec82e49ab4c152088e..bafec39671e6e78444745970758f705383d0a96d 100644 (file)
--- 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.
index ee9f8978bfae3cf3d70684d25558d043829f8a3b..3a3f52dc5a20a8d4b449fdfbac602d3b60f416c2 100644 (file)
--- 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 e242a7eea55c56025a1d20836446f141e58aaad8..06d4aa57010087db575b8fbc08d9a1f7104cd428 100644 (file)
--- 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
index 5a229100b1a3b9f8d22919851c1dcf5c9fdbb37b..1d51bf74ae531f534c546f3ca250de5911290515 100644 (file)
@@ -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
index 66bc43918ae300ebf3f5794186fce86b4c3f9f83..60822d11402f70ea7b4f879db24f3adf44d5c31d 100644 (file)
@@ -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
index 2342b53a4fa5f90549625472c4d8f88f581756ec..abcc79e8a9bb7572415ec3fce8ebf83974b17196 100644 (file)
@@ -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
index 379bb026c2464988fd5460bf4409daec0ec70de1..f1a93faa0cd3b8667c11a48c549cda9062296cec 100644 (file)
@@ -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
index 129e32e4382a76d1afec3d3b8df30b3282be5cf0..dbfd70a7aa93c9c40116530c5a63ac7de2ca7ce3 100644 (file)
@@ -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
index 36ef35365cb7487279c1d6b137b2f0d047c69fe4..d47990810c8809b1b39511572ba3e36fa98f7627 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: crossfade.rb 24 2005-04-09 13:53:14Z tilman $
-
 include Redact
 
 EDJE.collection("crossfade") do |c|
index 5f12d7f52401d0de3cb01a017cfa4193f5ca5ed6..998ad285ce5c9756c09d4e3252e807f7f2249c9a 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: red_rect.rb 1 2005-03-26 01:32:38Z tilman $
-
 include Redact
 
 EDJE.collection("red_rect") do |c|
index 7751d93e665ab93f751b4c5d34c8ef94f7664dc0..885881d9eeafca87765fd319a186027a11d02848 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: test_basic.rb 8 2005-03-28 18:11:12Z tilman $
-
 require "redact/app"
 require "test/unit"
 require "ftools"