From 2f12427e416a0a40bf680a421f9ed20340d5bb96 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 17 Oct 2018 23:56:27 -0400 Subject: doc: use https:// for www.gnu.org -- Signed-off-by: Daniel Kahn Gillmor --- lang/js/src/Connection.js | 2 +- lang/js/src/Errors.js | 2 +- lang/js/src/Helpers.js | 2 +- lang/js/src/Key.js | 2 +- lang/js/src/Keyring.js | 2 +- lang/js/src/Message.js | 2 +- lang/js/src/Signature.js | 2 +- lang/js/src/gpgmejs.js | 2 +- lang/js/src/index.js | 2 +- lang/js/src/permittedOperations.js | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lang/js/src') 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * 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 . + * License along with this program; if not, see . * SPDX-License-Identifier: LGPL-2.1+ * * Author(s): -- cgit v1.2.3