summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in')
-rw-r--r--FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in b/FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in
index 966ff5a6f..0a25a3bf6 100644
--- a/FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in
+++ b/FreeRTOS-Plus/Source/WolfSSL/wolfssl/version.h.in
@@ -1,8 +1,8 @@
/* wolfssl_version.h.in
*
- * Copyright (C) 2006-2015 wolfSSL Inc.
+ * Copyright (C) 2006-2020 wolfSSL Inc.
*
- * This file is part of wolfSSL. (formerly known as CyaSSL)
+ * 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
@@ -16,11 +16,13 @@
*
* 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-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
-#pragma once
+#ifndef WOLFSSL_VERSION_H
+#define WOLFSSL_VERSION_H
+
#ifdef __cplusplus
extern "C" {
@@ -33,3 +35,6 @@ extern "C" {
}
#endif
+
+#endif /* WOLFSSL_VERSION_H */
+