Skip to content

Commit 46c4a34

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

Some content is hidden

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

58 files changed

+364
-1187
lines changed

Source/ExcelDna.Integration/AssemblyLoader.cs

+2-23
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-
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

+2-23
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-
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

+2-23
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-
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

+4-1
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

+2-23
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-
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

+2-23
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-
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

+2-23
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-
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

+2-23
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-
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

+2-23
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-
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

+2-23
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-
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/ExcelAttributes.cs

+2-23
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-
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

Source/ExcelDna.Integration/ExcelComAddIn.cs

+4-1
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.Collections.Generic;
36
using System.Globalization;
47
using System.Reflection;

Source/ExcelDna.Integration/ExcelCommandBars.cs

+2-23
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-
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/ExcelCustomTaskPane.cs

+2-23
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-
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/ExcelError.cs

+2-23
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-
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.Runtime.InteropServices;
265

0 commit comments

Comments
 (0)