diff options
Diffstat (limited to 'src/common/open_stdxxx.h')
-rw-r--r-- | src/common/open_stdxxx.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/common/open_stdxxx.h b/src/common/open_stdxxx.h index d0ac15af..22300851 100644 --- a/src/common/open_stdxxx.h +++ b/src/common/open_stdxxx.h @@ -3,11 +3,10 @@ /// \file open_stdxxx.h /// \brief Make sure that file descriptors 0, 1, and 2 are open // -// This code has been put into the public domain. +// Author: Lasse Collin // -// This library 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. +// This file has been put into the public domain. +// You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// |