src/java.desktop/unix/legal/xwd.md
author pliden
Wed, 09 Jan 2019 10:18:37 +0100
changeset 53221 3f4f81fbc989
parent 52542 8c7638601045
permissions -rw-r--r--
8216385: ZGC: Fix building without C2 Reviewed-by: shade, eosterlund
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
     1
## xwd v1.0.7
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     2
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
     3
### xwd utility
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     4
<pre>
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     5
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     6
This is the copyright for the files in src/java.desktop/unix/native/libawt_xawt:
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     7
list.h, multiVis.h, wsutils.h, list.c, multiVis.c
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     8
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
     9
Copyright 1994 Hewlett-Packard Co.
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    10
Copyright 1996, 1998  The Open Group
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    11
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    12
Permission to use, copy, modify, distribute, and sell this software and its
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    13
documentation for any purpose is hereby granted without fee, provided that
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    14
the above copyright notice appear in all copies and that both that
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    15
copyright notice and this permission notice appear in supporting
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    16
documentation.
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    17
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    18
The above copyright notice and this permission notice shall be included
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    19
in all copies or substantial portions of the Software.
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    20
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    21
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    22
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    23
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    24
IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    25
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    26
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    27
OTHER DEALINGS IN THE SOFTWARE.
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    28
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    29
Except as contained in this notice, the name of The Open Group shall
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    30
not be used in advertising or otherwise to promote the sale, use or
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    31
other dealings in this Software without prior written authorization
52542
8c7638601045 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr
parents: 52535
diff changeset
    32
from The Open Group.
42670
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    33
d833113eb7d7 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    34
</pre>