Skip to content

Commit

Permalink
add licensing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Lane committed Oct 21, 2010
1 parent 4a306fc commit 86f4dc5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010, VMware Inc
Copyright (c) 2010 VMware, Inc. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
RbVmomi
=======

Introduction
------------

RbVmomi is a Ruby interface to the VI API.

Contributing
------------

Send patches to [email protected].
1 change: 1 addition & 0 deletions lib/rbvmomi.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2010 VMware, Inc. All Rights Reserved.
require 'trivial_soap'
require 'time'

Expand Down
1 change: 1 addition & 0 deletions lib/rbvmomi/extensions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2010 VMware, Inc. All Rights Reserved.
CURLBIN = ENV['CURL'] || "curl"

module RbVmomi::VIM
Expand Down
2 changes: 2 additions & 0 deletions lib/rbvmomi/profile.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2010 VMware, Inc. All Rights Reserved.

module Kernel
PROFILE_TIMES = Hash.new 0.0

Expand Down
1 change: 1 addition & 0 deletions lib/rbvmomi/types.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2010 VMware, Inc. All Rights Reserved.
require 'gdbm'
require 'pp'
require 'set'
Expand Down
1 change: 1 addition & 0 deletions lib/trivial_soap.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2010 VMware, Inc. All Rights Reserved.
require 'rubygems'
require 'builder'
require 'nokogiri'
Expand Down

0 comments on commit 86f4dc5

Please sign in to comment.