- small changes (dates, version)

This commit is contained in:
Marius Stanciu 2019-01-20 05:37:04 +02:00 committed by Marius S
parent 7f57e8f8b2
commit f242e3163e
3 changed files with 5 additions and 3 deletions

View File

@ -4844,7 +4844,9 @@ class App(QtCore.QObject):
time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
header = 'M48\n'
header += ';EXCELLON GENERATED BY FLATCAM - www.flatcam.org 2018\n'
header += ';EXCELLON GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s\n' % \
(str(self.app.version), str(self.app.version_date))
header += ';Filename: %s' % str(obj_name) + '\n'
header += ';Created on : %s' % time_str + '\n'

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014-2018 Juan Pablo Caram
Copyright (c) 2014-2019 Juan Pablo Caram
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,7 +1,7 @@
FlatCAM: 2D Computer-Aided PCB Manufacturing
=================================================
(c) 2014-2018 Juan Pablo Caram
(c) 2014-2019 Juan Pablo Caram
FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router.
Among other things, it can take a Gerber file generated by your favorite PCB