Skip to content

Commit

Permalink
Fixed license exception
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Feb 26, 2019
1 parent 9a081ca commit 84762a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 2 additions & 2 deletions CodeLiteIDE.workspace
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<Project Name="wxcrafter" ConfigName="Win_x86_Release"/>
<Project Name="wxcLib" ConfigName="Release"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="CMake_Release" Selected="yes">
<WorkspaceConfiguration Name="CMake_Release" Selected="no">
<Environment/>
<Project Name="ZoomNavigator" ConfigName="DebugUnicode"/>
<Project Name="wxsqlite3" ConfigName="Win_x86_Release"/>
Expand Down Expand Up @@ -205,7 +205,7 @@
<Project Name="wxcrafter" ConfigName="CMake_Debug_Application"/>
<Project Name="wxcLib" ConfigName="Release"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="CMake_Debug" Selected="no">
<WorkspaceConfiguration Name="CMake_Debug" Selected="yes">
<Environment/>
<Project Name="AutoSave" ConfigName="Win_x64_Debug"/>
<Project Name="CCTest" ConfigName="CMake_Debug"/>
Expand Down
21 changes: 2 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -343,22 +343,5 @@ EXCEPTION:

The only exception is that plugins developed for CodeLite and are linking
against CodeLite sources (either static linking or dynamic linking),
and the plugin is NOT one of the official plugins (see list below):

- Abbreviation
- CodeFormatter
- ContinousBuild
- Copyright
- Cscope
- ExternalTools
- Gizmos
- QMakePlugin
- snipwiz
- Subversion
- UnitTestPP
- wxFormBuilder plugin
- ZoomNavigator
- git
- Outline

Can be distributed under a license other than the GPL
and the plugin is NOT one of the official plugins (i.e. a plugin that was developed by CodeLite's team),
Can be distributed under any license

0 comments on commit 84762a0

Please sign in to comment.