Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Corrected licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhonfi committed Mar 31, 2015
1 parent 34c230e commit e83962d
Show file tree
Hide file tree
Showing 15 changed files with 186 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.VSExtension/SEViz.VSExtension/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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
Expand Down
13 changes: 13 additions & 0 deletions SEViz.VSExtension/SEViz.VSExtension/Guids.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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
Expand Down
13 changes: 13 additions & 0 deletions SEViz.VSExtension/SEViz.VSExtension/PkgCmdID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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
Expand Down
13 changes: 13 additions & 0 deletions SEViz.VSExtension/SEViz.VSExtension/VSExtensionPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/BOs/PexRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
15 changes: 15 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/Controls/InputMessageBox.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
*
* Authors: Dávid Honfi <[email protected]>, Zoltán Micskei
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/LoadingWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
13 changes: 13 additions & 0 deletions SEViz.Viewer/SEViz.Viewer/PCWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* <[email protected]>, András Vörös <[email protected]>
*
* 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;
Expand Down
3 changes: 2 additions & 1 deletion SEViz.Viewer/SEViz.Viewer/SEViz.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Ionic.Zip">
<HintPath>..\..\..\SEViz.Monitoring\SEViz.Monitoring\Libs\Ionic.Zip.dll</HintPath>
<HintPath>..\..\..\..\BME\Pex\Projects\Release\SEViz.Monitoring\SEViz.Monitoring\Libs\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="PresentationFramework.Classic" />
<Reference Include="System" />
Expand Down

0 comments on commit e83962d

Please sign in to comment.