Skip to content

Commit f5ab957

Browse files
committed
Update MPL license to https (part 1)
1 parent 12c0d13 commit f5ab957

Some content is hidden

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

82 files changed

+82
-82
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice
357357

358358
This Source Code Form is subject to the terms of the Mozilla Public
359359
License, v. 2.0. If a copy of the MPL was not distributed with this
360-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
360+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
361361

362362
If it is not possible or desirable to put the notice in a particular
363363
file, then You may include the notice in a location (such as a LICENSE

etc/ci/check_intermittents.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/check_no_panic.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
# Make sure listed paths do not use unwrap() or panic!()
88

etc/ci/clean_build_artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/lockfile_changed.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/mutation_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/performance/download_buildbot_timings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
import csv

etc/ci/performance/gecko_driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
from contextlib import contextmanager
88
import json

etc/ci/performance/git_log_to_json.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/performance/prepare_manifest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/performance/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
import csv

etc/ci/performance/set_s3_policy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
import boto3

etc/ci/performance/submit_to_perfherder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
from functools import partial, reduce

etc/ci/performance/submit_to_s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
import boto3

etc/ci/performance/test_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/performance/test_differ.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import argparse
88
import json

etc/ci/performance/test_perf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/performance/test_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import runner
88
import pytest

etc/ci/performance/test_submit_to_perfherder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import submit_to_perfherder
88

etc/ci/update-wpt-checkout

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/ci/upload_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
# Helper script to upload docs to doc.servo.org.
88
# Requires ghp-import (from pip)

etc/doc.servo.org/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice
357357

358358
This Source Code Form is subject to the terms of the Mozilla Public
359359
License, v. 2.0. If a copy of the MPL was not distributed with this
360-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
360+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
361361

362362
If it is not possible or desirable to put the notice in a particular
363363
file, then You may include the notice in a location (such as a LICENSE

etc/taskcluster/decision_task.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import os.path
88
from decisionlib import *

etc/taskcluster/macos/modules/pillar/taskcluster_secrets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Source Code Form is subject to the terms of the Mozilla Public
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
3-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

55
import os
66
import sys

etc/taskcluster/macos/salt-ssh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
set -o errexit
88
set -o nounset

etc/taskcluster/packet.net/list_devices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import json
88
import sys

etc/taskcluster/packet.net/tc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Source Code Form is subject to the terms of the Mozilla Public
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
3-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

55
import os
66
import sys

etc/taskcluster/packet.net/terraform_with_vars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import os
88
import sys

etc/taskcluster/windows/build-ami.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
5-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
66

77
import os
88
import json

mach

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# This Source Code Form is subject to the terms of the Mozilla Public
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
4-
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
55

66
# The beginning of this script is both valid shell and valid python,
77
# such that the script starts with the shell and is reexecuted with

ports/libmlservo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use egl::egl::EGLContext;
66
use egl::egl::EGLDisplay;

ports/libsimpleservo/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use gl_generator::{Api, Fallbacks, Profile, Registry};
66
use std::env;

ports/libsimpleservo/src/api.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use servo::compositing::windowing::{
66
AnimationState, EmbedderCoordinates, MouseWindowEvent, WindowEvent, WindowMethods,

ports/libsimpleservo/src/capi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use crate::api::{self, EventLoopWaker, HostTrait, InitOptions, ReadFileTrait, ServoGlue, SERVO};
66
use crate::gl_glue;

ports/libsimpleservo/src/gl_glue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#[cfg(any(target_os = "android", target_os = "windows"))]
66
#[allow(non_camel_case_types)]

ports/libsimpleservo/src/jniapi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#![allow(non_snake_case)]
66

ports/libsimpleservo/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#[macro_use]
66
extern crate log;

ports/servo/browser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use crate::glutin_app::keyutils::{CMD_OR_CONTROL, CMD_OR_ALT};
66
use crate::glutin_app::window::{Window, LINE_HEIGHT};

ports/servo/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#[cfg(target_os = "macos")]
66
extern crate cc;

ports/servo/glutin_app/keyutils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use keyboard_types::{Code, Key, KeyboardEvent, KeyState, Modifiers, Location};
66
use winit::{ElementState, KeyboardInput, ModifiersState, VirtualKeyCode};

ports/servo/glutin_app/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
//! A simple application that uses glutin to open a window for Servo to display in.
66

ports/servo/glutin_app/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
//! A windowing implementation using winit.
66

ports/servo/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
//! The `servo` test application.
66
//!

ports/servo/non_android_main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#[macro_use] extern crate lazy_static;
66
#[cfg(feature = "unstable")] #[macro_use] extern crate sig;

ports/servo/platform/macos/count_threads.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
#include <mach/mach.h>
66

ports/servo/platform/macos/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This Source Code Form is subject to the terms of the Mozilla Public
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
use servo::config::opts;
66
use std::ptr;

0 commit comments

Comments
 (0)