Skip to content

Commit

Permalink
Merge pull request #3350 from WalterBright/boost-everywhere
Browse files Browse the repository at this point in the history
switch root to Boost license
  • Loading branch information
yebblies committed Mar 3, 2014
2 parents 9e68f5d + f62f211 commit 79755d8
Show file tree
Hide file tree
Showing 25 changed files with 177 additions and 170 deletions.
14 changes: 7 additions & 7 deletions src/root/aav.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2010-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2010-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/aav.c
*/

/**
* Implementation of associative arrays.
Expand Down
14 changes: 7 additions & 7 deletions src/root/aav.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2010-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2010-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/aav.h
*/

typedef void* Value;
typedef void* Key;
Expand Down
15 changes: 7 additions & 8 deletions src/root/array.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2011-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/array.h
*/

#ifndef ARRAY_H
#define ARRAY_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/async.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2009-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2009-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/async.c
*/

#define _MT 1

Expand Down
14 changes: 7 additions & 7 deletions src/root/async.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2009-2009 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2009-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/async.h
*/

#ifndef ASYNC_H
#define ASYNC_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/file.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/file.c
*/

#include "file.h"

Expand Down
14 changes: 7 additions & 7 deletions src/root/file.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/file.h
*/

#ifndef FILE_H
#define FILE_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/filename.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/filename.c
*/

#include "filename.h"

Expand Down
14 changes: 7 additions & 7 deletions src/root/filename.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/filename.h
*/

#ifndef FILENAME_H
#define FILENAME_H
Expand Down
15 changes: 7 additions & 8 deletions src/root/longdouble.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Rainer Schuetze
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Rainer Schuetze
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/longdouble.c
*/

// 80 bit floating point value implementation for Microsoft compiler

Expand Down
16 changes: 7 additions & 9 deletions src/root/longdouble.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

// Compiler implementation of the D programming language
// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Rainer Schuetze
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Rainer Schuetze
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/longdouble.h
*/

// 80 bit floating point value implementation for Microsoft compiler

Expand Down
15 changes: 7 additions & 8 deletions src/root/man.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2008-2009 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2008-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/man.c
*/

#include <stdio.h>
#include <string.h>
Expand Down
15 changes: 7 additions & 8 deletions src/root/object.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/object.c
*/

#include <stdio.h>

Expand Down
14 changes: 7 additions & 7 deletions src/root/object.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/object.h
*/

#ifndef OBJECT_H
#define OBJECT_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/outbuffer.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/outbuffer.c
*/

#include <assert.h>
#include <stdarg.h>
Expand Down
14 changes: 7 additions & 7 deletions src/root/outbuffer.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/outbuffer.h
*/

#ifndef OUTBUFFER_H
#define OUTBUFFER_H
Expand Down
12 changes: 8 additions & 4 deletions src/root/port.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com

/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/port.c
*/

#include "port.h"

Expand Down
11 changes: 7 additions & 4 deletions src/root/port.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

// Copyright (c) 1999-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/port.h
*/

#ifndef PORT_H
#define PORT_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/rmem.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2000-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2000-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/rmem.c
*/

#include <stdio.h>
#include <stdlib.h>
Expand Down
14 changes: 7 additions & 7 deletions src/root/root.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 1999-2011 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 1999-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/root.h
*/

#ifndef ROOT_H
#define ROOT_H
Expand Down
14 changes: 7 additions & 7 deletions src/root/speller.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Copyright (c) 2010-2012 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// License for redistribution is by either the Artistic License
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
/* Copyright (c) 2010-2014 by Digital Mars
* All Rights Reserved, written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* https://github.com/D-Programming-Language/dmd/blob/master/src/root/speller.c
*/

#include <stdio.h>
#include <string.h>
Expand Down
Loading

0 comments on commit 79755d8

Please sign in to comment.