You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/25 13:13:56 UTC

[incubator-nuttx] branch master updated (78797dc -> ffcedfd)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 78797dc  binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats
     new 6a43daa  Update licenses to Apache 2.0
     new 558dfa2  nxstyle fix
     new ffcedfd  Remove copyright from headers

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 drivers/rf/dat-31r5-sp.c        | 36 +++++++++---------------------------
 drivers/sensors/adt7320.h       | 36 +++++++++---------------------------
 include/nuttx/rf/attenuator.h   | 36 +++++++++---------------------------
 include/nuttx/rf/dat-31r5-sp.h  | 36 +++++++++---------------------------
 include/nuttx/rf/ioctl.h        | 40 +++++++++++++---------------------------
 include/nuttx/sensors/adt7320.h | 36 +++++++++---------------------------
 6 files changed, 58 insertions(+), 162 deletions(-)


[incubator-nuttx] 03/03: Remove copyright from headers

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit ffcedfd9714ff5207eb75a86485b711951df168f
Author: Augusto Fraga Giachero <au...@gmail.com>
AuthorDate: Wed Nov 25 07:54:30 2020 -0300

    Remove copyright from headers
---
 drivers/rf/dat-31r5-sp.c        | 2 --
 drivers/sensors/adt7320.h       | 2 --
 include/nuttx/rf/attenuator.h   | 2 --
 include/nuttx/rf/dat-31r5-sp.h  | 2 --
 include/nuttx/rf/ioctl.h        | 2 --
 include/nuttx/sensors/adt7320.h | 2 --
 6 files changed, 12 deletions(-)

