mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 05:31:49 +00:00
update license so inspect can see it
[SVN r20959]
This commit is contained in:
parent
8f91eb8b7a
commit
790047851b
@ -1,10 +1,10 @@
|
||||
// simple_ls program -------------------------------------------------------//
|
||||
|
||||
// (C) Copyright Jeff Garland and Beman Dawes, 2002. Permission to copy, use,
|
||||
// modify, sell and distribute this software is granted provided this copyright
|
||||
// notice appears in all copies. This software is provided "as is" without
|
||||
// express or implied warranty, and with no claim as to its suitability for
|
||||
// any purpose.
|
||||
// © Copyright Jeff Garland and Beman Dawes, 2002
|
||||
|
||||
// Use, modification, and distribution is subject to the Boost Software
|
||||
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See http://www.boost.org/libs/filesystem for documentation.
|
||||
|
||||
|
@ -5,5 +5,11 @@
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="doc/index.htm">doc/index.htm</a>.
|
||||
<hr>
|
||||
<p>© Copyright Beman Dawes, 2003</p>
|
||||
<p> Use, modification, and distribution are subject to the Boost Software
|
||||
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
|
||||
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
||||
www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||||
</body>
|
||||
</html>
|
@ -1,12 +1,10 @@
|
||||
// Exception implementation file -------------------------------------------//
|
||||
|
||||
// < ----------------------------------------------------------------------- >
|
||||
// < Copyright © 2002 Beman Dawes >
|
||||
// < Copyright © 2001 Dietmar Kühl >
|
||||
// < Use, modification, and distribution is subject to the Boost Software >
|
||||
// < License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy >
|
||||
// < at http://www.boost.org/LICENSE_1_0.txt) >
|
||||
// < ----------------------------------------------------------------------- >
|
||||
// Copyright © 2002 Beman Dawes
|
||||
// Copyright © 2001 Dietmar Kühl
|
||||
// Use, modification, and distribution is subject to the Boost Software
|
||||
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
|
||||
// at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See library home page at http://www.boost.org/libs/filesystem
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
// directory_posix_windows.cpp ---------------------------------------------//
|
||||
|
||||
// < ----------------------------------------------------------------------- >
|
||||
// < Copyright © 2002 Beman Dawes. >
|
||||
// < Copyright © 2001 Dietmar Kühl. >
|
||||
// < Use, modification, and distribution is subject to the Boost Software >
|
||||
// < License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy >
|
||||
// < at http://www.boost.org/LICENSE_1_0.txt) >
|
||||
// < ----------------------------------------------------------------------- >
|
||||
// Copyright © 2002 Beman Dawes
|
||||
// Copyright © 2001 Dietmar Kühl
|
||||
// Use, modification, and distribution is subject to the Boost Software
|
||||
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
|
||||
// at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// See library home page at http://www.boost.org/libs/filesystem
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user