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

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

commit 3e0a84182e4df34969b6b8228113dfaa239a9b03
Author: Virus.V <vir...@live.com>
AuthorDate: Thu Dec 24 10:22:20 2020 +0800

    check bl602 license
---
 arch/risc-v/include/bl602/chip.h                 |  3 --
 arch/risc-v/include/bl602/irq.h                  |  3 --
 arch/risc-v/src/bl602/bl602_allocateheap.c       |  3 --
 arch/risc-v/src/bl602/bl602_boot2.h              |  3 --
 arch/risc-v/src/bl602/bl602_config.h             |  3 --
 arch/risc-v/src/bl602/bl602_entry.S              |  3 --
 arch/risc-v/src/bl602/bl602_glb.c                |  3 --
 arch/risc-v/src/bl602/bl602_gpio.c               |  3 --
 arch/risc-v/src/bl602/bl602_hbn.c                |  3 --
 arch/risc-v/src/bl602/bl602_head.S               |  3 --
 arch/risc-v/src/bl602/bl602_idle.c               |  3 --
 arch/risc-v/src/bl602/bl602_irq.c                |  3 --
 arch/risc-v/src/bl602/bl602_irq_dispatch.c       |  3 --
 arch/risc-v/src/bl602/bl602_lowputc.c            |  5 +--
 arch/risc-v/src/bl602/bl602_lowputc.h            | 29 ++++++++-------
 arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c  | 41 +++++++--------------
 arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h  | 47 ++++++++----------------
 arch/risc-v/src/bl602/bl602_serial.c             |  3 --
 arch/risc-v/src/bl602/bl602_start.c              |  5 +--
 arch/risc-v/src/bl602/bl602_tim.c                |  5 +--
 arch/risc-v/src/bl602/bl602_tim_lowerhalf.c      |  3 --
 arch/risc-v/src/bl602/bl602_tim_lowerhalf.h      | 29 ++++++++-------
 arch/risc-v/src/bl602/bl602_timerisr.c           |  3 --
 arch/risc-v/src/bl602/bl602_vectors.S            |  3 --
 arch/risc-v/src/bl602/chip.h                     |  3 --
 arch/risc-v/src/bl602/hardware/bl602_clint.h     |  3 --
 arch/risc-v/src/bl602/hardware/bl602_common.h    |  3 --
 arch/risc-v/src/bl602/hardware/bl602_glb.h       |  3 --
 arch/risc-v/src/bl602/hardware/bl602_gpio.h      |  3 --
 arch/risc-v/src/bl602/hardware/bl602_hbn.h       |  3 --
 arch/risc-v/src/bl602/hardware/bl602_timer.h     |  3 --
 arch/risc-v/src/bl602/hardware/bl602_uart.h      |  3 --
 arch/risc-v/src/bl602/hardware/clic.h            |  3 --
 boards/risc-v/bl602/bl602evb/include/board.h     |  3 --
 boards/risc-v/bl602/bl602evb/src/bl602_appinit.c |  3 --
 boards/risc-v/bl602/bl602evb/src/bl602_boot.c    |  3 --
 boards/risc-v/bl602/bl602evb/src/bl602_bringup.c |  3 --
 boards/risc-v/bl602/bl602evb/src/bl602evb.h      |  3 --
 38 files changed, 62 insertions(+), 192 deletions(-)

