Skip to content

Commit

Permalink
Revert accidental change to boost license.
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Oct 4, 2015
1 parent d072c72 commit 4f810a1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
18 changes: 11 additions & 7 deletions src/dinifile.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
/*
* Some portions copyright (c) 1994-1995 by Symantec
* Copyright (c) 1999-2015 by Digital Mars
* All Rights Reserved
* http://www.digitalmars.com
* Written by Walter Bright
*
* This source file is made available for personal use
* only. The license is in backendlicense.txt
* For any other uses, please contact Digital Mars.
*/

module ddmd.dinifile;

Expand Down
18 changes: 11 additions & 7 deletions src/libomf.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
/*
* Some portions copyright (c) 1994-1995 by Symantec
* Copyright (c) 1999-2015 by Digital Mars
* All Rights Reserved
* http://www.digitalmars.com
* Written by Walter Bright
*
* This source file is made available for personal use
* only. The license is in backendlicense.txt
* For any other uses, please contact Digital Mars.
*/

module ddmd.libomf;

Expand Down
18 changes: 11 additions & 7 deletions src/root/response.d
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 by Digital Mars
// All Rights Reserved
// written by Walter Bright
// http://www.digitalmars.com
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
/*
* Some portions copyright (c) 1994-1995 by Symantec
* Copyright (c) 1999-2015 by Digital Mars
* All Rights Reserved
* http://www.digitalmars.com
* Written by Walter Bright
*
* This source file is made available for personal use
* only. The license is in backendlicense.txt
* For any other uses, please contact Digital Mars.
*/

module ddmd.root.response;

Expand Down

0 comments on commit 4f810a1

Please sign in to comment.