Changeset 278 for trunk/openjdk/jdk/src/share/sample
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 87 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/index.html
r2 r278 4 4 <head> 5 5 <!-- 6 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.6 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 7 7 8 8 Redistribution and use in source and binary forms, with or without … … 17 17 documentation and/or other materials provided with the distribution. 18 18 19 - Neither the name of Sun Microsystemsnor the names of its19 - Neither the name of Oracle nor the names of its 20 20 contributors may be used to endorse or promote products derived 21 21 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 5 5 6 6 <!-- 7 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.7 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 8 8 9 9 Redistribution and use in source and binary forms, with or without … … 18 18 documentation and/or other materials provided with the distribution. 19 19 20 - Neither the name of Sun Microsystemsnor the names of its20 - Neither the name of Oracle nor the names of its 21 21 contributors may be used to endorse or promote products derived 22 22 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 4 4 <head> 5 5 <!-- 6 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.6 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 7 7 8 8 Redistribution and use in source and binary forms, with or without … … 17 17 documentation and/or other materials provided with the distribution. 18 18 19 - Neither the name of Sun Microsystemsnor the names of its19 - Neither the name of Oracle nor the names of its 20 20 contributors may be used to endorse or promote products derived 21 21 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/jmx/jmx-scandir/src/etc/testconfig.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, 2007, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/AcceptHandler.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Acceptor.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/B1.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/BN.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/BP.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/ChannelIO.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/ChannelIOSecure.java
r2 r278 1 1 /* 2 * Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Content.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Dispatcher.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Dispatcher1.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/DispatcherN.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/FileContent.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Handler.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/MalformedRequestException.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/N1.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/N2.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Reply.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Request.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/RequestHandler.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/RequestServicer.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Sendable.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/Server.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/StringContent.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/nio/server/URLDumper.java
r2 r278 1 1 /* 2 * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/build.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/file-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/jdk.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/netbeans-targets.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/nbproject/project.xml
r2 r278 2 2 3 3 <!-- 4 Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 6 6 Redistribution and use in source and binary forms, with or without … … 15 15 documentation and/or other materials provided with the distribution. 16 16 17 - Neither the name of Sun Microsystemsnor the names of its17 - Neither the name of Oracle nor the names of its 18 18 contributors may be used to endorse or promote products derived 19 19 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 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/Main.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/conc.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/gui.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/mm.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/resources/scriptpad.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/browse.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/insertfile.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/linewrap.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/mail.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memmonitor.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.bat
r2 r278 1 1 @echo off 2 2 REM 3 REM Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 REM Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 REM 5 5 REM Redistribution and use in source and binary forms, with or without … … 14 14 REM documentation and/or other materials provided with the distribution. 15 15 REM 16 REM - Neither the name of Sun Microsystemsnor the names of its16 REM - Neither the name of Oracle nor the names of its 17 17 REM contributors may be used to endorse or promote products derived 18 18 REM from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.sh
r2 r278 1 1 # 2 # Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/scripting/scriptpad/src/scripts/textcolor.js
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/Makefile
r2 r278 1 1 # 2 # Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/invoked.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/invoker.cs
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/jinvoker.cpp
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/clr-jvm/jinvokerExp.h
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/Makefile
r2 r278 1 1 # 2 # Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 # Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 # 4 4 # Redistribution and use in source and binary forms, with or without … … 13 13 # documentation and/or other materials provided with the distribution. 14 14 # 15 # - Neither the name of Sun Microsystemsnor the names of its15 # - Neither the name of Oracle nor the names of its 16 16 # contributors may be used to endorse or promote products derived 17 17 # from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoked.cs
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.cpp
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.h
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invoker.java
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/share/sample/vm/jvm-clr/invokerExp.h
r2 r278 1 1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 13 13 * documentation and/or other materials provided with the distribution. 14 14 * 15 * - Neither the name of Sun Microsystemsnor the names of its15 * - Neither the name of Oracle nor the names of its 16 16 * contributors may be used to endorse or promote products derived 17 17 * from this software without specific prior written permission.
Note:
See TracChangeset
for help on using the changeset viewer.