diff --git a/examples/abntcodi/abntcodi_main.c b/examples/abntcodi/abntcodi_main.c index fb4f0a7b0..27faaa684 100644 --- a/examples/abntcodi/abntcodi_main.c +++ b/examples/abntcodi/abntcodi_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/hello/abntcodi_main.c + * apps/examples/hello/abntcodi_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/adc/adc.h b/examples/adc/adc.h index 1bb968621..ca136a9de 100644 --- a/examples/adc/adc.h +++ b/examples/adc/adc.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/adc/adc.h + * apps/examples/examples/adc/adc.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/adc/adc_main.c b/examples/adc/adc_main.c index f22925d4b..1db9817e0 100644 --- a/examples/adc/adc_main.c +++ b/examples/adc/adc_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/adc/adc_main.c + * apps/examples/adc/adc_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/adxl372_test/adxl372_test_main.c b/examples/adxl372_test/adxl372_test_main.c index 61e3b951a..9af5df9cf 100644 --- a/examples/adxl372_test/adxl372_test_main.c +++ b/examples/adxl372_test/adxl372_test_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/adxl372_test/adxl372_test_main.c + * apps/examples/adxl372_test/adxl372_test_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/apa102/apa102_main.c b/examples/apa102/apa102_main.c index fdc0104e9..0d2370688 100644 --- a/examples/apa102/apa102_main.c +++ b/examples/apa102/apa102_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/apa102/apa102_main.c + * apps/examples/apa102/apa102_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/apds9960/apds9960_main.c b/examples/apds9960/apds9960_main.c index fb50aa7f6..a4cc30999 100644 --- a/examples/apds9960/apds9960_main.c +++ b/examples/apds9960/apds9960_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/apds9960/apds9960_main.c + * apps/examples/apds9960/apds9960_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/battery/batt_main.c b/examples/battery/batt_main.c index 3f4b30a02..019b381cf 100644 --- a/examples/battery/batt_main.c +++ b/examples/battery/batt_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/batt/batt_main.c + * apps/examples/batt/batt_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/bmi160/sixaxis_main.c b/examples/bmi160/sixaxis_main.c index 6f057aaa8..d798ab738 100644 --- a/examples/bmi160/sixaxis_main.c +++ b/examples/bmi160/sixaxis_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bmi160/sixaxis_main.c + * apps/examples/bmi160/sixaxis_main.c * * Copyright 2018 Sony Semiconductor Solutions Corporation * diff --git a/examples/bmp180/bmp180_main.c b/examples/bmp180/bmp180_main.c index 036ebcff3..0b5b98c23 100644 --- a/examples/bmp180/bmp180_main.c +++ b/examples/bmp180/bmp180_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bmp180/bmp180_main.c + * apps/examples/bmp180/bmp180_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/bridge/bridge_main.c b/examples/bridge/bridge_main.c index dca676325..d7a6885cf 100644 --- a/examples/bridge/bridge_main.c +++ b/examples/bridge/bridge_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bridge/bridge_main.c + * apps/examples/bridge/bridge_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/bridge/host_main.c b/examples/bridge/host_main.c index a5edf89dc..29705397e 100644 --- a/examples/bridge/host_main.c +++ b/examples/bridge/host_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bridge/host_main.c + * apps/examples/bridge/host_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/bridge/host_net1.c b/examples/bridge/host_net1.c index 5275242af..7584643fc 100644 --- a/examples/bridge/host_net1.c +++ b/examples/bridge/host_net1.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bridge/host_net1.c + * apps/examples/bridge/host_net1.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/bridge/host_net2.c b/examples/bridge/host_net2.c index 0d67f7152..b12cc13b4 100644 --- a/examples/bridge/host_net2.c +++ b/examples/bridge/host_net2.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/bridge/host_net2.c + * apps/examples/bridge/host_net2.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/calib_udelay/calib_udelay_main.c b/examples/calib_udelay/calib_udelay_main.c index c6abce79a..fa0dd5166 100644 --- a/examples/calib_udelay/calib_udelay_main.c +++ b/examples/calib_udelay/calib_udelay_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/calib_udelay/calib_udelay_main.c + * apps/examples/calib_udelay/calib_udelay_main.c * * Copyright (C) 2017 Haltian Ltd All rights reserved. * Author: Jussi Kivilinna diff --git a/examples/can/can.h b/examples/can/can.h index 38049fd66..b9446c5ab 100644 --- a/examples/can/can.h +++ b/examples/can/can.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/can/can.h + * apps/examples/examples/can/can.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/can/can_main.c b/examples/can/can_main.c index 601a40d07..95e414a73 100644 --- a/examples/can/can_main.c +++ b/examples/can/can_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/can/can_main.c + * apps/examples/can/can_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/canard/canard_main.c b/examples/canard/canard_main.c index 792080eb0..87ba6020a 100644 --- a/examples/canard/canard_main.c +++ b/examples/canard/canard_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/canard/canard_main.c + * apps/examples/canard/canard_main.c * * Copyright (C) 2016 ETH Zuerich. All rights reserved. * Author: Matthias Renner diff --git a/examples/charger/charger_main.c b/examples/charger/charger_main.c index c21e98d78..038a6743e 100644 --- a/examples/charger/charger_main.c +++ b/examples/charger/charger_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/charger/charger_main.c + * apps/examples/charger/charger_main.c * * Copyright 2018 Sony Semiconductor Solutions Corporation * diff --git a/examples/chrono/chrono_main.c b/examples/chrono/chrono_main.c index 5d57fb75e..906ee82c3 100644 --- a/examples/chrono/chrono_main.c +++ b/examples/chrono/chrono_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/chrono/chrono_main.c + * apps/examples/chrono/chrono_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/configdata/configdata_main.c b/examples/configdata/configdata_main.c index 46ad21cac..700b86499 100644 --- a/examples/configdata/configdata_main.c +++ b/examples/configdata/configdata_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/configdata/configdata_main.c + * apps/examples/configdata/configdata_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/dac/dac_main.c b/examples/dac/dac_main.c index d3eddc7e2..4355c6a83 100644 --- a/examples/dac/dac_main.c +++ b/examples/dac/dac_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dac/dac_main.c + * apps/examples/dac/dac_main.c * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Juha Niskanen diff --git a/examples/dhcpd/dhcpd_daemon.c b/examples/dhcpd/dhcpd_daemon.c index 332ba75b4..7ed38bb6a 100644 --- a/examples/dhcpd/dhcpd_daemon.c +++ b/examples/dhcpd/dhcpd_daemon.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dhcpd/dhcpd_daemon.c + * apps/examples/dhcpd/dhcpd_daemon.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/dhcpd/dhcpd_start.c b/examples/dhcpd/dhcpd_start.c index ed90ec6ff..1ab56aa61 100644 --- a/examples/dhcpd/dhcpd_start.c +++ b/examples/dhcpd/dhcpd_start.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dhcpd/dhcpd_start.c + * apps/examples/dhcpd/dhcpd_start.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/dhcpd/dhcpd_stop.c b/examples/dhcpd/dhcpd_stop.c index aa6b21212..7d6795d16 100644 --- a/examples/dhcpd/dhcpd_stop.c +++ b/examples/dhcpd/dhcpd_stop.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dhcpd/dhcpd_stop.c + * apps/examples/dhcpd/dhcpd_stop.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/dhcpd/host.c b/examples/dhcpd/host.c index 5520a90c6..89c4885ee 100644 --- a/examples/dhcpd/host.c +++ b/examples/dhcpd/host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dhcpd/host.c + * apps/examples/dhcpd/host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/dhcpd/target.c b/examples/dhcpd/target.c index 93fa95910..574a6b6cb 100644 --- a/examples/dhcpd/target.c +++ b/examples/dhcpd/target.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/dhcpd/target.c + * apps/examples/dhcpd/target.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/discover/discover_main.c b/examples/discover/discover_main.c index 36ee1890e..6280408e1 100644 --- a/examples/discover/discover_main.c +++ b/examples/discover/discover_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/discover/discover_main.c + * apps/examples/discover/discover_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/errno/errno.c b/examples/elf/tests/errno/errno.c index 3be850246..e75659f3b 100644 --- a/examples/elf/tests/errno/errno.c +++ b/examples/elf/tests/errno/errno.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/errno/errno.c + * apps/examples/elf/tests/errno/errno.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/hello/hello.c b/examples/elf/tests/hello/hello.c index 527a04fa7..dc5f392b3 100644 --- a/examples/elf/tests/hello/hello.c +++ b/examples/elf/tests/hello/hello.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/hello/hello.c + * apps/examples/elf/tests/hello/hello.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/longjmp/longjmp.c b/examples/elf/tests/longjmp/longjmp.c index 75b487351..ca36b95dd 100644 --- a/examples/elf/tests/longjmp/longjmp.c +++ b/examples/elf/tests/longjmp/longjmp.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/longjmp/longjmp.c + * apps/examples/elf/tests/longjmp/longjmp.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/mutex/mutex.c b/examples/elf/tests/mutex/mutex.c index a050bf1b9..752941cac 100644 --- a/examples/elf/tests/mutex/mutex.c +++ b/examples/elf/tests/mutex/mutex.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/mutex/mutex.c + * apps/examples/elf/tests/mutex/mutex.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/pthread/pthread.c b/examples/elf/tests/pthread/pthread.c index bf1df7bb2..4e5e8f810 100644 --- a/examples/elf/tests/pthread/pthread.c +++ b/examples/elf/tests/pthread/pthread.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/pthread/pthread.c + * apps/examples/elf/tests/pthread/pthread.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/signal/signal.c b/examples/elf/tests/signal/signal.c index b72e31a87..a55070fbe 100644 --- a/examples/elf/tests/signal/signal.c +++ b/examples/elf/tests/signal/signal.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/signal/signal.c + * apps/examples/elf/tests/signal/signal.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/struct/struct.h b/examples/elf/tests/struct/struct.h index db908c611..ec96db764 100644 --- a/examples/elf/tests/struct/struct.h +++ b/examples/elf/tests/struct/struct.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/struct/struct.h + * apps/examples/elf/tests/struct/struct.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/struct/struct_dummy.c b/examples/elf/tests/struct/struct_dummy.c index ba7fcb593..d3376417c 100644 --- a/examples/elf/tests/struct/struct_dummy.c +++ b/examples/elf/tests/struct/struct_dummy.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/struct/struct_dummy.c + * apps/examples/elf/tests/struct/struct_dummy.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/struct/struct_main.c b/examples/elf/tests/struct/struct_main.c index 69128b25f..2cb707ec1 100644 --- a/examples/elf/tests/struct/struct_main.c +++ b/examples/elf/tests/struct/struct_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/struct/struct_main.c + * apps/examples/elf/tests/struct/struct_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/elf/tests/task/task.c b/examples/elf/tests/task/task.c index eee73d0a0..8bbc819d9 100644 --- a/examples/elf/tests/task/task.c +++ b/examples/elf/tests/task/task.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/elf/tests/task/parent.c + * apps/examples/elf/tests/task/parent.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/fb/fb_main.c b/examples/fb/fb_main.c index f8c2273f6..eb5f614a0 100644 --- a/examples/fb/fb_main.c +++ b/examples/fb/fb_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/fb/fb_main.c + * apps/examples/fb/fb_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/fboverlay/fboverlay_main.c b/examples/fboverlay/fboverlay_main.c index ad13466d3..b9cc9bfb7 100644 --- a/examples/fboverlay/fboverlay_main.c +++ b/examples/fboverlay/fboverlay_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/fboverlay/fboverlay_main.c + * apps/examples/fboverlay/fboverlay_main.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Marco Krahl diff --git a/examples/flash_test/flash_test.c b/examples/flash_test/flash_test.c index 2decd780f..a0832a747 100644 --- a/examples/flash_test/flash_test.c +++ b/examples/flash_test/flash_test.c @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/system/flash_test/flash_test.c + * apps/examples/flash_test/flash_test.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc.h b/examples/flowc/flowc.h index 4e15ac63b..0129dc35b 100644 --- a/examples/flowc/flowc.h +++ b/examples/flowc/flowc.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc.h + * apps/examples/flowc/flowc.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_host.c b/examples/flowc/flowc_host.c index ddf2648c9..a2d97bb8b 100644 --- a/examples/flowc/flowc_host.c +++ b/examples/flowc/flowc_host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_host.c + * apps/examples/flowc/flowc_host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_mktestdata.c b/examples/flowc/flowc_mktestdata.c index aa251fd5d..ae31cf851 100644 --- a/examples/flowc/flowc_mktestdata.c +++ b/examples/flowc/flowc_mktestdata.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_mktestdata.c + * apps/examples/flowc/flowc_mktestdata.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_receiver.c b/examples/flowc/flowc_receiver.c index e76169562..165dd750b 100644 --- a/examples/flowc/flowc_receiver.c +++ b/examples/flowc/flowc_receiver.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_receiver.c + * apps/examples/flowc/flowc_receiver.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_sender.c b/examples/flowc/flowc_sender.c index c70b43563..986d5b2a9 100644 --- a/examples/flowc/flowc_sender.c +++ b/examples/flowc/flowc_sender.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_sender.c + * apps/examples/flowc/flowc_sender.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_target1.c b/examples/flowc/flowc_target1.c index 3d3be4f52..80790b323 100644 --- a/examples/flowc/flowc_target1.c +++ b/examples/flowc/flowc_target1.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_target1.c + * apps/examples/flowc/flowc_target1.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/flowc/flowc_target2.c b/examples/flowc/flowc_target2.c index d770add76..4488308bf 100644 --- a/examples/flowc/flowc_target2.c +++ b/examples/flowc/flowc_target2.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/flowc/flowc_target2.c + * apps/examples/flowc/flowc_target2.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ft80x/ft80x_bitmaps.c b/examples/ft80x/ft80x_bitmaps.c index f02affcfe..735239c4d 100644 --- a/examples/ft80x/ft80x_bitmaps.c +++ b/examples/ft80x/ft80x_bitmaps.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ft80x/ft80x_bitmaps.c + * apps/examples/ft80x/ft80x_bitmaps.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/ft80x/ft80x_coprocessor.c b/examples/ft80x/ft80x_coprocessor.c index 7bdc0c718..6d57b882c 100644 --- a/examples/ft80x/ft80x_coprocessor.c +++ b/examples/ft80x/ft80x_coprocessor.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ft80x/ft80x_coprocessor.c + * apps/examples/ft80x/ft80x_coprocessor.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/ft80x/ft80x_main.c b/examples/ft80x/ft80x_main.c index 212bf0b44..da79bf92a 100644 --- a/examples/ft80x/ft80x_main.c +++ b/examples/ft80x/ft80x_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ft80x/ft80x_main.c + * apps/examples/ft80x/ft80x_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ft80x/ft80x_primitives.c b/examples/ft80x/ft80x_primitives.c index f15764eb8..be14b7cb2 100644 --- a/examples/ft80x/ft80x_primitives.c +++ b/examples/ft80x/ft80x_primitives.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ft80x/ft80x_primitives.c + * apps/examples/ft80x/ft80x_primitives.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/ftpc/ftpc_cmds.c b/examples/ftpc/ftpc_cmds.c index 488ef03ba..a3abd17d6 100644 --- a/examples/ftpc/ftpc_cmds.c +++ b/examples/ftpc/ftpc_cmds.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ftpc/ftpc_cmds.c + * apps/examples/ftpc/ftpc_cmds.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ftpd/ftpd_main.c b/examples/ftpd/ftpd_main.c index bb526d9e9..f154681e9 100644 --- a/examples/ftpd/ftpd_main.c +++ b/examples/ftpd/ftpd_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ftpd/ftpd_main.c + * apps/examples/ftpd/ftpd_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/fxos8700cq_test/fxos8700cq_main.c b/examples/fxos8700cq_test/fxos8700cq_main.c index 415f267db..b73819773 100644 --- a/examples/fxos8700cq_test/fxos8700cq_main.c +++ b/examples/fxos8700cq_test/fxos8700cq_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/fxos8700cq/fxos8700cq_main.c + * apps/examples/fxos8700cq/fxos8700cq_main.c * fxos8700cq motion sensor sample application * * Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/examples/gpio/gpio_main.c b/examples/gpio/gpio_main.c index b41875b55..d6aa13e67 100644 --- a/examples/gpio/gpio_main.c +++ b/examples/gpio/gpio_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/gpio/gpio_main.c + * apps/examples/gpio/gpio_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/gps/gps_main.c b/examples/gps/gps_main.c index 2a7128fd6..5db2f1189 100644 --- a/examples/gps/gps_main.c +++ b/examples/gps/gps_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/hello/gps_main.c + * apps/examples/hello/gps_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/hello/hello_main.c b/examples/hello/hello_main.c index fcc04112b..2cd6cb400 100644 --- a/examples/hello/hello_main.c +++ b/examples/hello/hello_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/hello/hello_main.c + * apps/examples/hello/hello_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/hts221_reader/hts221_reader_main.c b/examples/hts221_reader/hts221_reader_main.c index 6b65060d7..89affb82a 100644 --- a/examples/hts221_reader/hts221_reader_main.c +++ b/examples/hts221_reader/hts221_reader_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/hts221_reader/hts221_reader_main.c + * apps/examples/hts221_reader/hts221_reader_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/i2schar/i2schar.h b/examples/i2schar/i2schar.h index 92548c04f..194e588a8 100644 --- a/examples/i2schar/i2schar.h +++ b/examples/i2schar/i2schar.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/i2schar/i2schar.h + * apps/examples/i2schar/i2schar.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/i2schar/i2schar_main.c b/examples/i2schar/i2schar_main.c index 6c0a35144..71d590ced 100644 --- a/examples/i2schar/i2schar_main.c +++ b/examples/i2schar/i2schar_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/i2schar/i2schar_main.c + * apps/examples/i2schar/i2schar_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/i2schar/i2schar_receiver.c b/examples/i2schar/i2schar_receiver.c index af587663e..8bff12c93 100644 --- a/examples/i2schar/i2schar_receiver.c +++ b/examples/i2schar/i2schar_receiver.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/i2schar/i2schar_receiver.c + * apps/examples/i2schar/i2schar_receiver.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/i2schar/i2schar_transmitter.c b/examples/i2schar/i2schar_transmitter.c index e784e07d2..f7173c80f 100644 --- a/examples/i2schar/i2schar_transmitter.c +++ b/examples/i2schar/i2schar_transmitter.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/i2schar/i2schar_transmitter.c + * apps/examples/i2schar/i2schar_transmitter.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/i2sloop/i2sloop_main.c b/examples/i2sloop/i2sloop_main.c index 85c1cda40..a6279c3dd 100644 --- a/examples/i2sloop/i2sloop_main.c +++ b/examples/i2sloop/i2sloop_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/i2sloop/i2sloop_main.c + * apps/examples/i2sloop/i2sloop_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/igmp/igmp.c b/examples/igmp/igmp.c index 498768989..4822227cc 100644 --- a/examples/igmp/igmp.c +++ b/examples/igmp/igmp.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/igmp/igmp.c + * apps/examples/igmp/igmp.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/igmp/igmp.h b/examples/igmp/igmp.h index e963a6a87..3d9ac6466 100644 --- a/examples/igmp/igmp.h +++ b/examples/igmp/igmp.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/igmp/igmp.h + * apps/examples/igmp/igmp.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ina219/ina219_main.c b/examples/ina219/ina219_main.c index d6c5237fe..a82064ceb 100644 --- a/examples/ina219/ina219_main.c +++ b/examples/ina219/ina219_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ina219/ina219_main.c + * apps/examples/ina219/ina219_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ina226/ina226_main.c b/examples/ina226/ina226_main.c index 73db3b682..e760397b5 100644 --- a/examples/ina226/ina226_main.c +++ b/examples/ina226/ina226_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ina226/ina226_main.c + * apps/examples/ina226/ina226_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ipcfg/ipcfg_main.c b/examples/ipcfg/ipcfg_main.c index bf42b4367..3428daa92 100644 --- a/examples/ipcfg/ipcfg_main.c +++ b/examples/ipcfg/ipcfg_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ipcfg/ipcfg_main.c + * apps/examples/ipcfg/ipcfg_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/lsm303_reader/lsm303_reader_main.c b/examples/lsm303_reader/lsm303_reader_main.c index f299cbdaf..7c5c2e7f6 100644 --- a/examples/lsm303_reader/lsm303_reader_main.c +++ b/examples/lsm303_reader/lsm303_reader_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/lsm303_reader/lsm303_reader_main.c + * apps/examples/lsm303_reader/lsm303_reader_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/lsm330spi_test/lsm330spi_test_main.c b/examples/lsm330spi_test/lsm330spi_test_main.c index 0f7c6c962..6f6fbbf15 100644 --- a/examples/lsm330spi_test/lsm330spi_test_main.c +++ b/examples/lsm330spi_test/lsm330spi_test_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/lsm330spi_test/lsm330spi_test_main.c + * apps/examples/lsm330spi_test/lsm330spi_test_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/lsm6dsl_reader/lsm6dsl_reader_main.c b/examples/lsm6dsl_reader/lsm6dsl_reader_main.c index 252aef6b3..6fea70de5 100644 --- a/examples/lsm6dsl_reader/lsm6dsl_reader_main.c +++ b/examples/lsm6dsl_reader/lsm6dsl_reader_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/lsm6dsl_reader/lsm6dsl_reader_main.c + * apps/examples/lsm6dsl_reader/lsm6dsl_reader_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/lvgldemo/tp_cal.c b/examples/lvgldemo/tp_cal.c index db96770d3..393fc1104 100644 --- a/examples/lvgldemo/tp_cal.c +++ b/examples/lvgldemo/tp_cal.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/touchscreen/tp_cal.c + * apps/examples/touchscreen/tp_cal.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gábor Kiss-Vámosi diff --git a/examples/lvgldemo/tp_cal.h b/examples/lvgldemo/tp_cal.h index d7c6b3922..e7dbb9978 100644 --- a/examples/lvgldemo/tp_cal.h +++ b/examples/lvgldemo/tp_cal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/touchscreen/tp_cal.h + * apps/examples/lvgldemo/tp_cal.h * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gábor Kiss-Vámosi diff --git a/examples/max31855/max31855_main.c b/examples/max31855/max31855_main.c index b82ca9851..a0b89d772 100644 --- a/examples/max31855/max31855_main.c +++ b/examples/max31855/max31855_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/max31855/max31855_main.c + * apps/examples/max31855/max31855_main.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Tiago Almeida diff --git a/examples/media/media_main.c b/examples/media/media_main.c index 864c94e11..69a8fe2c4 100644 --- a/examples/media/media_main.c +++ b/examples/media/media_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/media/hello_main.c + * apps/examples/media/hello_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mld/mld.h b/examples/mld/mld.h index e702d2482..c2d5afbfc 100644 --- a/examples/mld/mld.h +++ b/examples/mld/mld.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mld/mld.h + * apps/examples/mld/mld.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mld/mld_main.c b/examples/mld/mld_main.c index f18750312..dd7a894f9 100644 --- a/examples/mld/mld_main.c +++ b/examples/mld/mld_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mld/mld_main.c + * apps/examples/mld/mld_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mlx90614/mlx90614_main.c b/examples/mlx90614/mlx90614_main.c index 023c1e604..601545211 100644 --- a/examples/mlx90614/mlx90614_main.c +++ b/examples/mlx90614/mlx90614_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mlx90614/mlx90614_main.c + * apps/examples/mlx90614/mlx90614_main.c * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Copyright (c) 2015-2017 Pololu Corporation. diff --git a/examples/modbus/modbus_main.c b/examples/modbus/modbus_main.c index 70656873d..59c9cc0a4 100644 --- a/examples/modbus/modbus_main.c +++ b/examples/modbus/modbus_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/modbus/main.c + * apps/examples/modbus/main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mount/mount.h b/examples/mount/mount.h index e0900de9d..d8a4c984c 100644 --- a/examples/mount/mount.h +++ b/examples/mount/mount.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mount/mount.h + * apps/examples/mount/mount.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mount/mount_main.c b/examples/mount/mount_main.c index 3b6ea24c7..510e5bb9d 100644 --- a/examples/mount/mount_main.c +++ b/examples/mount/mount_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mount/mount_main.c + * apps/examples/mount/mount_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mount/ramdisk.c b/examples/mount/ramdisk.c index fa55880b6..f732c2834 100644 --- a/examples/mount/ramdisk.c +++ b/examples/mount/ramdisk.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mount/ramdisk.c + * apps/examples/mount/ramdisk.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/mtdpart/mtdpart_main.c b/examples/mtdpart/mtdpart_main.c index 80ab2c87d..4749793f1 100644 --- a/examples/mtdpart/mtdpart_main.c +++ b/examples/mtdpart/mtdpart_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/mtdpart/mtdpart_main.c + * apps/examples/mtdpart/mtdpart_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/netlink_route/netlink_route_main.c b/examples/netlink_route/netlink_route_main.c index 2b8d4e3fd..0c6aef187 100644 --- a/examples/netlink_route/netlink_route_main.c +++ b/examples/netlink_route/netlink_route_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/netlink_route/netlink_route_main.c + * apps/examples/netlink_route/netlink_route_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/netloop/lo_listener.c b/examples/netloop/lo_listener.c index cf8e6052b..e1d2831d7 100644 --- a/examples/netloop/lo_listener.c +++ b/examples/netloop/lo_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/netloop/lo_listener.c + * apps/examples/netloop/lo_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/netloop/lo_main.c b/examples/netloop/lo_main.c index 9a9eaa80b..12dede13b 100644 --- a/examples/netloop/lo_main.c +++ b/examples/netloop/lo_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/netloop/lo_main.c + * apps/examples/netloop/lo_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/netloop/netloop.h b/examples/netloop/netloop.h index df106f657..e6788f08f 100644 --- a/examples/netloop/netloop.h +++ b/examples/netloop/netloop.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/netloop/netloop.h + * apps/examples/netloop/netloop.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest.h b/examples/nettest/nettest.h index b69a1a05f..03cc67484 100644 --- a/examples/nettest/nettest.h +++ b/examples/nettest/nettest.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest.h + * apps/examples/nettest/nettest.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_client.c b/examples/nettest/nettest_client.c index f125fdfda..c63877fd0 100644 --- a/examples/nettest/nettest_client.c +++ b/examples/nettest/nettest_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest_client.c + * apps/examples/nettest/nettest_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_cmdline.c b/examples/nettest/nettest_cmdline.c index 7cf47f15d..76736d79d 100644 --- a/examples/nettest/nettest_cmdline.c +++ b/examples/nettest/nettest_cmdline.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/netest_cmdline.c + * apps/examples/nettest/netest_cmdline.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_host.c b/examples/nettest/nettest_host.c index f0c5d8434..6e6ce25bd 100644 --- a/examples/nettest/nettest_host.c +++ b/examples/nettest/nettest_host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest_host.c + * apps/examples/nettest/nettest_host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_netinit.c b/examples/nettest/nettest_netinit.c index c9aa07e42..481a7737f 100644 --- a/examples/nettest/nettest_netinit.c +++ b/examples/nettest/nettest_netinit.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest_netinit.c + * apps/examples/nettest/nettest_netinit.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_server.c b/examples/nettest/nettest_server.c index 782acd3f9..aa2dd1ba1 100644 --- a/examples/nettest/nettest_server.c +++ b/examples/nettest/nettest_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest-server.c + * apps/examples/nettest/nettest-server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_target1.c b/examples/nettest/nettest_target1.c index d969d7238..9a14f3fe8 100644 --- a/examples/nettest/nettest_target1.c +++ b/examples/nettest/nettest_target1.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest_target1.c + * apps/examples/nettest/nettest_target1.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nettest/nettest_target2.c b/examples/nettest/nettest_target2.c index 5865c9cdd..43e4e0806 100644 --- a/examples/nettest/nettest_target2.c +++ b/examples/nettest/nettest_target2.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nettest/nettest_target2.c + * apps/examples/nettest/nettest_target2.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nrf24l01_btle/nrf24l01_btle.c b/examples/nrf24l01_btle/nrf24l01_btle.c index 99162653e..bc976e421 100644 --- a/examples/nrf24l01_btle/nrf24l01_btle.c +++ b/examples/nrf24l01_btle/nrf24l01_btle.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nrf24l01_btle/nrf24l01_btle.c + * apps/examples/nrf24l01_btle/nrf24l01_btle.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nrf24l01_btle/nrf24l01_btle.h b/examples/nrf24l01_btle/nrf24l01_btle.h index f1d75c2e0..888cf91de 100644 --- a/examples/nrf24l01_btle/nrf24l01_btle.h +++ b/examples/nrf24l01_btle/nrf24l01_btle.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nrf24l01_btle/nrf24l01_btle.h + * apps/examples/nrf24l01_btle/nrf24l01_btle.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nrf24l01_term/nrf24l01_term.c b/examples/nrf24l01_term/nrf24l01_term.c index c739f10b9..80cec95cf 100644 --- a/examples/nrf24l01_term/nrf24l01_term.c +++ b/examples/nrf24l01_term/nrf24l01_term.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nrf24l01_term/nrf24l01_term.c + * apps/examples/nrf24l01_term/nrf24l01_term.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/null/null_main.c b/examples/null/null_main.c index 35964c2b5..43702b20d 100644 --- a/examples/null/null_main.c +++ b/examples/null/null_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/null/null_main.c + * apps/examples/null/null_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nx/nx_events.c b/examples/nx/nx_events.c index f4968bd6d..7aaf1272d 100644 --- a/examples/nx/nx_events.c +++ b/examples/nx/nx_events.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nx/nx_events.c + * apps/examples/nx/nx_events.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nx/nx_internal.h b/examples/nx/nx_internal.h index 7cde3a26a..beb806f8c 100644 --- a/examples/nx/nx_internal.h +++ b/examples/nx/nx_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nx/nx_internal.h + * apps/examples/nx/nx_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nx/nx_kbdin.c b/examples/nx/nx_kbdin.c index 879fb7bb3..137207f81 100644 --- a/examples/nx/nx_kbdin.c +++ b/examples/nx/nx_kbdin.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nx/nx_kbdin.c + * apps/examples/nx/nx_kbdin.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nx/nx_main.c b/examples/nx/nx_main.c index a7ef2e987..674d91496 100644 --- a/examples/nx/nx_main.c +++ b/examples/nx/nx_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nx/nx_main.c + * apps/examples/nx/nx_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxdemo/images.h b/examples/nxdemo/images.h index e16302f0c..969e00bcd 100644 --- a/examples/nxdemo/images.h +++ b/examples/nxdemo/images.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxdemo/nxdemo.h + * apps/examples/nxdemo/nxdemo.h * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Cherciu Mihail diff --git a/examples/nxdemo/nxdemo.h b/examples/nxdemo/nxdemo.h index a3de3dbc5..60781a85e 100644 --- a/examples/nxdemo/nxdemo.h +++ b/examples/nxdemo/nxdemo.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxdemo/nxdemo.h + * apps/examples/nxdemo/nxdemo.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxdemo/nxdemo_bkgd.c b/examples/nxdemo/nxdemo_bkgd.c index 6d357d9f0..5ae599c9b 100644 --- a/examples/nxdemo/nxdemo_bkgd.c +++ b/examples/nxdemo/nxdemo_bkgd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxdemo/nxdemo_bkgd.c + * apps/examples/nxdemo/nxdemo_bkgd.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/nxdemo/nxdemo_listener.c b/examples/nxdemo/nxdemo_listener.c index 77b17fafa..a5042a077 100644 --- a/examples/nxdemo/nxdemo_listener.c +++ b/examples/nxdemo/nxdemo_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxdemo_listener.c + * apps/examples/nxterm/nxdemo_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxdemo/nxdemo_main.c b/examples/nxdemo/nxdemo_main.c index fdf0f7d34..918b5647b 100644 --- a/examples/nxdemo/nxdemo_main.c +++ b/examples/nxdemo/nxdemo_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxdemo/nxdemo_main.c + * apps/examples/nxdemo/nxdemo_main.c * * Copyright (C) 2018-2019 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/nxflat/tests/errno/errno.c b/examples/nxflat/tests/errno/errno.c index b80963415..bb5acd3c4 100644 --- a/examples/nxflat/tests/errno/errno.c +++ b/examples/nxflat/tests/errno/errno.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/errno/errno.c + * apps/examples/nxflat/tests/errno/errno.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/hello/hello.c b/examples/nxflat/tests/hello/hello.c index 48ef63fe3..f55565b33 100644 --- a/examples/nxflat/tests/hello/hello.c +++ b/examples/nxflat/tests/hello/hello.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/hello/hello.c + * apps/examples/nxflat/tests/hello/hello.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/longjmp/longjmp.c b/examples/nxflat/tests/longjmp/longjmp.c index b82024f62..c27518f17 100644 --- a/examples/nxflat/tests/longjmp/longjmp.c +++ b/examples/nxflat/tests/longjmp/longjmp.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/longjmp/longjmp.c + * apps/examples/nxflat/tests/longjmp/longjmp.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/mutex/mutex.c b/examples/nxflat/tests/mutex/mutex.c index b1a6c9190..9ca14fc3b 100644 --- a/examples/nxflat/tests/mutex/mutex.c +++ b/examples/nxflat/tests/mutex/mutex.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/mutex/mutex.c + * apps/examples/nxflat/tests/mutex/mutex.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/pthread/pthread.c b/examples/nxflat/tests/pthread/pthread.c index 3c15ff103..200de0a5a 100644 --- a/examples/nxflat/tests/pthread/pthread.c +++ b/examples/nxflat/tests/pthread/pthread.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/pthread/pthread.c + * apps/examples/nxflat/tests/pthread/pthread.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/signal/signal.c b/examples/nxflat/tests/signal/signal.c index 9f266d05e..7cf4732d3 100644 --- a/examples/nxflat/tests/signal/signal.c +++ b/examples/nxflat/tests/signal/signal.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/signal/signal.c + * apps/examples/nxflat/tests/signal/signal.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/struct/struct.h b/examples/nxflat/tests/struct/struct.h index 1048ecc3f..9fcf53ecf 100644 --- a/examples/nxflat/tests/struct/struct.h +++ b/examples/nxflat/tests/struct/struct.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/struct/struct.h + * apps/examples/nxflat/tests/struct/struct.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/struct/struct_dummy.c b/examples/nxflat/tests/struct/struct_dummy.c index 64bedbfc9..c1444a4ae 100644 --- a/examples/nxflat/tests/struct/struct_dummy.c +++ b/examples/nxflat/tests/struct/struct_dummy.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/struct/struct_dummy.c + * apps/examples/nxflat/tests/struct/struct_dummy.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/struct/struct_main.c b/examples/nxflat/tests/struct/struct_main.c index 7f8f05202..f8abc2a73 100644 --- a/examples/nxflat/tests/struct/struct_main.c +++ b/examples/nxflat/tests/struct/struct_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/struct/struct_main.c + * apps/examples/nxflat/tests/struct/struct_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxflat/tests/task/task.c b/examples/nxflat/tests/task/task.c index 9881c2b92..f543dc19b 100644 --- a/examples/nxflat/tests/task/task.c +++ b/examples/nxflat/tests/task/task.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxflat/tests/task/parent.c + * apps/examples/nxflat/tests/task/parent.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxhello/nxhello.h b/examples/nxhello/nxhello.h index 709661214..44c461c8a 100644 --- a/examples/nxhello/nxhello.h +++ b/examples/nxhello/nxhello.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxhello/nxhello.h + * apps/examples/nxhello/nxhello.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxhello/nxhello_bkgd.c b/examples/nxhello/nxhello_bkgd.c index 78a941384..1a18925ca 100644 --- a/examples/nxhello/nxhello_bkgd.c +++ b/examples/nxhello/nxhello_bkgd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxhello/nxhello_bkgd.c + * apps/examples/nxhello/nxhello_bkgd.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxhello/nxhello_listener.c b/examples/nxhello/nxhello_listener.c index 8b2e54dd0..06273af84 100644 --- a/examples/nxhello/nxhello_listener.c +++ b/examples/nxhello/nxhello_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxhello_listener.c + * apps/examples/nxterm/nxhello_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxhello/nxhello_main.c b/examples/nxhello/nxhello_main.c index 037095120..097134ebe 100644 --- a/examples/nxhello/nxhello_main.c +++ b/examples/nxhello/nxhello_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxhello/nxhello_main.c + * apps/examples/nxhello/nxhello_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nximage/nximage.h b/examples/nximage/nximage.h index 276735d8a..14c1ca0b0 100644 --- a/examples/nximage/nximage.h +++ b/examples/nximage/nximage.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nximage/nximage.h + * apps/examples/nximage/nximage.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nximage/nximage_bitmap.c b/examples/nximage/nximage_bitmap.c index 55a0243f8..34d0bce18 100644 --- a/examples/nximage/nximage_bitmap.c +++ b/examples/nximage/nximage_bitmap.c @@ -1,5 +1,5 @@ /******************************************************************************************** - * examples/nximage/nximage_bitmap.c + * apps/examples/nximage/nximage_bitmap.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nximage/nximage_bkgd.c b/examples/nximage/nximage_bkgd.c index e951db1c0..f63ef144f 100644 --- a/examples/nximage/nximage_bkgd.c +++ b/examples/nximage/nximage_bkgd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nximage/nximage_bkgd.c + * apps/examples/nximage/nximage_bkgd.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nximage/nximage_listener.c b/examples/nximage/nximage_listener.c index 5c882a48d..84d4e47ca 100644 --- a/examples/nximage/nximage_listener.c +++ b/examples/nximage/nximage_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nximage_listener.c + * apps/examples/nxterm/nximage_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nximage/nximage_main.c b/examples/nximage/nximage_main.c index 169d2a770..96a85b63f 100644 --- a/examples/nximage/nximage_main.c +++ b/examples/nximage/nximage_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nximage/nximage_main.c + * apps/examples/nximage/nximage_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxlines/nxlines.h b/examples/nxlines/nxlines.h index 142f046b2..de925494b 100644 --- a/examples/nxlines/nxlines.h +++ b/examples/nxlines/nxlines.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxlines/nxlines.h + * apps/examples/nxlines/nxlines.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxlines/nxlines_bkgd.c b/examples/nxlines/nxlines_bkgd.c index c85804c4c..21a02458b 100644 --- a/examples/nxlines/nxlines_bkgd.c +++ b/examples/nxlines/nxlines_bkgd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxlines/nxlines_bkgd.c + * apps/examples/nxlines/nxlines_bkgd.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxlines/nxlines_listener.c b/examples/nxlines/nxlines_listener.c index 477cb5f32..8bb4d9d94 100644 --- a/examples/nxlines/nxlines_listener.c +++ b/examples/nxlines/nxlines_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxlines_listener.c + * apps/examples/nxterm/nxlines_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxlines/nxlines_main.c b/examples/nxlines/nxlines_main.c index 3e6cba0b5..8b6753b40 100644 --- a/examples/nxlines/nxlines_main.c +++ b/examples/nxlines/nxlines_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxlines/nxlines_main.c + * apps/examples/nxlines/nxlines_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxterm/nxterm_internal.h b/examples/nxterm/nxterm_internal.h index 11c0273d3..9637e7e15 100644 --- a/examples/nxterm/nxterm_internal.h +++ b/examples/nxterm/nxterm_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxterm_internal.h + * apps/examples/nxterm/nxterm_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxterm/nxterm_listener.c b/examples/nxterm/nxterm_listener.c index d42748b6a..de20445ca 100644 --- a/examples/nxterm/nxterm_listener.c +++ b/examples/nxterm/nxterm_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxterm_listener.c + * apps/examples/nxterm/nxterm_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxterm/nxterm_main.c b/examples/nxterm/nxterm_main.c index 3b3ac72b7..57c19576b 100644 --- a/examples/nxterm/nxterm_main.c +++ b/examples/nxterm/nxterm_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxterm_main.c + * apps/examples/nxterm/nxterm_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxterm/nxterm_toolbar.c b/examples/nxterm/nxterm_toolbar.c index 67123414a..63076ac5b 100644 --- a/examples/nxterm/nxterm_toolbar.c +++ b/examples/nxterm/nxterm_toolbar.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxterm_toolbar.c + * apps/examples/nxterm/nxterm_toolbar.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxterm/nxterm_wndo.c b/examples/nxterm/nxterm_wndo.c index ca50407b1..227f4db97 100644 --- a/examples/nxterm/nxterm_wndo.c +++ b/examples/nxterm/nxterm_wndo.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxterm/nxterm_wndo.c + * apps/examples/nxterm/nxterm_wndo.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_bkgd.c b/examples/nxtext/nxtext_bkgd.c index ca640644d..98c761bbb 100644 --- a/examples/nxtext/nxtext_bkgd.c +++ b/examples/nxtext/nxtext_bkgd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_bkgd.c + * apps/examples/nxtext/nxtext_bkgd.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_internal.h b/examples/nxtext/nxtext_internal.h index 2a984c660..0d0b07ffa 100644 --- a/examples/nxtext/nxtext_internal.h +++ b/examples/nxtext/nxtext_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_internal.h + * apps/examples/nxtext/nxtext_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_listener.c b/examples/nxtext/nxtext_listener.c index d304aff23..7189d684a 100644 --- a/examples/nxtext/nxtext_listener.c +++ b/examples/nxtext/nxtext_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_listener.c + * apps/examples/nxtext/nxtext_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_main.c b/examples/nxtext/nxtext_main.c index 4990f2c07..3814c8dd9 100644 --- a/examples/nxtext/nxtext_main.c +++ b/examples/nxtext/nxtext_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_main.c + * apps/examples/nxtext/nxtext_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_popup.c b/examples/nxtext/nxtext_popup.c index 8cf6889de..8e56aeb06 100644 --- a/examples/nxtext/nxtext_popup.c +++ b/examples/nxtext/nxtext_popup.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_popup.c + * apps/examples/nxtext/nxtext_popup.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/nxtext/nxtext_putc.c b/examples/nxtext/nxtext_putc.c index 0ce4bbdee..b2727270f 100644 --- a/examples/nxtext/nxtext_putc.c +++ b/examples/nxtext/nxtext_putc.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/nxtext/nxtext_putc.c + * apps/examples/nxtext/nxtext_putc.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/obd2/obd2_main.c b/examples/obd2/obd2_main.c index d82dcdaf4..eeadebe0d 100644 --- a/examples/obd2/obd2_main.c +++ b/examples/obd2/obd2_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/obd2/obd2_main.c + * apps/examples/obd2/obd2_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pca9635/pca9635_main.c b/examples/pca9635/pca9635_main.c index a38f51878..956629c26 100644 --- a/examples/pca9635/pca9635_main.c +++ b/examples/pca9635/pca9635_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pca9635/pca9635_main.c + * apps/examples/pca9635/pca9635_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pf_ieee802154/pf_client.c b/examples/pf_ieee802154/pf_client.c index 06cb583c9..b8cbbae92 100644 --- a/examples/pf_ieee802154/pf_client.c +++ b/examples/pf_ieee802154/pf_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pf_ieee802154/pf_client.c + * apps/examples/pf_ieee802154/pf_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pf_ieee802154/pf_cmdline.c b/examples/pf_ieee802154/pf_cmdline.c index 399b2f9d2..1fa694948 100644 --- a/examples/pf_ieee802154/pf_cmdline.c +++ b/examples/pf_ieee802154/pf_cmdline.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pf_ieee802154/pf_cmdline.c + * apps/examples/pf_ieee802154/pf_cmdline.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pf_ieee802154/pf_server.c b/examples/pf_ieee802154/pf_server.c index ea6c0eb1d..5996012a7 100644 --- a/examples/pf_ieee802154/pf_server.c +++ b/examples/pf_ieee802154/pf_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pf_ieee802154/pf_server.c + * apps/examples/pf_ieee802154/pf_server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pf_ieee802154/pfieee802154.h b/examples/pf_ieee802154/pfieee802154.h index c0a9b1705..3668d09e0 100644 --- a/examples/pf_ieee802154/pfieee802154.h +++ b/examples/pf_ieee802154/pfieee802154.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pf_ieee802154/pfieee802154.h + * apps/examples/pf_ieee802154/pfieee802154.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pipe/interlock_test.c b/examples/pipe/interlock_test.c index b580e284d..887674870 100644 --- a/examples/pipe/interlock_test.c +++ b/examples/pipe/interlock_test.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pipe/interlock_test.c + * apps/examples/pipe/interlock_test.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pipe/pipe.h b/examples/pipe/pipe.h index dcc0645a0..59e38c573 100644 --- a/examples/pipe/pipe.h +++ b/examples/pipe/pipe.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pipe/pipe.h + * apps/examples/pipe/pipe.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pipe/pipe_main.c b/examples/pipe/pipe_main.c index 976410741..224fe0328 100644 --- a/examples/pipe/pipe_main.c +++ b/examples/pipe/pipe_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pipe/pipe_main.c + * apps/examples/pipe/pipe_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pipe/redirect_test.c b/examples/pipe/redirect_test.c index c25950d92..5e1dbb256 100644 --- a/examples/pipe/redirect_test.c +++ b/examples/pipe/redirect_test.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pipe/redirect_test.c + * apps/examples/pipe/redirect_test.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pipe/transfer_test.c b/examples/pipe/transfer_test.c index ffdcc5e99..c7162ad04 100644 --- a/examples/pipe/transfer_test.c +++ b/examples/pipe/transfer_test.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pipe/transfer_test.c + * apps/examples/pipe/transfer_test.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/host.c b/examples/poll/host.c index 506f45e5d..cd6edad5d 100644 --- a/examples/poll/host.c +++ b/examples/poll/host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/host.c + * apps/examples/poll/host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/net_listener.c b/examples/poll/net_listener.c index a7d261daa..3333f699d 100644 --- a/examples/poll/net_listener.c +++ b/examples/poll/net_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/net_listener.c + * apps/examples/poll/net_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/net_reader.c b/examples/poll/net_reader.c index b85e831e7..34c69dafe 100644 --- a/examples/poll/net_reader.c +++ b/examples/poll/net_reader.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/net_reader.c + * apps/examples/poll/net_reader.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/poll_internal.h b/examples/poll/poll_internal.h index 19662037d..59bfc8c2a 100644 --- a/examples/poll/poll_internal.h +++ b/examples/poll/poll_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/poll_internal.h + * apps/examples/poll/poll_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/poll_listener.c b/examples/poll/poll_listener.c index 3fe45ac2b..6446bf4a0 100644 --- a/examples/poll/poll_listener.c +++ b/examples/poll/poll_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/poll_listener.c + * apps/examples/poll/poll_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/poll_main.c b/examples/poll/poll_main.c index 94314e544..5e801b856 100644 --- a/examples/poll/poll_main.c +++ b/examples/poll/poll_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/poll_main.c + * apps/examples/poll/poll_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/poll/select_listener.c b/examples/poll/select_listener.c index bb6f899c1..932bb4a2c 100644 --- a/examples/poll/select_listener.c +++ b/examples/poll/select_listener.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/poll/select_listener.c + * apps/examples/poll/select_listener.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/popen/popen_main.c b/examples/popen/popen_main.c index 630e22db5..1a6f35117 100644 --- a/examples/popen/popen_main.c +++ b/examples/popen/popen_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/popen/popen_main.c + * apps/examples/popen/popen_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/posix_spawn/filesystem/hello/hello.c b/examples/posix_spawn/filesystem/hello/hello.c index 44cabd40c..5269d0359 100644 --- a/examples/posix_spawn/filesystem/hello/hello.c +++ b/examples/posix_spawn/filesystem/hello/hello.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/posix_spawn/filesystem/hello/hello.c + * apps/examples/posix_spawn/filesystem/hello/hello.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/posix_spawn/filesystem/redirect/redirect.c b/examples/posix_spawn/filesystem/redirect/redirect.c index 2f5faf615..fd34d18f6 100644 --- a/examples/posix_spawn/filesystem/redirect/redirect.c +++ b/examples/posix_spawn/filesystem/redirect/redirect.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/posix_spawn/filesystem/redirect/redirect.c + * apps/examples/posix_spawn/filesystem/redirect/redirect.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/powerled/powerled_main.c b/examples/powerled/powerled_main.c index bb166afe7..f559355b4 100644 --- a/examples/powerled/powerled_main.c +++ b/examples/powerled/powerled_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/adc/powerled_main.c + * apps/examples/adc/powerled_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/powermonitor/powermonitor_main.c b/examples/powermonitor/powermonitor_main.c index eb910310e..022c3f919 100644 --- a/examples/powermonitor/powermonitor_main.c +++ b/examples/powermonitor/powermonitor_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/powermonitor/powermonitor_main.c + * apps/examples/powermonitor/powermonitor_main.c * * Copyright (C) 2017 Giorgi Groß. All rights reserved. * Author: Giorgio Groß diff --git a/examples/pppd/pppd_main.c b/examples/pppd/pppd_main.c index b91b9fd75..ce80ae90b 100644 --- a/examples/pppd/pppd_main.c +++ b/examples/pppd/pppd_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pppd/pppd_main.c + * apps/examples/pppd/pppd_main.c * * Copyright (C) 2015 Brennan Ashton. All rights reserved. * Author: Brennan Ashton diff --git a/examples/pty_test/pty_test.c b/examples/pty_test/pty_test.c index 454c119a6..f3016458c 100644 --- a/examples/pty_test/pty_test.c +++ b/examples/pty_test/pty_test.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pty_test/pty_test.c + * apps/examples/pty_test/pty_test.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwfb/pwfb_events.c b/examples/pwfb/pwfb_events.c index d12e045f3..0dcdfbafd 100644 --- a/examples/pwfb/pwfb_events.c +++ b/examples/pwfb/pwfb_events.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwfb/pwfb_events.c + * apps/examples/pwfb/pwfb_events.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwfb/pwfb_internal.h b/examples/pwfb/pwfb_internal.h index 26d6a4c9b..43b5a8022 100644 --- a/examples/pwfb/pwfb_internal.h +++ b/examples/pwfb/pwfb_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwfb/pwfb_internal.h + * apps/examples/pwfb/pwfb_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwfb/pwfb_main.c b/examples/pwfb/pwfb_main.c index b6a2dd6dd..0d05e1ac9 100644 --- a/examples/pwfb/pwfb_main.c +++ b/examples/pwfb/pwfb_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwfb/pwfb_main.c + * apps/examples/pwfb/pwfb_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwfb/pwfb_motion.c b/examples/pwfb/pwfb_motion.c index e7073a8aa..b2578ab12 100644 --- a/examples/pwfb/pwfb_motion.c +++ b/examples/pwfb/pwfb_motion.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwfb/pwfb_motion.c + * apps/examples/pwfb/pwfb_motion.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwlines/pwlines_events.c b/examples/pwlines/pwlines_events.c index e46d386e2..2441ae091 100644 --- a/examples/pwlines/pwlines_events.c +++ b/examples/pwlines/pwlines_events.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwlines/pwlines_events.c + * apps/examples/pwlines/pwlines_events.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwlines/pwlines_internal.h b/examples/pwlines/pwlines_internal.h index 058d5f921..023331e09 100644 --- a/examples/pwlines/pwlines_internal.h +++ b/examples/pwlines/pwlines_internal.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwlines/pwlines_internal.h + * apps/examples/pwlines/pwlines_internal.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwlines/pwlines_main.c b/examples/pwlines/pwlines_main.c index 535e020c2..894fd5a3c 100644 --- a/examples/pwlines/pwlines_main.c +++ b/examples/pwlines/pwlines_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwlines/pwlines_main.c + * apps/examples/pwlines/pwlines_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwlines/pwlines_motion.c b/examples/pwlines/pwlines_motion.c index 576953e26..cf33a6363 100644 --- a/examples/pwlines/pwlines_motion.c +++ b/examples/pwlines/pwlines_motion.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwlines/pwlines_motion.c + * apps/examples/pwlines/pwlines_motion.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwlines/pwlines_update.c b/examples/pwlines/pwlines_update.c index e79007f3a..527a963cd 100644 --- a/examples/pwlines/pwlines_update.c +++ b/examples/pwlines/pwlines_update.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/pwlines/pwlines_update.c + * apps/examples/pwlines/pwlines_update.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/pwm/pwm.h b/examples/pwm/pwm.h index 19d61e6a4..93cc1f36a 100644 --- a/examples/pwm/pwm.h +++ b/examples/pwm/pwm.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/pwm/pwm.h + * apps/examples/examples/pwm/pwm.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/qencoder/qe.h b/examples/qencoder/qe.h index fdb96c33e..2c001ba33 100644 --- a/examples/qencoder/qe.h +++ b/examples/qencoder/qe.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/qe/qe.h + * apps/examples/examples/qe/qe.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/random/random_main.c b/examples/random/random_main.c index 2f81c2824..d75cb6fa7 100644 --- a/examples/random/random_main.c +++ b/examples/random/random_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/random/random_main.c + * apps/examples/random/random_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/relays/relays_main.c b/examples/relays/relays_main.c index aa409dac7..12164a887 100644 --- a/examples/relays/relays_main.c +++ b/examples/relays/relays_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/relays/relays_main.c + * apps/examples/relays/relays_main.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Darcy Gong diff --git a/examples/rfid_readuid/rfid_readuid.c b/examples/rfid_readuid/rfid_readuid.c index baa28c722..2f8049ca7 100644 --- a/examples/rfid_readuid/rfid_readuid.c +++ b/examples/rfid_readuid/rfid_readuid.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/rfid_readuid/rfid_readuid.c + * apps/examples/rfid_readuid/rfid_readuid.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/rgbled/rgbled.c b/examples/rgbled/rgbled.c index cfd524e94..c1d5ab5df 100644 --- a/examples/rgbled/rgbled.c +++ b/examples/rgbled/rgbled.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/rgbled/rgbled.c + * apps/examples/rgbled/rgbled.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/sendmail/sendmail_main.c b/examples/sendmail/sendmail_main.c index 220d9b3fc..6c68c64f8 100644 --- a/examples/sendmail/sendmail_main.c +++ b/examples/sendmail/sendmail_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/sendmail/sendmail_maini.c + * apps/examples/sendmail/sendmail_maini.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/serialblaster/serialblaster_main.c b/examples/serialblaster/serialblaster_main.c index d89b5cf77..499e732a8 100644 --- a/examples/serialblaster/serialblaster_main.c +++ b/examples/serialblaster/serialblaster_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/serialblaster/serialblaster_main.c + * apps/examples/serialblaster/serialblaster_main.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt diff --git a/examples/serialrx/serialrx_main.c b/examples/serialrx/serialrx_main.c index 018053fb8..71a3b64dd 100644 --- a/examples/serialrx/serialrx_main.c +++ b/examples/serialrx/serialrx_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/serialrx/serialrx_main.c + * apps/examples/serialrx/serialrx_main.c * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Copyright (C) 2015 Omni Hoverboards Inc. All rights reserved. diff --git a/examples/serloop/serloop_main.c b/examples/serloop/serloop_main.c index 3a5c84156..a1e916e1f 100644 --- a/examples/serloop/serloop_main.c +++ b/examples/serloop/serloop_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/serloop/serloop_main.c + * apps/examples/serloop/serloop_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/slcd/slcd_main.c b/examples/slcd/slcd_main.c index fbae5f904..34b1dd6fb 100644 --- a/examples/slcd/slcd_main.c +++ b/examples/slcd/slcd_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/clcd/slcd_main.c + * apps/examples/clcd/slcd_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/smps/smps_main.c b/examples/smps/smps_main.c index 920957c91..3150077df 100644 --- a/examples/smps/smps_main.c +++ b/examples/smps/smps_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/smps/smps_main.c + * apps/examples/smps/smps_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/stat/stat_main.c b/examples/stat/stat_main.c index 8386357c2..e3b962dd5 100644 --- a/examples/stat/stat_main.c +++ b/examples/stat/stat_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/stat/stat_main.c + * apps/examples/stat/stat_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/sx127x_demo/sx127x_demo.c b/examples/sx127x_demo/sx127x_demo.c index 874d85983..50b4ee7de 100644 --- a/examples/sx127x_demo/sx127x_demo.c +++ b/examples/sx127x_demo/sx127x_demo.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/sx127x_demo/sx127x_demo.c + * apps/examples/sx127x_demo/sx127x_demo.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/system/system_main.c b/examples/system/system_main.c index 550c57a40..7b48e5bc8 100644 --- a/examples/system/system_main.c +++ b/examples/system/system_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/system/system_main.c + * apps/examples/system/system_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster.h b/examples/tcpblaster/tcpblaster.h index d5cc14f6b..c59aed890 100644 --- a/examples/tcpblaster/tcpblaster.h +++ b/examples/tcpblaster/tcpblaster.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster.h + * apps/examples/tcpblaster/tcpblaster.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_client.c b/examples/tcpblaster/tcpblaster_client.c index e071043e6..23d14f1cd 100644 --- a/examples/tcpblaster/tcpblaster_client.c +++ b/examples/tcpblaster/tcpblaster_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_client.c + * apps/examples/tcpblaster/tcpblaster_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_cmdline.c b/examples/tcpblaster/tcpblaster_cmdline.c index 1749b27d9..d47395961 100644 --- a/examples/tcpblaster/tcpblaster_cmdline.c +++ b/examples/tcpblaster/tcpblaster_cmdline.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_cmdline.c + * apps/examples/tcpblaster/tcpblaster_cmdline.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_host.c b/examples/tcpblaster/tcpblaster_host.c index f56dc3fff..78868c2a7 100644 --- a/examples/tcpblaster/tcpblaster_host.c +++ b/examples/tcpblaster/tcpblaster_host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_host.c + * apps/examples/tcpblaster/tcpblaster_host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_netinit.c b/examples/tcpblaster/tcpblaster_netinit.c index f26a17956..03fec0965 100644 --- a/examples/tcpblaster/tcpblaster_netinit.c +++ b/examples/tcpblaster/tcpblaster_netinit.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_netinit.c + * apps/examples/tcpblaster/tcpblaster_netinit.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_server.c b/examples/tcpblaster/tcpblaster_server.c index 8444a0672..ce12f7deb 100644 --- a/examples/tcpblaster/tcpblaster_server.c +++ b/examples/tcpblaster/tcpblaster_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster-server.c + * apps/examples/tcpblaster/tcpblaster-server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_target1.c b/examples/tcpblaster/tcpblaster_target1.c index 2e46f91ef..fcfdae112 100644 --- a/examples/tcpblaster/tcpblaster_target1.c +++ b/examples/tcpblaster/tcpblaster_target1.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_target1.c + * apps/examples/tcpblaster/tcpblaster_target1.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpblaster/tcpblaster_target2.c b/examples/tcpblaster/tcpblaster_target2.c index ec45e9b66..bd32f92a6 100644 --- a/examples/tcpblaster/tcpblaster_target2.c +++ b/examples/tcpblaster/tcpblaster_target2.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpblaster/tcpblaster_target2.c + * apps/examples/tcpblaster/tcpblaster_target2.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/tcpecho/tcpecho_main.c b/examples/tcpecho/tcpecho_main.c index 61a5f2e01..c6a4ae12c 100644 --- a/examples/tcpecho/tcpecho_main.c +++ b/examples/tcpecho/tcpecho_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/tcpecho/tcpecho_main.c + * apps/examples/tcpecho/tcpecho_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/telnetd/telnetd.c b/examples/telnetd/telnetd.c index 3e9f17920..9bbc00683 100644 --- a/examples/telnetd/telnetd.c +++ b/examples/telnetd/telnetd.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/telnetd/telnetd.c + * apps/examples/telnetd/telnetd.c * * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/thttpd/content/hello/hello.c b/examples/thttpd/content/hello/hello.c index 1d782a136..7c6b4b8e0 100644 --- a/examples/thttpd/content/hello/hello.c +++ b/examples/thttpd/content/hello/hello.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/thttpd/content/hello/hello.c + * apps/examples/thttpd/content/hello/hello.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/thttpd/content/tasks/tasks.c b/examples/thttpd/content/tasks/tasks.c index a353a208f..0b082855b 100644 --- a/examples/thttpd/content/tasks/tasks.c +++ b/examples/thttpd/content/tasks/tasks.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/thttpd/tasks/tasks.c + * apps/examples/thttpd/tasks/tasks.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/timer/timer_main.c b/examples/timer/timer_main.c index 6a690a8bb..13bc2b3a6 100644 --- a/examples/timer/timer_main.c +++ b/examples/timer/timer_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/timer/timer_main.c + * apps/examples/timer/timer_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/touchscreen/tc.h b/examples/touchscreen/tc.h index e25fae894..d525eee5f 100644 --- a/examples/touchscreen/tc.h +++ b/examples/touchscreen/tc.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/touchscreen/tc.h + * apps/examples/touchscreen/tc.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udgram/udgram.h b/examples/udgram/udgram.h index f11c60526..396a8977a 100644 --- a/examples/udgram/udgram.h +++ b/examples/udgram/udgram.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udgram/udgram.h + * apps/examples/udgram/udgram.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udgram/udgram_client.c b/examples/udgram/udgram_client.c index 4a7e28fc5..dc7577e15 100644 --- a/examples/udgram/udgram_client.c +++ b/examples/udgram/udgram_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udgram/udgram_client.c + * apps/examples/udgram/udgram_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udgram/udgram_server.c b/examples/udgram/udgram_server.c index 2bc2c425c..37866007e 100644 --- a/examples/udgram/udgram_server.c +++ b/examples/udgram/udgram_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udgram/udgram_server.c + * apps/examples/udgram/udgram_server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp.h b/examples/udp/udp.h index 2949e8d12..d80dff104 100644 --- a/examples/udp/udp.h +++ b/examples/udp/udp.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp.h + * apps/examples/udp/udp.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_client.c b/examples/udp/udp_client.c index f0e251227..220637b1c 100644 --- a/examples/udp/udp_client.c +++ b/examples/udp/udp_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_client.c + * apps/examples/udp/udp_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_cmdline.c b/examples/udp/udp_cmdline.c index f0a3f99b8..64cb71425 100644 --- a/examples/udp/udp_cmdline.c +++ b/examples/udp/udp_cmdline.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_cmdline.c + * apps/examples/udp/udp_cmdline.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_host.c b/examples/udp/udp_host.c index ed2313ae5..f0bf0a99b 100644 --- a/examples/udp/udp_host.c +++ b/examples/udp/udp_host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_host.c + * apps/examples/udp/udp_host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_netinit.c b/examples/udp/udp_netinit.c index f34bb6a3b..e937b0c2e 100644 --- a/examples/udp/udp_netinit.c +++ b/examples/udp/udp_netinit.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_netinit.c + * apps/examples/udp/udp_netinit.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_server.c b/examples/udp/udp_server.c index ff8ff6a0d..abde7ad02 100644 --- a/examples/udp/udp_server.c +++ b/examples/udp/udp_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_server.c + * apps/examples/udp/udp_server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_target1.c b/examples/udp/udp_target1.c index fbd377c25..3db14c05f 100644 --- a/examples/udp/udp_target1.c +++ b/examples/udp/udp_target1.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_target1.c + * apps/examples/udp/udp_target1.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udp/udp_target2.c b/examples/udp/udp_target2.c index bfd465e9f..03104ff92 100644 --- a/examples/udp/udp_target2.c +++ b/examples/udp/udp_target2.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udp/udp_target2.c + * apps/examples/udp/udp_target2.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udpblaster/udpblaster_host.c b/examples/udpblaster/udpblaster_host.c index e7f283c22..a39a506f5 100644 --- a/examples/udpblaster/udpblaster_host.c +++ b/examples/udpblaster/udpblaster_host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udpblaster/udpblaster_host.c + * apps/examples/udpblaster/udpblaster_host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udpblaster/udpblaster_target.c b/examples/udpblaster/udpblaster_target.c index d10ea8975..6611c815a 100644 --- a/examples/udpblaster/udpblaster_target.c +++ b/examples/udpblaster/udpblaster_target.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udpblaster/udpblaster_target.c + * apps/examples/udpblaster/udpblaster_target.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/udpblaster/udpblaster_text.c b/examples/udpblaster/udpblaster_text.c index 586cb6c92..0715f86f9 100644 --- a/examples/udpblaster/udpblaster_text.c +++ b/examples/udpblaster/udpblaster_text.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/udpblaster/udpblaster_text.c + * apps/examples/udpblaster/udpblaster_text.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/uid/uid_main.c b/examples/uid/uid_main.c index 098c2dacb..f5f6e5fa0 100644 --- a/examples/uid/uid_main.c +++ b/examples/uid/uid_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/uid/uid_main.c + * apps/examples/uid/uid_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/usbserial/host.c b/examples/usbserial/host.c index 395de8af2..2b158a388 100644 --- a/examples/usbserial/host.c +++ b/examples/usbserial/host.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usbserial/host.c + * apps/examples/usbserial/host.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/usbserial/usbserial_main.c b/examples/usbserial/usbserial_main.c index ddcc2bb42..17c051a49 100644 --- a/examples/usbserial/usbserial_main.c +++ b/examples/usbserial/usbserial_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usbserial/usbserial_main.c + * apps/examples/usbserial/usbserial_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/userfs/userfs_main.c b/examples/userfs/userfs_main.c index 1907352bc..9909fa143 100644 --- a/examples/userfs/userfs_main.c +++ b/examples/userfs/userfs_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/userfs/userfs_main.c + * apps/examples/userfs/userfs_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/usrsocktest/defines.h b/examples/usrsocktest/defines.h index 271e39bc8..cc405711f 100644 --- a/examples/usrsocktest/defines.h +++ b/examples/usrsocktest/defines.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/defines.h + * apps/examples/usrsocktest/defines.h * Common defines for all usrsock testcases * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_connect.c b/examples/usrsocktest/usrsocktest_basic_connect.c index fd6cc4a84..bd6ceec7b 100644 --- a/examples/usrsocktest/usrsocktest_basic_connect.c +++ b/examples/usrsocktest/usrsocktest_basic_connect.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_connect.c + * apps/examples/¨usrsocktest/usrsocktest_basic_connect.c * Basic connect tests with socket daemon * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_daemon.c b/examples/usrsocktest/usrsocktest_basic_daemon.c index 8e8fde7f5..d3a1854f5 100644 --- a/examples/usrsocktest/usrsocktest_basic_daemon.c +++ b/examples/usrsocktest/usrsocktest_basic_daemon.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_daemon.c + * apps/examples/usrsocktest/usrsocktest_basic_daemon.c * Basic tests with socket daemon * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_getsockname.c b/examples/usrsocktest/usrsocktest_basic_getsockname.c index 522aefa79..7bbc437ef 100644 --- a/examples/usrsocktest/usrsocktest_basic_getsockname.c +++ b/examples/usrsocktest/usrsocktest_basic_getsockname.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_getsockname.c + * apps/examples/usrsocktest/usrsocktest_basic_getsockname.c * Basic getsockname tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_getsockopt.c b/examples/usrsocktest/usrsocktest_basic_getsockopt.c index 3efdc6ab0..31f84a0b1 100644 --- a/examples/usrsocktest/usrsocktest_basic_getsockopt.c +++ b/examples/usrsocktest/usrsocktest_basic_getsockopt.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_getsockopt.c + * apps/examples/usrsocktest/usrsocktest_basic_getsockopt.c * Basic getsockopt tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_send.c b/examples/usrsocktest/usrsocktest_basic_send.c index 0d22509e9..e35d9537d 100644 --- a/examples/usrsocktest/usrsocktest_basic_send.c +++ b/examples/usrsocktest/usrsocktest_basic_send.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_send.c + * apps/examples/usrsocktest/usrsocktest_basic_send.c * Basic sending tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_basic_setsockopt.c b/examples/usrsocktest/usrsocktest_basic_setsockopt.c index 868e6426f..460e3d940 100644 --- a/examples/usrsocktest/usrsocktest_basic_setsockopt.c +++ b/examples/usrsocktest/usrsocktest_basic_setsockopt.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_basic_setsockopt.c + * apps/examples/usrsocktest/usrsocktest_basic_setsockopt.c * Basic setsockopt tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_block_recv.c b/examples/usrsocktest/usrsocktest_block_recv.c index cbe0b86cc..fc9870cba 100644 --- a/examples/usrsocktest/usrsocktest_block_recv.c +++ b/examples/usrsocktest/usrsocktest_block_recv.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_block_recv.c + * apps/examples/usrsocktest/usrsocktest_block_recv.c * Receive from the socket in blocking mode * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_block_send.c b/examples/usrsocktest/usrsocktest_block_send.c index e918e40dd..4ac33df2f 100644 --- a/examples/usrsocktest/usrsocktest_block_send.c +++ b/examples/usrsocktest/usrsocktest_block_send.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_block_send.c + * apps/examples/usrsocktest/usrsocktest_block_send.c * Send through the socket in blocking mode * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_chardev.c b/examples/usrsocktest/usrsocktest_chardev.c index 954760b38..27ff6aa8c 100644 --- a/examples/usrsocktest/usrsocktest_chardev.c +++ b/examples/usrsocktest/usrsocktest_chardev.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_chardev.c + * apps/examples/usrsocktest/usrsocktest_chardev.c * Character device node tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_daemon.c b/examples/usrsocktest/usrsocktest_daemon.c index addfa6d61..18a1ee469 100644 --- a/examples/usrsocktest/usrsocktest_daemon.c +++ b/examples/usrsocktest/usrsocktest_daemon.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_daemon.c + * apps/examples/usrsocktest/usrsocktest_daemon.c * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. * Author: Jussi Kivilinna diff --git a/examples/usrsocktest/usrsocktest_multi_thread.c b/examples/usrsocktest/usrsocktest_multi_thread.c index 39b47eec7..32636168e 100644 --- a/examples/usrsocktest/usrsocktest_multi_thread.c +++ b/examples/usrsocktest/usrsocktest_multi_thread.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_multi_thread.c + * apps/examples/usrsocktest/usrsocktest_multi_thread.c * Multi-threaded access to sockets * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_noblock_connect.c b/examples/usrsocktest/usrsocktest_noblock_connect.c index 83ff87051..a5b53290e 100644 --- a/examples/usrsocktest/usrsocktest_noblock_connect.c +++ b/examples/usrsocktest/usrsocktest_noblock_connect.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_noblock_connect.c + * apps/examples/usrsocktest/usrsocktest_noblock_connect.c * Socket connect tests in non-blocking mode * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_noblock_recv.c b/examples/usrsocktest/usrsocktest_noblock_recv.c index fcaf29c2a..2b0b5b143 100644 --- a/examples/usrsocktest/usrsocktest_noblock_recv.c +++ b/examples/usrsocktest/usrsocktest_noblock_recv.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_noblock_recv.c + * apps/examples/usrsocktest/usrsocktest_noblock_recv.c * Receive from the socket in non-blocking mode * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_noblock_send.c b/examples/usrsocktest/usrsocktest_noblock_send.c index 88c0c6ee6..feec82120 100644 --- a/examples/usrsocktest/usrsocktest_noblock_send.c +++ b/examples/usrsocktest/usrsocktest_noblock_send.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_noblock_send.c + * apps/examples/usrsocktest/usrsocktest_noblock_send.c * Send through the socket in non-blocking mode * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_nodaemon.c b/examples/usrsocktest/usrsocktest_nodaemon.c index 6d13b3d8c..10ac1551e 100644 --- a/examples/usrsocktest/usrsocktest_nodaemon.c +++ b/examples/usrsocktest/usrsocktest_nodaemon.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_nodaemon.c + * apps/examples/usrsocktest/usrsocktest_nodaemon.c * Tests without user socket daemon * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_poll.c b/examples/usrsocktest/usrsocktest_poll.c index bfd6454c6..b440319cb 100644 --- a/examples/usrsocktest/usrsocktest_poll.c +++ b/examples/usrsocktest/usrsocktest_poll.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_poll.c + * apps/examples/usrsocktest/usrsocktest_poll.c * User socket polling tests * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/usrsocktest/usrsocktest_wake_with_signal.c b/examples/usrsocktest/usrsocktest_wake_with_signal.c index 225ea4c7d..009cacdd6 100644 --- a/examples/usrsocktest/usrsocktest_wake_with_signal.c +++ b/examples/usrsocktest/usrsocktest_wake_with_signal.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/usrsocktest/usrsocktest_wake_with_signal.c + * apps/examples/usrsocktest/usrsocktest_wake_with_signal.c * Wake blocked IO with signal or daemon abort * * Copyright (C) 2015, 2017 Haltian Ltd. All rights reserved. diff --git a/examples/ustream/ustream.h b/examples/ustream/ustream.h index 73a830ac2..28f996f64 100644 --- a/examples/ustream/ustream.h +++ b/examples/ustream/ustream.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ustream/ustream.h + * apps/examples/ustream/ustream.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ustream/ustream_client.c b/examples/ustream/ustream_client.c index fc751ca46..fb92c9af1 100644 --- a/examples/ustream/ustream_client.c +++ b/examples/ustream/ustream_client.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ustream/ustream_client.c + * apps/examples/ustream/ustream_client.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/ustream/ustream_server.c b/examples/ustream/ustream_server.c index 243906915..e35c831fe 100644 --- a/examples/ustream/ustream_server.c +++ b/examples/ustream/ustream_server.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/ustream/ustream_server.c + * apps/examples/ustream/ustream_server.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/veml6070/veml6070_main.c b/examples/veml6070/veml6070_main.c index 0bd5ff519..facacce5e 100644 --- a/examples/veml6070/veml6070_main.c +++ b/examples/veml6070/veml6070_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/veml6070/veml6070_main.c + * apps/examples/veml6070/veml6070_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watchdog/watchdog.h b/examples/watchdog/watchdog.h index 206c28c08..4ab44dd5a 100644 --- a/examples/watchdog/watchdog.h +++ b/examples/watchdog/watchdog.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/examples/watchdog/watchdog.h + * apps/examples/examples/watchdog/watchdog.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watchdog/watchdog_main.c b/examples/watchdog/watchdog_main.c index 920c6364c..6a2c08816 100644 --- a/examples/watchdog/watchdog_main.c +++ b/examples/watchdog/watchdog_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/watchdog/watchdog_main.c + * apps/examples/watchdog/watchdog_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watcher/ramdisk.c b/examples/watcher/ramdisk.c index 346bf9c16..717103eaf 100644 --- a/examples/watcher/ramdisk.c +++ b/examples/watcher/ramdisk.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/watcher/ramdisk.c + * apps/examples/watcher/ramdisk.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watcher/ramdisk.h b/examples/watcher/ramdisk.h index bab284157..ae7448ed5 100644 --- a/examples/watcher/ramdisk.h +++ b/examples/watcher/ramdisk.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/watcher/ramdisk.h + * apps/examples/watcher/ramdisk.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watcher/task_mn.h b/examples/watcher/task_mn.h index a2daa0704..4b8c0ca59 100644 --- a/examples/watcher/task_mn.h +++ b/examples/watcher/task_mn.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/watcher/task_mn.h + * apps/examples/watcher/task_mn.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watcher/wdt.h b/examples/watcher/wdt.h index 95bc20e15..7bdef1709 100644 --- a/examples/watcher/wdt.h +++ b/examples/watcher/wdt.h @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/watcher/wdt.h + * apps/examples/watcher/wdt.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/webserver/webserver_main.c b/examples/webserver/webserver_main.c index 022219090..1c1856774 100644 --- a/examples/webserver/webserver_main.c +++ b/examples/webserver/webserver_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/webserver/webserver_main.c + * apps/examples/webserver/webserver_main.c * * Copyright (C) 2007, 2009-2012, 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/examples/wget/wget_main.c b/examples/wget/wget_main.c index 23fcbff55..cb88f0ab4 100644 --- a/examples/wget/wget_main.c +++ b/examples/wget/wget_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/wget/wget_main.c + * apps/examples/wget/wget_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/wgetjson/wgetjson_main.c b/examples/wgetjson/wgetjson_main.c index 8f839ba38..d2eb90a60 100644 --- a/examples/wgetjson/wgetjson_main.c +++ b/examples/wgetjson/wgetjson_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/wgetjson/wgetjson_main.c + * apps/examples/wgetjson/wgetjson_main.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Darcy Gong diff --git a/examples/xbc_test/xbc_test_main.c b/examples/xbc_test/xbc_test_main.c index ddbdb0bb7..c8ce21083 100644 --- a/examples/xbc_test/xbc_test_main.c +++ b/examples/xbc_test/xbc_test_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * examples/xbc_test/xbc_test_main.c + * apps/examples/xbc_test/xbc_test_main.c * * Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt