From f242e3163e58c1875796930264d743df1407537f Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 20 Jan 2019 05:37:04 +0200 Subject: [PATCH] - small changes (dates, version) --- FlatCAMApp.py | 4 +++- LICENSE | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 8b714c60..a12daf54 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -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' diff --git a/LICENSE b/LICENSE index 73a81ba0..8499c799 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/README.md b/README.md index 89b51ba4..29e031cd 100644 --- a/README.md +++ b/README.md @@ -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