Re: [sleuthkit-developers] Question about the Module Development Contest
Brought to you by:
carrier
From: Richard C. <rco...@ba...> - 2019-08-13 17:54:31
|
One way that you could handle this would be to add the following to all of your files /* * 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. */ Then your answer to the question about the license of your source code is "Apache License, Version 2.0." On Tue, Aug 13, 2019 at 5:20 AM Chen Yuming <mot...@ou...> wrote: > Dear Sir or Madam, > > > > I’m a student in George Mason University. I want to submit my module for > the 2019 Module Development Contest. > > In *Guidelines*, it mentions that “The module must be released as open > source software by the submission deadline under one of the licenses > approved by the Open Source Initiative.”, and in *How To Submit*, it also > says that I need to answer the question about the * license of source > code*. Here is my question: What exactly do I need to do? Should I write > an authentication or something else? > > I have little experience about this kind of stuff. Please give me some > help. > > > > Yours, > > Yuming > > > _______________________________________________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers > |