Skip to content

Commit 8a2e585

Browse files
SPDX license header standardized in entire project
1 parent cd87f60 commit 8a2e585

242 files changed

Lines changed: 242 additions & 4114 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.

ICSharpCode.AvalonEdit.Sample/App.xaml.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Windows;

ICSharpCode.AvalonEdit.Sample/BraceFoldingStrategy.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Collections.Generic;

ICSharpCode.AvalonEdit.Sample/ColorizeAvalonEdit.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Windows;

ICSharpCode.AvalonEdit.Sample/ImageElementGenerator.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.IO;

ICSharpCode.AvalonEdit.Sample/MyCompletionData.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using ICSharpCode.AvalonEdit.CodeCompletion;

ICSharpCode.AvalonEdit.Sample/Window1.xaml.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2009 Daniel Grunwald
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Collections.Generic;

ICSharpCode.AvalonEdit.Tests/Document/ChangeTrackingTest.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Linq;

ICSharpCode.AvalonEdit.Tests/Document/CollapsingTests.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using ICSharpCode.AvalonEdit.Rendering;

ICSharpCode.AvalonEdit.Tests/Document/HeightTests.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Linq;

ICSharpCode.AvalonEdit.Tests/Document/LineManagerTests.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
2-
//
3-
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
4-
// software and associated documentation files (the "Software"), to deal in the Software
5-
// without restriction, including without limitation the rights to use, copy, modify, merge,
6-
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
7-
// to whom the Software is furnished to do so, subject to the following conditions:
8-
//
9-
// The above copyright notice and this permission notice shall be included in all copies or
10-
// substantial portions of the Software.
11-
//
12-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13-
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14-
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
15-
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
// DEALINGS IN THE SOFTWARE.
1+
// SPDX-License-Identifier: MIT
182

193
using System;
204
using System.Collections.Generic;

0 commit comments

Comments
 (0)