summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/aeswrap.c4
-rw-r--r--tests/curves.c4
-rw-r--r--tests/hmac.c4
-rw-r--r--tests/keygrip.c4
-rw-r--r--tests/prime.c6
-rw-r--r--tests/random.c6
-rw-r--r--tests/t-kdf.c4
-rw-r--r--tests/testapi.c4
8 files changed, 18 insertions, 18 deletions
diff --git a/tests/aeswrap.c b/tests/aeswrap.c
index e5ecad75..c9465171 100644
--- a/tests/aeswrap.c
+++ b/tests/aeswrap.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/curves.c b/tests/curves.c
index 3c738171..27d43a74 100644
--- a/tests/curves.c
+++ b/tests/curves.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/hmac.c b/tests/hmac.c
index 2b4c0f9f..9164d3a8 100644
--- a/tests/hmac.c
+++ b/tests/hmac.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/keygrip.c b/tests/keygrip.c
index 49bd71bc..114b6f04 100644
--- a/tests/keygrip.c
+++ b/tests/keygrip.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/prime.c b/tests/prime.c
index 42264980..a73eb05a 100644
--- a/tests/prime.c
+++ b/tests/prime.c
@@ -12,9 +12,9 @@
General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA. */
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
+ SPDX-License-Identifier: GPL-2-or-later
+*/
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/tests/random.c b/tests/random.c
index 2ffd528b..e56223ba 100644
--- a/tests/random.c
+++ b/tests/random.c
@@ -12,9 +12,9 @@
General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA. */
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
+ SPDX-License-Identifier: GPL-2-or-later
+*/
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/tests/t-kdf.c b/tests/t-kdf.c
index 716fb53e..10f64a7c 100644
--- a/tests/t-kdf.c
+++ b/tests/t-kdf.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/testapi.c b/tests/testapi.c
index 2355859f..e1ab47da 100644
--- a/tests/testapi.c
+++ b/tests/testapi.c
@@ -14,8 +14,8 @@
* GNU 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H