diff options
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp index fc986b5f6dc..7d461b2e3cb 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -2,6 +2,22 @@ // db.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information +/** +* 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/>. +*/ + #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H |