From c926aafa1ba4f77bcdda5b90aed4003566c6ffde Mon Sep 17 00:00:00 2001 From: rizlik Date: Tue, 5 May 2026 15:30:58 +0200 Subject: [PATCH] swdev: add copyright headers --- tests/swdev/swdev.c | 23 ++++++++++++++++++++++- tests/swdev/swdev.h | 23 ++++++++++++++++++++++- tests/swdev/swdev_loader.c | 23 ++++++++++++++++++++++- tests/swdev/swdev_loader.h | 23 ++++++++++++++++++++++- 4 files changed, 88 insertions(+), 4 deletions(-) diff --git a/tests/swdev/swdev.c b/tests/swdev/swdev.c index d402207b54..ff4c0f5d99 100644 --- a/tests/swdev/swdev.c +++ b/tests/swdev/swdev.c @@ -1,4 +1,25 @@ -/* tests/swdev/swdev.c -- wc_swdev callback. */ +/* swdev.c + * + * Copyright (C) 2006-2026 wolfSSL Inc. + * + * This file is part of wolfSSL. + * + * wolfSSL is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * wolfSSL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA + */ + +/* wc_swdev callback. */ #include "swdev.h" diff --git a/tests/swdev/swdev.h b/tests/swdev/swdev.h index 7003fcacaf..b974f496f2 100644 --- a/tests/swdev/swdev.h +++ b/tests/swdev/swdev.h @@ -1,4 +1,25 @@ -/* tests/swdev/swdev.h -- sole exported interface. */ +/* swdev.h + * + * Copyright (C) 2006-2026 wolfSSL Inc. + * + * This file is part of wolfSSL. + * + * wolfSSL is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * wolfSSL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA + */ + +/* sole exported interface. */ #ifndef WC_SWDEV_H #define WC_SWDEV_H diff --git a/tests/swdev/swdev_loader.c b/tests/swdev/swdev_loader.c index 0abda7e084..8d4c1f82b7 100644 --- a/tests/swdev/swdev_loader.c +++ b/tests/swdev/swdev_loader.c @@ -1,4 +1,25 @@ -/* tests/swdev/swdev_loader.c -- main-side loader for wc_swdev. */ +/* swdev_loader.c + * + * Copyright (C) 2006-2026 wolfSSL Inc. + * + * This file is part of wolfSSL. + * + * wolfSSL is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * wolfSSL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA + */ + +/* main-side loader for wc_swdev. */ #include "swdev_loader.h" diff --git a/tests/swdev/swdev_loader.h b/tests/swdev/swdev_loader.h index 49c9c49e2f..59a9e6237a 100644 --- a/tests/swdev/swdev_loader.h +++ b/tests/swdev/swdev_loader.h @@ -1,4 +1,25 @@ -/* tests/swdev/swdev_loader.h -- test harness interface to register wc_swdev. */ +/* swdev_loader.h + * + * Copyright (C) 2006-2026 wolfSSL Inc. + * + * This file is part of wolfSSL. + * + * wolfSSL is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * wolfSSL is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA + */ + +/* test harness interface to register wc_swdev. */ #ifndef WC_SWDEV_LOADER_H #define WC_SWDEV_LOADER_H