Doc tweaks
This commit is contained in:
parent
aee3ae2c9d
commit
95e75995f6
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue