Skip to content

Commit

Permalink
Fix some comments in several files
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Nov 4, 2024
1 parent 473b906 commit 8923bea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 28 deletions.
10 changes: 5 additions & 5 deletions jsemcgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
#
# jsemcgen.sh - generate JSON semantics table
#
# The concept of this file was developed by:
#
# chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
#
# The JSON parser was co-developed in 2022 by:
# This JSON parser was co-developed in 2022 by:
#
# @xexyl
# https://xexyl.net Cody Boone Ferguson
# https://ioccc.xexyl.net
# and:
# chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
#
# "Because sometimes even the IOCCC Judges need some help." :-)
#
# The concept of the JSON semantics tables was developed by Landon Curt Noll.
#
# Share and enjoy! :-)
# -- Sirius Cybernetics Corporation Complaints Division, JSON spec department. :-)
#
Expand Down
8 changes: 3 additions & 5 deletions jsemtblgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*
* "Because specs w/o version numbers are forced to commit to their original design flaws." :-)
*
* The concept of this file was developed by:
*
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The JSON parser was co-developed in 2022 by:
* This JSON parser was co-developed in 2022 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
Expand All @@ -17,6 +13,8 @@
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* The concept of the JSON semantics tables was developed by Landon Curt Noll.
*
* "Share and Enjoy!"
* -- Sirius Cybernetics Corporation Complaints Division, JSON spec department. :-)
*/
Expand Down
9 changes: 3 additions & 6 deletions jsemtblgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*
* "Because specs w/o version numbers are forced to commit to their original design flaws." :-)
*
* The concept of this file was developed by:
*
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The JSON parser was co-developed in 2022 by:
* This JSON parser was co-developed in 2022 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
Expand All @@ -17,11 +13,12 @@
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* The concept of the JSON semantics tables was developed by Landon Curt Noll.
*
* "Share and Enjoy!"
* -- Sirius Cybernetics Corporation Complaints Division, JSON spec department. :-)
*/


#if !defined(INCLUDE_JSEMTBLGEN_H)
# define INCLUDE_JSEMTBLGEN_H

Expand Down
9 changes: 3 additions & 6 deletions json_sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*
* "Because grammar and syntax alone do not make a complete language." :-)
*
* The concept of this file was developed by:
*
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The JSON parser was co-developed in 2022 by:
* This JSON parser was co-developed in 2022 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
Expand All @@ -17,11 +13,12 @@
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* The concept of the JSON semantics tables was developed by Landon Curt Noll.
*
* "Share and Enjoy!"
* -- Sirius Cybernetics Corporation Complaints Division, JSON spec department. :-)
*/


/* special comments for the seqcexit tool */
/* exit code out of numerical order - ignore in sequencing - ooo */
/* exit code change of order - use new value in sequencing - coo */
Expand Down
9 changes: 3 additions & 6 deletions json_sem.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*
* "Because grammar and syntax alone do not make a complete language." :-)
*
* The concept of this file was developed by:
*
* chongo (Landon Curt Noll, http://www.isthe.com/chongo/index.html) /\oo/\
*
* The JSON parser was co-developed in 2022 by:
* This JSON parser was co-developed in 2022 by:
*
* @xexyl
* https://xexyl.net Cody Boone Ferguson
Expand All @@ -17,11 +13,12 @@
*
* "Because sometimes even the IOCCC Judges need some help." :-)
*
* The concept of the JSON semantics tables was developed by Landon Curt Noll.
*
* "Share and Enjoy!"
* -- Sirius Cybernetics Corporation Complaints Division, JSON spec department. :-)
*/


#if !defined(INCLUDE_JSON_SEM_H)
# define INCLUDE_JSON_SEM_H

Expand Down

0 comments on commit 8923bea

Please sign in to comment.