SimpleDesk by https://www.simpledesk.net

jdarwood007 jdarwood007 Forgot a file. 81f7b3b @ 2023-09-22 19:24:40
..
DCO.txt 1.21 KB Build Tools fix (#162) 2022-05-27 18:22:13
README.md 1.51 KB Build Tools fix (#162) 2022-05-27 18:22:13
build_release_package.php 4.49 KB Restore Build Tools (#170) 2023-01-15 14:18:59
check-eof-master.php 1.8 KB Restore Build Tools (#170) 2023-01-15 14:18:59
check-eof.php 2.41 KB Restore Build Tools (#170) 2023-01-15 14:18:59
check-license-master.php 1.81 KB Restore Build Tools (#170) 2023-01-15 14:18:59
check-license.php 5.87 KB Merge branch 'master' into updatesmf21 2023-02-11 17:15:01
check-php-syntax.php 2.58 KB Restore Build Tools (#170) 2023-01-15 14:18:59
check-signed-off.php 5.91 KB Restore Build Tools (#170) 2023-01-15 14:18:59
license.txt 1.46 KB Build Tools fix (#162) 2022-05-27 18:22:13
runTools.sh 957 B Build Tools fix (#162) 2022-05-27 18:22:13
README.md

SimpleDesk

This is a SimpleDesk Build Tools Repository. The software is licensed under BSD 3-clause license.

Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images, are under their own licenses.

##Notes:

This repository contains all tools used by Travis CI and other automated scripts.

Feel free to fork this repository and make your desired changes.

Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.

##How to contribute:

  • fork the repository. If you are not used to Github, please check out fork a repository.
  • branch your repository, to commit the desired changes.
  • sign-off your commits, to acknowledge your submission under the license of the project.
  • It is enough to include in your commit comment "Signed-off by: " followed by your name and email address (for example: Signed-off-by: SleePy <unmonitored-git@sleepycode.com>)
  • an easy way to do so, is to define an alias for the git commit command, which includes -s switch (reference: How to create Git aliases)
  • send a pull request to us.

Please, feel free to play around. That's what we're doing. ;)