Package: virtuoso-opensource / 6.1.6+dfsg2-4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
This package was debianized by:

    Obey Arthur Liu <arthur@milliways.fr> on Sat, 11 Apr 2009 21:04:53 +0200

It was downloaded from:

    <http://sourceforge.net/projects/virtuoso/>

Upstream Authors:

    OpenLink Software's Virtuoso Open-Source Edition project
    OpenLink Virtuoso Maintainer <vos.admin@openlinksw.com>

Copyright:

    <Copyright (C) 2009 OpenLink Software>

License:

    This package 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, version 2 dated June 1991.

    This package 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 package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

    OpenSSL exemption
    -----------------

    This project may be compiled/linked with the OpenSSL library. If so, the
    following exemption is added to the above license:

        In addition, as a special exemption, OpenLink Software gives
        permission to link the code of its release of Virtuoso with the
        OpenSSL project's "OpenSSL" library (or with modified versions
        of it that use the same license as the "OpenSSL" library), and
        distribute the linked executables. You must obey the GNU General
        Public License in all respects for all of the code used other
        than "OpenSSL".


    Client Protocol Driver exemptions
    ---------------------------------

        In addition, as a special exemption, OpenLink Software gives
        permission to use the unmodified client libraries (ODBC, JDBC,
        ADO.NET, OleDB, Jena, Sesame and Redland providers) in your own
        application whether open-source or not, with no obligation to use
        the GPL on the resulting application. In all other respects you
        must abide by the terms of the GPL.

    On Debian systems, the complete text of the GNU General
    Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Additional copyrights:

    OpenLink Software Virtuso Open-Source Edition (VOS) contains
    included or optional functionalities for which the copyright statements
    are listed in CREDITS and reproduced below.

    OpenSSL
    (parts of various Virtuoso source code files are taken from OpenSSL)
    <http://www.openssl.org/>

        This product includes software developed by the OpenSSL Project for use
        in the OpenSSL Toolkit.

        This product includes cryptographic software written by Eric Young
        (eay@cryptsoft.com).

        This product includes software written by Tim Hudson
        (tjh@cryptsoft.com)

        OpenSSL is distributed under the terms of the OpenSSL License:
        <http://www.openssl.org/source/license.html>

        Copyright (c) 1998-2008 The OpenSSL Project.  All rights reserved.

        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions
        are met:

        1. Redistributions of source code must retain the above copyright
           notice, this list of conditions and the following disclaimer.

        2. Redistributions in binary form must reproduce the above copyright
           notice, this list of conditions and the following disclaimer in
           the documentation and/or other materials provided with the
           distribution.

        3. All advertising materials mentioning features or use of this
           software must display the following acknowledgment:
           "This product includes software developed by the OpenSSL Project
           for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

        4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
           endorse or promote products derived from this software without
           prior written permission. For written permission, please contact
           openssl-core@openssl.org.

        5. Products derived from this software may not be called "OpenSSL"
           nor may "OpenSSL" appear in their names without prior written
           permission of the OpenSSL Project.

        6. Redistributions of any form whatsoever must retain the following
           acknowledgment:
           "This product includes software developed by the OpenSSL Project
           for use in the OpenSSL Toolkit (http://www.openssl.org/)"

        THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
        EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
        PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
        ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
        STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
        OF THE POSSIBILITY OF SUCH DAMAGE.

        This product includes cryptographic software written by Eric Young
        (eay@cryptsoft.com).  This product includes software written by Tim
        Hudson (tjh@cryptsoft.com).


        As cryptographic software, OpenSSL may be subject to export
        restrictions: <http://www.openssl.org/support/faq.html#LEGAL1>


    Tidy - HTML parser and pretty printer
    (files under libsrc/Tidy)
    <http://www.w3.org/People/Raggett/tidy/>

        This product includes Tidy developed by the World Wide Web Consortium.

        Tidy is distributed under the terms of the W3C License:
        <http://tidy.sourceforge.net/license.html>

        Copyright (c) 1998-2003 World Wide Web Consortium
        (Massachusetts Institute of Technology, European Research
        Consortium for Informatics and Mathematics, Keio University).
        All Rights Reserved.

        This software and documentation is provided "as is," and
        the copyright holders and contributing author(s) make no
        representations or warranties, express or implied, including
        but not limited to, warranties of merchantability or fitness
        for any particular purpose or that the use of the software or
        documentation will not infringe any third party patents,
        copyrights, trademarks or other rights.

        The copyright holders and contributing author(s) will not be held
        liable for any direct, indirect, special or consequential damages
        arising out of any use of the software or documentation, even if
        advised of the possibility of such damage.

        Permission is hereby granted to use, copy, modify, and distribute
        this source code, or portions hereof, documentation and executables,
        for any purpose, without fee, subject to the following restrictions:

        1. The origin of this source code must not be misrepresented.
        2. Altered versions must be plainly marked as such and must
           not be misrepresented as being the original source.
        3. This Copyright notice may not be removed or altered from any
           source or altered source distribution.

        The copyright holders and contributing author(s) specifically
        permit, without fee, and encourage the use of this source code
        as a component for supporting the Hypertext Markup Language in
        commercial products. If you use this source code in a product,
        acknowledgment is not required but would be appreciated.


    Minizip
    (files under libsrc/zlib/contrib/minizip/)

        Copyright (C) 1998-2010 Gilles Vollant
        Copyright (C) 2009-2010 Mathias Svensson
        Copyright (C) 2007-2008 Even Rouault
        Copyright (C) 1990-2000 Info-ZIP

        Condition of use and distribution are the same than zlib :

        This software is provided 'as-is', without any express or implied
        warranty.  In no event will the authors be held liable for any damages
        arising from the use of this software.

        Permission is granted to anyone to use this software for any purpose,
        including commercial applications, and to alter it and redistribute it
        freely, subject to the following restrictions:

        1. The origin of this software must not be misrepresented; you must not
           claim that you wrote the original software. If you use this software
           in a product, an acknowledgment in the product documentation would be
           appreciated but is not required.
        2. Altered source versions must be plainly marked as such, and must not be
           misrepresented as being the original software.
        3. This notice may not be removed or altered from any source distribution.


    Info-ZIP
    file libsrc/zlib/contrib/minizip/unzip.c uses code from the crypt.c file (part
    of Info-ZIP) which was published under the following conditions:

       Copyright (c) 1990-2009 Info-ZIP. All rights reserved.

       For the purposes of this copyright and license, "Info-ZIP" is defined as the
       following set of individuals:

       Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
       Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
       Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
       David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
       Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
       Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
       Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
       Rich Wales, Mike White.

       This software is provided "as is," without warranty of any kind, express or
       implied. In no event shall Info-ZIP or its contributors be held liable for any
       direct, indirect, incidental, special or consequential damages arising out of
       the use of or inability to use this software.

       Permission is granted to anyone to use this software for any purpose, including
       commercial applications, and to alter it and redistribute it freely, subject to
       the above disclaimer and the following restrictions:

       * Redistributions of source code (in whole or in part) must retain the above
         copyright notice, definition, disclaimer, and this list of conditions.

       * Redistributions in binary form (compiled executables and libraries) must
         reproduce the above copyright notice, definition, disclaimer, and this list
         of conditions in documentation and/or other materials provided with the
         distribution. Additional documentation is not needed for executables where a
         command line license option provides these and a note regarding this option
         is in the executable's startup banner. The sole exception to this condition
         is redistribution of a standard UnZipSFX binary (including SFXWiz) as part
         of a self-extracting archive; that is permitted without inclusion of this
         license, as long as the normal SFX banner has not been removed from the
         binary or disabled.

       * Altered versions --including, but not limited to, ports to new operating
         systems, existing ports with new graphical interfaces, versions with modified
         or added functionality, and dynamic, shared, or static library versions not
         from Info-ZIP-- must be plainly marked as such and must not be misrepresented
         as being the original source or, if binaries, compiled from the original
         source. Such altered versions also must not be misrepresented as being Info-ZIP
         releases --including, but not limited to, labeling of the altered versions with
         the names "Info-ZIP" (or any variation thereof, including, but not limited to,
         different capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the
         explicit permission of Info-ZIP. Such altered versions are further prohibited
         from misrepresentative use of the Zip-Bugs or Info-ZIP e-mail addresses or the
         Info-ZIP URL(s), such as to imply Info-ZIP will provide support for the altered
         versions.

       * Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
         "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own
         source and binary releases.


    OAT
    (files under binsrc/oat)
    <http://sourceforge.net/projects/oat/>

        Virtuoso uses the OpenLink AJAX Toolkit (OAT) in the Data Space
        application suite, distributable under the terms of the GNU Public
        License v2: <http://www.gnu.org/copyleft/gpl.html>


    sysexits.h
    (located in binsrc/maildrop/)

       Copyright (c) 1987, 1993
        The Regents of the University of California.  All rights reserved.

       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions
       are met:
       1. Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
       2. Redistributions in binary form must reproduce the above copyright
          notice, this list of conditions and the following disclaimer in the
          documentation and/or other materials provided with the distribution.
       4. Neither the name of the University nor the names of its contributors
          may be used to endorse or promote products derived from this software
          without specific prior written permission.

       THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
       ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
       FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
       DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
       OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
       HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
       LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
       OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
       SUCH DAMAGE.

        @(#)sysexits.h	8.1 (Berkeley) 6/2/93



    RedLand
    (files under binsrc/redland/)

       Copyright (C) 2000-2008, Openlink Software,  http://www.openlinksw.com/

       This package is Free Software and part of Redland http://librdf.org/

       It is licensed under the following three licenses as alternatives:
         1. GNU Lesser General Public License (LGPL) V2.1 or any newer version
         2. GNU General Public License (GPL) V2 or any newer version
         3. Apache License, V2.0 or any newer version

       You may not use this file except in compliance with at least one of
       the above three licenses.

       See LICENSE.html or LICENSE.txt at the top of this package for the
       complete terms and further detail along with the license texts for
       the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.


    Apache JSP 2.0
    (files binsrc/tutorial/hosting/ho_s_17/*.jsp)

      Copyright 1999, 2004 The Apache Software Foundation

      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.


    Code Syntax Highlighter (with updated FSF address)
    (file binsrc/yacutia/syntax/shCore.js)

       Copyright (C) 2004 Dream Projections Inc.

       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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.


    iODBC driver manager (with updated FSF address)
    (files under libsrc/odbcsdk/include/)

       Copyright (C) 1999-2005 by OpenLink Software <iodbc@openlinksw.com>
       All Rights Reserved.

       This software is released under the terms of either of the following
       licenses:

           - GNU Library General Public License (see LICENSE.LGPL)
           - The BSD License (see LICENSE.BSD).

       While not mandated by the BSD license, any patches you make to the
       iODBC source code may be contributed back into the iODBC project
       at your discretion. Contributions will benefit the Open Source and
       Data Access community as a whole. Submissions may be made at:

           http://www.iodbc.org


       GNU Library Generic Public License Version 2
       ============================================
       This library is free software; you can redistribute it and/or
       modify it under the terms of the GNU Library General Public
       License as published by the Free Software Foundation; either
       version 2 of the License, or (at your option) any later version.

       This library 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
       Library General Public License for more details.

       You should have received a copy of the GNU Library General Public
       License along with this library; if not, write to the Free
       Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
       MA 02110-1301, USA.


       The BSD License
       ===============
       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions
       are met:

       1. Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
       2. Redistributions in binary form must reproduce the above copyright
          notice, this list of conditions and the following disclaimer in
          the documentation and/or other materials provided with the
          distribution.
       3. Neither the name of OpenLink Software Inc. nor the names of its
          contributors may be used to endorse or promote products derived
          from this software without specific prior written permission.

       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR
       CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


    UUID library
    (files libsrc/util/uuid.h, libsrc/util/uuidP.h and libsrc/util/uuid.c)

       Copyright (C) 1996, 1997, 1998 Theodore Ts'o.

       %Begin-Header%
       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions
       are met:
       1. Redistributions of source code must retain the above copyright
          notice, and the entire permission notice in its entirety,
          including the disclaimer of warranties.
       2. Redistributions in binary form must reproduce the above copyright
          notice, this list of conditions and the following disclaimer in the
          documentation and/or other materials provided with the distribution.
       3. The name of the author may not be used to endorse or promote
          products derived from this software without specific prior
          written permission.

       THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
       WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
       OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
       WHICH ARE HEREBY DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE
       LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
       OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
       USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
       DAMAGE.
       %End-Header%


    CKEditor
    (files under appsrc/ODS-Framework/ckeditor/)

       Software License Agreement
       ==========================

       CKEditor - The text editor for Internet - http://ckeditor.com
       Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.

       Licensed under the terms of any of the following licenses at your
       choice:

        - GNU General Public License Version 2 or later (the "GPL")
          http://www.gnu.org/licenses/gpl.html
          (See Appendix A)

        - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
          http://www.gnu.org/licenses/lgpl.html
          (See Appendix B)

        - Mozilla Public License Version 1.1 or later (the "MPL")
          http://www.mozilla.org/MPL/MPL-1.1.html
          (See Appendix C)

       You are not required to, but if you want to explicitly declare the
       license you have chosen to be bound to when using, reproducing,
       modifying and distributing this software, just include a text file
       titled "legal.txt" in your version of this software, indicating your
       license choice. In any case, your choice will not restrict any
       recipient of your version of this software to use, reproduce, modify
       and distribute this software under any of the above licenses.

       Sources of Intellectual Property Included in CKEditor
       =====================================================

       Where not otherwise indicated, all CKEditor content is authored by
       CKSource engineers and consists of CKSource-owned intellectual
       property. In some specific instances, CKEditor will incorporate work
       done by developers outside of CKSource with their express permission.

       YUI Test: At _source/tests/yuitest.js can be found part of the source
       code of YUI, which is licensed under the terms of the BSD License
       (http://developer.yahoo.com/yui/license.txt). YUI is Copyright (C)
       2008, Yahoo! Inc.

       Trademarks
       ==========

       CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
       and product names are trademarks, registered trademarks or service
       marks of their respective holders.


    Ajax Engine
    (file appsrc/ODS-Gallery/www-root/js/ajax.js)

       Software License Agreement (BSD License)

       Copyright (c) 2005-2009 by Matthias Hertel, http://www.mathertel.de/

       All rights reserved.

       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions are
       met:

           * Redistributions of source code must retain the above copyright
             notice, this list of conditions and the following disclaimer.
           * Redistributions in binary form must reproduce the above copyright
             notice, this list of conditions and the following disclaimer in
             the documentation and/or other materials provided with the
             distribution.
           * Neither the name of the copyright owners nor the names of its
             contributors may be used to endorse or promote products derived
             from this software without specific prior written permission.

       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
       PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
       OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


    WebFX
    (files:
    - appsrc/ODS-Gallery/www-root/js/timer.js
    - appsrc/ODS-Gallery/www-root/js/slider.js
    - appsrc/ODS-Gallery/www-root/js/range.js)

                        Copyright (c) 1999 - 2005 Erik Arvidsson

       This software is provided "as is", without warranty of any kind, express or
       implied, including  but not limited  to the warranties of  merchantability,
       fitness for a particular purpose and noninfringement. In no event shall the
       authors or  copyright  holders be  liable for any claim,  damages or  other
       liability, whether  in an  action of  contract, tort  or otherwise, arising
       from,  out of  or in  connection with  the software or  the  use  or  other
       dealings in the software.

       This  software is  available under the  three different licenses  mentioned
       below.  To use this software you must chose, and qualify, for one of those.

       The WebFX Non-Commercial License          http://webfx.eae.net/license.html
       Permits  anyone the right to use the  software in a  non-commercial context
       free of charge.

         The WebFX Non Commercial license only applies if all of the following
         statements are true and not broken.

            1. The header in the P/C (1) may not be removed or modified.
            2. The P/C is used in a non-commercial or non-profit environment (2).
                  1. No money is put into the environment except the cost of the
                     web space and domain name.
                     You may of course also put money into hardware and software
                     that run the environment.
                     This means that no one can get paid to maintain the
                     environment.
                     No company, organization or institute can back up the
                     environment financially. Non-profit organizations (3) are
                     excluded.
                  2. The environment that the P/C is used in cannot make any
                     profit.
                     This means that you cannot sell anything, directly or
                     indirectly using the environment.
                     You cannot use the P/C in an environment that act as a
                     promotion/commercial for a commercial product.
                     Commercial banners can be used as long as the income from
                     these does not exceed the cost to maintain the environment.
                     Donations are allowed.
            3. The P/C may be freely modified as long as 1 - 2 are not broken.
               Any work based on the P/C also fall under this license.
               This means that if you base any work on the P/C then the new
               product cannot be used commercially.
            4. The P/C may be freely distributed as long as 1 - 3 are not
               broken.
               This means that the P/C cannot be redistributed to any third
               commercial part because this would break 2.
               This also means that if the P/C is included in a widget pack
               (component library) then the widget pack (or parts of it that
               uses the P/C) may not be used in a commercial environment.

         (1) P/C - product/component provided by WebFX.
         (2) Environment - Program that uses the product/component. This
             includes web sites, intranets and offline programs.
         (3) Non-profit organization - a non-profit organization is a
             organization that has no intention of making money in any way and
             all work is done for charity.

       The WebFX Commercial license           http://webfx.eae.net/commercial.html
       Permits the  license holder the right to use  the software in a  commercial
       context. Such license must be specifically obtained, however it's valid for
       any number of  implementations of the licensed software.

         The WebFX Commercial License permits the inclusion of the products for
         which a license has been obtained (hereby referred to as the products)
         in any current or future product produced by the license holding
         corporation (hereby referred to as the corporation) with the exception
         of the following product-types:

             * Individual or combined sale of the products as a stand-alone
               offer.
             * Individual or combined sale of the products as part of a
               components package or web development aid.

         The products may be included simply as enhancements to another product.
         The products may be included simply as a part of another product. The
         corporation may never profit directly from sale of the products, only
         from the application they are included in. All intellectual property
         rights and source code right will remain in the possession of WebFX and
         the affected author.

         The products may not be resold. Neither may products deviated from the
         original code, or products produced by reverse engineering the original
         code, be sold or in any other way be profitable for the corporation.
         If The products are included in a service offered by the corporation a
         license must be obtained for each company the service is sold to.

         The license is valid only for the products and only for the purchased
         version of those, with the following exceptions.

             * Minor updates.
             * Major updates released within one (1) month of the purchase.
             * The product has been discontinued and replaced by another product
               within one (1) month of the purchase.

         A minor update consists of bug fixes and patches that may include some
         enhancements and small, added features to the product. Minor updates
         are signified by minor version number changes. For example, a minor
         update from version 3.0 would be 3.1 or 3.01).

         A major upgrade consists of major enhancements and new features added
         to the product. Major upgrades are signified by a major version number
         change. For example, a major upgrade from version 3.0 would be 4.0.

         The corporation is entitled to a free update, if one or more of the
         above criteria are met. Updates not addressed above requires a new
         license, which can be purchased at rebated price if the old one is
         revoked.

       GPL - The GNU General Public License    http://www.gnu.org/licenses/gpl.txt
       Permits anyone the right to use and modify the software without limitations
       as long as proper  credits are given  and the original  and modified source
       code are included. Requires  that the final product, software derivate from
       the original  source or any  software  utilizing a GPL  component, such  as
       this, is also licensed under the GPL license.


    Berlin SPARQL Benchmark
    (files under binsrc/tests/bsbm/src/)

       Copyright (C) 2000-2008 Hewlett-Packard Development Company, LP
       Copyright (C) 2008 Andreas Schultz

       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
       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/>.


    JavaScript RSA MD5 and SHA routines
    (files binsrc/oat/toolkit/crypto.js and binsrc/yacutia/md5.js)

       A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
       Digest Algorithm, as defined in RFC 1321.
       Version 2.1 Copyright (C) Paul Johnston 1999 - 2002.
       Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
       Distributed under the BSD License

       License to copy and use this software is granted provided that it is
       identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm"
       in all material mentioning or referencing this software or this function.

       License is also granted to make and use derivative works provided that
       such works are identified as "derived from the RSA Data Security, Inc.
       MD5 Message-Digest Algorithm" in all material mentioning or referencing
       the derived work.

       RSA Data Security, Inc. makes no representations concerning either the
       merchantability of this software or the suitability of this software for
       any particular purpose. It is provided "as is" without express or
       implied warranty of any kind.

       These notices must be retained in any copies of any part of this
       documentation and/or software.

       Copyright (c) 1998 - 2009, Paul Johnston & Contributors
       All rights reserved.

       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions are
       met:

       Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer. Redistributions in
       binary form must reproduce the above copyright notice, this list of
       conditions and the following disclaimer in the documentation and/or
       other materials provided with the distribution.

       Neither the name of the author nor the names of its contributors may be
       used to endorse or promote products derived from this software without
       specific prior written permission.

       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
       TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
       PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
       OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


    mm_menu
    (files appsrc/ODS-Framework/mm_menu.js and binsrc/yacutia/mm_menu.js)

       mm_menu 20MAR2002 Version 6.0
       Andy Finnell, March 2002
       Copyright (c) 2000-2002 Macromedia, Inc.

       based on menu.js
       by gary smith, July 1997
       Copyright (c) 1997-1999 Netscape Communications Corp.

       Netscape grants you a royalty free license to use or modify this
       software provided that this copyright notice appears on all copies.
       This software is provided "AS IS," without a warranty of any kind.


    MD5 in Java JDK Beta-2 (with updated FSF address)
    (file libsrc/JDBCDriverType4/openlink/util/MD5.java)

       MD5 in Java JDK Beta-2
       written Santeri Paavolainen, Helsinki Finland 1996
       (c) Santeri Paavolainen, Helsinki Finland 1996

       This library is free software; you can redistribute it and/or
       modify it under the terms of the GNU Library General Public
       License as published by the Free Software Foundation; either
       version 2 of the License, or (at your option) any later version.

       This library 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
       Library General Public License for more details.

       You should have received a copy of the GNU Library General Public
       License along with this library; if not, write to the Free
       Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
       MA 02110-1301, USA.

       See http://www.cs.hut.fi/~santtu/java/ for more information on this
       class.

       This is rather straight re-implementation of the reference implementation
       given in RFC1321 by RSA.

       Passes MD5 test suite as defined in RFC1321.


       This Java class has been derived from the RSA Data Security, Inc. MD5
       Message-Digest Algorithm and its reference implementation.


    Reentrent string tokenizer - Generic version (with updated FSF address)
    and other works from the GNU C Library:
    (files:
    - libsrc/util/strtok_r.c
    - libsrc/langfunc/latin1ctype.h
    - libsrc/langfunc/latin1ctype.c
    - libsrc/util/getopt1.c
    - libsrc/util/getopt.c
    - libsrc/util/fnmatch.c)

       Copyright (C) 1987-1999 Free Software Foundation, Inc.
       This file is part of the GNU C Library.

       The GNU C Library is free software; you can redistribute it and/or
       modify it under the terms of the GNU Library General Public License as
       published by the Free Software Foundation; either version 2 of the
       License, or (at your option) any later version.

       The GNU C Library 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
       Library General Public License for more details.

       You should have received a copy of the GNU Library General Public
       License along with the GNU C Library; see the file COPYING.LIB.  If
       not, write to the Free Software Foundation, Inc.,
       51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.


    OpenLayers Map Viewer Library
    (file binsrc/oat/toolkit/OpenLayers.js)

       Copyright 2005-2008 MetaCarta, Inc., released under the Clear BSD license.
       Please see http://svn.openlayers.org/trunk/openlayers/license.txt
       for the full text of the license.

       Includes compressed code under the following licenses:

       (For uncompressed versions of the code used please see the
       OpenLayers SVN repository: <http://openlayers.org/>)


       Contains portions of Prototype.js:

       Prototype JavaScript framework, version 1.4.0
        (c) 2005 Sam Stephenson <sam@conio.net>

        Prototype is freely distributable under the terms of an MIT-style license.
        For details, see the Prototype web site: http://prototype.conio.net/


       Contains portions of Rico <http://openrico.org/>

       Copyright 2005 Sabre Airline Solutions

       Licensed under the Apache License, Version 2.0 (the "License"); you
       may not use this file except in compliance with the License. You
       may obtain a copy of the License at

              http://www.apache.org/licenses/LICENSE-2.0

       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       implied. See the License for the specific language governing
       permissions and limitations under the License.


    DocBook DTD
    (files docsrc/xmlsource/DocBook/docbookx.dtd and
    docsrc/xmlsource/DocBook/calstblx.dtd)

       Copyright 1992-2000 HaL Computer Systems, Inc.,
       O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
       Corporation, Norman Walsh and the Organization for the Advancement
       of Structured Information Standards (OASIS).

       Permission to use, copy, modify and distribute the DocBook XML DTD
       and its accompanying documentation for any purpose and without fee
       is hereby granted in perpetuity, provided that the above copyright
       notice and this paragraph appear in all copies.  The copyright
       holders make no representation about the suitability of the DTD for
       any purpose.  It is provided "as is" without expressed or implied
       warranty.

       If you modify the DocBook XML DTD in any way, except for declaring and
       referencing additional sets of general entities and declaring
       additional notations, label your DTD as a variant of DocBook.  See
       the maintenance documentation for more information.

       Please direct all questions, bug reports, or suggestions for
       changes to the docbook@lists.oasis-open.org mailing list. For more
       information, see http://www.oasis-open.org/docbook/.



The Debian packaging is:

    Copyright (C) 2012 José Manuel Santamaría Lema <panfaust@gmail.com>
    Copyright (C) 2009-2011 Obey Arthur Liu <arthur@milliways.fr>
    Copyright (C) 2009-2010 Will Daniels <mail@willdaniels.co.uk>
    Copyright (C) 2009 Olivier Berger <olivier.berger@it-sudparis.eu>
    Copyright (C) 2008 Miriam Ruiz <little_miry@yahoo.es>

    and is licensed under the GPL version 3,
    see `/usr/share/common-licenses/GPL-3'.