When we do get this figured out. Can we put templates in a folder in the nuttx repo named something like:
template_c_file.txt template_h_file.txt template_Make_file.txt template_ld_file.txt template_script_file.txt -----Original Message----- From: Gregory Nutt [mailto:spudan...@gmail.com] Sent: Sunday, February 02, 2020 5:05 AM To: dev@nuttx.apache.org Subject: Re: [incubator-nuttx] 02/02: sched/sched/sched_getcpu.c: Add file needed by previous commit. 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. >> 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#headers > > That 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.