Compare commits

...

2 Commits

3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,9 @@
/* STYLE for SAMPLE_PROJECT
* generic styles | for specific template
/**
* STYLE for SAMPLE_PROJECT
* @author Name <email@example.com>
* @copyright (c) Company Name/ Author, YEAR
* @copyright Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
* @copyright Licensed under the GNU GPLv3 License <http://www.gnu.org/licenses/gpl-3.0.txt>
*
* main font: $FONT
* headings: $FONT

View File

@ -3,6 +3,11 @@
Project - Application Title
TODO: Add a short explanation of the application here.
Author: Name <email@example.com>
Copyright: (c) Company Name/ Author, YEAR
Copyright: Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Copyright: Licensed under the GNU GPLv3 License http://www.gnu.org/licenses/gpl-3.0.txt
"""
import argparse

View File

@ -1,6 +1,11 @@
"""
TODO This is just an example of a module docstring. Explain what this module
does at this place.
Author: Name <email@example.com>
Copyright: (c) Company Name/ Author, YEAR
Copyright: Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Copyright: Licensed under the GNU GPLv3 License http://www.gnu.org/licenses/gpl-3.0.txt
"""
import logging