Removed RCS headers.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 7 Oct 2006 19:53:25 +0000 (21:53 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 7 Oct 2006 19:53:25 +0000 (21:53 +0200)
README
Rakefile
bin/euphoria
lib/playback_status_handler.rb
lib/playlist.rb
lib/playlist_item.rb
lib/playtime_updater.rb
lib/slider.rb
lib/volume_box.rb

diff --git a/README b/README
index 450f719a130d0ea01e0bfa18c4df8ddb97bfd3c0..3ea160a56ed529c0118050df1e1ab7a41dad5cb0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-$Id: README,v 1.11 2005/05/21 08:39:19 tsauerbeck Exp $
-
 Euphoria v0.8.0
 
 Written by Tilman Sauerbeck and various contributors.
 Euphoria v0.8.0
 
 Written by Tilman Sauerbeck and various contributors.
index b5fb11fe9486755a54f3e3110d126d11f86f429a..06e2b37cc2340e46e90b18b474f19f6baf59e63a 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,3 @@
-# $Id: Rakefile,v 1.10 2005/06/14 16:41:52 tsauerbeck Exp $
-
 require "rbconfig"
 require "rake/clean"
 
 require "rbconfig"
 require "rake/clean"
 
index 5726f6d8b5d6d7620aa9f5bfa2faee128d91a104..c1f28b3e49438bd02026c6a04ffd78b4c2b3385e 100644 (file)
@@ -1,7 +1,5 @@
 #!/usr/bin/ruby -w
 
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.41 2006/09/07 13:38:26 tilman Exp $
-
 require "ecore"
 require "ecore_x"
 require "ecore_evas"
 require "ecore"
 require "ecore_x"
 require "ecore_evas"
index dc5c09e61ff1c1a4dcc327d5dbc3ca35a2452fa2..b6efe7bd72794285d0539836930f0ac6a7c3dfc2 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: playback_status_handler.rb,v 1.1 2005/04/24 22:33:15 tsauerbeck Exp $
-
 class PlaybackStatusHandler
        def initialize(xmms, &block)
                @block = block
 class PlaybackStatusHandler
        def initialize(xmms, &block)
                @block = block
index 6d22e6df44c9262bbc14f316a4888bf61ee49787..0df6ff162ead0d094cf749bacc1326b22cd79998 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: playlist.rb,v 1.30 2006/03/11 19:09:32 tsauerbeck Exp $
-
 require "euphoria/playlist_item"
 
 class Playlist < Array
 require "euphoria/playlist_item"
 
 class Playlist < Array
index a4ed9896a8efe9bcdb6ee149676be7bfcc4f6bda..91b5bea1024bc8e86566c29772378a9fd1394e29 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: playlist_item.rb,v 1.21 2006/07/29 01:55:31 tilman Exp $
-
 class PlaylistItem
        attr_reader :id, :edje, :position, :selected, :hilighted
 
 class PlaylistItem
        attr_reader :id, :edje, :position, :selected, :hilighted
 
index 7d3e570b17dce1c31c7f0c3e675386199e1a0da9..8cdb5ed76b586ce0164853e8db89cc9734a93f05 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: playtime_updater.rb,v 1.4 2005/07/07 16:33:55 tsauerbeck Exp $
-
 class PlaytimeUpdater
        INTERVAL = 0.25
 
 class PlaytimeUpdater
        INTERVAL = 0.25
 
index f05de0fb95553a432d66078b4b729e4fb02f9092..4de494fd3d614ef9c4099b4f4cfbe755491eec9a 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: slider.rb,v 1.3 2006/05/13 14:59:17 tilman Exp $
-
 class Slider
        def initialize(edje, xmms, part, config)
                @edje = edje
 class Slider
        def initialize(edje, xmms, part, config)
                @edje = edje
index 0cb1afcb0c88fbde60f43084ec9c713fdaa35985..fe4b11f04a89bdf158dabaa4117f8076e371a2de 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: volume_box.rb,v 1.1 2006/07/29 02:07:04 tilman Exp $
-
 class VolumeBox
        def initialize(edje, xmms, part)
                @edje = edje
 class VolumeBox
        def initialize(edje, xmms, part)
                @edje = edje