Legal
Copyright
Copyright statements should be made where appropriate. The copyright holder for Intersect software must be "Intersect MBO". The copyright year should be the year of the file's creation and does not need to be updated.
Licenses
Software must be licensed using the Apache 2.0 license. Text-based work such as documentation should be licensed under a Creative Commons license.
Applying the Apache 2.0 license to work
To apply the Apache 2.0 license to your work, two separate files need to be created in the root of the repository:
(1) a βNOTICEβ file containing the following boilerplate notice:
Copyright <creation date> Intersect MBO
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.txt
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.
(2) a βLICENSEβ file containing the full license text which can be obtained from here.
Last updated