aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-28 16:17:50 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-28 16:17:50 +0000
commit287b549ce0e473e91dcf0e06e5f20a1c3b966aea (patch)
tree23717051b42e4f11829b1256e64ad4b4235ec534 /src
parent4f31c89351cf8f62ee5e0acbb290d8ab395eb35b (diff)
downloadimv-287b549ce0e473e91dcf0e06e5f20a1c3b966aea.tar.gz
Remove names from file copyright headers
Diffstat (limited to 'src')
-rw-r--r--src/loader.c2
-rw-r--r--src/loader.h2
-rw-r--r--src/main.c2
-rw-r--r--src/navigator.c2
-rw-r--r--src/navigator.h2
-rw-r--r--src/texture.c2
-rw-r--r--src/texture.h2
-rw-r--r--src/util.c2
-rw-r--r--src/util.h2
-rw-r--r--src/viewport.c2
-rw-r--r--src/viewport.h2
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 <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
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