updated to boost license

[SVN r1622]
This commit is contained in:
Jan Langer
2003-10-04 23:18:17 +00:00
parent b43b188946
commit 81c5bec516
3 changed files with 20 additions and 21 deletions

View File

@@ -1,13 +1,9 @@
// (C) 2003, Jan Langer (jan@langernetz.de). // Copyright (c) 2003 Jan Langer
// // Use, modification, and distribution is subject to the Boost Software
// This material is provided "as is", with absolutely no warranty expressed // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
// or implied. Any use is at your own risk. // at http://www.boost.org/LICENSE_1_0.txt)
//
// Permission to use or copy this software for any purpose is hereby granted // See library home page at http://www.boost.org/libs/utility
// without fee, provided the above notices are retained on all copies.
// Permission to modify the code and to distribute modified code is granted,
// provided the above notices are retained, and a notice that the code was
// modified is included with the above copyright notice.
#ifndef BOOST_UTILITY_LEXICOGRAPHIC_HPP #ifndef BOOST_UTILITY_LEXICOGRAPHIC_HPP
#define BOOST_UTILITY_LEXICOGRAPHIC_HPP #define BOOST_UTILITY_LEXICOGRAPHIC_HPP

View File

@@ -1,3 +1,10 @@
// Copyright (c) 2003 Jan Langer
// 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/utility
#include <vector> #include <vector>
#include <iostream> #include <iostream>
#include <string> #include <string>

View File

@@ -1,13 +1,9 @@
// (C) 2003, Jan Langer (jan@langernetz.de). // Copyright (c) 2003 Jan Langer
// // Use, modification, and distribution is subject to the Boost Software
// This material is provided "as is", with absolutely no warranty expressed // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy
// or implied. Any use is at your own risk. // at http://www.boost.org/LICENSE_1_0.txt)
//
// Permission to use or copy this software for any purpose is hereby granted // See library home page at http://www.boost.org/libs/utility
// without fee, provided the above notices are retained on all copies.
// Permission to modify the code and to distribute modified code is granted,
// provided the above notices are retained, and a notice that the code was
// modified is included with the above copyright notice.
#include <functional> #include <functional>