Changeset 564
- Timestamp:
- 06/24/08 11:26:24 (2 months ago)
- Files:
-
- linen/trunk/LICENSE (modified) (1 diff)
- linen/trunk/README (modified) (1 diff)
- linen/trunk/Rakefile (modified) (1 diff)
- linen/trunk/examples/host.rb (modified) (1 diff)
- linen/trunk/examples/math.rb (modified) (1 diff)
- linen/trunk/lib/indifferent_hash.rb (modified) (1 diff)
- linen/trunk/lib/linen.rb (modified) (1 diff)
- linen/trunk/lib/linen/argument.rb (modified) (1 diff)
- linen/trunk/lib/linen/exceptions.rb (modified) (1 diff)
- linen/trunk/lib/linen/handler.rb (modified) (1 diff)
- linen/trunk/lib/linen/handlers/cli.rb (modified) (1 diff)
- linen/trunk/lib/linen/mixins/command_infrastructure.rb (modified) (1 diff)
- linen/trunk/lib/linen/plugin.rb (modified) (1 diff)
- linen/trunk/lib/linen/plugin_registry.rb (modified) (1 diff)
- linen/trunk/lib/linen/simple_command.rb (modified) (1 diff)
- linen/trunk/lib/linen/two_phase_command.rb (modified) (1 diff)
- linen/trunk/lib/linen/workspace.rb (modified) (1 diff)
- linen/trunk/lib/string_extensions.rb (modified) (1 diff)
- linen/trunk/spec/cli_spec.rb (modified) (1 diff)
- linen/trunk/spec/indifferent_hash_spec.rb (modified) (1 diff)
- linen/trunk/spec/plugins_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
linen/trunk/LICENSE
r270 r564 1 Copyright (c) 2007, LAIKA Inc. All rights reserved.1 Copyright (c) 2007, LAIKAInc. All rights reserved. 2 2 3 3 Redistribution and use in source and binary forms, with or without linen/trunk/README
r280 r564 13 13 == License and Copyright 14 14 15 Linen is copyright (c) 2007, LAIKA Inc. It is distributed under the terms of the BSD license.15 Linen is copyright (c) 2007, LAIKA, Inc. It is distributed under the terms of the BSD license. 16 16 17 17 Portions of the code (notably the Rakefile) contain snippets from other projects. These instances are documented in the header of the files involved. linen/trunk/Rakefile
r563 r564 13 13 # == Copyright 14 14 # 15 # Copyright (c) 2008 LAIKA a, Inc.15 # Copyright (c) 2008 LAIKA, Inc. 16 16 # 17 17 # This code released under the terms of the BSD license. linen/trunk/examples/host.rb
r563 r564 10 10 # == Copyright 11 11 # 12 # Copyright (c) 2008 LAIKA a, Inc.12 # Copyright (c) 2008 LAIKA, Inc. 13 13 # 14 14 # This code released under the terms of the BSD license. linen/trunk/examples/math.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/indifferent_hash.rb
r563 r564 10 10 # == Copyright 11 11 # 12 # Copyright (c) 2008 LAIKA a, Inc.12 # Copyright (c) 2008 LAIKA, Inc. 13 13 # 14 14 # This code released under the terms of the BSD license. linen/trunk/lib/linen.rb
r563 r564 11 11 # == Copyright 12 12 # 13 # Copyright (c) 2008 LAIKA a, Inc.13 # Copyright (c) 2008 LAIKA, Inc. 14 14 # 15 15 # This code released under the terms of the BSD license. linen/trunk/lib/linen/argument.rb
r563 r564 10 10 # == Copyright 11 11 # 12 # Copyright (c) 2008 LAIKA a, Inc.12 # Copyright (c) 2008 LAIKA, Inc. 13 13 # 14 14 # This code released under the terms of the BSD license. linen/trunk/lib/linen/exceptions.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/linen/handler.rb
r563 r564 10 10 # == Copyright 11 11 # 12 # Copyright (c) 2008 LAIKA a, Inc.12 # Copyright (c) 2008 LAIKA, Inc. 13 13 # 14 14 # This code released under the terms of the BSD license. linen/trunk/lib/linen/handlers/cli.rb
r563 r564 11 11 # == Copyright 12 12 # 13 # Copyright (c) 2008 LAIKA a, Inc.13 # Copyright (c) 2008 LAIKA, Inc. 14 14 # 15 15 # This code released under the terms of the BSD license. linen/trunk/lib/linen/mixins/command_infrastructure.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/linen/plugin.rb
r563 r564 12 12 # == Copyright 13 13 # 14 # Copyright (c) 2008 LAIKA a, Inc.14 # Copyright (c) 2008 LAIKA, Inc. 15 15 # 16 16 # This code released under the terms of the BSD license. linen/trunk/lib/linen/plugin_registry.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/linen/simple_command.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/linen/two_phase_command.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/linen/workspace.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/lib/string_extensions.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/spec/cli_spec.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/spec/indifferent_hash_spec.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license. linen/trunk/spec/plugins_spec.rb
r563 r564 9 9 # == Copyright 10 10 # 11 # Copyright (c) 2008 LAIKA a, Inc.11 # Copyright (c) 2008 LAIKA, Inc. 12 12 # 13 13 # This code released under the terms of the BSD license.