diff --git a/arch/risc-v/include/bl602/chip.h b/arch/risc-v/include/bl602/chip.h
index a0e7b26..afc95b0 100644
--- a/arch/risc-v/include/bl602/chip.h
+++ b/arch/risc-v/include/bl602/chip.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/include/bl602/chip.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/include/bl602/irq.h b/arch/risc-v/include/bl602/irq.h
index dd30c8f..aef5664 100644
--- a/arch/risc-v/include/bl602/irq.h
+++ b/arch/risc-v/include/bl602/irq.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/include/bl602/irq.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_allocateheap.c 
b/arch/risc-v/src/bl602/bl602_allocateheap.c
index be7d2f9..065c30c 100644
--- a/arch/risc-v/src/bl602/bl602_allocateheap.c
+++ b/arch/risc-v/src/bl602/bl602_allocateheap.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_allocateheap.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_boot2.h 
b/arch/risc-v/src/bl602/bl602_boot2.h
index cab98fc..f6624ff 100644
--- a/arch/risc-v/src/bl602/bl602_boot2.h
+++ b/arch/risc-v/src/bl602/bl602_boot2.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_boot2.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_config.h 
b/arch/risc-v/src/bl602/bl602_config.h
index a5b9a12..74c199c 100644
--- a/arch/risc-v/src/bl602/bl602_config.h
+++ b/arch/risc-v/src/bl602/bl602_config.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_config.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_entry.S 
b/arch/risc-v/src/bl602/bl602_entry.S
index a7e709f..b4f4737 100644
--- a/arch/risc-v/src/bl602/bl602_entry.S
+++ b/arch/risc-v/src/bl602/bl602_entry.S
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_entry.S
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_glb.c 
b/arch/risc-v/src/bl602/bl602_glb.c
index 8ed11a3b..092f3e3 100644
--- a/arch/risc-v/src/bl602/bl602_glb.c
+++ b/arch/risc-v/src/bl602/bl602_glb.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_glb.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_gpio.c 
b/arch/risc-v/src/bl602/bl602_gpio.c
index dd2cc24..4725cbe 100644
--- a/arch/risc-v/src/bl602/bl602_gpio.c
+++ b/arch/risc-v/src/bl602/bl602_gpio.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_gpio.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_hbn.c 
b/arch/risc-v/src/bl602/bl602_hbn.c
index 884353c..b90e1d8 100644
--- a/arch/risc-v/src/bl602/bl602_hbn.c
+++ b/arch/risc-v/src/bl602/bl602_hbn.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_hbn.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_head.S 
b/arch/risc-v/src/bl602/bl602_head.S
index 3fc0ea6..9696d1b 100644
--- a/arch/risc-v/src/bl602/bl602_head.S
+++ b/arch/risc-v/src/bl602/bl602_head.S
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_head.S
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_idle.c 
b/arch/risc-v/src/bl602/bl602_idle.c
index 64f4f53..f860773 100644
--- a/arch/risc-v/src/bl602/bl602_idle.c
+++ b/arch/risc-v/src/bl602/bl602_idle.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_idle.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_irq.c 
b/arch/risc-v/src/bl602/bl602_irq.c
index 60e9291..9f35b3a 100644
--- a/arch/risc-v/src/bl602/bl602_irq.c
+++ b/arch/risc-v/src/bl602/bl602_irq.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_irq.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_irq_dispatch.c 
b/arch/risc-v/src/bl602/bl602_irq_dispatch.c
index 60f71a6..ba6c0f7 100644
--- a/arch/risc-v/src/bl602/bl602_irq_dispatch.c
+++ b/arch/risc-v/src/bl602/bl602_irq_dispatch.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_irq_dispatch.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_lowputc.c 
b/arch/risc-v/src/bl602/bl602_lowputc.c
index 66c4810..2bddb0a 100644
--- a/arch/risc-v/src/bl602/bl602_lowputc.c
+++ b/arch/risc-v/src/bl602/bl602_lowputc.c
@@ -1,8 +1,5 @@
 /****************************************************************************
- * boards/risc-v/bl602/evb/src/bl602_lowputc.c
- *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
+ * arch/risc-v/src/bl602/bl602_lowputc.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/arch/risc-v/src/bl602/bl602_lowputc.h 
b/arch/risc-v/src/bl602/bl602_lowputc.h
index 22d19ac..ef79460 100644
--- a/arch/risc-v/src/bl602/bl602_lowputc.h
+++ b/arch/risc-v/src/bl602/bl602_lowputc.h
@@ -1,21 +1,22 @@
-/**
- * incubator-nuttx/arch/risc-v/src/bl602/bl602_lowputc.h
- *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
+/****************************************************************************
+ * arch/risc-v/src/bl602/bl602_lowputc.h
  *
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * 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.
- */
+ * 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.
+ *
+ ****************************************************************************/
 
 #ifndef __ARCH_RISCV_SRC_BL602_LOWPUTC_H
 #define __ARCH_RISCV_SRC_BL602_LOWPUTC_H
