diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:53:48 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:53:48 +0000 |
commit | 3836a71b84c27cffe96bb5d46694dd0a7904a506 (patch) | |
tree | 73e90101d6c324f9ee1a8f6e4bed2db22f715a10 /data/mobileterminal/_metadata | |
parent | 95d41d50a7bd88ad1c03e938a36d6416b59478df (diff) |
Brought MobileTerminal into the fold as Installer's is old, and not accessible anyway.
git-svn-id: http://svn.telesphoreo.org/trunk@92 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/mobileterminal/_metadata')
-rw-r--r-- | data/mobileterminal/_metadata/description | 1 | ||||
-rw-r--r-- | data/mobileterminal/_metadata/license | 24 | ||||
l--------- | data/mobileterminal/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/mobileterminal/_metadata/name | 1 | ||||
-rw-r--r-- | data/mobileterminal/_metadata/priority | 1 | ||||
-rw-r--r-- | data/mobileterminal/_metadata/section | 1 | ||||
-rw-r--r-- | data/mobileterminal/_metadata/version | 1 |
7 files changed, 30 insertions, 0 deletions
diff --git a/data/mobileterminal/_metadata/description b/data/mobileterminal/_metadata/description new file mode 100644 index 000000000..485762f75 --- /dev/null +++ b/data/mobileterminal/_metadata/description @@ -0,0 +1 @@ +local UIKit-based Terminal emulator diff --git a/data/mobileterminal/_metadata/license b/data/mobileterminal/_metadata/license new file mode 100644 index 000000000..be7df868d --- /dev/null +++ b/data/mobileterminal/_metadata/license @@ -0,0 +1,24 @@ +// -*- mode:objc -*- +/* + ** VT100Screen.m + ** + ** Copyright (c) 2002, 2003, 2007 + ** + ** Author: Fabian, Ujwal S. Setlur + ** Initial code by Kiichi Kusama + ** Ported to MobileTerminal (from iTerm) by Allen Porter + ** + ** 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 2 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, write to the Free Software + ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ diff --git a/data/mobileterminal/_metadata/maintainer b/data/mobileterminal/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/mobileterminal/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/mobileterminal/_metadata/name b/data/mobileterminal/_metadata/name new file mode 100644 index 000000000..dcf3afe18 --- /dev/null +++ b/data/mobileterminal/_metadata/name @@ -0,0 +1 @@ +MobileTerminal diff --git a/data/mobileterminal/_metadata/priority b/data/mobileterminal/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/mobileterminal/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/mobileterminal/_metadata/section b/data/mobileterminal/_metadata/section new file mode 100644 index 000000000..eb7a34ddd --- /dev/null +++ b/data/mobileterminal/_metadata/section @@ -0,0 +1 @@ +Administration diff --git a/data/mobileterminal/_metadata/version b/data/mobileterminal/_metadata/version new file mode 100644 index 000000000..7fba2b437 --- /dev/null +++ b/data/mobileterminal/_metadata/version @@ -0,0 +1 @@ +209 |