Skip to content

Commit

Permalink
Add missing __init__ file
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 23, 2019
1 parent c56c20b commit da61b3e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pydbc/cgen/templates/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__copyright__ = """
pySART - Simplified AUTOSAR-Toolkit for Python.
(C) 2010-2017 by Christoph Schueler <cpu12.gems.googlemail.com>
All Rights Reserved
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
s. FLOSS-EXCEPTION.txt
"""
__author__ = 'Christoph Schueler'
__version__ = '0.1.0'

#import pkg_resources
#pkg_resources.declare_namespace(__name__)

0 comments on commit da61b3e

Please sign in to comment.