diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-28 16:17:50 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-28 16:17:50 +0000 |
commit | 287b549ce0e473e91dcf0e06e5f20a1c3b966aea (patch) | |
tree | 23717051b42e4f11829b1256e64ad4b4235ec534 /src | |
parent | 4f31c89351cf8f62ee5e0acbb290d8ab395eb35b (diff) | |
download | imv-287b549ce0e473e91dcf0e06e5f20a1c3b966aea.tar.gz |
Remove names from file copyright headers
Diffstat (limited to 'src')
-rw-r--r-- | src/loader.c | 2 | ||||
-rw-r--r-- | src/loader.h | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/navigator.c | 2 | ||||
-rw-r--r-- | src/navigator.h | 2 | ||||
-rw-r--r-- | src/texture.c | 2 | ||||
-rw-r--r-- | src/texture.h | 2 | ||||
-rw-r--r-- | src/util.c | 2 | ||||
-rw-r--r-- | src/util.h | 2 | ||||
-rw-r--r-- | src/viewport.c | 2 | ||||
-rw-r--r-- | src/viewport.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/loader.c b/src/loader.c index 22ed9be..6021170 100644 --- a/src/loader.c +++ b/src/loader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/loader.h b/src/loader.h index 46a7b97..65c8689 100644 --- a/src/loader.h +++ b/src/loader.h @@ -1,7 +1,7 @@ #ifndef IMV_LOADER_H #define IMV_LOADER_H -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/navigator.c b/src/navigator.c index 143d28b..c504cd8 100644 --- a/src/navigator.c +++ b/src/navigator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/navigator.h b/src/navigator.h index b23e41a..4fd2fa7 100644 --- a/src/navigator.h +++ b/src/navigator.h @@ -3,7 +3,7 @@ #include <time.h> -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/texture.c b/src/texture.c index 5b03708..5395b7c 100644 --- a/src/texture.c +++ b/src/texture.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/texture.h b/src/texture.h index affde39..a5660ac 100644 --- a/src/texture.h +++ b/src/texture.h @@ -1,7 +1,7 @@ #ifndef IMV_TEXTURE_H #define IMV_TEXTURE_H -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/viewport.c b/src/viewport.c index 58efb5e..07fc1cf 100644 --- a/src/viewport.c +++ b/src/viewport.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/viewport.h b/src/viewport.h index 39fc009..c4b9613 100644 --- a/src/viewport.h +++ b/src/viewport.h @@ -1,7 +1,7 @@ #ifndef IMV_VIEWPORT_H #define IMV_VIEWPORT_H -/* Copyright (c) 2015 Harry Jeffery +/* Copyright (c) 2015 imv authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License |