Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
a8a30f6d
Commit
a8a30f6d
authored
9 years ago
by
Marko Mikulicic
Committed by
rojer
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add short copyright notice in every source file
PUBLISHED_FROM=e3f3ffcd3715811d4bb7b3d0bd48184fbd371b26
parent
ba80b1cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
mongoose.c
mongoose.c
+15
-0
mongoose.h
mongoose.h
+20
-0
No files found.
mongoose.c
View file @
a8a30f6d
...
...
@@ -331,6 +331,11 @@ int cs_base64_decode(const unsigned char *s, int len, char *dst) {
#line 1 "./src/../../common/cs_dbg.c"
/**/
#endif
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
/* Amalgamated: #include "common/cs_dbg.h" */
#include <stdarg.h>
...
...
@@ -496,6 +501,11 @@ int mkdir(const char *path, mode_t mode) {
#line 1 "./src/../../common/cs_time.c"
/**/
#endif
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef _WIN32
#include <stddef.h>
#ifndef MG_CC3200
...
...
@@ -2840,6 +2850,11 @@ double mg_time() {
#line 1 "./src/net_if_socket.c"
/**/
#endif
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef MG_DISABLE_SOCKET_IF
/* Amalgamated: #include "mongoose/src/internal.h" */
...
...
This diff is collapsed.
Click to expand it.
mongoose.h
View file @
a8a30f6d
...
...
@@ -287,6 +287,11 @@ int64_t strtoll(const char *str, char **endptr, int base);
#endif
#endif
/* OSDEP_HEADER_INCLUDED */
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef _CS_DBG_H_
#define _CS_DBG_H_
...
...
@@ -328,6 +333,11 @@ void cs_log_printf(const char *fmt, ...);
#endif
#endif
/* _CS_DBG_H_ */
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef _CS_TIME_H_
#define _CS_TIME_H_
...
...
@@ -622,6 +632,11 @@ int json_emit_va(char *buf, int buf_len, const char *fmt, va_list);
#endif
/* __cplusplus */
#endif
/* FROZEN_HEADER_INCLUDED */
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef DIRENT_H_INCLUDED
#define DIRENT_H_INCLUDED
...
...
@@ -1145,6 +1160,11 @@ double mg_time();
#endif
/* __cplusplus */
#endif
/* MG_NET_HEADER_INCLUDED */
/*
* Copyright (c) 2014-2016 Cesanta Software Limited
* All rights reserved
*/
#ifndef MG_NET_IF_HEADER_INCLUDED
#define MG_NET_IF_HEADER_INCLUDED
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment