zephyr/samples/net/sockets
Ulf Magnusson bd6e04411e kconfig: Clean up header comments and make them consistent
Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-04 17:31:27 -05:00
..
big_http_download samples: net: sockets: Do not reference default board in docs 2019-10-16 16:47:37 +03:00
can net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
civetweb samples: net: civetweb: Ignore return values 2019-08-27 17:47:27 +02:00
coap_client samples: net: coap_client: Fix coverity issue 2019-09-10 22:17:54 +03:00
coap_server cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
dumb_http_server samples: net: dumb_http_server: Using code block when needed 2019-10-16 16:47:37 +03:00
dumb_http_server_mt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
echo samples: sockets: Don't open the socket if the test protocol is enabled 2019-10-25 14:33:37 +03:00
echo_async samples: net: sockets: Do not reference default board in docs 2019-10-16 16:47:37 +03:00
echo_async_select samples: net: sockets: Do not reference default board in docs 2019-10-16 16:47:37 +03:00
echo_client kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
echo_server kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
http_client x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
http_get samples: net: sockets: Do not reference default board in docs 2019-10-16 16:47:37 +03:00
net_mgmt tests/net/: samples/net/: add a few 'userspace' tags 2019-07-15 09:05:10 -04:00
packet samples: net: Moved declaration of packet_data 2019-09-17 11:27:19 +02:00
sntp_client samples: sockets: sntp_client: Build for both native Zephyr and POSIX 2019-09-12 17:30:29 +03:00
websocket_client x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00