This repository contains a template that can be used to seed a repository for a new DITUS open source project. This template must not be used for internal proprietary projects.
Before releasing any project as open source, read our internal policy on releasing a new DITUS open source project.
This template uses the MIT license; the default license used at DITUS for Open Source Software.
- Clone it from GitHub.
- There is no reason to fork it.
- Create a new local repository and copy the files from this repo into it.
- Modify README.md to represent your project and not the template project.
- Develop your new project.
Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.)
Use the following MIT header.
// Copyright (c) DITUS INC. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for
// details.