Skip to content

Commit f2fe9e4

Browse files
committed
Updated copyright year
1 parent f4d2ae8 commit f2fe9e4

18 files changed

Lines changed: 18 additions & 23 deletions

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
httpserver
2-
Copyright 2011-2019 Ramsey Kant
2+
Copyright 2011-2021 Ramsey Kant
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for httpserver
2-
# (C) Ramsey Kant 2011-2019
2+
# (C) Ramsey Kant 2011-2021
33

44
CC := clang++
55
SRCDIR := src

src/Client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
httpserver
33
Client.cpp
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/Client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
httpserver
33
Client.h
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPMessage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPMessage.cpp
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPMessage.h
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPRequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPRequest.cpp
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPRequest.h
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPResponse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPResponse.cpp
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/HTTPResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
ByteBuffer
33
HTTPResponse.h
4-
Copyright 2011-2019 Ramsey Kant
4+
Copyright 2011-2021 Ramsey Kant
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)