Fix files with incorrect copyright headers.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-02-03 01:00:21 +01:00
parent 398eee1a8b
commit aff8f4d89c
5 changed files with 27 additions and 3 deletions

View File

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
command.c++
cursor.c++
Editor cursor.
*******************************************************************************/

View File

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
command.h++
cursor.h++
Editor cursor.
*******************************************************************************/

View File

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
editline.h
editline.cpp
Read a line from the terminal.
*******************************************************************************/

View File

View File

@ -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 <http://www.gnu.org/licenses/>.
vector.h
Vector class.
*******************************************************************************/
#ifndef VECTOR_H
#define VECTOR_H