summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-01 17:25:47 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-01 17:25:47 +1100
commitc01aa57f3619417152d3b27d91856b9bf03d3bb0 (patch)
tree25a0cf712133de95c4693f547e6a04d43c72fd21
parente346dd9c28af6491423a16e177b944da26d0b6e6 (diff)
downloadmongo-c01aa57f3619417152d3b27d91856b9bf03d3bb0.tar.gz
Update public code repository.
-rw-r--r--LICENSE21
-rw-r--r--README23
-rw-r--r--favicon.icobin4414 -> 0 bytes
-rw-r--r--index.html10
4 files changed, 44 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000000..271ccd7051f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+/*-
+ * Copyright (c) 2008-2012 WiredTiger, Inc.
+ * All rights reserved.
+ *
+ * See the file LICENSE for redistribution information.
+ */
+
+This program is free software: you can redistribute it and/or modify it under
+the terms of version 3 of the GNU General Public License as published by the
+Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+details:
+
+ http://www.gnu.org/licenses/gpl-3.0-standalone.html
+
+For a license to use the WiredTiger software under conditions other than those
+described by the GNU General Public License, or for technical support for this
+software, contact WiredTiger, Inc. at info@wiredtiger.com.
diff --git a/README b/README
new file mode 100644
index 00000000000..610745b4f2e
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+WiredTiger 0.10.0: (January 13, 2012)
+
+This is version 0.10.0 of WiredTiger.
+
+See the file LICENSE for redistribution information.
+
+To view release and installation documentation, open
+
+ http://source.wiredtiger.com/
+
+in your web browser.
+
+To build in a POSIX environment (for example, Linux or other UNIX-like
+system), run:
+
+ ./configure && make
+
+To install in the standard POSIX environment locations, enter:
+
+ make install
+
+For more information on build and installation options, see the
+WiredTiger documentation.
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index 40c0d6ca733..00000000000
--- a/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 2dac8de535f..00000000000
--- a/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
- <head>
- <title>WiredTiger: making Big Data roar</title>
- <meta http-equiv="REFRESH" content="0;url=http://github.com/wiredtiger/"></HEAD>
- </head>
- <body>
- <p>Coming soon!</p>
- <p>In the meantime, you will be redirected to our project page.</p>
- </body>
-</html>