From 13a667721975e05375bf2db22f67690579a0b0d3 Mon Sep 17 00:00:00 2001 From: Amir Szekely Date: Sat, 17 Feb 2007 16:34:10 +0000 Subject: [PATCH] copyright notice git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4942 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/winchar.cpp | 16 ++++++++++++++++ Source/winchar.h | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Source/winchar.cpp b/Source/winchar.cpp index 5de735bd2c..ee6de34693 100644 --- a/Source/winchar.cpp +++ b/Source/winchar.cpp @@ -1,3 +1,19 @@ +/* + * winchar.cpp + * + * This file is a part of NSIS. + * + * Copyright (C) 1999-2007 Nullsoft and Contributors + * + * Licensed under the zlib/libpng license (the "License"); + * you may not use this file except in compliance with the License. + * + * Licence details can be found in the file COPYING. + * + * This software is provided 'as-is', without any express or implied + * warranty. + */ + #include "Platform.h" #include "winchar.h" #include "util.h" diff --git a/Source/winchar.h b/Source/winchar.h index adef3b249f..a348e21c0a 100644 --- a/Source/winchar.h +++ b/Source/winchar.h @@ -1,3 +1,19 @@ +/* + * winchar.h + * + * This file is a part of NSIS. + * + * Copyright (C) 1999-2007 Nullsoft and Contributors + * + * Licensed under the zlib/libpng license (the "License"); + * you may not use this file except in compliance with the License. + * + * Licence details can be found in the file COPYING. + * + * This software is provided 'as-is', without any express or implied + * warranty. + */ + #include "Platform.h" WCHAR *winchar_fromansi(const char* s, unsigned int codepage = CP_ACP);