Updated copyright details

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6578 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-02-14 22:27:29 +00:00
parent 9ff4b3ef43
commit c853ef31a0
10 changed files with 27 additions and 9 deletions

View file

@ -1,4 +1,5 @@
;# Copyright (c) 2008 Thomas Gaugler <thomas@dadie.net>
;# Copyright (c) 2008-2015 NSIS Contributors
;#
;# Permission is hereby granted, free of charge, to any person
;# obtaining a copy of this software and associated documentation

View file

@ -6,7 +6,9 @@
</head>
<body>
<h1>NSIS System Plug-in</h1>
<p><i>&copy; brainsucker (Nik Medved), 2002</i></p>
<p>
<i>Copyright &copy; 2002 brainsucker (Nik Medved)</i><br><i>Copyright &copy; 2002-2015 NSIS Contributors</i>
</p>
<h2>Table of Contents</h2>

View file

@ -58,7 +58,7 @@ IntOp ${_tmpvar} "${_whi}" << 16
IntOp ${_outvar} ${_outvar} | ${_tmpvar}
!macroend
!define MAKELONG "!insertmacro _Win_MAKELONG32 "
!if "${__WIN_PTRSIZE}" <= 4
!if "${NSIS_PTR_SIZE}" <= 4
!define MAKEWPARAM "${MAKELONG}"
!define MAKELPARAM "${MAKELONG}"
!define MAKELRESULT "${MAKELONG}"

View file

@ -95,8 +95,8 @@
!define /ifndef GWLP_USERDATA -21
!define /ifndef GWLP_ID -12
!define DWLP_MSGRESULT 0
!define /math DWLP_DLGPROC ${DWLP_MSGRESULT} + ${__WIN_PTRSIZE} ;DWLP_MSGRESULT + sizeof(LRESULT)
!define /math DWLP_USER ${DWLP_DLGPROC} + ${__WIN_PTRSIZE} ;DWLP_DLGPROC + sizeof(DLGPROC)
!define /math DWLP_DLGPROC ${DWLP_MSGRESULT} + ${NSIS_PTR_SIZE} ;DWLP_MSGRESULT + sizeof(LRESULT)
!define /math DWLP_USER ${DWLP_DLGPROC} + ${NSIS_PTR_SIZE} ;DWLP_DLGPROC + sizeof(DLGPROC)
!endif
!ifndef __WIN_MS_NONCMESSAGES

View file

@ -13,8 +13,6 @@ WinCore.nsh & Win\*.nsh - Collection of common windows defines
!verbose 3
!define __WIN_PTRSIZE 4 ;will we ever see a 64 bit version?
!include Win\WinDef.nsh
!include Win\WinError.nsh

View file

@ -3,7 +3,7 @@
*
* This file is a part of NSIS.
*
* Copyright (C) 2002 Amir Szekely <kichik@netvision.net.il>
* Copyright (C) 2002-2015 Amir Szekely <kichik@netvision.net.il> and Contributors
*
* Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License.

View file

@ -3,7 +3,7 @@
*
* This file is a part of NSIS.
*
* Copyright (C) 2002 Amir Szekely <kichik@netvision.net.il>
* Copyright (C) 2002-2015 Amir Szekely <kichik@netvision.net.il> and Contributors
*
* Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License.

View file

@ -4,6 +4,7 @@
* This file is a part of NSIS.
*
* Copyright (C) 2003 Ramon
* Copyright (C) 2003-2015 NSIS Contributors
*
* Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License.

View file

@ -1,4 +1,19 @@
// Unicode support by Jim Park -- 11/16/2007
/*
* icon.cpp
*
* This file is a part of NSIS.
*
* Copyright (C) 1999-2015 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 "icon.h"

View file

@ -4,6 +4,7 @@
* This file is a part of NSIS.
*
* Copyright (C) 2003 Ramon
* Copyright (C) 2003-2015 NSIS Contributors
*
* Licensed under the zlib/libpng license (the "License");
* you may not use this file except in compliance with the License.