COPYRIGHT

This commit is contained in:
Simon
2022-08-08 05:46:54 -07:00
parent c2dacaae46
commit 36f6a6d4d3
232 changed files with 1201 additions and 7270 deletions

View File

@@ -1,3 +1,12 @@
/*
* Copyright 2022 The GmSSL Project. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
#include <stdio.h>
#include <errno.h>
#include <string.h>

View File

@@ -1,3 +1,12 @@
/*
* Copyright 2022 The GmSSL Project. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
#include <stdio.h>
#include <errno.h>
#include <string.h>

View File

@@ -1,10 +1,13 @@
/*
* Copyright (c) 2022 Kazuyoshi Tomita
* Copyright 2022 The GmSSL Project. All Rights Reserved.
*
* This software is released under the MIT License.
* https://opensource.org/licenses/mit-license.php
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
#include "url_parser.h"
#include <errno.h>
#include <stdlib.h>

View File

@@ -1,10 +1,13 @@
/*
* Copyright (c) 2022 Kazuyoshi Tomita
* Copyright 2022 The GmSSL Project. All Rights Reserved.
*
* This software is released under the MIT License.
* https://opensource.org/licenses/mit-license.php
* Licensed under the Apache License, Version 2.0 (the License); you may
* not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
#ifndef URL_PARSER_H
#define URL_PARSER_H