Skip to content

Commit 46c4a34

Browse files
committed
Change to MIT license
Update to version 0.33.7
1 parent 418eceb commit 46c4a34

58 files changed

Lines changed: 364 additions & 1187 deletions

Some content is hidden

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

Source/ExcelDna.Integration/AssemblyLoader.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Collections.Generic;

Source/ExcelDna.Integration/AssemblyLoaderExcelServer.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Collections.Generic;

Source/ExcelDna.Integration/AssemblyReference.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Collections.Generic;

Source/ExcelDna.Integration/ComInterop.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3+
4+
using System;
25
using System.Runtime.InteropServices;
36
using System.Runtime.InteropServices.ComTypes;
47
using ExcelDna.ComInterop;

Source/ExcelDna.Integration/ComRegistration.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Runtime.InteropServices;

Source/ExcelDna.Integration/ComServer.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Collections.Generic;

Source/ExcelDna.Integration/DnaLibrary.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Collections.Generic;

Source/ExcelDna.Integration/Excel.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Runtime.InteropServices;

Source/ExcelDna.Integration/ExcelAsyncHandle.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Diagnostics;

Source/ExcelDna.Integration/ExcelAsyncUtil.cs

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
/*
2-
Copyright (C) 2005-2014 Govert van Drimmelen
3-
4-
This software is provided 'as-is', without any express or implied
5-
warranty. In no event will the authors be held liable for any damages
6-
arising from the use of this software.
7-
8-
Permission is granted to anyone to use this software for any purpose,
9-
including commercial applications, and to alter it and redistribute it
10-
freely, subject to the following restrictions:
11-
12-
1. The origin of this software must not be misrepresented; you must not
13-
claim that you wrote the original software. If you use this software
14-
in a product, an acknowledgment in the product documentation would be
15-
appreciated but is not required.
16-
2. Altered source versions must be plainly marked as such, and must not be
17-
misrepresented as being the original software.
18-
3. This notice may not be removed or altered from any source distribution.
19-
20-
21-
Govert van Drimmelen
22-
govert@icon.co.za
23-
*/
1+
// Copyright (c) Govert van Drimmelen. All rights reserved.
2+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
243

254
using System;
265
using System.Diagnostics;

0 commit comments

Comments
 (0)