Skip to content

Commit 3246ede

Browse files
author
Adalberto Foresti
committed
Adding license and copyright headers
1 parent 7daead9 commit 3246ede

16 files changed

Lines changed: 434 additions & 2 deletions

LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+

TestingPower/AutomateWPR.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Diagnostics;

TestingPower/OpenFacebookAndScroll.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Linq;

TestingPower/OpenGmail.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Linq;

TestingPower/OpenMsn.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using OpenQA.Selenium.Remote;
229
using System.Collections.Generic;
330
using System.Threading;

TestingPower/OpenMsnbcAndScroll.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using OpenQA.Selenium;
229
using OpenQA.Selenium.Remote;
330
using System.Collections.Generic;

TestingPower/OpenOutlookAndArrow10Emails.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Linq;

TestingPower/OpenRedditAndSearch.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Linq;

TestingPower/OpenWikipediaAndScroll.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using System;
229
using System.Collections.Generic;
330
using System.Linq;

TestingPower/PlayYoutubeVideo.cs

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
//--------------------------------------------------------------
2+
//
3+
// Microsoft Edge Power Test
4+
// Copyright(c) Microsoft Corporation
5+
// All rights reserved.
6+
//
7+
// MIT License
8+
//
9+
// Permission is hereby granted, free of charge, to any person obtaining
10+
// a copy of this software and associated documentation files(the ""Software""),
11+
// to deal in the Software without restriction, including without limitation the rights
12+
// to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies
13+
// of the Software, and to permit persons to whom the Software is furnished to do so,
14+
// subject to the following conditions :
15+
//
16+
// The above copyright notice and this permission notice shall be included
17+
// in all copies or substantial portions of the Software.
18+
//
19+
// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
21+
// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS
22+
// OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24+
// OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
//
26+
//--------------------------------------------------------------
27+
128
using OpenQA.Selenium.Remote;
229
using System.Collections.Generic;
330
using System.Threading;

0 commit comments

Comments
 (0)