From 287b549ce0e473e91dcf0e06e5f20a1c3b966aea Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 28 Dec 2015 16:17:50 +0000 Subject: Remove names from file copyright headers --- src/loader.c | 2 +- src/loader.h | 2 +- src/main.c | 2 +- src/navigator.c | 2 +- src/navigator.h | 2 +- src/texture.c | 2 +- src/texture.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- src/viewport.c | 2 +- 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 diff --git a/src/main.c b/src/main.c index 6f48fb6..6683a3b 100644 --- a/src/main.c +++ b/src/main.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.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 -/* 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 diff --git a/src/util.c b/src/util.c index 0e1af92..dac23d4 100644 --- a/src/util.c +++ b/src/util.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/util.h b/src/util.h index 760b375..3625a6c 100644 --- a/src/util.h +++ b/src/util.h @@ -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 -- cgit v1.2.3