Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 50 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/UnclosedQuoteException.java

Diff revisions: vs.
  @@ -1,45 +1,6 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.core.util;
3 3
4 - // Copyright Status:
5 - //
6 - // All Software available from LiteSoft.org (including this file) is
7 - // hereby released into the public domain.
8 - //
9 - // It is free! As in, you may use it freely in both commercial and
10 - // non-commercial applications, bundle it with your software
11 - // distribution, include it on a CD-ROM, list the source code in a book,
12 - // mirror the documentation at your own web site, or use it in any other
13 - // way you see fit.
14 - //
15 - // NO Warranty!
16 - //
17 - // All software is provided "as is".
18 - //
19 - // There is ABSOLUTELY NO WARRANTY OF ANY KIND: not for the design, fitness
20 - // (for a particular purpose), level of errors (or lack thereof), or
21 - // applicability of this software. The entire risk as to the quality
22 - // and performance of this software is with you. Should this software
23 - // prove defective, you assume the cost of all necessary servicing, repair
24 - // or correction.
25 - //
26 - // In no event unless required by applicable law or agreed to in writing
27 - // will any party who created or may modify and/or redistribute this
28 - // software, be liable to you for damages, including any general,
29 - // special, incidental or consequential damages arising out of the use or
30 - // inability to use this software (including but not limited to loss of
31 - // data or data being rendered inaccurate or losses sustained by you or
32 - // third parties or a failure of this software to operate with any
33 - // other programs), even if such holder or other party has been advised
34 - // of the possibility of such damages.
35 - //
36 - // NOTE: Should you discover a bug, have a recogmendation for a change, wish
37 - // to submit modifications, or wish to add new classes/functionality,
38 - // please email them to:
39 - //
40 - // changes@litesoft.org
41 - //
42 -
43 4 public class UnclosedQuoteException extends QuoteException
44 5 {
45 6 public UnclosedQuoteException()