xiaoxiang781216 commented on a change in pull request #3696: URL: https://github.com/apache/incubator-nuttx/pull/3696#discussion_r630848065
########## File path: boards/arm/rtl8720c/rtl8720c/src/Makefile ########## @@ -0,0 +1,47 @@ +############################################################################ +# boards/arm/rtl8720c/rtl8720c/src/Makefile +# +# Copyright (C) 2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt <[email protected]> Review comment: Please change all copyright to apache ########## File path: boards/arm/rtl8720c/rtl8720c/src/etc/init.d/rcS ########## @@ -0,0 +1,81 @@ +/**************************************************************************** + * boards/arm/ameba/amebaZ/src/etc/init.d/rcS + * + * Copyright (C) 2019 Xiaomi Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. Neither the name NuttX nor the names of its contributors may be + * used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS Review comment: Please change all copyright to apache ########## File path: boards/arm/rtl8720c/rtl8720c/src/amebaz_bringup.c ########## @@ -0,0 +1,70 @@ +/**************************************************************************** + * boards/arm/ameba/amebaZ/src/amebaz_bringup.c + * + * Copyright (C) 2019 Xiaomi Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * 3. Neither the name NuttX nor the names of its contributors may be + * used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS Review comment: Please change all copyright to apache -- 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. For queries about this service, please contact Infrastructure at: [email protected]
