Skip to content

Commit e00bcd5

Browse files
committed
mend
1 parent 418caf1 commit e00bcd5

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

src/websocket/utf8.c

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/**
2-
* cwebsocket: A fast, lightweight websocket client/server
3-
*
4-
* Copyright (c) 2014 Jeremy Hahn
5-
*
6-
* This file is part of cwebsocket.
7-
*
8-
* cwebsocket is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU Lesser General Public License as published
10-
* by the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
12-
*
13-
* cwebsocket is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU Lesser General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with cwebsocket. If not, see <http://www.gnu.org/licenses/>.
20-
*/
21-
221
#include "utf8.h"
232

243
int utf8_count_code_points(uint8_t* s, size_t* count) {

src/websocket/utf8.h

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
/**
2-
* cwebsocket: A fast, lightweight websocket client/server
3-
*
4-
* Copyright (c) 2014 Jeremy Hahn
5-
*
6-
* This file is part of cwebsocket.
7-
*
8-
* cwebsocket is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU Lesser General Public License as published
10-
* by the Free Software Foundation, either version 3 of the License, or
11-
* (at your option) any later version.
12-
*
13-
* cwebsocket is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU Lesser General Public License for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with cwebsocket. If not, see <http://www.gnu.org/licenses/>.
20-
*/
21-
221
#ifndef UTF8_H_
232
#define UTF8_H_
243

0 commit comments

Comments
 (0)