Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 8610656

Browse files
committed
Merge the license switch to MIT from 'origin/master' into 'reports'
2 parents 4949a6b + dac858b commit 8610656

6,393 files changed

Lines changed: 110492 additions & 16273 deletions

File tree

Some content is hidden

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

README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Website: http://www.icsharpcode.net/OpenSource/SD/Default.aspx
33
Forums: http://community.sharpdevelop.net/forums/
44
Nightly builds: http://build.sharpdevelop.net/BuildArtefacts
55

6-
Copyright 2012 AlphaSierraPapa for the SharpDevelop team
7-
License: SharpDevelop is distributed under the LGPL.
6+
Copyright 2014 AlphaSierraPapa for the SharpDevelop team.
7+
SharpDevelop is distributed under the MIT license.
88

99
The #develop project started on September 11th, 2000. The project was initiated
1010
by Mike Kr�ger. In the course of the project, several contributors joined in.
11-
If you want to contribute see http://wiki.sharpdevelop.net/JoiningTheTeam.ashx.
11+
If you want to contribute see <https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team>.
1212

1313
Overview
1414
#develop (short for SharpDevelop) is a free Integrated Development Environment
@@ -46,13 +46,12 @@ Libraries and integrated tools:
4646
WPFToolkit
4747

4848
Integrated Tools (shipping with SharpDevelop):
49-
Boo
5049
IronPython
5150
IronRuby
5251
NuGet
5352
NUnit
5453
PartCover
55-
Wix
54+
WiX
5655

5756
Reusable Libraries (developed as part of SharpDevelop):
5857
AvalonEdit
@@ -66,9 +65,10 @@ Reusable Libraries (developed as part of SharpDevelop):
6665
SharpDevelop Contributors:
6766
Mike Kr�ger (Project Founder)
6867
Daniel Grunwald (Technical Lead)
68+
Andreas Weizel
6969
Matt Ward
7070
David Srbecky (Debugger)
7171
Siegfried Pammer
72-
Peter Forstmeier (SharpDevelop Reports)
72+
Peter Forstmeier (SharpDevelop Reports)
7373

7474
(for a full list see https://github.com/icsharpcode/SharpDevelop/wiki/Contributors)

TODOnewNR.txt

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

buildsamples.bat

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

data/schemas/appconfig.xsd

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
<xs:annotation>
77
<xs:documentation>
88
Copyright (C) 2005-2008 Matthew Ward
9-
10-
This program is free software; you can redistribute it and/or modify
11-
it under the terms of the GNU General Public License as published by
12-
the Free Software Foundation; either version 2 of the License, or
13-
(at your option) any later version.
14-
15-
This program is distributed in the hope that it will be useful,
16-
but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
GNU General Public License for more details.
199

20-
You should have received a copy of the GNU General Public License
21-
along with this program; if not, write to the Free Software
22-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
10+
Permission is hereby granted, free of charge, to any person obtaining a copy of this
11+
software and associated documentation files (the "Software"), to deal in the Software
12+
without restriction, including without limitation the rights to use, copy, modify, merge,
13+
publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
14+
to whom the Software is furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all copies or
17+
substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
22+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
23+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24+
DEALINGS IN THE SOFTWARE.
2325
</xs:documentation>
2426
</xs:annotation>
2527

data/schemas/manifest.xsd

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77
<xs:documentation>
88
Copyright (C) 2005 Matthew Ward
99

10-
This program is free software; you can redistribute it and/or modify
11-
it under the terms of the GNU General Public License as published by
12-
the Free Software Foundation; either version 2 of the License, or
13-
(at your option) any later version.
14-
15-
This program is distributed in the hope that it will be useful,
16-
but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
GNU General Public License for more details.
10+
Permission is hereby granted, free of charge, to any person obtaining a copy of this
11+
software and associated documentation files (the "Software"), to deal in the Software
12+
without restriction, including without limitation the rights to use, copy, modify, merge,
13+
publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
14+
to whom the Software is furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all copies or
17+
substantial portions of the Software.
1918

20-
You should have received a copy of the GNU General Public License
21-
along with this program; if not, write to the Free Software
22-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
22+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
23+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24+
DEALINGS IN THE SOFTWARE.
2325
</xs:documentation>
2426
</xs:annotation>
2527

data/schemas/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ AddIn.xsd
44
SharpDevelop schema for .addin files.
55
Created by Ivo Kovacka.
66
Doozers automatically updated by "BuildAddinDocumentation".
7-
GNU General Public License.
7+
MIT License.
88

99
appconfig.xsd
1010
-------------
1111

1212
Schema for app.config and web.config files.
1313
Created by Matt Ward
14-
GNU General Public License.
14+
MIT License.
1515

1616
manifest.xsd
1717
-------------
1818

1919
Schema for .manifest files.
2020
Created by Matt Ward
21-
GNU General Public License.
21+
MIT License.
2222

2323
nuspec.xsd
2424
----------

0 commit comments

Comments
 (0)