Changeset 139

Show
Ignore:
Timestamp:
03/27/09 11:12:21 (3 years ago)
Author:
sean
Message:

* Replaced license.txt with LICENSE_1_0.txt.
* Changed the copyright of files written by Sean Kelly from using the BSD license to the Boost license. This license is far more permissive and should address any issues with the BSD license regarding attribution. It's been suggested that all files be distributed with this license because some countries have no concept of "public domain" regarding copyright, so this may happen soon as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/common/core/exception.d

    r75 r139  
    33 * mechanism to alter system-level error handling. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD Style, see LICENSE 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.exception; 
  • trunk/src/common/core/memory.d

    r110 r139  
    33 * any other OS or API-level memory management facilities. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD Style, see LICENSE 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.memory; 
  • trunk/src/common/core/runtime.d

    r98 r139  
    22 * The runtime module exposes information specific to the D runtime code. 
    33 * 
    4  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    5  * License:   BSD Style, see LICENSE 
     4 * Copyright: Copyright Sean Kelly 2005 - 2009
     5 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    66 * Authors:   Sean Kelly 
     7 * 
     8 *          Copyright Sean Kelly 2005 - 2009. 
     9 * Distributed under the Boost Software License, Version 1.0. 
     10 *    (See accompanying file LICENSE_1_0.txt or copy at 
     11 *          http://www.boost.org/LICENSE_1_0.txt) 
    712 */ 
    813module core.runtime; 
  • trunk/src/common/core/stdc/errno.c

    r131 r139  
    22 * This file contains wrapper functions for macro-defined C rouines. 
    33 * 
    4  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    5  * License:   BSD Style, see LICENSE 
     4 * Copyright: Copyright Sean Kelly 2005 - 2009
     5 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    66 * Authors:   Sean Kelly 
     7 * 
     8 *          Copyright Sean Kelly 2005 - 2009. 
     9 * Distributed under the Boost Software License, Version 1.0. 
     10 *    (See accompanying file LICENSE_1_0.txt or copy at 
     11 *          http://www.boost.org/LICENSE_1_0.txt) 
    712 */ 
    813#include <errno.h> 
  • trunk/src/common/core/sync/barrier.d

    r75 r139  
    33 * a group of threads. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD Style, see LICENSE 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.barrier; 
  • trunk/src/common/core/sync/condition.d

    r113 r139  
    33 * checking. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD style: $(LICENSE) 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.condition; 
  • trunk/src/common/core/sync/config.d

    r113 r139  
    33 * specific to this package. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD style: $(LICENSE) 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.config; 
     
    3338        mvtspec( t, delta ); 
    3439    } 
    35      
    36      
     40 
     41 
    3742    void mvtspec( inout timespec t, long delta ) 
    3843    { 
  • trunk/src/common/core/sync/exception.d

    r75 r139  
    33 * a group of threads. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD Style, see LICENSE 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.exception; 
  • trunk/src/common/core/sync/mutex.d

    r77 r139  
    33 * access. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD style: $(LICENSE) 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.mutex; 
  • trunk/src/common/core/sync/rwmutex.d

    r77 r139  
    33 * access and mutually exclusive write access. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD style: $(LICENSE) 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module core.sync.rwmutex; 
  • trunk/src/common/core/sync/semaphore.d

    r113 r139  
    22 * The semaphore module provides a general use semaphore for synchronization. 
    33 * 
    4  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    5  * License:   BSD Style, see LICENSE 
     4 * Copyright: Copyright Sean Kelly 2005 - 2009
     5 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    66 * Authors:   Sean Kelly 
     7 * 
     8 *          Copyright Sean Kelly 2005 - 2009. 
     9 * Distributed under the Boost Software License, Version 1.0. 
     10 *    (See accompanying file LICENSE_1_0.txt or copy at 
     11 *          http://www.boost.org/LICENSE_1_0.txt) 
    712 */ 
    813module core.sync.semaphore; 
  • trunk/src/common/core/thread.d

    r111 r139  
    22 * The thread module provides support for thread creation and management. 
    33 * 
    4  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    5  * License:   BSD Style, see LICENSE 
     4 * Copyright: Copyright Sean Kelly 2005 - 2009
     5 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    66 * Authors:   Sean Kelly 
     7 * 
     8 *          Copyright Sean Kelly 2005 - 2009. 
     9 * Distributed under the Boost Software License, Version 1.0. 
     10 *    (See accompanying file LICENSE_1_0.txt or copy at 
     11 *          http://www.boost.org/LICENSE_1_0.txt) 
    712 */ 
    813module core.thread; 
  • trunk/src/compiler/dmd/util/string.d

    r75 r139  
    33 * mechanism to alter system-level error handling. 
    44 * 
    5  * Copyright: Copyright (C) 2005-2009 Sean Kelly.  All rights reserved
    6  * License:   BSD Style, see LICENSE 
     5 * Copyright: Copyright Sean Kelly 2005 - 2009
     6 * License:   <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>. 
    77 * Authors:   Sean Kelly 
     8 * 
     9 *          Copyright Sean Kelly 2005 - 2009. 
     10 * Distributed under the Boost Software License, Version 1.0. 
     11 *    (See accompanying file LICENSE_1_0.txt or copy at 
     12 *          http://www.boost.org/LICENSE_1_0.txt) 
    813 */ 
    914module rt.util.string;