mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules.
Removed std.openrj.
This commit is contained in:
parent
c74aeaee57
commit
747f3cf1e4
65 changed files with 4890 additions and 5063 deletions
37
unittest.d
37
unittest.d
|
@ -1,30 +1,18 @@
|
|||
/*
|
||||
* Copyright (C) 1999-2006 by Digital Mars, www.digitalmars.com
|
||||
* Written by Walter Bright
|
||||
// Written in the D programming language.
|
||||
|
||||
/**
|
||||
* This test program pulls in all the library modules in order to run the unit
|
||||
* tests on them. Then, it prints out the arguments passed to main().
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty. In no event will the authors be held liable for any damages
|
||||
* arising from the use of this software.
|
||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||
*
|
||||
* Permission is granted to anyone to use this software for any purpose,
|
||||
* including commercial applications, and to alter it and redistribute it
|
||||
* freely, in both source and binary form, subject to the following
|
||||
* restrictions:
|
||||
*
|
||||
* o The origin of this software must not be misrepresented; you must not
|
||||
* claim that you wrote the original software. If you use this software
|
||||
* in a product, an acknowledgment in the product documentation would be
|
||||
* appreciated but is not required.
|
||||
* o Altered source versions must be plainly marked as such, and must not
|
||||
* be misrepresented as being the original software.
|
||||
* o This notice may not be removed or altered from any source
|
||||
* distribution.
|
||||
* Copyright Digital Mars 2000 - 2009.
|
||||
* Distributed under 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)
|
||||
*/
|
||||
|
||||
// This test program pulls in all the library modules in order
|
||||
// to run the unit tests on them.
|
||||
// Then, it prints out the arguments passed to main().
|
||||
|
||||
public import std.base64;
|
||||
public import std.bind;
|
||||
public import std.boxer;
|
||||
|
@ -46,7 +34,6 @@ public import std.math;
|
|||
public import std.md5;
|
||||
public import std.metastrings;
|
||||
public import std.mmfile;
|
||||
public import std.openrj;
|
||||
public import std.outbuffer;
|
||||
public import std.path;
|
||||
public import std.perf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue