Skip to content

Commit

Permalink
Switch license to BOOST
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Sep 24, 2014
1 parent eb55fbf commit 3d1700d
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 53 deletions.
8 changes: 4 additions & 4 deletions src/backend/aa.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2000-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/aa.c


#include <stdio.h>
Expand Down
8 changes: 4 additions & 4 deletions src/backend/aa.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2006-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/aa.h



Expand Down
6 changes: 3 additions & 3 deletions src/backend/cv8.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// 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.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/cv8.c

// This module generates the .debug$S and .debug$T sections for Win64,
// which are the MS-Coff symbolic debug info and type debug info sections.
Expand Down
8 changes: 4 additions & 4 deletions src/backend/dwarf.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 1999-2013 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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/dwarf.c

// Emit Dwarf symbolic debug info

Expand Down
8 changes: 4 additions & 4 deletions src/backend/machobj.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2009-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/machobj.c


#if SCPP || MARS
Expand Down
8 changes: 4 additions & 4 deletions src/backend/mscoffobj.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// 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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/mscoffobj.c


#if MARS
Expand Down
6 changes: 3 additions & 3 deletions src/backend/pdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// 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.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/pdata.c

// This module generates the .pdata and .xdata sections for Win64

Expand Down
8 changes: 3 additions & 5 deletions src/backend/ph2.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@


// Compiler implementation of the D programming language
// 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.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/ph2.c

#include <stdio.h>
#include <time.h>
Expand Down
8 changes: 4 additions & 4 deletions src/backend/ti_achar.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2006-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/ti_achar.c


#include <string.h>
Expand Down
8 changes: 4 additions & 4 deletions src/backend/ti_pvoid.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2011-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/ti_pvoid.c


#include <stdlib.h>
Expand Down
8 changes: 4 additions & 4 deletions src/backend/tinfo.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

// Compiler implementation of the D programming language
// Copyright (c) 2000-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 gpl.txt.
// See the included readme.txt for details.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/backend/tinfo.h


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

// Compiler implementation of the D programming language
// 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.
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// https://github.com/D-Programming-Language/dmd/blob/master/src/root/rmem.h

#ifndef ROOT_MEM_H
#define ROOT_MEM_H
Expand Down
6 changes: 3 additions & 3 deletions src/vcbuild/ldfpu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;; 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.
;; Distributed under the Boost Software License, Version 1.0.
;; http://www.boost.org/LICENSE_1_0.txt
;; https://github.com/D-Programming-Language/dmd/blob/master/src/test/UTFTest.cpp

;; 80 bit floating point value implementation for Microsoft compiler

Expand Down
6 changes: 3 additions & 3 deletions src/win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# 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.
# Distributed under the Boost Software License, Version 1.0.
# http://www.boost.org/LICENSE_1_0.txt
# https://github.com/D-Programming-Language/dmd/blob/master/src/test/UTFTest.cpp
#
# Dependencies:
#
Expand Down

0 comments on commit 3d1700d

Please sign in to comment.