summaryrefslogtreecommitdiff
path: root/s/request.h
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-02-09 16:48:21 -0500
committerRichard Kreuter <richard@10gen.com>2010-02-09 16:48:21 -0500
commitb96e4b297600dc47b921d204e7f2f45226f7ca16 (patch)
treea2858de5fb9d0a5f5f7bdd147d1081afb571461f /s/request.h
parent18562c9ea76f125d93f513224f54c117cfcd080e (diff)
downloadmongo-b96e4b297600dc47b921d204e7f2f45226f7ca16.tar.gz
Add license headers to .cpp & .h files that lacked them. MINOR
Diffstat (limited to 's/request.h')
-rw-r--r--s/request.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/s/request.h b/s/request.h
index 689216c61c2..f87a70ec9b4 100644
--- a/s/request.h
+++ b/s/request.h
@@ -1,4 +1,20 @@
// request.h
+/*
+ * Copyright (C) 2010 10gen Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License, version 3,
+ * 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 Affero General Public License for more details.
+ *
+ * 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/>.
+ */
+
#pragma once