diff --git a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c 
b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c
index d652a06..d754cc1 100644
--- a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c
+++ b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c
@@ -1,35 +1,20 @@
 /****************************************************************************
- * arch/arm/src/bl602/bl602_oneshot_lowerhalf.c
+ * arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c
  *
- * Copyright (C) 2016 Gregory Nutt. All rights reserved.
- * Authors: Gregory Nutt <gn...@nuttx.org>
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * 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.
- *
- * 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/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h 
b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h
index 73a6205..0f114f3 100644
--- a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h
+++ b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h
@@ -1,35 +1,20 @@
 /****************************************************************************
- * arch/risc-v/src/bl602/bl602_oneshot.h
- *
- * Copyright (C) 2016 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 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.
- *
- * 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.
+ * arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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/arch/risc-v/src/bl602/bl602_serial.c 
b/arch/risc-v/src/bl602/bl602_serial.c
index f5b8e83..03a71c6 100644
--- a/arch/risc-v/src/bl602/bl602_serial.c
+++ b/arch/risc-v/src/bl602/bl602_serial.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_serial.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_start.c 
b/arch/risc-v/src/bl602/bl602_start.c
index 7698bde..cf9f85c 100644
--- a/arch/risc-v/src/bl602/bl602_start.c
+++ b/arch/risc-v/src/bl602/bl602_start.c
@@ -1,8 +1,5 @@
 /****************************************************************************
- * arch/risc-v/src/bl602/bl602_init.c
- *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
+ * arch/risc-v/src/bl602/bl602_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/arch/risc-v/src/bl602/bl602_tim.c 
b/arch/risc-v/src/bl602/bl602_tim.c
index 34ccea4..de8ff97 100644
--- a/arch/risc-v/src/bl602/bl602_tim.c
+++ b/arch/risc-v/src/bl602/bl602_tim.c
@@ -1,8 +1,5 @@
 /****************************************************************************
- * boards/risc-v/bl602/evb/src/bl602_tim.c
- *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
+ * arch/risc-v/src/bl602/bl602_tim.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c 
b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c
index ff01555..2e2bacb 100644
--- a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c
+++ b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_tim_lowerhalf.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h 
b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h
index f330453..5514532 100644
--- a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h
+++ b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h
@@ -1,21 +1,22 @@
-/**
- * incubator-nuttx/arch/risc-v/src/bl602/bl602_lowerhalf.h
- *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
+/****************************************************************************
+ * arch/risc-v/src/bl602/bl602_tim_lowerhalf.h
  *
- * 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
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * 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.
- */
+ * 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.
+ *
+ ****************************************************************************/
 
 #ifndef __ARCH_RISCV_SRC_BL602_TIM_LOWERHALF_H
 #define __ARCH_RISCV_SRC_BL602_TIM_LOWERHALF_H
