From e83962d8b5d0e447f4115d2965224a033eefa10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Honfi?= Date: Tue, 31 Mar 2015 08:00:42 +0200 Subject: [PATCH] Corrected licenses --- .../PexExecutionNodeStorageComponent.cs | 13 +++++++++++++ .../Components/PexRunAndTestStorageComponent.cs | 13 +++++++++++++ .../Packages/PexGraphBuilderPackage.cs | 13 +++++++++++++ .../Packages/PexGraphBuilderPackageHelper.cs | 13 +++++++++++++ .../SEViz.VSExtension/GlobalSuppressions.cs | 13 +++++++++++++ SEViz.VSExtension/SEViz.VSExtension/Guids.cs | 13 +++++++++++++ SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs | 13 +++++++++++++ .../SEViz.VSExtension/VSExtensionPackage.cs | 13 +++++++++++++ SEViz.Viewer/SEViz.Viewer/App.xaml.cs | 13 +++++++++++++ SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs | 13 +++++++++++++ .../SEViz.Viewer/Controls/InputMessageBox.xaml.cs | 15 +++++++++++++++ SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs | 13 +++++++++++++ SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs | 13 +++++++++++++ SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs | 13 +++++++++++++ SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj | 3 ++- 15 files changed, 186 insertions(+), 1 deletion(-) diff --git a/SEViz.Monitoring/SEViz.Monitoring/Components/PexExecutionNodeStorageComponent.cs b/SEViz.Monitoring/SEViz.Monitoring/Components/PexExecutionNodeStorageComponent.cs index b5408ed..0eb9e50 100644 --- a/SEViz.Monitoring/SEViz.Monitoring/Components/PexExecutionNodeStorageComponent.cs +++ b/SEViz.Monitoring/SEViz.Monitoring/Components/PexExecutionNodeStorageComponent.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using Microsoft.ExtendedReflection.ComponentModel; using Microsoft.ExtendedReflection.Reasoning.ExecutionNodes; diff --git a/SEViz.Monitoring/SEViz.Monitoring/Components/PexRunAndTestStorageComponent.cs b/SEViz.Monitoring/SEViz.Monitoring/Components/PexRunAndTestStorageComponent.cs index 41eb1cc..06a1a18 100644 --- a/SEViz.Monitoring/SEViz.Monitoring/Components/PexRunAndTestStorageComponent.cs +++ b/SEViz.Monitoring/SEViz.Monitoring/Components/PexRunAndTestStorageComponent.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using Microsoft.ExtendedReflection.ComponentModel; using Microsoft.Pex.Engine.ComponentModel; diff --git a/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackage.cs b/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackage.cs index 936a2e2..ed95311 100644 --- a/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackage.cs +++ b/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackage.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using SEViz.Monitoring.Components; diff --git a/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackageHelper.cs b/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackageHelper.cs index 87ee20f..0511c9a 100644 --- a/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackageHelper.cs +++ b/SEViz.Monitoring/SEViz.Monitoring/Packages/PexGraphBuilderPackageHelper.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using SEViz.Monitoring.Components; using Microsoft.Pex.Engine.ComponentModel; diff --git a/SEViz.VSExtension/SEViz.VSExtension/GlobalSuppressions.cs b/SEViz.VSExtension/SEViz.VSExtension/GlobalSuppressions.cs index 896222b..9eafe8b 100644 --- a/SEViz.VSExtension/SEViz.VSExtension/GlobalSuppressions.cs +++ b/SEViz.VSExtension/SEViz.VSExtension/GlobalSuppressions.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ // This file is used by Code Analysis to maintain SuppressMessage diff --git a/SEViz.VSExtension/SEViz.VSExtension/Guids.cs b/SEViz.VSExtension/SEViz.VSExtension/Guids.cs index a01cfea..e1e8385 100644 --- a/SEViz.VSExtension/SEViz.VSExtension/Guids.cs +++ b/SEViz.VSExtension/SEViz.VSExtension/Guids.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ // Guids.cs diff --git a/SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs b/SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs index 9bf5804..0e0b4e2 100644 --- a/SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs +++ b/SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ // PkgCmdID.cs diff --git a/SEViz.VSExtension/SEViz.VSExtension/VSExtensionPackage.cs b/SEViz.VSExtension/SEViz.VSExtension/VSExtensionPackage.cs index eb26293..2da6b58 100644 --- a/SEViz.VSExtension/SEViz.VSExtension/VSExtensionPackage.cs +++ b/SEViz.VSExtension/SEViz.VSExtension/VSExtensionPackage.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Diagnostics; diff --git a/SEViz.Viewer/SEViz.Viewer/App.xaml.cs b/SEViz.Viewer/SEViz.Viewer/App.xaml.cs index 6385e85..74ffe46 100644 --- a/SEViz.Viewer/SEViz.Viewer/App.xaml.cs +++ b/SEViz.Viewer/SEViz.Viewer/App.xaml.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Windows; diff --git a/SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs b/SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs index cf73537..7f0ac11 100644 --- a/SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs +++ b/SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Collections.Generic; diff --git a/SEViz.Viewer/SEViz.Viewer/Controls/InputMessageBox.xaml.cs b/SEViz.Viewer/SEViz.Viewer/Controls/InputMessageBox.xaml.cs index 724bac1..755f19f 100644 --- a/SEViz.Viewer/SEViz.Viewer/Controls/InputMessageBox.xaml.cs +++ b/SEViz.Viewer/SEViz.Viewer/Controls/InputMessageBox.xaml.cs @@ -8,6 +8,21 @@ * * Authors: Dávid Honfi , Zoltán Micskei * , András Vörös + * + * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Collections.Generic; diff --git a/SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs b/SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs index d92d239..8320872 100644 --- a/SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs +++ b/SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Collections.Generic; diff --git a/SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs b/SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs index f1ef7b6..e447a90 100644 --- a/SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs +++ b/SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Collections.Generic; diff --git a/SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs b/SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs index 5e61303..5d31c28 100644 --- a/SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs +++ b/SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs @@ -10,6 +10,19 @@ * , András Vörös * * All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ using System; using System.Collections.Generic; diff --git a/SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj b/SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj index f8beba6..6b48c10 100644 --- a/SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj +++ b/SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj @@ -52,8 +52,9 @@ - ..\..\..\SEViz.Monitoring\SEViz.Monitoring\Libs\Ionic.Zip.dll + ..\..\..\..\BME\Pex\Projects\Release\SEViz.Monitoring\SEViz.Monitoring\Libs\Ionic.Zip.dll +