diff options
Diffstat (limited to 'plugins/Quotes/src/stdafx.cpp')
-rw-r--r-- | plugins/Quotes/src/stdafx.cpp | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/plugins/Quotes/src/stdafx.cpp b/plugins/Quotes/src/stdafx.cpp index e4738d8f60..54dddf84b3 100644 --- a/plugins/Quotes/src/stdafx.cpp +++ b/plugins/Quotes/src/stdafx.cpp @@ -1,8 +1,18 @@ -// stdafx.cpp : source file that includes just the standard includes
-// Forex.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
+/*
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
-#include "stdafx.h"
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation version 2
+of the License.
+
+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 General Public License for more details.
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "stdafx.h"
|