Doc tweaks

This commit is contained in:
Jim Menard 2008-12-17 11:49:06 -05:00
parent aee3ae2c9d
commit 95e75995f6
10 changed files with 19 additions and 19 deletions

View File

@ -107,5 +107,5 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.
See http://www.gnu.org/licenses/ for a copy of the GNU Affero General Public
See http://www.gnu.org/licenses for a copy of the GNU Affero General Public
License.

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'mongo/query'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'mongo/message'
require 'mongo/util/byte_buffer'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'socket'
require 'mongo/mongo'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'mongo/db'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'mutex_m'
require 'mongo/util/byte_buffer'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'socket'
require 'mongo/collection'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
require 'mongo/util/byte_buffer'
require 'mongo/util/ordered_hash'

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
# A byte buffer.
class ByteBuffer

View File

@ -1,4 +1,4 @@
# ---
# --
# Copyright (C) 2008 10gen Inc.
#
# This program is free software: you can redistribute it and/or modify it
@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# +++
# ++
# A hash in which the order of keys are preserved.
class OrderedHash < Hash