Compare commits
No commits in common. "f5b8ed93344c3e9dc662215a4bacc60af3844cb0" and "faad49ffcf34345cd41c654df079f5aecf9ce152" have entirely different histories.
f5b8ed9334
...
faad49ffcf
|
@ -1,9 +1,5 @@
|
||||||
/**
|
/* STYLE for SAMPLE_PROJECT
|
||||||
* STYLE for SAMPLE_PROJECT
|
* generic styles | for specific template
|
||||||
* @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
|
* main font: $FONT
|
||||||
* headings: $FONT
|
* headings: $FONT
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
Project - Application Title
|
Project - Application Title
|
||||||
|
|
||||||
TODO: Add a short explanation of the application here.
|
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
|
import argparse
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
"""
|
"""
|
||||||
TODO This is just an example of a module docstring. Explain what this module
|
TODO This is just an example of a module docstring. Explain what this module
|
||||||
does at this place.
|
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
|
import logging
|
||||||
|
|
Loading…
Reference in a new issue