~ubuntu-branches/ubuntu/precise/mosh/precise-backports

« back to all changes in this revision

Viewing changes to src/terminal/parserstate.cc

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-07-27 09:27:56 UTC
  • mfrom: (5.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130727092756-e71no75ezcsg1569
Tags: 1.2.4a-1~ubuntu12.04.1
No-change backport to precise (LP: #1205640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
    You should have received a copy of the GNU General Public License
16
16
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
    In addition, as a special exception, the copyright holders give
 
19
    permission to link the code of portions of this program with the
 
20
    OpenSSL library under certain conditions as described in each
 
21
    individual source file, and distribute linked combinations including
 
22
    the two.
 
23
 
 
24
    You must obey the GNU General Public License in all respects for all
 
25
    of the code used other than OpenSSL. If you modify file(s) with this
 
26
    exception, you may extend this exception to your version of the
 
27
    file(s), but you are not obligated to do so. If you do not wish to do
 
28
    so, delete this exception statement from your version. If you delete
 
29
    this exception statement from all source files in the program, then
 
30
    also delete it here.
17
31
*/
18
32
 
19
33
#include "parserstate.h"