소스 검색

- small changes (dates, version)

Marius Stanciu 7 년 전
부모
커밋
f242e3163e
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 1
      FlatCAMApp.py
  2. 1 1
      LICENSE
  3. 1 1
      README.md

+ 3 - 1
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'
 

+ 1 - 1
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:
 

+ 1 - 1
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