aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-18 00:06:55 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-18 00:06:55 +0200
commit2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e (patch)
tree68aa07370d093adf8d57dffdb9d526843b501618
parentchange gpp symbols to ascii (diff)
downloadlibgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.gz
libgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.bz2
libgamma-2b07fe85ff8b5c3e84ffdc8c8a14a316ef4f470e.tar.xz
use less unicode
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING4
-rwxr-xr-xinfo/behead4
-rwxr-xr-xinfo/texise4
-rwxr-xr-xsrc/extract/libgamma-error-extract4
-rwxr-xr-xsrc/extract/libgamma-method-extract4
-rw-r--r--src/lib/edid.c4
-rw-r--r--src/lib/edid.h4
-rw-r--r--src/lib/fake-quartz-cg.c4
-rw-r--r--src/lib/fake-quartz-cg.h4
-rw-r--r--src/lib/fake-w32-gdi.c4
-rw-r--r--src/lib/fake-w32-gdi.h4
-rw-r--r--src/lib/gamma-dummy.c4
-rw-r--r--src/lib/gamma-dummy.h4
-rw-r--r--src/lib/gamma-helper.c4
-rw-r--r--src/lib/gamma-helper.h4
-rw-r--r--src/lib/gamma-linux-drm.c4
-rw-r--r--src/lib/gamma-linux-drm.h4
-rw-r--r--src/lib/gamma-quartz-cg.c4
-rw-r--r--src/lib/gamma-quartz-cg.h4
-rw-r--r--src/lib/gamma-w32-gdi.c4
-rw-r--r--src/lib/gamma-w32-gdi.h4
-rw-r--r--src/lib/gamma-x-randr.c4
-rw-r--r--src/lib/gamma-x-randr.h4
-rw-r--r--src/lib/gamma-x-vidmode.c4
-rw-r--r--src/lib/gamma-x-vidmode.h4
-rw-r--r--src/lib/libgamma-error.c.gpp4
-rw-r--r--src/lib/libgamma-error.h4
-rw-r--r--src/lib/libgamma-facade.c.gpp4
-rw-r--r--src/lib/libgamma-facade.h4
-rw-r--r--src/lib/libgamma-method.c4
-rw-r--r--src/lib/libgamma-method.h6
-rw-r--r--src/lib/libgamma.h4
-rw-r--r--src/test/errors.c4
-rw-r--r--src/test/errors.h4
-rw-r--r--src/test/methods.c4
-rw-r--r--src/test/methods.h4
-rw-r--r--src/test/test.c4
-rw-r--r--src/test/update-warnings.h4
38 files changed, 77 insertions, 77 deletions
diff --git a/COPYING b/COPYING
index 1a52d02..95957f4 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-libgamma — Display server abstraction layer for gamma ramp adjustments
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+libgamma -- Display server abstraction layer for gamma ramp adjustments
+Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
This library is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/info/behead b/info/behead
index 3da8de3..647a236 100755
--- a/info/behead
+++ b/info/behead
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-# libgamma — Display server abstraction layer for gamma ramp adjustments
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# libgamma -- Display server abstraction layer for gamma ramp adjustments
+# Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/info/texise b/info/texise
index c778777..2a52038 100755
--- a/info/texise
+++ b/info/texise
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
# -*- python -*-
-# libgamma — Display server abstraction layer for gamma ramp adjustments
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# libgamma -- Display server abstraction layer for gamma ramp adjustments
+# Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/extract/libgamma-error-extract b/src/extract/libgamma-error-extract
index 09169f8..c6c689f 100755
--- a/src/extract/libgamma-error-extract
+++ b/src/extract/libgamma-error-extract
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
# -*- python -*-
-# libgamma — Display server abstraction layer for gamma ramp adjustments
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# libgamma -- Display server abstraction layer for gamma ramp adjustments
+# Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/extract/libgamma-method-extract b/src/extract/libgamma-method-extract
index fd4266c..aa7da51 100755
--- a/src/extract/libgamma-method-extract
+++ b/src/extract/libgamma-method-extract
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
# -*- python -*-
-# libgamma — Display server abstraction layer for gamma ramp adjustments
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# libgamma -- Display server abstraction layer for gamma ramp adjustments
+# Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/lib/edid.c b/src/lib/edid.c
index e5452a5..d8f52b6 100644
--- a/src/lib/edid.c
+++ b/src/lib/edid.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/edid.h b/src/lib/edid.h
index 68df0e9..c58125f 100644
--- a/src/lib/edid.h
+++ b/src/lib/edid.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/fake-quartz-cg.c b/src/lib/fake-quartz-cg.c
index 3ce7449..a3e405f 100644
--- a/src/lib/fake-quartz-cg.c
+++ b/src/lib/fake-quartz-cg.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/fake-quartz-cg.h b/src/lib/fake-quartz-cg.h
index 8f995ea..177bcd9 100644
--- a/src/lib/fake-quartz-cg.h
+++ b/src/lib/fake-quartz-cg.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/fake-w32-gdi.c b/src/lib/fake-w32-gdi.c
index c4d7c11..fe4732e 100644
--- a/src/lib/fake-w32-gdi.c
+++ b/src/lib/fake-w32-gdi.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/fake-w32-gdi.h b/src/lib/fake-w32-gdi.h
index 1995847..a5ce365 100644
--- a/src/lib/fake-w32-gdi.h
+++ b/src/lib/fake-w32-gdi.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-dummy.c b/src/lib/gamma-dummy.c
index e508b4a..664bcf1 100644
--- a/src/lib/gamma-dummy.c
+++ b/src/lib/gamma-dummy.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-dummy.h b/src/lib/gamma-dummy.h
index 342d119..3367ebd 100644
--- a/src/lib/gamma-dummy.h
+++ b/src/lib/gamma-dummy.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-helper.c b/src/lib/gamma-helper.c
index 470374a..b674ac9 100644
--- a/src/lib/gamma-helper.c
+++ b/src/lib/gamma-helper.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-helper.h b/src/lib/gamma-helper.h
index e0711ff..8b6a0c2 100644
--- a/src/lib/gamma-helper.h
+++ b/src/lib/gamma-helper.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-linux-drm.c b/src/lib/gamma-linux-drm.c
index 5587a2a..ed75aea 100644
--- a/src/lib/gamma-linux-drm.c
+++ b/src/lib/gamma-linux-drm.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-linux-drm.h b/src/lib/gamma-linux-drm.h
index 3d244aa..b473463 100644
--- a/src/lib/gamma-linux-drm.h
+++ b/src/lib/gamma-linux-drm.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-quartz-cg.c b/src/lib/gamma-quartz-cg.c
index b623303..82fa944 100644
--- a/src/lib/gamma-quartz-cg.c
+++ b/src/lib/gamma-quartz-cg.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-quartz-cg.h b/src/lib/gamma-quartz-cg.h
index 90f5244..9406f36 100644
--- a/src/lib/gamma-quartz-cg.h
+++ b/src/lib/gamma-quartz-cg.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-w32-gdi.c b/src/lib/gamma-w32-gdi.c
index 0cc6b07..bc69a5a 100644
--- a/src/lib/gamma-w32-gdi.c
+++ b/src/lib/gamma-w32-gdi.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-w32-gdi.h b/src/lib/gamma-w32-gdi.h
index 0e17720..d75cb2f 100644
--- a/src/lib/gamma-w32-gdi.h
+++ b/src/lib/gamma-w32-gdi.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-x-randr.c b/src/lib/gamma-x-randr.c
index 86e5450..efb3fb9 100644
--- a/src/lib/gamma-x-randr.c
+++ b/src/lib/gamma-x-randr.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-x-randr.h b/src/lib/gamma-x-randr.h
index dc1ecdc..48c4291 100644
--- a/src/lib/gamma-x-randr.h
+++ b/src/lib/gamma-x-randr.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-x-vidmode.c b/src/lib/gamma-x-vidmode.c
index c0a68fc..a9db2ea 100644
--- a/src/lib/gamma-x-vidmode.c
+++ b/src/lib/gamma-x-vidmode.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/gamma-x-vidmode.h b/src/lib/gamma-x-vidmode.h
index 8378726..7819d2f 100644
--- a/src/lib/gamma-x-vidmode.h
+++ b/src/lib/gamma-x-vidmode.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-error.c.gpp b/src/lib/libgamma-error.c.gpp
index 2454813..0378f57 100644
--- a/src/lib/libgamma-error.c.gpp
+++ b/src/lib/libgamma-error.c.gpp
@@ -1,7 +1,7 @@
/* -*- c -*- */
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h
index 8431877..3549a3d 100644
--- a/src/lib/libgamma-error.h
+++ b/src/lib/libgamma-error.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp
index 83a1539..5343dcc 100644
--- a/src/lib/libgamma-facade.c.gpp
+++ b/src/lib/libgamma-facade.c.gpp
@@ -1,7 +1,7 @@
/* -*- c -*- */
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h
index ead4960..89c166a 100644
--- a/src/lib/libgamma-facade.h
+++ b/src/lib/libgamma-facade.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-method.c b/src/lib/libgamma-method.c
index 53a75a0..d51415d 100644
--- a/src/lib/libgamma-method.c
+++ b/src/lib/libgamma-method.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h
index d57d3cb..43dee35 100644
--- a/src/lib/libgamma-method.h
+++ b/src/lib/libgamma-method.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -759,7 +759,7 @@ typedef struct libgamma_crtc_information
/**
* The layout of the subpixels.
- * You cannot count on this value — especially for CRT:s —
+ * You cannot count on this value -- especially for CRT:s --
* but it is provided anyway as a means of distinguishing monitors.
*/
libgamma_subpixel_order_t subpixel_order;
diff --git a/src/lib/libgamma.h b/src/lib/libgamma.h
index 9a5b9be..27aefe4 100644
--- a/src/lib/libgamma.h
+++ b/src/lib/libgamma.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/errors.c b/src/test/errors.c
index a85f7f2..eb0dd03 100644
--- a/src/test/errors.c
+++ b/src/test/errors.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/errors.h b/src/test/errors.h
index 558b5f9..d88b3b1 100644
--- a/src/test/errors.h
+++ b/src/test/errors.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/methods.c b/src/test/methods.c
index a00b7c3..d3c5811 100644
--- a/src/test/methods.c
+++ b/src/test/methods.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/methods.h b/src/test/methods.h
index fcce69b..a80b02e 100644
--- a/src/test/methods.h
+++ b/src/test/methods.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/test.c b/src/test/test.c
index ccb80c0..53b0515 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/test/update-warnings.h b/src/test/update-warnings.h
index 989f6a2..f361b8e 100644
--- a/src/test/update-warnings.h
+++ b/src/test/update-warnings.h
@@ -1,6 +1,6 @@
/**
- * libgamma — Display server abstraction layer for gamma ramp adjustments
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * libgamma -- Display server abstraction layer for gamma ramp adjustments
+ * Copyright (C) 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by