From: Alexander Schmidt Date: Wed, 20 Jul 2016 23:56:36 +0000 (+0200) Subject: Fixed license text X-Git-Url: http://git.treefish.org/~alex/seamulator.git/commitdiff_plain/e729e891d35b7405434f4fc5a7dadcc8f3b9e414 Fixed license text --- diff --git a/include/sea.h b/include/sea.h index 38519d9..fed8a03 100644 --- a/include/sea.h +++ b/include/sea.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/include/seafwd.h b/include/seafwd.h index 7b21666..aed8419 100644 --- a/include/seafwd.h +++ b/include/seafwd.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/include/seaview.h b/include/seaview.h index eb13b60..feeef9b 100644 --- a/include/seaview.h +++ b/include/seaview.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/include/surfacepoint.h b/include/surfacepoint.h index 02c6574..195fb2a 100644 --- a/include/surfacepoint.h +++ b/include/surfacepoint.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/include/watersurface.h b/include/watersurface.h index 4b1a2d7..aac47e9 100644 --- a/include/watersurface.h +++ b/include/watersurface.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/include/watersurfacefwd.h b/include/watersurfacefwd.h index 4f20807..7568abc 100644 --- a/include/watersurfacefwd.h +++ b/include/watersurfacefwd.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #pragma once diff --git a/src/sea.cpp b/src/sea.cpp index e1b003d..b55c1f3 100644 --- a/src/sea.cpp +++ b/src/sea.cpp @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #include "sea.h" diff --git a/src/seamulator.cpp b/src/seamulator.cpp index 0a1ff61..4211109 100644 --- a/src/seamulator.cpp +++ b/src/seamulator.cpp @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #include diff --git a/src/seaview.cpp b/src/seaview.cpp index 34944d6..16256e6 100644 --- a/src/seaview.cpp +++ b/src/seaview.cpp @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #include "seaview.h" diff --git a/src/surfacepoint.cpp b/src/surfacepoint.cpp index 49cd124..7aed303 100644 --- a/src/surfacepoint.cpp +++ b/src/surfacepoint.cpp @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #include "surfacepoint.h" diff --git a/src/watersurface.cpp b/src/watersurface.cpp index fa5fdcf..9dc11dc 100644 --- a/src/watersurface.cpp +++ b/src/watersurface.cpp @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Foobar. If not, see . + * along with Seamulator. If not, see . */ #include "watersurface.h"