Changeset 324
- Timestamp:
- 05/22/07 17:55:43 (2 years ago)
- Files:
-
- version_0/ChangeLog (modified) (1 diff)
- version_0/INSTALL (modified) (1 diff)
- version_0/LEGAL (modified) (1 diff)
- version_0/Rakefile (modified) (1 diff)
- version_0/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/ChangeLog
r320 r324 19 19 05Jan07: Upped max outstanding timers to 1000. 20 20 15May07: Applied Solaris patches from Brett Eisenberg 21 22May07: Cleaned up the license text in all the source files. version_0/INSTALL
r66 r324 11 11 in the distro directory. Rdocs will be created in subdirectory doc. 12 12 13 If you have obtained a gem version of EventMachine, install it in the 14 usual way (gem install eventmachine). You may need superuser privileges 15 to execute this command. version_0/LEGAL
r323 r324 14 14 15 15 16 setup.rb 17 This file is Copyright (C) 2000-2005 by Minero Aoki 18 You can distribute/modify this file under the terms of 19 the GNU LGPL, Lesser General Public License version 2.1. 20 21 16 22 lib/protocols/buftok.rb 17 23 This file is Copyright (C) 2007 by Tony Arcieri. This file is version_0/Rakefile
r317 r324 1 1 #! /usr/bin/env rake 2 2 #-- 3 # Net::LDAP for Ruby.4 # http://ruby forge.org/projects/net-ldap/5 # Copyright (C) 2006 by Francis Cianfrocca3 # Ruby/EventMachine 4 # http://rubyeventmachine.com 5 # Copyright (C) 2006-07 by Francis Cianfrocca 6 6 # 7 # Available under the same terms as Ruby. See LICENCE in the main 8 # distribution for full licensing information. 7 # This program is copyrighted free software. You may use it under 8 # the terms of either the GPL or Ruby's License. See the file 9 # COPYING in the EventMachine distribution for full licensing 10 # information. 9 11 # 10 12 # $Id$ version_0/README
r313 r324 7 7 Email:: gmail address: garbagecat10 8 8 9 This program is made available under the terms of the Lesser-GPL version 2. 9 EventMachine is copyrighted free software made available under the terms 10 of either the GPL or Ruby's License. See the file COPYING for full licensing 11 information. 10 12 See EventMachine and EventMachine::Connection for documentation and 11 13 usage examples.