Skip to content

Commit f46000c

Browse files
committed
Use UTF-8 in copyright notes.
1 parent 533b833 commit f46000c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

md2html/md2html.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/entity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/entity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/md4c-html.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/md4c-html.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/md4c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

src/md4c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MD4C: Markdown parser for C
33
* (http://github.com/mity/md4c)
44
*
5-
* Copyright (c) 2016-2024 Martin Mitas
5+
* Copyright (c) 2016-2024 Martin Mitáš
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a
88
* copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)