aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/terminal/terminal.cc
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-02-06 20:46:33 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-02-06 20:52:48 -0500
commit3781a290c8e0a861236b5656fd3c8608e0073657 (patch)
tree5715224f760152043b8b040c75ffd52447f6e2a0 /src/terminal/terminal.cc
parent14ae2fcb67126760e18cf7468a3222765da67b03 (diff)
Add copyright/license notices
Diffstat (limited to 'src/terminal/terminal.cc')
-rw-r--r--src/terminal/terminal.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/terminal/terminal.cc b/src/terminal/terminal.cc
index de5ea3d..6345b1b 100644
--- a/src/terminal/terminal.cc
+++ b/src/terminal/terminal.cc
@@ -1,3 +1,21 @@
+/*
+ Mosh: the mobile shell
+ Copyright 2012 Keith Winstein
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#include <assert.h>
#include <string.h>
#include <stdlib.h>