summaryrefslogtreecommitdiff
path: root/src/type42
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-02-23 10:07:09 +0100
committerWerner Lemberg <wl@gnu.org>2019-02-23 10:07:09 +0100
commit7585997024b354499dfb1a0d7b2423544467c3a5 (patch)
tree4a88f79113f678b6e1c3f61453b2631fbbca2240 /src/type42
parentfd8fc64efb9b355a73192dc4d01d5daa8ecd31cd (diff)
downloadfreetype2-7585997024b354499dfb1a0d7b2423544467c3a5.tar.gz
Update all copyright notices.
Diffstat (limited to 'src/type42')
-rw-r--r--src/type42/Jamfile2
-rw-r--r--src/type42/module.mk2
-rw-r--r--src/type42/rules.mk2
-rw-r--r--src/type42/t42drivr.c2
-rw-r--r--src/type42/t42drivr.h2
-rw-r--r--src/type42/t42error.h2
-rw-r--r--src/type42/t42objs.c2
-rw-r--r--src/type42/t42objs.h2
-rw-r--r--src/type42/t42parse.c2
-rw-r--r--src/type42/t42parse.h2
-rw-r--r--src/type42/t42types.h2
-rw-r--r--src/type42/type42.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/type42/Jamfile b/src/type42/Jamfile
index 453a710ea..6123b3559 100644
--- a/src/type42/Jamfile
+++ b/src/type42/Jamfile
@@ -1,6 +1,6 @@
# FreeType 2 src/type42 Jamfile
#
-# Copyright 2002-2019 by
+# Copyright (C) 2002-2019 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/type42/module.mk b/src/type42/module.mk
index 743c1da18..9e9d15455 100644
--- a/src/type42/module.mk
+++ b/src/type42/module.mk
@@ -3,7 +3,7 @@
#
-# Copyright 2002-2019 by
+# Copyright (C) 2002-2019 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/type42/rules.mk b/src/type42/rules.mk
index 1f63aee18..9d71f5300 100644
--- a/src/type42/rules.mk
+++ b/src/type42/rules.mk
@@ -3,7 +3,7 @@
#
-# Copyright 2002-2019 by
+# Copyright (C) 2002-2019 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
diff --git a/src/type42/t42drivr.c b/src/type42/t42drivr.c
index d024d68c7..6d4e7a095 100644
--- a/src/type42/t42drivr.c
+++ b/src/type42/t42drivr.c
@@ -4,7 +4,7 @@
*
* High-level Type 42 driver interface (body).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42drivr.h b/src/type42/t42drivr.h
index f07d0d668..a35ca28f8 100644
--- a/src/type42/t42drivr.h
+++ b/src/type42/t42drivr.h
@@ -4,7 +4,7 @@
*
* High-level Type 42 driver interface (specification).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42error.h b/src/type42/t42error.h
index 6ce24caae..5fb214394 100644
--- a/src/type42/t42error.h
+++ b/src/type42/t42error.h
@@ -4,7 +4,7 @@
*
* Type 42 error codes (specification only).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42objs.c b/src/type42/t42objs.c
index 5aee713c7..234c0a3e9 100644
--- a/src/type42/t42objs.c
+++ b/src/type42/t42objs.c
@@ -4,7 +4,7 @@
*
* Type 42 objects manager (body).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42objs.h b/src/type42/t42objs.h
index f07595aa2..98300cf34 100644
--- a/src/type42/t42objs.h
+++ b/src/type42/t42objs.h
@@ -4,7 +4,7 @@
*
* Type 42 objects manager (specification).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42parse.c b/src/type42/t42parse.c
index 43aa6cdf7..b653a133a 100644
--- a/src/type42/t42parse.c
+++ b/src/type42/t42parse.c
@@ -4,7 +4,7 @@
*
* Type 42 font parser (body).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42parse.h b/src/type42/t42parse.h
index d9d5d0a9a..0c7bb4849 100644
--- a/src/type42/t42parse.h
+++ b/src/type42/t42parse.h
@@ -4,7 +4,7 @@
*
* Type 42 font parser (specification).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/t42types.h b/src/type42/t42types.h
index 0edcb964d..a258144ec 100644
--- a/src/type42/t42types.h
+++ b/src/type42/t42types.h
@@ -4,7 +4,7 @@
*
* Type 42 font data types (specification only).
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* Roberto Alameda.
*
* This file is part of the FreeType project, and may only be used,
diff --git a/src/type42/type42.c b/src/type42/type42.c
index 0e80be0db..0cb7b77ee 100644
--- a/src/type42/type42.c
+++ b/src/type42/type42.c
@@ -4,7 +4,7 @@
*
* FreeType Type 42 driver component.
*
- * Copyright 2002-2019 by
+ * Copyright (C) 2002-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,