~ubuntu-branches/ubuntu/intrepid/libjrosetta-java/intrepid

« back to all changes in this revision

Viewing changes to src/com/artenum/rosetta/interfaces/core/InputParsingManager.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Sylvestre Ledru, Torsten Werner
  • Date: 2008-07-16 15:35:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080716153536-u7ck1l0gh8nce9kz
Tags: 1.0.1+gpl-1
[ Sylvestre Ledru ]
* Jrosetta is now free (GPL v2)
* Update of watch, control, copyright and orig-tar.sh to reflect the licence 
  change.
* Standards-Version changed to version 3.8.0

[ Torsten Werner ]
* Add +gpl to upstream version number to allow uploading a new upstream
  tarball.
* Make debian/copyright more verbose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * (c) Copyright: Artenum SARL, 24 rue Louis Blanc,
3
 
 *                75010, Paris, France 2007.
 
3
 *                75010, Paris, France 2007-2008.
4
4
 *                http://www.artenum.com
5
5
 *
6
6
 * License:
7
7
 *
8
 
 *  This program is free software; you can redistribute it 
9
 
 *  and/or modify it under the terms of the Q Public License; 
10
 
 *  either version 1 of the License.
11
 
 * 
 
8
 *  This program is free software; you can redistribute it
 
9
 *  and/or modify it under the terms of the license defined in the
 
10
 *  LICENSE.TXT file at the root of the present package.
 
11
 *
12
12
 *  This program is distributed in the hope that it will be
13
13
 *  useful, but WITHOUT ANY WARRANTY; without even the implied
14
 
 *  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
15
 
 *  PURPOSE. See the Q Public License for more details.
16
 
 * 
17
 
 *  You should have received a copy of the Q Public License 
18
 
 *  License along with this program;
19
 
 *  if not, write to:
 
14
 *  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 
15
 *  PURPOSE. See the LICENSE.TXT for more details.
 
16
 *
 
17
 *  You should have received a copy of the License along with 
 
18
 *  this program; if not, write to:
20
19
 *    Artenum SARL, 24 rue Louis Blanc,
21
20
 *    75010, PARIS, FRANCE, e-mail: contact@artenum.com
22
 
 */
23
 
 
 
21
 */ 
24
22
package com.artenum.rosetta.interfaces.core;
25
23
 
26
24
import java.awt.Point;