Skip to content

Commit e993e87

Browse files
committed
License for deprecated LinqExtender added
1 parent 5592aa1 commit e993e87

Some content is hidden

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

55 files changed

+1254
-56
lines changed

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IBucket.cs

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
using System.Collections.Generic;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
using System.Collections.Generic;
223
using System;
324

425
namespace Intuit.Ipp.LinqExtender.Abstraction

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IClassGenerator.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224

325
namespace Intuit.Ipp.LinqExtender.Abstraction
426
{

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IContainer.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IMethodCall.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224

325
namespace Intuit.Ipp.LinqExtender.Abstraction
426
{

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IModifiableCollection.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IQueryContextImpl.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IQueryObject.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IQueryObjectImpl.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
using System.Collections.Generic;
325
using System.Linq;
426
using System.Text;

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Abstraction/IVersionItem.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
namespace Intuit.Ipp.LinqExtender.Abstraction
325
{
426
[Obsolete("Deprecated. Use QueryService->ExecuteIdsQuery")]

IPPDotNetDevKitCSV3/ThirdParty/Linq Extender/Ast/BinaryExpression.cs

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
using System;
1+
////********************************************************************
2+
//https://github.com/mehfuzh/LinqExtender/blob/master/License.txt
3+
//Copyright (c) 2007- 2010 LinqExtender Toolkit Project.
4+
//Project Modified by Intuit
5+
/*******************************************************************************
6+
* Copyright 2016 Intuit
7+
*
8+
* Licensed under the Apache License, Version 2.0 (the "License");
9+
* you may not use this file except in compliance with the License.
10+
* You may obtain a copy of the License at
11+
*
12+
* http://www.apache.org/licenses/LICENSE-2.0
13+
*
14+
* Unless required by applicable law or agreed to in writing, software
15+
* distributed under the License is distributed on an "AS IS" BASIS,
16+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the License for the specific language governing permissions and
18+
* limitations under the License.
19+
*******************************************************************************/
20+
//
21+
////********************************************************************
22+
23+
using System;
224
namespace Intuit.Ipp.LinqExtender.Ast
325
{
426

0 commit comments

Comments
 (0)