Any new files developed at the ASF should have ASF headers [1] you also note it down;t have a copyright line.1. https://www.apache.org/legal/src-headers.html#headersThat page gives the text of the ASF header but not the form of the header in code.The NuttX coding standard would add to this in .C and C++ files:/***************************************************************************** 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.****************************************************************************/Files that use # for a comment would be in a similar box composed of # characters.Is there any problem with this? I will update the NuttX coding standard to match.
FYI, you can see the coding standard document at
https://cwiki.apache.org/confluence/display/NUTTX/Coding+Standard. It
shows the form of a NuttX file and has some references to the BSD
license that should be updated.
- Re: [incubator-nuttx] 02/02: sched/sched/sched_getcpu.c: Ad... Justin Mclean
- Re: [incubator-nuttx] 02/02: sched/sched/sched_getcpu.... Gregory Nutt
- Re: [incubator-nuttx] 02/02: sched/sched/sched_get... Gregory Nutt
- [DISCUSS] adding templates for files. David Sidrane
- Re: [DISCUSS] adding templates for files. Gregory Nutt
- RE: [DISCUSS] adding templates for fi... David Sidrane
- Re: [DISCUSS] adding templates fo... Gregory Nutt
- Re: [DISCUSS] adding template... Nathan Hartman
- Re: [DISCUSS] adding template... Gregory Nutt
- Re: [DISCUSS] adding template... Gregory Nutt
- Coding Standard Update (Was 02/02: sched/sched/sch... Gregory Nutt
- Re: Coding Standard Update (Was 02/02: sched/s... Brennan Ashton
- Re: Coding Standard Update (Was 02/02: sch... Gregory Nutt