Skip to content

Commit 5f678d2

Browse files
authored
Merge pull request #35 from mysterywolf/revert-33-master
revert remove memrchr
2 parents fc9f6dc + 1c8ca5f commit 5f678d2

23 files changed

Lines changed: 45 additions & 26 deletions

inc/webnet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : webnet.h
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

inc/wn_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module.h
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

inc/wn_request.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_request.h
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

inc/wn_session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_session.h
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

inc/wn_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_utils.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

module/wn_module_alias.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module_alias.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

module/wn_module_asp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module_asp.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

module/wn_module_auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module_auth.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

module/wn_module_cgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module_cgi.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

module/wn_module_dav.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : wn_module_dav.c
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2022, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This software is dual-licensed: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

0 commit comments

Comments
 (0)