mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix files with incorrect copyright headers.
This commit is contained in:
parent
398eee1a8b
commit
aff8f4d89c
5 changed files with 27 additions and 3 deletions
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
||||
|
|
0
sh/sh.h
0
sh/sh.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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
vector.h
|
||||
Vector class.
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef VECTOR_H
|
||||
#define VECTOR_H
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue