aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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