diff options
author | June McEnroe <june@causal.agency> | 2019-01-01 00:55:38 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-01 00:55:38 -0500 |
commit | 4d00e3e176b4e4b3808165bff879cb2d488590b5 (patch) | |
tree | dfe7a134577bc61e61c1415f59496b79b455b0c5 /gfx | |
parent | Bump copyright year (diff) | |
download | src-4d00e3e176b4e4b3808165bff879cb2d488590b5.tar.gz src-4d00e3e176b4e4b3808165bff879cb2d488590b5.zip |
Make all copyright headers consistent
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/brot.c | 2 | ||||
-rw-r--r-- | gfx/cocoa.m | 2 | ||||
-rw-r--r-- | gfx/fb.c | 2 | ||||
-rw-r--r-- | gfx/gfx.h | 2 | ||||
-rw-r--r-- | gfx/gfxx.c | 2 | ||||
-rw-r--r-- | gfx/png.h | 2 | ||||
-rw-r--r-- | gfx/x11.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gfx/brot.c b/gfx/brot.c index 660ec7d2..e7ac442d 100644 --- a/gfx/brot.c +++ b/gfx/brot.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Curtis McEnroe <june@causal.agency> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/cocoa.m b/gfx/cocoa.m index 237202d9..7e7b7643 100644 --- a/gfx/cocoa.m +++ b/gfx/cocoa.m @@ -1,4 +1,4 @@ -/* Copyright (c) 2018, Curtis McEnroe <programble@gmail.com> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/fb.c b/gfx/fb.c index 7ee5fea1..75daed22 100644 --- a/gfx/fb.c +++ b/gfx/fb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2018, Curtis McEnroe <programble@gmail.com> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/gfx.h b/gfx/gfx.h index cd59ea3d..7fdf9f48 100644 --- a/gfx/gfx.h +++ b/gfx/gfx.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018, Curtis McEnroe <programble@gmail.com> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/gfxx.c b/gfx/gfxx.c index 019d4fe9..7373fd4b 100644 --- a/gfx/gfxx.c +++ b/gfx/gfxx.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Curtis McEnroe <june@causal.agency> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/png.h b/gfx/png.h index 4eb4da1f..15b6d13d 100644 --- a/gfx/png.h +++ b/gfx/png.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018 Curtis McEnroe <june@causal.agency> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/gfx/x11.c b/gfx/x11.c index 95f08949..f885ac31 100644 --- a/gfx/x11.c +++ b/gfx/x11.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2018, Curtis McEnroe <programble@gmail.com> +/* Copyright (C) 2018 C. McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by |