diff --git a/drivers/rf/dat-31r5-sp.c b/drivers/rf/dat-31r5-sp.c
index 43a2711..ec9d390 100644
--- a/drivers/rf/dat-31r5-sp.c
+++ b/drivers/rf/dat-31r5-sp.c
@@ -3,8 +3,6 @@
  * Character driver for the Mini-Circuits DAT-31R5-SP+ digital step
  * attenuator.
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
diff --git a/drivers/sensors/adt7320.h b/drivers/sensors/adt7320.h
index b824390..2304bba 100644
--- a/drivers/sensors/adt7320.h
+++ b/drivers/sensors/adt7320.h
@@ -1,8 +1,6 @@
 /****************************************************************************
  * drivers/sensors/adt7320.h
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
diff --git a/include/nuttx/rf/attenuator.h b/include/nuttx/rf/attenuator.h
index 9675d57..09f47d9 100644
--- a/include/nuttx/rf/attenuator.h
+++ b/include/nuttx/rf/attenuator.h
@@ -1,8 +1,6 @@
 /****************************************************************************
  * include/nuttx/rf/attenuator.h
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
diff --git a/include/nuttx/rf/dat-31r5-sp.h b/include/nuttx/rf/dat-31r5-sp.h
index f1dad25..19e1fe6 100644
--- a/include/nuttx/rf/dat-31r5-sp.h
+++ b/include/nuttx/rf/dat-31r5-sp.h
@@ -3,8 +3,6 @@
  * Character driver for the Mini-Circuits DAT-31R5-SP+ digital step
  * attenuator.
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
diff --git a/include/nuttx/rf/ioctl.h b/include/nuttx/rf/ioctl.h
index d88d026..11fed0b 100644
--- a/include/nuttx/rf/ioctl.h
+++ b/include/nuttx/rf/ioctl.h
@@ -1,8 +1,6 @@
 /****************************************************************************
  * include/nuttx/rf/ioctl.h
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
diff --git a/include/nuttx/sensors/adt7320.h b/include/nuttx/sensors/adt7320.h
index c65bf07..35a5dc4 100644
--- a/include/nuttx/sensors/adt7320.h
+++ b/include/nuttx/sensors/adt7320.h
@@ -1,8 +1,6 @@
 /****************************************************************************
  * include/nuttx/sensors/adt7320.h
  *
- * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
- *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at


[incubator-nuttx] 01/03: Update licenses to Apache 2.0

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 6a43daa67e7b236ae98ba023be138c5c33e7f8ae
Author: Augusto Fraga Giachero <au...@gmail.com>
AuthorDate: Sun Nov 22 11:54:42 2020 -0300

    Update licenses to Apache 2.0
---
 drivers/rf/dat-31r5-sp.c        | 36 ++++++++++--------------------------
 drivers/sensors/adt7320.h       | 36 ++++++++++--------------------------
 include/nuttx/rf/attenuator.h   | 36 ++++++++++--------------------------
 include/nuttx/rf/dat-31r5-sp.h  | 36 ++++++++++--------------------------
 include/nuttx/rf/ioctl.h        | 36 ++++++++++--------------------------
 include/nuttx/sensors/adt7320.h | 36 ++++++++++--------------------------
 6 files changed, 60 insertions(+), 156 deletions(-)

diff --git a/drivers/rf/dat-31r5-sp.c b/drivers/rf/dat-31r5-sp.c
index 29a0e53..43a2711 100644
--- a/drivers/rf/dat-31r5-sp.c
+++ b/drivers/rf/dat-31r5-sp.c
@@ -3,35 +3,19 @@
  * Character driver for the Mini-Circuits DAT-31R5-SP+ digital step
  * attenuator.
  *
- *   Copyright (C) 2019, Augusto Fraga Giachero. All rights reserved.
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 
diff --git a/drivers/sensors/adt7320.h b/drivers/sensors/adt7320.h
index a5409c5..b824390 100644
--- a/drivers/sensors/adt7320.h
+++ b/drivers/sensors/adt7320.h
@@ -1,35 +1,19 @@
 /****************************************************************************
  * drivers/sensors/adt7320.h
  *
- *   Copyright (C) 2019, Augusto Fraga Giachero. All rights reserved.
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 
diff --git a/include/nuttx/rf/attenuator.h b/include/nuttx/rf/attenuator.h
index 848921d..9675d57 100644
--- a/include/nuttx/rf/attenuator.h
+++ b/include/nuttx/rf/attenuator.h
@@ -1,35 +1,19 @@
 /****************************************************************************
  * include/nuttx/rf/attenuator.h
  *
- *   Copyright (C) 2019, Augusto Fraga Giachero. All rights reserved.
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 
diff --git a/include/nuttx/rf/dat-31r5-sp.h b/include/nuttx/rf/dat-31r5-sp.h
index c3a4b6d..f1dad25 100644
--- a/include/nuttx/rf/dat-31r5-sp.h
+++ b/include/nuttx/rf/dat-31r5-sp.h
@@ -3,35 +3,19 @@
  * Character driver for the Mini-Circuits DAT-31R5-SP+ digital step
  * attenuator.
  *
- *   Copyright (C) 2019, Augusto Fraga Giachero. All rights reserved.
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 
diff --git a/include/nuttx/rf/ioctl.h b/include/nuttx/rf/ioctl.h
index bbbf8e4..ddef7f2 100644
--- a/include/nuttx/rf/ioctl.h
+++ b/include/nuttx/rf/ioctl.h
@@ -1,35 +1,19 @@
 /****************************************************************************
  * include/nuttx/rf/ioctl.h
  *
- *   Copyright (C) 2019, Augusto Fraga Giachero. All rights reserved.
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 
diff --git a/include/nuttx/sensors/adt7320.h b/include/nuttx/sensors/adt7320.h
index 0b662b3..c65bf07 100644
--- a/include/nuttx/sensors/adt7320.h
+++ b/include/nuttx/sensors/adt7320.h
@@ -1,35 +1,19 @@
 /****************************************************************************
  * include/nuttx/sensors/adt7320.h
  *
- *   Copyright (C) 2019 Augusto Fraga Giachero
- *   Author: Augusto Fraga Giachero <af...@augustofg.net>
+ * Copyright 2019-2020 Augusto Fraga Giachero <af...@augustofg.net>
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
  *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- * 3. Neither the name NuttX nor the names of its contributors may be
- *    used to endorse or promote products derived from this software
- *    without specific prior written permission.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  *
  ****************************************************************************/
 


[incubator-nuttx] 02/03: nxstyle fix

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 558dfa28fb49a5eb3116d4c0b5e4f2d9c4d99ba7
Author: Augusto Fraga Giachero <au...@gmail.com>
AuthorDate: Mon Nov 23 08:00:32 2020 -0300

    nxstyle fix
---
 include/nuttx/rf/ioctl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/nuttx/rf/ioctl.h b/include/nuttx/rf/ioctl.h
index ddef7f2..d88d026 100644
--- a/include/nuttx/rf/ioctl.h
+++ b/include/nuttx/rf/ioctl.h
@@ -20,6 +20,10 @@
 #ifndef __INCLUDE_NUTTX_RF_IOCTL_H
 #define __INCLUDE_NUTTX_RF_IOCTL_H
 
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
 #include <nuttx/config.h>
 #include <nuttx/fs/ioctl.h>