Ignore:
Timestamp:
Mar 26, 2011, 8:39:20 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
87 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/build.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/index.html

    r2 r278  
    44  <head>
    55<!--
    6  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     6 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    77
    88 Redistribution and use in source and binary forms, with or without
     
    1717     documentation and/or other materials provided with the distribution.
    1818
    19    - Neither the name of Sun Microsystems nor the names of its
     19   - Neither the name of Oracle nor the names of its
    2020     contributors may be used to endorse or promote products derived
    2121     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/file-targets.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/jdk.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/project.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html

    r2 r278  
    55
    66<!--
    7  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     7 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    88
    99 Redistribution and use in source and binary forms, with or without
     
    1818     documentation and/or other materials provided with the distribution.
    1919
    20    - Neither the name of Sun Microsystems nor the names of its
     20   - Neither the name of Oracle nor the names of its
    2121     contributors may be used to endorse or promote products derived
    2222     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html

    r2 r278  
    44  <head>
    55<!--
    6  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     6 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    77
    88 Redistribution and use in source and binary forms, with or without
     
    1717     documentation and/or other materials provided with the distribution.
    1818
    19    - Neither the name of Sun Microsystems nor the names of its
     19   - Neither the name of Oracle nor the names of its
    2020     contributors may be used to endorse or promote products derived
    2121     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/etc/testconfig.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java

    r2 r278  
    11/*
    2  * Copyright 2006-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nbproject/project.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/AcceptHandler.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Acceptor.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/B1.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/BN.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/BP.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/ChannelIO.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/ChannelIOSecure.java

    r2 r278  
    11/*
    2  * Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Content.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Dispatcher.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Dispatcher1.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/DispatcherN.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/FileContent.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Handler.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/MalformedRequestException.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/N1.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/N2.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Reply.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Request.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/RequestHandler.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/RequestServicer.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Sendable.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/Server.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/StringContent.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/nio/server/URLDumper.java

    r2 r278  
    11/*
    2  * Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/build.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/file-targets.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/jdk.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/netbeans-targets.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/project.xml

    r2 r278  
    22
    33<!--
    4  Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    55
    66 Redistribution and use in source and binary forms, with or without
     
    1515     documentation and/or other materials provided with the distribution.
    1616
    17    - Neither the name of Sun Microsystems nor the names of its
     17   - Neither the name of Oracle nor the names of its
    1818     contributors may be used to endorse or promote products derived
    1919     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/Main.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/conc.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/gui.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/mm.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/scriptpad.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/browse.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/insertfile.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/linewrap.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/mail.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memmonitor.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.bat

    r2 r278  
    11@echo off
    22REM
    3 REM Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     3REM Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    44REM
    55REM Redistribution and use in source and binary forms, with or without
     
    1414REM     documentation and/or other materials provided with the distribution.
    1515REM
    16 REM   - Neither the name of Sun Microsystems nor the names of its
     16REM   - Neither the name of Oracle nor the names of its
    1717REM     contributors may be used to endorse or promote products derived
    1818REM     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.sh

    r2 r278  
    11#
    2 # Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33#
    44# Redistribution and use in source and binary forms, with or without
     
    1313#     documentation and/or other materials provided with the distribution.
    1414#
    15 #   - Neither the name of Sun Microsystems nor the names of its
     15#   - Neither the name of Oracle nor the names of its
    1616#     contributors may be used to endorse or promote products derived
    1717#     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/textcolor.js

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/Makefile

    r2 r278  
    11#
    2 # Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33#
    44# Redistribution and use in source and binary forms, with or without
     
    1313#     documentation and/or other materials provided with the distribution.
    1414#
    15 #   - Neither the name of Sun Microsystems nor the names of its
     15#   - Neither the name of Oracle nor the names of its
    1616#     contributors may be used to endorse or promote products derived
    1717#     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/invoked.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/invoker.cs

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/jinvoker.cpp

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/jinvokerExp.h

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/Makefile

    r2 r278  
    11#
    2 # Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33#
    44# Redistribution and use in source and binary forms, with or without
     
    1313#     documentation and/or other materials provided with the distribution.
    1414#
    15 #   - Neither the name of Sun Microsystems nor the names of its
     15#   - Neither the name of Oracle nor the names of its
    1616#     contributors may be used to endorse or promote products derived
    1717#     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoked.cs

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.cpp

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.h

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.java

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
  • trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invokerExp.h

    r2 r278  
    11/*
    2  * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    1313 *     documentation and/or other materials provided with the distribution.
    1414 *
    15  *   - Neither the name of Sun Microsystems nor the names of its
     15 *   - Neither the name of Oracle nor the names of its
    1616 *     contributors may be used to endorse or promote products derived
    1717 *     from this software without specific prior written permission.
Note: See TracChangeset for help on using the changeset viewer.