mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-23 15:33:30 +08:00
Add copyright header to CMakeLists.txt
Also complement SupportMaterial.cpp with legacy Perl counterpart
This commit is contained in:
parent
61dba4e1c9
commit
dd123e5650
@ -1,3 +1,13 @@
|
||||
#/|/ Copyright (c) Prusa Research 2017 - 2023 Tomáš Mészáros @tamasmeszaros, Vojtěch Bubník @bubnikv, Lukáš Matěna @lukasmatena, Filip Sykala @Jony01, Oleksandra Iushchenko @YuSanka, Lukáš Hejl @hejllukas, David Kocík @kocikdav, Enrico Turri @enricoturri1966, Vojtěch Král @vojtechkral
|
||||
#/|/ Copyright (c) 2023 Ben Greiner
|
||||
#/|/ Copyright (c) 2021 D-mo @dimitry-ishenko
|
||||
#/|/ Copyright (c) 2020 Pascal de Bruijn @pmjdebruijn
|
||||
#/|/ Copyright (c) 2019 Sam Segers
|
||||
#/|/ Copyright (c) 2019 Colin Gilgenbach @hexane360
|
||||
#/|/ Copyright (c) 2018 Dan Kortschak
|
||||
#/|/
|
||||
#/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
||||
#/|/
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(PrusaSlicer)
|
||||
|
||||
|
@ -2,6 +2,12 @@
|
||||
///|/ Copyright (c) SuperSlicer 2023 Remi Durand @supermerill
|
||||
///|/ Copyright (c) 2016 Sakari Kapanen @Flannelhead
|
||||
///|/
|
||||
///|/ ported from lib/Slic3r/Print/SupportMaterial.pm:
|
||||
///|/ Copyright (c) Prusa Research 2016 - 2017 Vojtěch Bubník @bubnikv
|
||||
///|/ Copyright (c) 2016 Joseph Lenox @lordofhyphens
|
||||
///|/ Copyright (c) Slic3r 2013 - 2015 Alessandro Ranellucci @alranel
|
||||
///|/ Copyright (c) 2013 Mark Hindess
|
||||
///|/
|
||||
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
||||
///|/
|
||||
#include "../ClipperUtils.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user