diff --git a/editor/cursor.c++ b/editor/cursor.c++ index 0ff24d9a..253bdafa 100644 --- a/editor/cursor.c++ +++ b/editor/cursor.c++ @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - command.c++ + cursor.c++ Editor cursor. *******************************************************************************/ diff --git a/editor/cursor.h++ b/editor/cursor.h++ index 5841f493..2eff56db 100644 --- a/editor/cursor.h++ +++ b/editor/cursor.h++ @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - command.h++ + cursor.h++ Editor cursor. *******************************************************************************/ diff --git a/sh/editline.cpp b/sh/editline.cpp index 2b2058ff..14cfca8e 100644 --- a/sh/editline.cpp +++ b/sh/editline.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - editline.h + editline.cpp Read a line from the terminal. *******************************************************************************/ diff --git a/sh/sh.h b/sh/sh.h deleted file mode 100644 index e69de29b..00000000 diff --git a/trianglix/vector.h b/trianglix/vector.h index c8177fd8..1357a615 100644 --- a/trianglix/vector.h +++ b/trianglix/vector.h @@ -1,3 +1,27 @@ +/******************************************************************************* + + Copyright(C) Jonas 'Sortie' Termansen 2013. + + This file is part of trianglix. + + trianglix is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + trianglix is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more + details. + + You should have received a copy of the GNU Lesser General Public License + along with trianglix. If not, see . + + vector.h + Vector class. + +*******************************************************************************/ + #ifndef VECTOR_H #define VECTOR_H