Skip to content

Commit fa3359f

Browse files
committed
updating copyright date
1 parent e6148f5 commit fa3359f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎lab1/starter/png_util/lab_png.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @brief micros and structures for a simple PNG file
33
*
4-
* Copyright 2018-2019 Yiqing Huang
4+
* Copyright 2018-2020 Yiqing Huang
55
*
66
* This software may be freely redistributed under the terms of MIT License
77
*/

‎lab1/starter/png_util/main.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @biref To demonstrate how to use zutil.c and crc.c functions
33
*
4-
* Copyright 2018-2019 Yiqing Huang
4+
* Copyright 2018-2020 Yiqing Huang
55
*
66
* This software may be freely redistributed under the terms of MIT License
77
*/

‎lab1/starter/png_util/zutil.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Based on the zlib example zpipe.c at https://www.zlib.net/zlib_how.html
55
*
66
* Modification is
7-
* Copyright 2018-2019 Yiqing Huang
7+
* Copyright 2018-2020 Yiqing Huang
88
*
99
* This software may be freely redistributed under the terms of MIT License
1010
*/

‎lab1/starter/png_util/zutil.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Based on the zlib example zpipe.c at https://www.zlib.net/zlib_how.html
44
*
55
* Modification is
6-
* Copyright 2018-2019 Yiqing Huang
6+
* Copyright 2018-2020 Yiqing Huang
77
*
88
* This software may be freely redistributed under the terms of MIT License
99
* https://www.zlib.net/zlib_how.html

0 commit comments

Comments
 (0)