Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:12:50 +02:00
parent 5e9c9cf19d
commit 57b74ca3a5
647 changed files with 3051 additions and 3051 deletions

View File

@ -32,7 +32,7 @@
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
// Additionally, you can't remove the original TCExam logo, copyrights statements
// and links to Tecnick.com and TCExam websites.
@ -45,7 +45,7 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
* @copyright Copyright &copy; 2004-2009, Nicola Asuni - Tecnick.com S.r.l. - ITALY - www.tecnick.com - info@tecnick.com
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @license https://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link www.tecnick.com
* @since 2008-12-07
*/

View File

@ -4,7 +4,7 @@
// Begin : 2004-12-31
// Last Update : 2010-03-19
// Version : 1.2.006
// License : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
// License : GNU LGPL (https://www.gnu.org/copyleft/lesser.html)
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Nicola Asuni - Tecnick.com S.r.l.
//
@ -19,7 +19,7 @@
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
// See LICENSE.TXT file for more information.
// ----------------------------------------------------------------------------
@ -43,8 +43,8 @@
* @author Nicola Asuni, Olivier Plathey, Steven Wittens
* @copyright 2004-2008 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
* @package com.tecnick.tcpdf
* @link http://www.tcpdf.org
* @license http://www.gnu.org/copyleft/lesser.html LGPL
* @link https://www.tcpdf.org
* @license https://www.gnu.org/copyleft/lesser.html LGPL
*/
/**

View File

@ -3,8 +3,8 @@ font metrics from the font files and build the required tables using
the utility TTF2UFM.
TTF2UFM is a modified version of Mark Heath's TTF 2 PT1 converter
(http://ttf2pt1.sourceforge.net/) by Steven Wittens <steven@acko.net>
(http://www.acko.net/blog/ufpdf). That version has been further
(https://ttf2pt1.sourceforge.net/) by Steven Wittens <steven@acko.net>
(https://www.acko.net/blog/ufpdf). That version has been further
modified by Ulrich Telle for use with the wxWidgets component
wxPdfDocument.