Skip to content

Commit

Permalink
Code cleanups, licensing information
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Arcieri committed Oct 12, 2007
1 parent 89816c1 commit 8c325cb
Show file tree
Hide file tree
Showing 28 changed files with 1,283 additions and 498 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions bin/dstream_client
@@ -1,13 +1,12 @@
#!/usr/bin/env ruby
#--
# Copyright 2006 by ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See LICENSE.txt for permissions.
# Copyright (C) 2006-07 ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See COPYING for permissions.
#
# This source file is distributed as part of the
# DistribuStream file transfer system.
#
# See http://pdtp.org/
# See http://distribustream.rubyforge.org/
#++

require File.dirname(__FILE__) + '/../lib/client/client_test.rb'

require File.dirname(__FILE__) + '/../lib/client/client_test.rb'
6 changes: 3 additions & 3 deletions bin/dstream_fileservice
@@ -1,12 +1,12 @@
#!/usr/bin/env ruby
#--
# Copyright 2006 by ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See LICENSE.txt for permissions.
# Copyright (C) 2006-07 ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See COPYING for permissions.
#
# This source file is distributed as part of the
# DistribuStream file transfer system.
#
# See http://pdtp.org/
# See http://distribustream.rubyforge.org/
#++

require File.dirname(__FILE__) + '/../lib/client/client_main'
Expand Down
6 changes: 3 additions & 3 deletions bin/dstream_server
@@ -1,12 +1,12 @@
#!/usr/bin/env ruby
#--
# Copyright 2006 by ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See LICENSE.txt for permissions.
# Copyright (C) 2006-07 ClickCaster, Inc. (info@clickcaster.com)
# All rights reserved. See COPYING for permissions.
#
# This source file is distributed as part of the
# DistribuStream file transfer system.
#
# See http://pdtp.org/
# See http://distribustream.rubyforge.org/
#++

require File.dirname(__FILE__) + '/../lib/server/server_main'
Expand Down
5 changes: 0 additions & 5 deletions bin/java_client

This file was deleted.

25 changes: 0 additions & 25 deletions bin/spawn_clients

This file was deleted.

4 changes: 2 additions & 2 deletions distribustream.gemspec
Expand Up @@ -10,9 +10,9 @@ GEMSPEC = Gem::Specification.new do |s|
s.rubyforge_project = "distribustream"
s.has_rdoc = true
s.rdoc_options = ["--exclude", "definitions", "--exclude", "indexes"]
s.extra_rdoc_files = ["README", "CHANGES"]
s.extra_rdoc_files = ["COPYING", "README", "CHANGES"]
s.authors = ["Tony Arcieri", "Ashvin Mysore", "Galen Pahlke", "James Sanders", "Tom Stapleton"]
s.files = Dir.glob("{bin,lib,test}/**/*")
s.files = Dir.glob("{bin,lib}/**/*")
s.executables = ["dstream_client", "dstream_fileservice", "dstream_server"]
s.add_dependency("eventmachine", ">= 0.9.0")
s.add_dependency("mongrel", ">= 1.0.1")
Expand Down

0 comments on commit 8c325cb

Please sign in to comment.