diff --git a/arch/risc-v/src/bl602/bl602_timerisr.c 
b/arch/risc-v/src/bl602/bl602_timerisr.c
index c015b3d..1f6e22e 100644
--- a/arch/risc-v/src/bl602/bl602_timerisr.c
+++ b/arch/risc-v/src/bl602/bl602_timerisr.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_timerisr.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/bl602_vectors.S 
b/arch/risc-v/src/bl602/bl602_vectors.S
index 523a698..2c09068 100644
--- a/arch/risc-v/src/bl602/bl602_vectors.S
+++ b/arch/risc-v/src/bl602/bl602_vectors.S
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/bl602_vectors.S
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/chip.h b/arch/risc-v/src/bl602/chip.h
index a0e7b26..afc95b0 100644
--- a/arch/risc-v/src/bl602/chip.h
+++ b/arch/risc-v/src/bl602/chip.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/include/bl602/chip.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_clint.h 
b/arch/risc-v/src/bl602/hardware/bl602_clint.h
index c1b4e45..b147a11 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_clint.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_clint.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_clint.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_common.h 
b/arch/risc-v/src/bl602/hardware/bl602_common.h
index 6b48db0..2cd44dc 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_common.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_common.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_common.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_glb.h 
b/arch/risc-v/src/bl602/hardware/bl602_glb.h
index b689001..00ce876 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_glb.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_glb.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_glb.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_gpio.h 
b/arch/risc-v/src/bl602/hardware/bl602_gpio.h
index e7fb150..ead1657 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_gpio.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_gpio.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_gpio.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_hbn.h 
b/arch/risc-v/src/bl602/hardware/bl602_hbn.h
index 96babd8..87333a7 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_hbn.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_hbn.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_hbn.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_timer.h 
b/arch/risc-v/src/bl602/hardware/bl602_timer.h
index 46f211b..8e1484c 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_timer.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_timer.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_timer.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/bl602_uart.h 
b/arch/risc-v/src/bl602/hardware/bl602_uart.h
index 19ceb64..767bd13 100644
--- a/arch/risc-v/src/bl602/hardware/bl602_uart.h
+++ b/arch/risc-v/src/bl602/hardware/bl602_uart.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/bl602_uart.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/arch/risc-v/src/bl602/hardware/clic.h 
b/arch/risc-v/src/bl602/hardware/clic.h
index 24d3f4f..7f682ca 100644
--- a/arch/risc-v/src/bl602/hardware/clic.h
+++ b/arch/risc-v/src/bl602/hardware/clic.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * arch/risc-v/src/bl602/hardware/clic.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/boards/risc-v/bl602/bl602evb/include/board.h 
b/boards/risc-v/bl602/bl602evb/include/board.h
index 0da525b..be3f808 100644
--- a/boards/risc-v/bl602/bl602evb/include/board.h
+++ b/boards/risc-v/bl602/bl602evb/include/board.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * boards/risc-v/bl602/bl602evb/include/board.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/boards/risc-v/bl602/bl602evb/src/bl602_appinit.c 
b/boards/risc-v/bl602/bl602evb/src/bl602_appinit.c
index 094be4b..2c22feb 100644
--- a/boards/risc-v/bl602/bl602evb/src/bl602_appinit.c
+++ b/boards/risc-v/bl602/bl602evb/src/bl602_appinit.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * boards/risc-v/bl602/evb/src/bl602_appinit.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/boards/risc-v/bl602/bl602evb/src/bl602_boot.c 
b/boards/risc-v/bl602/bl602evb/src/bl602_boot.c
index 846d4e3..d28ba44 100644
--- a/boards/risc-v/bl602/bl602evb/src/bl602_boot.c
+++ b/boards/risc-v/bl602/bl602evb/src/bl602_boot.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * boards/risc-v/bl602/evb/src/bl602_boot.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/boards/risc-v/bl602/bl602evb/src/bl602_bringup.c 
b/boards/risc-v/bl602/bl602evb/src/bl602_bringup.c
index 5a65e40..fdc7235 100644
--- a/boards/risc-v/bl602/bl602evb/src/bl602_bringup.c
+++ b/boards/risc-v/bl602/bl602evb/src/bl602_bringup.c
@@ -1,9 +1,6 @@
 /****************************************************************************
  * boards/risc-v/bl602/evb/src/bl602_bringup.c
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The
diff --git a/boards/risc-v/bl602/bl602evb/src/bl602evb.h 
b/boards/risc-v/bl602/bl602evb/src/bl602evb.h
index caefa09..d58c1a7 100644
--- a/boards/risc-v/bl602/bl602evb/src/bl602evb.h
+++ b/boards/risc-v/bl602/bl602evb/src/bl602evb.h
@@ -1,9 +1,6 @@
 /****************************************************************************
  * boards/risc-v/bl602/bl602evb/src/bl602evb.h
  *
- * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <gn...@nuttx.org>
- *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.  The

Reply via email to