aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-08-22 22:29:07 +0100
committerHarry Jeffery <harry@exec64.co.uk>2017-08-22 22:29:07 +0100
commitc3f233e971f8eb9ae344f829738cf97132582b79 (patch)
tree078353956299bfb8ceb41776c8260cf21b9c5f0d /src
parent9587c93fd59d1e1972536e48797fa8c8648a82ff (diff)
downloadimv-c3f233e971f8eb9ae344f829738cf97132582b79.tar.gz
Remove year from copyright notices
It was falling out of date, and has no legal bearing to my knowledge.
Diffstat (limited to 'src')
-rw-r--r--src/loader.c2
-rw-r--r--src/loader.h2
-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
10 files changed, 10 insertions, 10 deletions
diff --git a/src/loader.c b/src/loader.c
index b21b140..3709d5b 100644
--- a/src/loader.c
+++ b/src/loader.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 04dc640..cbc8178 100644
--- a/src/loader.h
+++ b/src/loader.h
@@ -1,7 +1,7 @@
#ifndef IMV_LOADER_H
#define IMV_LOADER_H
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 094964f..60e98af 100644
--- a/src/navigator.c
+++ b/src/navigator.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 71c0948..5babf89 100644
--- a/src/navigator.h
+++ b/src/navigator.h
@@ -3,7 +3,7 @@
#include <time.h>
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 bdfe91f..ba85b2e 100644
--- a/src/texture.c
+++ b/src/texture.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 2931525..eea66e1 100644
--- a/src/texture.h
+++ b/src/texture.h
@@ -1,7 +1,7 @@
#ifndef IMV_TEXTURE_H
#define IMV_TEXTURE_H
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 71d4c14..382f93a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 652c5be..7210421 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 036749f..1ca208e 100644
--- a/src/viewport.c
+++ b/src/viewport.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) 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 9e1a13c..0006233 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -1,7 +1,7 @@
#ifndef IMV_VIEWPORT_H
#define IMV_VIEWPORT_H
-/* Copyright (c) 2015 imv authors
+/* Copyright (c) imv authors
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License