Skip to content

Commit 4868de7

Browse files
committed
change license to boost
1 parent e777b41 commit 4868de7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+320
-815
lines changed

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

LICENSE_1_0.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Boost Software License - Version 1.0 - August 17th, 2003
2+
3+
Permission is hereby granted, free of charge, to any person or organization
4+
obtaining a copy of the software and accompanying documentation covered by
5+
this license (the "Software") to use, reproduce, display, distribute,
6+
execute, and transmit the Software, and to prepare derivative works of the
7+
Software, and to permit third-parties to whom the Software is furnished to
8+
do so, all subject to the following:
9+
10+
The copyright notices in the Software and this entire statement, including
11+
the above license grant, this restriction and the following disclaimer,
12+
must be included in all copies of the Software, in whole or in part, and
13+
all derivative works of the Software, unless such copies or derivative
14+
works are solely in the form of machine-executable object code generated by
15+
a source language processor.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
20+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
21+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23+
DEALINGS IN THE SOFTWARE.

README

Lines changed: 0 additions & 139 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<img src="/doc/images/vd_logo.png?format=raw" width="72"> Visual D
1+
<img src="/doc/images/vd_logo.png?format=raw" width="72">
2+
Visual D
23
============================================================
34

45
This is the README file for Visual D, a
@@ -78,8 +79,8 @@ Major Features
7879
License information
7980
-------------------
8081

81-
This code is distributed under the terms of the Artistic License 2.0.
82-
For more details, see the full text of the license in the file LICENSE.
82+
This code is distributed under the terms of the Boost Software License, Version 1.0.
83+
For more details, see the full text of the license in the file LICENSE_1.0.txt.
8384

8485
The installer comes with a number of additional products:
8586
- cv2pdb: http://dsource.org/projects/cv2pdb by Rainer Schuetze

c2d/ast.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Visual D integrates the D programming language into Visual Studio
44
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
55
//
6-
// License for redistribution is given by the Artistic License 2.0
7-
// see file LICENSE for further details
6+
// Distributed under the Boost Software License, Version 1.0.
7+
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
88

99
module c2d.ast;
1010

0 commit comments

Comments
 (0)