Skip to content

Commit

Permalink
Update copyright year; add CONTRIBUTORS.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Apr 2, 2018
1 parent da710ad commit 10c492f
Show file tree
Hide file tree
Showing 182 changed files with 191 additions and 181 deletions.
2 changes: 1 addition & 1 deletion APIs.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE.
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
LSQUIC APIs
===========

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE.
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
cmake_minimum_required(VERSION 2.8)


Expand Down
10 changes: 10 additions & 0 deletions CONTRIBUTORS.txt
@@ -0,0 +1,10 @@
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
In addition to the LiteSpeed QUIC Team, the following people contributed
to the LiteSpeed Client Library:

- Brian Prodoehl -- Docker file
- Amol Desphande -- Windows support

Thank you!

We welcome contributions in any form -- patches, issues, pull requests.
2 changes: 1 addition & 1 deletion EXAMPLES.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE.
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
LSQUIC Examples
===============

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 LiteSpeed Technologies Inc
Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/lsquic.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_H__
#define __LSQUIC_H__

Expand Down
2 changes: 1 addition & 1 deletion include/lsquic_types.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_TYPES_H__
#define __LSQUIC_TYPES_H__

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE.
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
cmake_minimum_required(VERSION 2.8)

add_subdirectory(liblsquic)
2 changes: 1 addition & 1 deletion src/liblsquic/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE.
# Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE.
SET(lsquic_STAT_SRCS
lsquic_alarmset.c
lsquic_conn.c
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_2.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_2a.inc
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_2b.inc
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_3.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_3a.inc
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/common_cert_set_3b.inc
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE.chrome file.
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/fiu-local.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */

/* libfiu - Fault Injection in Userspace
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_alarmset.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_alarmset.c -- A set of alarms
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_alarmset.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_alarmset.h -- A set of alarms
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_arr.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_arr.c
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_arr.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_arr.h -- Array
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_attq.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_attq.c -- Advisory Tick Time Queue
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_attq.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_attq.h -- Advisory Tick Time Queue
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_buf.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_buf.c
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_buf.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_buf.h
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_cfcw.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <inttypes.h>
#include <stdint.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_chsk_stream.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* Stream/crypto handshake adapter for the client side.
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_chsk_stream.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* Stream/crypto handshake adapter for the client side.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h>
#include <inttypes.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_conn.h -- Connection interface
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn_flow.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_conn_flow.h -- Connection flow control-related functions
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn_hash.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn_hash.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_conn_hash.h -- A hash of connections
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_conn_public.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_conn_public.h -- Connection's "public interface"
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_crt_compress.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h>
#include <stdbool.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_crt_compress.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_CRT_COMPRESS_H__
#define __LSQUIC_CRT_COMPRESS_H__

Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_crypto.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <assert.h>
#include <string.h>

Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_crypto.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */

#ifndef __LSQUIC_CRYPTO_H__
#define __LSQUIC_CRYPTO_H__
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_cubic.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_cubic.c -- LSQUIC CUBIC implementation.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_cubic.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_cubic.h -- CUBIC congestion control protocol.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_data_in_if.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_data_in_if.h -- DATA in interface
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_di_error.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_di_error.c -- A placeholder when things go wrong
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_di_hash.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_di_hash.c -- Copy incoming data into a hash
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_di_nocopy.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_di_nocopy.c -- The "no-copy" data in stream.
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_eng_hist.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <time.h>
#ifdef WIN32
#include <vc_compat.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_eng_hist.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_eng_hist.h - Engine history.
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_engine.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_engine.c - QUIC engine
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_engine_public.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_engine_public.h -- Engine's "public interface"
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_ev_log.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef WIN32
#include <arpa/inet.h>
#else
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_ev_log.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_ev_log.h -- Event logger
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_common.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <stdint.h>

#include "lsquic_frame_common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_common.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_frame_common.h
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_reader.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_frame_reader.c -- Read HTTP frames from stream
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_reader.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_frame_reader.h -- Read HTTP frames from stream
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_writer.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_frame_writer.c -- write frames to HEADERS stream.
*
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_frame_writer.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_frame_writer.h -- write frames to HEADERS stream.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_full_conn.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_full_conn.c -- A "full" connection object has full functionality
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_full_conn.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_FULL_CONN_H
#define LSQUIC_FULL_CONN_H

Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_global.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* Global state
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_handshake.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */

#include <assert.h>
#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_handshake.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef LSQUIC_HANDSHAKE_SERVER_H
#define LSQUIC_HANDSHAKE_SERVER_H

Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_hash.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_hash.c
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_hash.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_hash.c -- A generic hash
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_headers_stream.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* HEADERS stream logic
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_headers_stream.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/*
* lsquic_headers_stream.h -- HEADERS stream interface
*/
Expand Down
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_hpack_common.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2017 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
#include <stdint.h>

#include "lsquic_hpack_common.h"
Expand Down

0 comments on commit 10c492f

Please sign in to comment.