You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/05 06:21:36 UTC

[GitHub] [incubator-nuttx] jerry-tang-realsil opened a new pull request #4066: AmebaZ2: Add soc src code

jerry-tang-realsil opened a new pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066


   Add soc src code for rtl8720c
   
   ## Summary
   add soc code
   ## Impact
   no
   ## Testing
   ok
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664187880



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       I’m sorry but I don’t understand what “AFAIK GPL is incompatible with Apache License” means.
   Could you please tell me what is incompatible about my license?
   Sign a SGA may take long time, it would be better to modify current license.
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874833500


   @jerry-tang-realsil do you get the code base from Xiaomi through the email? If so, why do you modify Xiaomi's copyright without notifing us!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
   /******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       I’m sorry but I don’t understand what “AFAIK GPL is incompatible with Apache License” means.
   Could you please tell me what is incompatible about my license?
   Sign a SGA may take long time, it would be better to modify current license.
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil closed pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil closed pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874406368






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874406368


   Hello,
   
   I’m sorry but I don’t understand what AFAIK GPL is incompatible with Apache License means.
   Could you please tell me what is incompatible about my license?
   Sign a SGA may take long time, it would be better to modify current license.
   
   Best Regards!
   
   发件人: Alan Carvalho de Assis ***@***.***
   发送时间: 2021年7月5日 21:06
   收件人: apache/incubator-nuttx ***@***.***>
   抄送: 唐帅帅 ***@***.***>; Author ***@***.***>
   主题: Re: [apache/incubator-nuttx] AmebaZ2: Add soc src code (#4066)
   
   
   @acassis requested changes on this pull request.
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaZ.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663908926>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_efuse.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663909135>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_efuse.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663909643>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_flash.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663909758>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   + ****************************************************************************/
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_flash.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663909937>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_heap.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663910091>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_idle.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663910949>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_lto.S<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911196>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_start.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911303>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_uart.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911437>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_vectors.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911557>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/ameba_wdt.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911648>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_coex.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911786>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_coex.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663911987>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_depend.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663912083>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_driver.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663912609>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_driver.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663912980>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_firmware.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663913158>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_hci_board.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663913668>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_hci_board.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663913962>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_netdev.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663914115>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_netdev.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663914316>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_wlan.c<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663914484>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/amebaz_wlan.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663914654>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/chip.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663914874>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/include/chip.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663915070>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/include/irq.h<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663915167>:
   
   > + * Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   + *
   
   + * This program is free software; you can redistribute it and/or modify it
   
   + * under the terms of version 2 of the GNU General Public License as
   
   + * published by the Free Software Foundation.
   
   + *
   
   + * This program is distributed in the hope that it will be useful, but
   
   + * WITHOUT ANY WARRANTY; without even the implied warranty of
   
   + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   + * Public License for more details.
   
   + *
   
   + * You should have received a copy of the GNU General Public License along
   
   + * with this program; if not, write to the Free Software Foundation, Inc.,
   
   + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   + *
   
   Ditto
   
   ________________________________
   
   In arch/arm/src/rtl8720c/Make.defs<https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663916820>:
   
   > +# Copyright(c) 2016 Realtek Corporation. All rights reserved.
   
   +#
   
   +# This program is free software; you can redistribute it and/or modify it
   
   +# under the terms of version 2 of the GNU General Public License as
   
   +# published by the Free Software Foundation.
   
   +#
   
   +# This program is distributed in the hope that it will be useful, but
   
   +# WITHOUT ANY WARRANTY; without even the implied warranty of
   
   +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
   
   +# Public License for more details.
   
   +#
   
   +# You should have received a copy of the GNU General Public License along
   
   +# with this program; if not, write to the Free Software Foundation, Inc.,
   
   +# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
   
   +#
   
   AFAIK GPL is incompatible with Apache License. You need to ask Realtek Corporation to release it as Apache, BSD, MIT, or other compatible license.
   
   I think other easy way to fix it is Realtek Corporation to sign a SGA with Apache, then we could put a comment that it code is derivative from GPLv2, but Realtek has a SGA with Apache to release it under Apache License.
   
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub<https://github.com/apache/incubator-nuttx/pull/4066#pullrequestreview-699148968>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP2FFPECU4WWU3N2UG5VIRTTWGUZ7ANCNFSM472BWK4Q>.
   
   ------Please consider the environment before printing this e-mail.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-875197482


   Dear Xiang Xiao,
   
   I’m sorry for ignoring notifing.
   But these vendor code needs to upload to Nuttx as Xiaomi’s requirement. And xiaomi told me that the license should be modified, just like other vendors.
   
   The mistake is that I added wrong realtek license. We have internal code and release code in our own sdk.
   The previous wrong license is from our internal code. Our release code’s  license is as the picture.
   So is there any need that Realtek submit a SGA?
   ***@***.***D77312.0D79F160]
   
   发件人: Xiang Xiao ***@***.***
   发送时间: 2021年7月6日 22:56
   收件人: apache/incubator-nuttx ***@***.***>
   抄送: 唐帅帅 ***@***.***>; Mention ***@***.***>
   主题: Re: [apache/incubator-nuttx] AmebaZ2: Add soc src code (#4066)
   
   
   @jerry-tang-realsil<https://github.com/jerry-tang-realsil> do you get the code base from Xiaomi through the email? If so, why do you modify Xiaomi's copyright without notifing us!
   
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub<https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874833500>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP2FFPFXXPR3G4V3K76LCB3TWMKQ7ANCNFSM472BWK4Q>.
   
   ------Please consider the environment before printing this e-mail.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664198252



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Sorry,i'll delete it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874681638


   You cannot submit this code if it derives from a GPL code. Even if you send again removing the GPL header we already know it came from a GPL code. We need approve from Realtek Corporation, otherwise if could be as we are "stealing" code from some GPL project. I hope you understand it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874808303


   It is a mistake. I copyed wrong license from our code. The previous license is not from our release code. So the code that i upload needn't add our license.
   
   发自我的iPhone
   
   在 2021年7月6日,下午9:41,Alan Carvalho de Assis ***@***.***> 写道:
   
   
   
   @justinmclean<https://github.com/justinmclean> and @patacongo<https://github.com/patacongo> how we can fix this case? A Realtek employee is submitting a code from Realtek that was released previously as GPL. I think the safe way should be his manager or some director from Realtek submit a SGA to give Copyright to Apache Foundation. What do you think?
   
   —
   You are receiving this because you modified the open/close state.
   Reply to this email directly, view it on GitHub<https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874769741>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP2FFPCVQJR4U3LTWTXJFRLTWMBVFANCNFSM472BWK4Q>.
   
   ------Please consider the environment before printing this e-mail.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
acassis commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663908926



##########
File path: arch/arm/src/rtl8720c/amebaZ.c
##########
@@ -0,0 +1,62 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaZ.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_flash.h
##########
@@ -0,0 +1,61 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_flash.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_uart.h
##########
@@ -0,0 +1,193 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_uart.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_start.c
##########
@@ -0,0 +1,108 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_start.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_depend.h
##########
@@ -0,0 +1,196 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_depend.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_wlan.h
##########
@@ -0,0 +1,431 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_wlan.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_efuse.h
##########
@@ -0,0 +1,63 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_efuse.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_efuse.c
##########
@@ -0,0 +1,239 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_efuse.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_idle.c
##########
@@ -0,0 +1,81 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_idle.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_lto.S
##########
@@ -0,0 +1,85 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_lto.S
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_heap.c
##########
@@ -0,0 +1,129 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_heap.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_coex.c
##########
@@ -0,0 +1,235 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_coex.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_wdt.c
##########
@@ -0,0 +1,308 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_wdt.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_flash.c
##########
@@ -0,0 +1,350 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_flash.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *
+ ****************************************************************************/

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_driver.h
##########
@@ -0,0 +1,134 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_driver.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_vectors.c
##########
@@ -0,0 +1,96 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_vectors.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_firmware.c
##########
@@ -0,0 +1,1420 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_firmware.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_coex.h
##########
@@ -0,0 +1,90 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_coex.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_driver.c
##########
@@ -0,0 +1,1210 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_driver.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_hci_board.h
##########
@@ -0,0 +1,72 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_hci_board.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_hci_board.c
##########
@@ -0,0 +1,847 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_hci_board.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_wlan.c
##########
@@ -0,0 +1,139 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_wlan.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_netdev.c
##########
@@ -0,0 +1,447 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_netdev.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/include/chip.h
##########
@@ -0,0 +1,35 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/include/chip.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/chip.h
##########
@@ -0,0 +1,63 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/chip.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_netdev.h
##########
@@ -0,0 +1,54 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_netdev.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       AFAIK GPL is incompatible with Apache License. You need to ask Realtek Corporation to release it as Apache, BSD, MIT, or other compatible license.
   
   I think other easy way to fix it is Realtek Corporation to sign a SGA with Apache, then we could put a comment that it code is derivative from GPLv2, but Realtek has a SGA with Apache to release it under Apache License.

##########
File path: arch/arm/src/rtl8720c/include/irq.h
##########
@@ -0,0 +1,133 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/include/irq.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
acassis commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r663908926



##########
File path: arch/arm/src/rtl8720c/amebaZ.c
##########
@@ -0,0 +1,62 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaZ.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_flash.h
##########
@@ -0,0 +1,61 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_flash.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_uart.h
##########
@@ -0,0 +1,193 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_uart.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_start.c
##########
@@ -0,0 +1,108 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_start.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_depend.h
##########
@@ -0,0 +1,196 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_depend.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_wlan.h
##########
@@ -0,0 +1,431 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_wlan.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_efuse.h
##########
@@ -0,0 +1,63 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_efuse.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_efuse.c
##########
@@ -0,0 +1,239 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_efuse.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_idle.c
##########
@@ -0,0 +1,81 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_idle.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_lto.S
##########
@@ -0,0 +1,85 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_lto.S
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_heap.c
##########
@@ -0,0 +1,129 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_heap.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_coex.c
##########
@@ -0,0 +1,235 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_coex.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_wdt.c
##########
@@ -0,0 +1,308 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_wdt.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_flash.c
##########
@@ -0,0 +1,350 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_flash.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *
+ ****************************************************************************/

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_driver.h
##########
@@ -0,0 +1,134 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_driver.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/ameba_vectors.c
##########
@@ -0,0 +1,96 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/ameba_vectors.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_firmware.c
##########
@@ -0,0 +1,1420 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_firmware.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_coex.h
##########
@@ -0,0 +1,90 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_coex.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_driver.c
##########
@@ -0,0 +1,1210 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_driver.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_hci_board.h
##########
@@ -0,0 +1,72 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_hci_board.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_hci_board.c
##########
@@ -0,0 +1,847 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_hci_board.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_wlan.c
##########
@@ -0,0 +1,139 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_wlan.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_netdev.c
##########
@@ -0,0 +1,447 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_netdev.c
+ *
+ * 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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/include/chip.h
##########
@@ -0,0 +1,35 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/include/chip.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/chip.h
##########
@@ -0,0 +1,63 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/chip.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/amebaz_netdev.h
##########
@@ -0,0 +1,54 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/amebaz_netdev.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       AFAIK GPL is incompatible with Apache License. You need to ask Realtek Corporation to release it as Apache, BSD, MIT, or other compatible license.
   
   I think other easy way to fix it is Realtek Corporation to sign a SGA with Apache, then we could put a comment that it code is derivative from GPLv2, but Realtek has a SGA with Apache to release it under Apache License.

##########
File path: arch/arm/src/rtl8720c/include/irq.h
##########
@@ -0,0 +1,133 @@
+/****************************************************************************
+ * arch/arm/src/rtl8720c/include/irq.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.
+ *
+ * Copyright(c) 2016 Realtek Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of version 2 of the GNU General Public License as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ * Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+ *

Review comment:
       Ditto




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874418390


   License is not OK, modify and PR new


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil closed pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil closed pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664187880



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       I’m sorry but I don’t understand what “AFAIK GPL is incompatible with Apache License” means.
   Could you please tell me what is incompatible about my license?
   Sign a SGA may take long time, it would be better to modify current license.
   

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
    ******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
   /******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
   /******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       I’m sorry but I don’t understand what “AFAIK GPL is incompatible with Apache License” means.
   Could you please tell me what is incompatible about my license?
   Sign a SGA may take long time, it would be better to modify current license.
   

##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Sorry,i'll delete it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#issuecomment-874769741


   @justinmclean and @patacongo how we can fix this case? A Realtek employee is submitting a code from Realtek that was released previously as GPL. I think the safe way should be his manager or some director from Realtek submit a SGA to give Copyright to Apache Foundation. What do you think?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
    ******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] jerry-tang-realsil commented on a change in pull request #4066: AmebaZ2: Add soc src code

Posted by GitBox <gi...@apache.org>.
jerry-tang-realsil commented on a change in pull request #4066:
URL: https://github.com/apache/incubator-nuttx/pull/4066#discussion_r664196627



##########
File path: arch/arm/src/rtl8720c/Make.defs
##########
@@ -0,0 +1,91 @@
+############################################################################
+# arch/arm/src/rtl8720c/Make.defs
+#
+# 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.
+#
+# Copyright(c) 2016 Realtek Corporation. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of version 2 of the GNU General Public License as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
+#

Review comment:
       Is this ok?
   
   /******************************************************************************
    *
    * Copyright(c) 2007 - 2017 Realtek Corporation. All rights reserved.
    *
    * SPDX-License-Identifier: Apache-2.0
    *
    * 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
    *
    * 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.
    *
    ******************************************************************************/




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org