diff options
author | Eliot Horowitz <eliot@10gen.com> | 2008-07-20 17:37:33 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2008-07-20 17:37:33 -0400 |
commit | 50e8a1a3f5203ab26e6cc4fa2636333629f97ba2 (patch) | |
tree | 1c2c9d97b0007a9ec33fdd89e2552e844c7a0946 /util/goodies.h | |
parent | 383a862ad32f8731e8eab608465a48873a078e81 (diff) | |
download | mongo-50e8a1a3f5203ab26e6cc4fa2636333629f97ba2.tar.gz |
added AGPL License Header to every file
take 2
Diffstat (limited to 'util/goodies.h')
-rw-r--r-- | util/goodies.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/util/goodies.h b/util/goodies.h index 8bb25f31afa..43139d9c4a9 100644 --- a/util/goodies.h +++ b/util/goodies.h @@ -1,6 +1,22 @@ // goodies.h // miscellaneous junk +/** +* Copyright (C) 2008 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 #include "../stdafx.h" |