Skip to content

Commit

Permalink
Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc…
Browse files Browse the repository at this point in the history
…2ad45.
  • Loading branch information
blp committed Jul 8, 2009
0 parents commit 064af42
Show file tree
Hide file tree
Showing 387 changed files with 75,535 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#*#
*.a
*.d
*.ko
*.la
*.lo
*.loT
*.mod.c
*.o
*.o
*.pyc
*.so
*~
.#*
.*.cmd
.*.swp
.deps
.libs
.tmp_versions
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/build-arch-stamp
/build-aux
/build-indep-stamp
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure-stamp
/depcomp
/install-sh
/missing
/stamp-h1
Module.symvers
TAGS
cscope.*
tags
29 changes: 29 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
This file is a summary of the licensing of files in this distribution.
Some files may be marked specifically with a different license, in
which case that license applies to the file in question.

Files under the debian, doc, include, lib, m4, secchan, tests,
third-party, and utilities directories are licensed under the ISC
license:

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Files under the datapath directory are licensed under the GNU General
Public License, version 2.

Files under the extras and vswitchd directories are licensed under the
GNU General Public License, version 3 or later.

Files under the xenserver directory are licensed on a file-by-file
basis. Some files are under an uncertain license that may not be
DFSG-compliant or GPL-compatible. Refer to each file for details.
Loading

0 comments on commit 064af42

Please sign in to comment.