/ LICENSE.org
LICENSE.org
 1  #+TITLE: LICENSE
 2  
 3  This work is licensed under the Apache License, version 2.0. To view a
 4  copy of this license, visit [[https://www.apache.org/licenses/LICENSE-2.0]],
 5  or see [[./LICENSE.txt][LICENSE.txt]] in this directory.
 6  
 7  * How to apply this license
 8  
 9  ** Source files
10  
11  In each file where this license is applied, place a comment near the top of
12  the file with this text:
13  
14  #+BEGIN_SRC
15  Licensed under the Apache License, Version 2.0 (the "License");
16  you may not use this file except in compliance with the License.
17  See the NOTICE file distributed with this work for additional
18  information regarding copyright ownership.
19  You may obtain a copy of the License at
20  
21      http://www.apache.org/licenses/LICENSE-2.0
22  
23  Unless required by applicable law or agreed to in writing, software
24  distributed under the License is distributed on an "AS IS" BASIS,
25  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26  See the License for the specific language governing permissions and
27  limitations under the License.
28  #+END_SRC
29  
30  This is close to [[https://www.apache.org/legal/src-headers.html#headers][ASF's policy on applying the license on source files]].