From 0223cd9f85c3316cb690ec07fe5e151fb76dba1f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 16 Apr 2022 19:32:05 -0300 Subject: [PATCH] Made more clear the pcb_print attributions --- kibot/out_pcb_print.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kibot/out_pcb_print.py b/kibot/out_pcb_print.py index 9e0e35cc..a7635b3e 100644 --- a/kibot/out_pcb_print.py +++ b/kibot/out_pcb_print.py @@ -1,11 +1,10 @@ # -*- coding: utf-8 -*- # Copyright (c) 2022 Salvador E. Tropea # Copyright (c) 2022 Instituto Nacional de TecnologĂ­a Industrial -# Copyright (c) 2022 Albin Dennevi +# Copyright (c) 2022 Albin Dennevi (create_pdf_from_pages) # License: GPL-3.0 # Project: KiBot (formerly KiPlot) -# Adapted from: https://gitlab.com/dennevi/Board2Pdf/ -# Note: Original code released as Public Domain +# Base idea: https://gitlab.com/dennevi/Board2Pdf/ (Released as Public Domain) import os import subprocess from pcbnew import PLOT_CONTROLLER, FromMM, PLOT_FORMAT_SVG, F_Cu, B_Cu, wxSize, IsCopperLayer