Developer/PyFileTemplate

generated on 2017-12-19 09:15:31.761967 from the wiki page for Developer/PyFileTemplate for SUMO 0.32.0
#!/usr/bin/env python    <ONLY FOR SCRIPTS, NOT FOR MODULES>
# -*- coding: utf-8 -*-
"""
@file    <FILENAME>
@author  <AUTHOR'S NAME, ONE SEPARATE LINE FOR EACH AUTHOR>
@date    <FILE CREATION DATE>
@version $Id: $

<A BRIEF DESCRIPTION OF THE FILE'S CONTENTS>

SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) <FILE CREATION YEAR>-2013 DLR (http://www.dlr.de/) and contributors

This file is part of SUMO.
SUMO 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 3 of the License, or
(at your option) any later version.
"""

This page was last modified on 19 July 2016, at 12:38.