freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master af9662e: Ouch. BDF copyright year.


From: Alexei Podtelezhnikov
Subject: [freetype2] master af9662e: Ouch. BDF copyright year.
Date: Wed, 15 Aug 2018 22:59:09 -0400 (EDT)

branch: master
commit af9662e60b75b93d6dbc3c7a982e2017c9d0eee1
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Ouch. BDF copyright year.
---
 src/bdf/bdf.h      | 2 +-
 src/bdf/bdfdrivr.c | 3 +--
 src/bdf/bdflib.c   | 3 ++-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bdf/bdf.h b/src/bdf/bdf.h
index 4018756..665649a 100644
--- a/src/bdf/bdf.h
+++ b/src/bdf/bdf.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000 Computing Research Labs, New Mexico State University
- * Copyright 2001-2004, 2011 Francesco Zappa Nardelli
+ * Copyright 2001-2018 Francesco Zappa Nardelli
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/src/bdf/bdfdrivr.c b/src/bdf/bdfdrivr.c
index fee6110..3abd158 100644
--- a/src/bdf/bdfdrivr.c
+++ b/src/bdf/bdfdrivr.c
@@ -2,8 +2,7 @@
 
     FreeType font driver for bdf files
 
-    Copyright (C) 2001-2008, 2011, 2013, 2014 by
-    Francesco Zappa Nardelli
+    Copyright (C) 2001-2018 Francesco Zappa Nardelli
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c
index 95ab171..1fbb989 100644
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000 Computing Research Labs, New Mexico State University
- * Copyright 2001-2014
+ * Copyright 2001-2018
  *   Francesco Zappa Nardelli
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -207,6 +207,7 @@
 #define ERRMSG2  "[line %ld] Font header corrupted or missing fields.\n"
 #define ERRMSG3  "[line %ld] Font glyphs corrupted or missing fields.\n"
 #define ERRMSG4  "[line %ld] BBX too big.\n"
+#define ERRMSG5  "[line %ld] `%s' value too big.\n"
 #define ERRMSG6  "[line %ld] Input line too long.\n"
 #define ERRMSG7  "[line %ld] Font name too long.\n"
 #define ERRMSG8  "[line %ld] Invalid `%s' value.\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]