diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 03:56:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-18 04:28:51 +0000 |
commit | 2f12427e416a0a40bf680a421f9ed20340d5bb96 (patch) | |
tree | 828d3db68c4821de11aed47ee1944af661b882b7 /lang/js/src | |
parent | js: increase default startup timeout (diff) | |
download | gpgme-2f12427e416a0a40bf680a421f9ed20340d5bb96.tar.gz gpgme-2f12427e416a0a40bf680a421f9ed20340d5bb96.zip |
doc: use https:// for www.gnu.org
--
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/js/src')
-rw-r--r-- | lang/js/src/Connection.js | 2 | ||||
-rw-r--r-- | lang/js/src/Errors.js | 2 | ||||
-rw-r--r-- | lang/js/src/Helpers.js | 2 | ||||
-rw-r--r-- | lang/js/src/Key.js | 2 | ||||
-rw-r--r-- | lang/js/src/Keyring.js | 2 | ||||
-rw-r--r-- | lang/js/src/Message.js | 2 | ||||
-rw-r--r-- | lang/js/src/Signature.js | 2 | ||||
-rw-r--r-- | lang/js/src/gpgmejs.js | 2 | ||||
-rw-r--r-- | lang/js/src/index.js | 2 | ||||
-rw-r--r-- | lang/js/src/permittedOperations.js | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lang/js/src/Connection.js b/lang/js/src/Connection.js index d43d55f1..8a965479 100644 --- a/lang/js/src/Connection.js +++ b/lang/js/src/Connection.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Errors.js b/lang/js/src/Errors.js index 2f66c83d..bf52cce7 100644 --- a/lang/js/src/Errors.js +++ b/lang/js/src/Errors.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Helpers.js b/lang/js/src/Helpers.js index 0b418529..5386e960 100644 --- a/lang/js/src/Helpers.js +++ b/lang/js/src/Helpers.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Key.js b/lang/js/src/Key.js index 7f0554c4..f5ee9656 100644 --- a/lang/js/src/Key.js +++ b/lang/js/src/Key.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js index 2071c6d0..850f9f18 100644 --- a/lang/js/src/Keyring.js +++ b/lang/js/src/Keyring.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Message.js b/lang/js/src/Message.js index 9f6abb75..c00d90be 100644 --- a/lang/js/src/Message.js +++ b/lang/js/src/Message.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/Signature.js b/lang/js/src/Signature.js index f848e32f..32581661 100644 --- a/lang/js/src/Signature.js +++ b/lang/js/src/Signature.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/gpgmejs.js b/lang/js/src/gpgmejs.js index 91057242..e2bd4577 100644 --- a/lang/js/src/gpgmejs.js +++ b/lang/js/src/gpgmejs.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/index.js b/lang/js/src/index.js index db29afe1..106086fb 100644 --- a/lang/js/src/index.js +++ b/lang/js/src/index.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js index 09a17834..d6f9ea01 100644 --- a/lang/js/src/permittedOperations.js +++ b/lang/js/src/permittedOperations.js @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): |