Skip to content

Commit e0f382d

Browse files
committed
style(*): standardize file header comments
please refer to the file change history for details
1 parent f82b069 commit e0f382d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+70
-70
lines changed

include/stdc_implemented/ArrayList.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: ArrayList.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 28/07/23 17:10
66
Description: 动态数组

include/stdc_implemented/BinaryReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: BinaryWriter.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 22/02/24 21:52
66
Description: 二进制写入器

include/stdc_implemented/BinaryWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: BinaryWriter.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 22/02/24 21:52
66
Description: 二进制写入器

include/stdc_implemented/ByteMap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: ByteMap.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 10/02/24 13:38
66
Description: 字节串map

include/stdc_implemented/EasySmartPtr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: EasySmartPtr.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 30/03/25 12:52
66
Description: 一个简单的智能指针,使用了引用计数法

include/stdc_implemented/Exception.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: Exception.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 24/08/23 18:09
66
Description: 异常处理的实现

include/stdc_implemented/FileMap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: FileMap.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 05/02/24 20:50
66
Description: 以文件为键的map

include/stdc_implemented/LineReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: LineReader.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 03/02/24 16:07
66
Description: 行阅读器

include/stdc_implemented/MemoryPool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: MemoryPool.hpp
3-
Copyright: Apache2.0
3+
License: Apache2.0
44
Author: CLimber-Rong, copi143
55
Date: 10/08/24 23:38
66
Description: 内存池实现

include/stdc_implemented/NumberMap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Name: NumberMap.hpp
3-
Copyright: Apache 2.0
3+
License: Apache 2.0
44
Author: CLimber-Rong
55
Date: 23/08/23 14:20
66
Description: 整数map

0 commit comments

Comments
 (0)