From 784554c1e9eb077ab16b367c662da6274f0cc1df Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 25 Jul 2019 22:00:43 -0500 Subject: [PATCH] Cleanup: Use new comment structure at the tops of files Just put the comments in the header files. Simplify the comment stucture. The git repository provides the authors/credits, no need to explicitly do so in the files anymore. Do not provide the micro version, instead provide the major and minor versions in the files (which effectively represent the API version). --- level_0/f_colors/c/colors.h | 14 +++++++------- level_0/f_console/c/console.c | 6 ------ level_0/f_console/c/console.h | 14 +++++++------- level_0/f_conversion/c/conversion.c | 6 ------ level_0/f_conversion/c/conversion.h | 18 +++++++++--------- level_0/f_errors/c/errors.h | 12 ++++++------ level_0/f_file/c/file.c | 16 ++++++++-------- level_0/f_file/c/file.h | 16 ++++++++-------- level_0/f_fss/c/fss.h | 18 +++++++++--------- level_0/f_memory/c/memory.c | 9 --------- level_0/f_memory/c/memory.h | 12 ++++++------ level_0/f_paths/c/filesystem_paths.h | 14 +++++++------- level_0/f_paths/c/fll_paths.h | 14 +++++++------- level_0/f_pipe/c/pipe.c | 9 --------- level_0/f_pipe/c/pipe.h | 13 ++++++------- level_0/f_print/c/print.c | 6 ------ level_0/f_print/c/print.h | 14 +++++++------- level_0/f_serialized/c/serialized.h | 14 +++++++------- level_0/f_socket/c/socket.c | 9 --------- level_0/f_socket/c/socket.h | 12 ++++++------ level_0/f_strings/c/strings.h | 14 +++++++------- level_0/f_types/c/types.h | 14 ++++++-------- level_0/f_types/c/types_array.h | 12 ++++++------ level_1/fl_colors/c/colors.c | 6 ------ level_1/fl_colors/c/colors.h | 14 +++++++------- level_1/fl_console/c/console.c | 6 ------ level_1/fl_console/c/console.h | 14 +++++++------- level_1/fl_directory/c/directory.c | 7 ------- level_1/fl_directory/c/directory.h | 14 +++++++------- level_1/fl_errors/c/errors.c | 9 --------- level_1/fl_errors/c/errors.h | 12 ++++++------ level_1/fl_file/c/file.c | 6 ------ level_1/fl_file/c/file.h | 15 ++++++++------- level_1/fl_fss/c/fss.c | 7 ------- level_1/fl_fss/c/fss.h | 11 ++++++----- level_1/fl_fss/c/fss_basic.c | 6 ------ level_1/fl_fss/c/fss_basic.h | 14 +++++++------- level_1/fl_fss/c/fss_basic_list.c | 6 ------ level_1/fl_fss/c/fss_basic_list.h | 14 +++++++------- level_1/fl_fss/c/fss_errors.h | 11 ++++++----- level_1/fl_fss/c/fss_extended.c | 6 ------ level_1/fl_fss/c/fss_extended.h | 14 +++++++------- level_1/fl_fss/c/fss_macro.h | 14 +++++++------- level_1/fl_serialized/c/serialized.c | 6 ------ level_1/fl_serialized/c/serialized.h | 14 +++++++------- level_1/fl_socket/c/socket.c | 9 --------- level_1/fl_socket/c/socket.h | 12 ++++++------ level_1/fl_strings/c/strings.c | 6 ------ level_1/fl_strings/c/strings.h | 14 +++++++------- level_2/fll_colors/c/colors.c | 6 ------ level_2/fll_colors/c/colors.h | 14 +++++++------- level_2/fll_execute/c/execute.c | 9 --------- level_2/fll_execute/c/execute.h | 14 +++++++------- level_2/fll_fss/c/fss_basic.c | 6 ------ level_2/fll_fss/c/fss_basic.h | 14 +++++++------- level_2/fll_fss/c/fss_basic_list.c | 6 ------ level_2/fll_fss/c/fss_basic_list.h | 14 +++++++------- level_2/fll_fss/c/fss_errors.c | 6 ------ level_2/fll_fss/c/fss_errors.h | 12 ++++++------ level_2/fll_fss/c/fss_extended.c | 6 ------ level_2/fll_fss/c/fss_extended.h | 14 +++++++------- level_3/firewall/c/firewall.c | 10 +++++----- level_3/firewall/c/firewall.h | 14 +++++++------- level_3/firewall/c/private-firewall.c | 3 --- level_3/firewall/c/private-firewall.h | 7 +++++-- .../c/fss_basic_list_read.c | 6 ------ .../c/fss_basic_list_read.h | 14 +++++++------- .../c/fss_basic_list_write.c | 6 ------ .../c/fss_basic_list_write.h | 12 ++++++------ level_3/fss_basic_read/c/fss_basic_read.c | 6 ------ level_3/fss_basic_read/c/fss_basic_read.h | 14 +++++++------- level_3/fss_basic_write/c/fss_basic_write.c | 6 ------ level_3/fss_basic_write/c/fss_basic_write.h | 12 ++++++------ .../fss_extended_read/c/fss_extended_read.c | 6 ------ .../fss_extended_read/c/fss_extended_read.h | 14 +++++++------- .../fss_extended_write/c/fss_extended_write.c | 6 ------ .../fss_extended_write/c/fss_extended_write.h | 12 ++++++------ level_3/fss_return_code/c/fss_return_code.c | 6 ------ level_3/fss_return_code/c/fss_return_code.h | 12 ++++++------ level_3/return_code/c/return_code.c | 6 ------ level_3/return_code/c/return_code.h | 12 +++++------- 81 files changed, 322 insertions(+), 536 deletions(-) diff --git a/level_0/f_colors/c/colors.h b/level_0/f_colors/c/colors.h index 08f6bb657..ac14d88d5 100644 --- a/level_0/f_colors/c/colors.h +++ b/level_0/f_colors/c/colors.h @@ -1,11 +1,11 @@ -/* FLL - Level 0 - * Project: Colors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provide basic color output support (linux & xterm) + * Project: Colors + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provide basic color output support (linux & xterm). * This is the Featureless LINUX Library, so there is no support for non-linux colors at this time. */ #ifndef _F_colors_h diff --git a/level_0/f_console/c/console.c b/level_0/f_console/c/console.c index 1d110ac28..fef3d264a 100644 --- a/level_0/f_console/c/console.c +++ b/level_0/f_console/c/console.c @@ -1,9 +1,3 @@ -/* FLL - Level 0 - * Project: Console - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index d81175eee..4e5e3cc27 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -1,11 +1,11 @@ -/* FLL - Level 0 - * Project: Console - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Some console input/output commands + * Project: Console + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Some console input/output commands. */ #ifndef _F_console_h #define _F_console_h diff --git a/level_0/f_conversion/c/conversion.c b/level_0/f_conversion/c/conversion.c index f5c7ffc3f..1e9efa591 100644 --- a/level_0/f_conversion/c/conversion.c +++ b/level_0/f_conversion/c/conversion.c @@ -1,9 +1,3 @@ -/* FLL - Level 0 - * Project: Conversion - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index 161a04531..45effac78 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -1,13 +1,13 @@ -/* FLL - Level 0 - * Project: Conversion - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provide means to convert one data type to another, such as a string to an integer - * Provide means to identify a digit or a hexadecimal digit (hexdigit) - * In the future this will have to link to locale support, due to interpeting strings + * Project: Conversion + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provide means to convert one data type to another, such as a string to an integer. + * Provide means to identify a digit or a hexadecimal digit (hexdigit). + * In the future this will have to link to locale support, due to interpeting strings. * * Possible error values on return: * f_warn - a possible problem, but not an error (warning) diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index f732b5a86..d4a809b46 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -1,9 +1,9 @@ -/* FLL - Level 0 - * Project: Errors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Errors + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides error definitions. * diff --git a/level_0/f_file/c/file.c b/level_0/f_file/c/file.c index 0a53153d1..2a16a79e5 100644 --- a/level_0/f_file/c/file.c +++ b/level_0/f_file/c/file.c @@ -1,12 +1,12 @@ -/* FLL - Level 0 - * Project: File - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provides structures and data types for a file I/O. - * Provides operations for opening/closing files + * Project: File + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides structures and data types for a file I/O. + * Provides operations for opening/closing files. */ #include diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index 1d0985f6a..d8fc2c2a3 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -1,12 +1,12 @@ -/* FLL - Level 0 - * Project: File - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provides structures and data types for a file I/O. - * Provides operations for opening/closing files + * Project: File + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides structures and data types for a file I/O. + * Provides operations for opening/closing files. */ #ifndef _F_file_h #define _F_file_h diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index 0f0634c91..07933abe0 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -1,14 +1,14 @@ -/* FLL - Level 0 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Defines all datatypes to be used for/by project fss + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * - * The purpose of compression is not to compression the entire file's contents but only and individual objects content, so the file is still partially readable - * NOTE: all start/stop locations must be defined as a (start < stop) and not (start <= stop), therefore if (start == stop) then stop + * Defines all datatypes to be used for/by project fss. + * + * The purpose of compression is not to compression the entire file's contents but only and individual objects content, so the file is still partially readable. + * NOTE: all start/stop locations must be defined as a (start < stop) and not (start <= stop), therefore if (start == stop) then stop. */ #ifndef _F_fss_h #define _F_fss_h diff --git a/level_0/f_memory/c/memory.c b/level_0/f_memory/c/memory.c index 2dacf27e7..c460fc5c3 100644 --- a/level_0/f_memory/c/memory.c +++ b/level_0/f_memory/c/memory.c @@ -1,12 +1,3 @@ -/* FLL - Level 0 - * Project: Memory - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provide means to use memory routines, with error checking. - */ #include #ifdef __cplusplus diff --git a/level_0/f_memory/c/memory.h b/level_0/f_memory/c/memory.h index fe3146e75..65d2d5b13 100644 --- a/level_0/f_memory/c/memory.h +++ b/level_0/f_memory/c/memory.h @@ -1,9 +1,9 @@ -/* FLL - Level 0 - * Project: Memory - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Memory + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provide means to use memory routines, with error checking. * diff --git a/level_0/f_paths/c/filesystem_paths.h b/level_0/f_paths/c/filesystem_paths.h index 8e6701ede..dad5c9248 100644 --- a/level_0/f_paths/c/filesystem_paths.h +++ b/level_0/f_paths/c/filesystem_paths.h @@ -1,13 +1,13 @@ -/* FLL - Level 0 - * Project: Paths - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Paths + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provide locations to all filesystem paths, for low level hardcoding * - * FIXME: this is very outdated due to numerous structural changes while I was developing turtle kevux + * FIXME: this is very outdated due to numerous structural changes while I was developing turtle kevux. */ #ifndef _F_filesystem_paths_h #define _F_filesystem_paths_h diff --git a/level_0/f_paths/c/fll_paths.h b/level_0/f_paths/c/fll_paths.h index 8abbb6179..7ac452c51 100644 --- a/level_0/f_paths/c/fll_paths.h +++ b/level_0/f_paths/c/fll_paths.h @@ -1,14 +1,14 @@ -/* FLL - Level 0 - * Project: Paths - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Paths + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provide locations to all fll-specific paths * It is planned to have this file auto-generated from a single /etc/fll file such that one file can be used for all supported languages. * - * FIXME: this is very outdated due to numerous structural changes while I was developing turtle kevux + * FIXME: this is very outdated due to numerous structural changes while I was developing turtle kevux. */ #ifndef _F_fll_paths_h #define _F_fll_paths_h diff --git a/level_0/f_pipe/c/pipe.c b/level_0/f_pipe/c/pipe.c index 38f812993..36b6019e3 100644 --- a/level_0/f_pipe/c/pipe.c +++ b/level_0/f_pipe/c/pipe.c @@ -1,12 +1,3 @@ -/* FLL - Level 0 - * Project: Pipe - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provides pipe functionality. - */ #include #ifdef __cplusplus diff --git a/level_0/f_pipe/c/pipe.h b/level_0/f_pipe/c/pipe.h index 2fee9f0d7..723510255 100644 --- a/level_0/f_pipe/c/pipe.h +++ b/level_0/f_pipe/c/pipe.h @@ -1,12 +1,11 @@ -/* FLL - Level 0 - * Project: Pipe - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provides pipe functionality. + * Project: Pipe + * API Version: 0.5 + * Licenses: lgplv2.1 * + * Provides pipe functionality. */ #ifndef _F_pipe_h #define _F_pipe_h diff --git a/level_0/f_print/c/print.c b/level_0/f_print/c/print.c index af26b2c82..60ab93a49 100644 --- a/level_0/f_print/c/print.c +++ b/level_0/f_print/c/print.c @@ -1,9 +1,3 @@ -/* FLL - Level 0 - * Project: Output - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index 73bdf9ca9..7bee5d922 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -1,11 +1,11 @@ -/* FLL - Level 0 - * Project: Output - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provides some standard printing functions not available in a libc + * Project: Output + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides some standard printing functions not available in a libc. */ #ifndef _F_print_h #define _F_print_h diff --git a/level_0/f_serialized/c/serialized.h b/level_0/f_serialized/c/serialized.h index d25f2871a..9e16c0949 100644 --- a/level_0/f_serialized/c/serialized.h +++ b/level_0/f_serialized/c/serialized.h @@ -1,13 +1,13 @@ -/* FLL - Level 0 - * Project: Serialized - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Serialized + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides string processing functionality for what is to be defined as a serialized string. * Serialized strings are strings that can hold multiple values in a single variable. - * An example of serialized content is the PATH environment variable where ':" separates data." + * An example of serialized content is the PATH environment variable where ":" separates data.. */ #ifndef _F_serialized_h #define _F_serialized_h diff --git a/level_0/f_socket/c/socket.c b/level_0/f_socket/c/socket.c index 0e6889ce9..e2203051c 100644 --- a/level_0/f_socket/c/socket.c +++ b/level_0/f_socket/c/socket.c @@ -1,12 +1,3 @@ -/* FLL - Level 0 - * Project: Socket - * Version: 0.4.2 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provide means to connect to and use sockets. - */ #include #ifdef __cplusplus diff --git a/level_0/f_socket/c/socket.h b/level_0/f_socket/c/socket.h index d5ec7ab31..8709d7826 100644 --- a/level_0/f_socket/c/socket.h +++ b/level_0/f_socket/c/socket.h @@ -1,9 +1,9 @@ -/* FLL - Level 0 - * Project: Socket - * Version: 0.4.2 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Socket + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provide means to connect to and use sockets. */ diff --git a/level_0/f_strings/c/strings.h b/level_0/f_strings/c/strings.h index f0adf36a9..06474c7d0 100644 --- a/level_0/f_strings/c/strings.h +++ b/level_0/f_strings/c/strings.h @@ -1,11 +1,11 @@ -/* FLL - Level 0 - * Project: Strings - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 * - * Provides string capabilities + * Project: Strings + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides string capabilities. */ #ifndef _F_strings_h #define _F_strings_h diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index 1d1a745f8..5cb86ccf3 100644 --- a/level_0/f_types/c/types.h +++ b/level_0/f_types/c/types.h @@ -1,9 +1,9 @@ -/* FLL - Level 0 - * Project: Types - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Types + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides datatype re-definitions * If your compiler lacks the ability to produce such, simply re-define them as needed @@ -23,8 +23,6 @@ * uint32_t: 2^32 (unsigned) * int64_t: 2^64 (signed) * uint64_t: 2^64 (unsigned) - * - * TODO: Should a range type be implemented? (ie: f_range_short_long -> min=short, max=long) */ #ifndef _F_types_h #define _F_types_h diff --git a/level_0/f_types/c/types_array.h b/level_0/f_types/c/types_array.h index f068af9ec..9da8ca9f4 100644 --- a/level_0/f_types/c/types_array.h +++ b/level_0/f_types/c/types_array.h @@ -1,9 +1,9 @@ -/* FLL - Level 0 - * Project: Types Array - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 0 + * + * Project: Types + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides datatypes that are arrays of some sort and require memory operations. */ diff --git a/level_1/fl_colors/c/colors.c b/level_1/fl_colors/c/colors.c index 96e30f54b..b617f058f 100644 --- a/level_1/fl_colors/c/colors.c +++ b/level_1/fl_colors/c/colors.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: Colors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_colors/c/colors.h b/level_1/fl_colors/c/colors.h index 02614e062..8d4f538a6 100644 --- a/level_1/fl_colors/c/colors.h +++ b/level_1/fl_colors/c/colors.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: Colors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * Provide basic color output support (linux & xterm) + * Project: Colors + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provide basic color output support (linux & xterm). * This is the Featureless LINUX Library, so there is no support for non-linux colors at this time. */ #ifndef _FL_colors_h diff --git a/level_1/fl_console/c/console.c b/level_1/fl_console/c/console.c index 47d39329c..b187fc1a7 100644 --- a/level_1/fl_console/c/console.c +++ b/level_1/fl_console/c/console.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: Console - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_console/c/console.h b/level_1/fl_console/c/console.h index df064964e..273185a4b 100644 --- a/level_1/fl_console/c/console.h +++ b/level_1/fl_console/c/console.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: Console - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * Some console input/output commands + * Project: Console + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Some console input/output commands. */ #ifndef _FL_console_h #define _FL_console_h diff --git a/level_1/fl_directory/c/directory.c b/level_1/fl_directory/c/directory.c index bd89e06cb..83df1c9c2 100644 --- a/level_1/fl_directory/c/directory.c +++ b/level_1/fl_directory/c/directory.c @@ -1,10 +1,3 @@ -/* FLL - Level 1 - * Project: Directory - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - */ #include #ifdef __cplusplus diff --git a/level_1/fl_directory/c/directory.h b/level_1/fl_directory/c/directory.h index 7547ea8d9..5291199fb 100644 --- a/level_1/fl_directory/c/directory.h +++ b/level_1/fl_directory/c/directory.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: Directory - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * Provides operations for directory handling + * Project: Directory + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides operations for directory handling. */ #ifndef _FL_directory_h #define _FL_directory_h diff --git a/level_1/fl_errors/c/errors.c b/level_1/fl_errors/c/errors.c index 7cc15220b..58adcf7b2 100644 --- a/level_1/fl_errors/c/errors.c +++ b/level_1/fl_errors/c/errors.c @@ -1,12 +1,3 @@ -/* FLL - Level 1 - * Project: Errors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provides error functions, such as those that translate error codes into strings. - */ #include #ifdef __cplusplus diff --git a/level_1/fl_errors/c/errors.h b/level_1/fl_errors/c/errors.h index 22c8419e3..52e954416 100644 --- a/level_1/fl_errors/c/errors.h +++ b/level_1/fl_errors/c/errors.h @@ -1,9 +1,9 @@ -/* FLL - Level 1 - * Project: Errors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 + * + * Project: Errors + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides error functions, such as those that translate error codes into strings. */ diff --git a/level_1/fl_file/c/file.c b/level_1/fl_file/c/file.c index 187c4dd0d..f8bcf80db 100644 --- a/level_1/fl_file/c/file.c +++ b/level_1/fl_file/c/file.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: File - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_file/c/file.h b/level_1/fl_file/c/file.h index 489b425f6..7b8518370 100644 --- a/level_1/fl_file/c/file.h +++ b/level_1/fl_file/c/file.h @@ -1,10 +1,11 @@ -/* FLL - Level 1 - * Project: File - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * File Operations +/** + * FLL - Level 1 + * + * Project: File + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * File Operations. */ #ifndef _FL_file_h #define _FL_file_h diff --git a/level_1/fl_fss/c/fss.c b/level_1/fl_fss/c/fss.c index 4eda9ed96..e97f1cc3e 100644 --- a/level_1/fl_fss/c/fss.c +++ b/level_1/fl_fss/c/fss.c @@ -1,10 +1,3 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - */ #include #ifdef __cplusplus diff --git a/level_1/fl_fss/c/fss.h b/level_1/fl_fss/c/fss.h index a9b209fcb..960553dab 100644 --- a/level_1/fl_fss/c/fss.h +++ b/level_1/fl_fss/c/fss.h @@ -1,8 +1,9 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day +/** + * FLL - Level 1 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 */ #ifndef _FL_fss_h #define _FL_fss_h diff --git a/level_1/fl_fss/c/fss_basic.c b/level_1/fl_fss/c/fss_basic.c index bd51c653b..b03c97749 100644 --- a/level_1/fl_fss/c/fss_basic.c +++ b/level_1/fl_fss/c/fss_basic.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_fss/c/fss_basic.h b/level_1/fl_fss/c/fss_basic.h index d6ab94f43..b76e7afb8 100644 --- a/level_1/fl_fss/c/fss_basic.h +++ b/level_1/fl_fss/c/fss_basic.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * This is the fss-0000 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0000 implementation. */ #ifndef _FL_fss_basic_h #define _FL_fss_basic_h diff --git a/level_1/fl_fss/c/fss_basic_list.c b/level_1/fl_fss/c/fss_basic_list.c index 21bcfa697..c926f7946 100644 --- a/level_1/fl_fss/c/fss_basic_list.c +++ b/level_1/fl_fss/c/fss_basic_list.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_fss/c/fss_basic_list.h b/level_1/fl_fss/c/fss_basic_list.h index 1a0adef98..f490cb0e2 100644 --- a/level_1/fl_fss/c/fss_basic_list.h +++ b/level_1/fl_fss/c/fss_basic_list.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * This is the fss-0002 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0002 implementation. */ #ifndef _FL_fss_basic_list_h #define _FL_fss_basic_list_h diff --git a/level_1/fl_fss/c/fss_errors.h b/level_1/fl_fss/c/fss_errors.h index d5f1a2a77..e9002801c 100644 --- a/level_1/fl_fss/c/fss_errors.h +++ b/level_1/fl_fss/c/fss_errors.h @@ -1,8 +1,9 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day +/** + * FLL - Level 1 + * + * Project: Strings + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides fss-specific error definitions. * diff --git a/level_1/fl_fss/c/fss_extended.c b/level_1/fl_fss/c/fss_extended.c index a3e51eca1..9ddb638e6 100644 --- a/level_1/fl_fss/c/fss_extended.c +++ b/level_1/fl_fss/c/fss_extended.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_fss/c/fss_extended.h b/level_1/fl_fss/c/fss_extended.h index 2cb7d15a2..3b5c237d3 100644 --- a/level_1/fl_fss/c/fss_extended.h +++ b/level_1/fl_fss/c/fss_extended.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * This is the fss-0001 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0001 implementation. */ #ifndef _FL_fss_extended_h #define _FL_fss_extended_h diff --git a/level_1/fl_fss/c/fss_macro.h b/level_1/fl_fss/c/fss_macro.h index a8f3960d7..d76abb0b3 100644 --- a/level_1/fl_fss/c/fss_macro.h +++ b/level_1/fl_fss/c/fss_macro.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * Provides generic functionality shared between and used by different fss processing functions + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides generic functionality shared between and used by different fss processing functions. */ #ifndef _FL_fss_macro_h #define _FL_fss_macro_h diff --git a/level_1/fl_serialized/c/serialized.c b/level_1/fl_serialized/c/serialized.c index e3088a8ff..65bb5283a 100644 --- a/level_1/fl_serialized/c/serialized.c +++ b/level_1/fl_serialized/c/serialized.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: Serialized - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_serialized/c/serialized.h b/level_1/fl_serialized/c/serialized.h index 454fd9051..3e54aeac5 100644 --- a/level_1/fl_serialized/c/serialized.h +++ b/level_1/fl_serialized/c/serialized.h @@ -1,13 +1,13 @@ -/* FLL - Level 1 - * Project: Serialized - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 + * + * Project: Serialized + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provides string processing functionality for what is to be defined as a serialized string. * Serialized strings are strings that can hold multiple values in a single variable. - * An example of serialized content is the PATH environment variable where ':" separates data." + * An example of serialized content is the PATH environment variable where ":" separates data. */ #ifndef _FL_serialized_h #define _FL_serialized_h diff --git a/level_1/fl_socket/c/socket.c b/level_1/fl_socket/c/socket.c index 5452804a1..850c68f22 100644 --- a/level_1/fl_socket/c/socket.c +++ b/level_1/fl_socket/c/socket.c @@ -1,12 +1,3 @@ -/* FLL - Level 1 - * Project: Socket - * Version: 0.4.2 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provide means to connect to and use sockets. - */ #include #ifdef __cplusplus diff --git a/level_1/fl_socket/c/socket.h b/level_1/fl_socket/c/socket.h index bb2c92fd3..f312af1b3 100644 --- a/level_1/fl_socket/c/socket.h +++ b/level_1/fl_socket/c/socket.h @@ -1,9 +1,9 @@ -/* FLL - Level 1 - * Project: Socket - * Version: 0.4.2 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 + * + * Project: Socket + * API Version: 0.5 + * Licenses: lgplv2.1 * * Provide means to connect to and use sockets. */ diff --git a/level_1/fl_strings/c/strings.c b/level_1/fl_strings/c/strings.c index bf76eb867..246ac8cc2 100644 --- a/level_1/fl_strings/c/strings.c +++ b/level_1/fl_strings/c/strings.c @@ -1,9 +1,3 @@ -/* FLL - Level 1 - * Project: Strings - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_1/fl_strings/c/strings.h b/level_1/fl_strings/c/strings.h index 31b9b5ea7..a6c6c36ac 100644 --- a/level_1/fl_strings/c/strings.h +++ b/level_1/fl_strings/c/strings.h @@ -1,11 +1,11 @@ -/* FLL - Level 1 - * Project: Strings - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 1 * - * Provides basic string manipulation and processing capabilities + * Project: Strings + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides basic string manipulation and processing capabilities. */ #ifndef _FL_strings_h #define _FL_strings_h diff --git a/level_2/fll_colors/c/colors.c b/level_2/fll_colors/c/colors.c index 0bde1fe75..308cabf02 100644 --- a/level_2/fll_colors/c/colors.c +++ b/level_2/fll_colors/c/colors.c @@ -1,9 +1,3 @@ -/* FLL - Level 2 - * Project: Colors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_2/fll_colors/c/colors.h b/level_2/fll_colors/c/colors.h index 05943f2d1..79a3b136c 100644 --- a/level_2/fll_colors/c/colors.h +++ b/level_2/fll_colors/c/colors.h @@ -1,11 +1,11 @@ -/* FLL - Level 2 - * Project: Colors - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 * - * Provide standard color handling + * Project: Colors + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provide standard color handling. */ #ifndef _FLL_colors_h #define _FLL_colors_h diff --git a/level_2/fll_execute/c/execute.c b/level_2/fll_execute/c/execute.c index 2c3185014..789b01813 100644 --- a/level_2/fll_execute/c/execute.c +++ b/level_2/fll_execute/c/execute.c @@ -1,12 +1,3 @@ -/* FLL - Level 2 - * Project: Execute - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: - * - * Provides program execution operations similart to system(). - */ #include #ifdef __cplusplus diff --git a/level_2/fll_execute/c/execute.h b/level_2/fll_execute/c/execute.h index bbd949247..7d2841129 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -1,11 +1,11 @@ -/* FLL - Level 2 - * Project: Execute - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 * - * Provides program execution operations similar to system() + * Project: Execute + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * Provides program execution operations similar to system(). */ #ifndef _FLL_execute_h #define _FLL_execute_h diff --git a/level_2/fll_fss/c/fss_basic.c b/level_2/fll_fss/c/fss_basic.c index 6ff0532d9..b4bd3386d 100644 --- a/level_2/fll_fss/c/fss_basic.c +++ b/level_2/fll_fss/c/fss_basic.c @@ -1,9 +1,3 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_2/fll_fss/c/fss_basic.h b/level_2/fll_fss/c/fss_basic.h index 431c91218..9257c4d8a 100644 --- a/level_2/fll_fss/c/fss_basic.h +++ b/level_2/fll_fss/c/fss_basic.h @@ -1,11 +1,11 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 * - * This is the fss-0000 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0000 implementation. */ #ifndef _FLL_fss_basic_h #define _FLL_fss_basic_h diff --git a/level_2/fll_fss/c/fss_basic_list.c b/level_2/fll_fss/c/fss_basic_list.c index 5c3aff19a..4f38d1cc3 100644 --- a/level_2/fll_fss/c/fss_basic_list.c +++ b/level_2/fll_fss/c/fss_basic_list.c @@ -1,9 +1,3 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_2/fll_fss/c/fss_basic_list.h b/level_2/fll_fss/c/fss_basic_list.h index 7494ddae1..3612083d9 100644 --- a/level_2/fll_fss/c/fss_basic_list.h +++ b/level_2/fll_fss/c/fss_basic_list.h @@ -1,11 +1,11 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 * - * This is the fss-0002 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0002 implementation. */ #ifndef _FLL_fss_basic_list_h #define _FLL_fss_basic_list_h diff --git a/level_2/fll_fss/c/fss_errors.c b/level_2/fll_fss/c/fss_errors.c index 50b591a59..e5fad3ff5 100644 --- a/level_2/fll_fss/c/fss_errors.c +++ b/level_2/fll_fss/c/fss_errors.c @@ -1,9 +1,3 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_2/fll_fss/c/fss_errors.h b/level_2/fll_fss/c/fss_errors.h index ee30f7692..5be69f7f0 100644 --- a/level_2/fll_fss/c/fss_errors.h +++ b/level_2/fll_fss/c/fss_errors.h @@ -1,9 +1,9 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This provides fss error code translation. */ diff --git a/level_2/fll_fss/c/fss_extended.c b/level_2/fll_fss/c/fss_extended.c index 651511269..10a24eb18 100644 --- a/level_2/fll_fss/c/fss_extended.c +++ b/level_2/fll_fss/c/fss_extended.c @@ -1,9 +1,3 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_2/fll_fss/c/fss_extended.h b/level_2/fll_fss/c/fss_extended.h index 061c4908b..9c02b2baa 100644 --- a/level_2/fll_fss/c/fss_extended.h +++ b/level_2/fll_fss/c/fss_extended.h @@ -1,11 +1,11 @@ -/* FLL - Level 2 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 2 * - * This is the fss-0001 implementation + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 + * + * This is the fss-0001 implementation. */ #ifndef _FLL_fss_extended_h #define _FLL_fss_extended_h diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index cfbf7d7e2..978d9483b 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -1,8 +1,8 @@ -/* FLL - Level 3 - * Project: Firewall - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day +/** + * FLL - Level 3 + * Project: Firewall + * API Version: 0.5 + * Licenses: lgplv2.1 */ #include #include "private-firewall.h" diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index 212ca3959..f94a77a4c 100644 --- a/level_3/firewall/c/firewall.h +++ b/level_3/firewall/c/firewall.h @@ -1,13 +1,13 @@ -/* FLL - Level 3 - * Project: Firewall - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: Firewall + * API Version: 0.5 + * Licenses: lgplv2.1 * * This is the Kevux Operating System Firewall program. * This program utilizes the Featureless Linux Library. - * This program processes firewall commands and passes them to iptables from netfiler.org + * This program processes firewall commands and passes them to iptables from netfiler.org. */ #ifndef _firewall_h diff --git a/level_3/firewall/c/private-firewall.c b/level_3/firewall/c/private-firewall.c index d503837af..3ec02e9b2 100644 --- a/level_3/firewall/c/private-firewall.c +++ b/level_3/firewall/c/private-firewall.c @@ -1,6 +1,3 @@ -/** - * Private source file for firewall.c. - */ #include #include "private-firewall.h" diff --git a/level_3/firewall/c/private-firewall.h b/level_3/firewall/c/private-firewall.h index c47438539..4ddc6202c 100644 --- a/level_3/firewall/c/private-firewall.h +++ b/level_3/firewall/c/private-firewall.h @@ -1,7 +1,10 @@ /** - * Private include file for firewall.c. + * FLL - Level 3 + * + * Project: Firewall + * API Version: 0.5 + * Licenses: lgplv2.1 */ - #ifndef _PRIVATE_firewall_h #define _PRIVATE_firewall_h diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index 5b0b1f9f8..472c83b7e 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index 00f701e91..d5727d555 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -1,13 +1,13 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This is the FSS Basic List Read program * This program utilizes the Featureless Linux Library. - * This program processes files or other input in fss format and stores the results in the fss_basic_list_read_data + * This program processes files or other input in fss format and stores the results in the fss_basic_list_read_data. */ #ifndef _fss_basic_list_read_h diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.c b/level_3/fss_basic_list_write/c/fss_basic_list_write.c index 29a48874f..3451d37d6 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.c +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.h b/level_3/fss_basic_list_write/c/fss_basic_list_write.h index d6ac39b05..576518311 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.h @@ -1,9 +1,9 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This program provides fss basic list write functionality. */ diff --git a/level_3/fss_basic_read/c/fss_basic_read.c b/level_3/fss_basic_read/c/fss_basic_read.c index df46a01d3..5e1234fb7 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.c +++ b/level_3/fss_basic_read/c/fss_basic_read.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index 8397f9302..f548be774 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -1,13 +1,13 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This is the FSS Basic Read program * This program utilizes the Featureless Linux Library. - * This program processes files or other input in fss format and stores the results in the fss_basic_read_data + * This program processes files or other input in fss format and stores the results in the fss_basic_read_data. */ #ifndef _fss_basic_read_h diff --git a/level_3/fss_basic_write/c/fss_basic_write.c b/level_3/fss_basic_write/c/fss_basic_write.c index 0b10e52e8..644de3bf1 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.c +++ b/level_3/fss_basic_write/c/fss_basic_write.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_basic_write/c/fss_basic_write.h b/level_3/fss_basic_write/c/fss_basic_write.h index 6411efc20..24634298f 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.h +++ b/level_3/fss_basic_write/c/fss_basic_write.h @@ -1,9 +1,9 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This program provides fss basic write functionality. */ diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index ed15b9cb2..6fbfd004e 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index 5bf71d64e..ed1499b5f 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -1,13 +1,13 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This is the FSS Basic Read program * This program utilizes the Featureless Linux Library. - * This program processes files or other input in fss format and stores the results in the fss_extended_read_data + * This program processes files or other input in fss format and stores the results in the fss_extended_read_data. */ #ifndef _fss_extended_read_h diff --git a/level_3/fss_extended_write/c/fss_extended_write.c b/level_3/fss_extended_write/c/fss_extended_write.c index 90c045f96..df4fae276 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.c +++ b/level_3/fss_extended_write/c/fss_extended_write.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_extended_write/c/fss_extended_write.h b/level_3/fss_extended_write/c/fss_extended_write.h index 0f5a83f41..cb82cac16 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.h +++ b/level_3/fss_extended_write/c/fss_extended_write.h @@ -1,9 +1,9 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This program provides fss basic write functionality. */ diff --git a/level_3/fss_return_code/c/fss_return_code.c b/level_3/fss_return_code/c/fss_return_code.c index fb65f95ea..fc7fb4bd6 100644 --- a/level_3/fss_return_code/c/fss_return_code.c +++ b/level_3/fss_return_code/c/fss_return_code.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/fss_return_code/c/fss_return_code.h b/level_3/fss_return_code/c/fss_return_code.h index 672cf6f24..fb2e886fb 100644 --- a/level_3/fss_return_code/c/fss_return_code.h +++ b/level_3/fss_return_code/c/fss_return_code.h @@ -1,9 +1,9 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 + * + * Project: FSS + * API Version: 0.5 + * Licenses: lgplv2.1 * * This program provides error code to string translation. */ diff --git a/level_3/return_code/c/return_code.c b/level_3/return_code/c/return_code.c index aefc3fd9f..aec79d0fb 100644 --- a/level_3/return_code/c/return_code.c +++ b/level_3/return_code/c/return_code.c @@ -1,9 +1,3 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - */ #include #ifdef __cplusplus diff --git a/level_3/return_code/c/return_code.h b/level_3/return_code/c/return_code.h index ceb9b5d98..675278831 100644 --- a/level_3/return_code/c/return_code.h +++ b/level_3/return_code/c/return_code.h @@ -1,11 +1,9 @@ -/* FLL - Level 3 - * Project: FSS - * Version: 0.5.0 - * Licenses: lgplv2.1 - * Programmers: Kevin Day - * Documentation: +/** + * FLL - Level 3 * - * This program provides error code to string translation. + * Project: Return Code + * API Version: 0.5 + * Licenses: lgplv2.1 */ #ifndef _return_code_h -- 2.47.3