From 6d2b098e39b9a60e3c17388a6f35a24c3f2e7fcf Mon Sep 17 00:00:00 2001 From: tdv Date: Tue, 22 Jul 2008 11:24:32 -0700 Subject: [PATCH] 6728492: typo in copyrights in some files touched by the d3d pipeline port Reviewed-by: prr --- make/common/shared/Platform.gmk | 2 +- make/common/shared/Sanity.gmk | 2 +- make/sun/awt/FILES_c_windows.gmk | 2 +- make/sun/awt/FILES_export_unix.gmk | 2 +- make/sun/awt/FILES_export_windows.gmk | 2 +- make/sun/awt/Makefile | 2 +- make/sun/awt/mapfile-mawt-vers | 2 +- make/sun/awt/mapfile-vers | 2 +- make/sun/awt/mapfile-vers-linux | 2 +- make/sun/font/FILES_c.gmk | 2 +- make/sun/font/Makefile | 2 +- make/sun/headless/mapfile-vers | 2 +- make/sun/xawt/mapfile-vers | 2 +- src/share/classes/java/awt/GraphicsDevice.java | 2 +- src/share/classes/java/awt/Robot.java | 2 +- src/share/classes/java/awt/image/DataBuffer.java | 2 +- src/share/classes/java/awt/peer/ComponentPeer.java | 2 +- src/share/classes/javax/swing/BufferStrategyPaintManager.java | 2 +- src/share/classes/sun/awt/NullComponentPeer.java | 2 +- src/share/classes/sun/awt/image/SunVolatileImage.java | 2 +- src/share/classes/sun/awt/image/SunWritableRaster.java | 2 +- src/share/classes/sun/awt/image/VolatileSurfaceManager.java | 2 +- src/share/classes/sun/font/StrikeCache.java | 2 +- src/share/classes/sun/java2d/SunGraphics2D.java | 2 +- src/share/classes/sun/java2d/SunGraphicsEnvironment.java | 2 +- src/share/classes/sun/java2d/SurfaceData.java | 2 +- src/share/classes/sun/java2d/loops/BlitBg.java | 2 +- src/share/classes/sun/java2d/loops/GeneralRenderer.java | 2 +- src/share/classes/sun/java2d/opengl/OGLContext.java | 2 +- src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java | 2 +- src/share/classes/sun/java2d/opengl/OGLRenderer.java | 2 +- src/share/classes/sun/java2d/opengl/OGLSurfaceData.java | 2 +- src/share/classes/sun/java2d/pipe/BufferedOpCodes.java | 2 +- src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java | 2 +- src/share/classes/sun/java2d/pipe/DrawImage.java | 2 +- src/share/native/sun/font/AccelGlyphCache.c | 2 +- src/share/native/sun/font/AccelGlyphCache.h | 2 +- src/share/native/sun/java2d/Trace.h | 2 +- src/share/native/sun/java2d/loops/BlitBg.c | 2 +- src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c | 2 +- src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h | 2 +- src/share/native/sun/java2d/opengl/OGLContext.c | 2 +- src/share/native/sun/java2d/opengl/OGLContext.h | 2 +- src/share/native/sun/java2d/opengl/OGLFuncs.h | 2 +- src/share/native/sun/java2d/opengl/OGLRenderQueue.c | 2 +- src/share/native/sun/java2d/opengl/OGLRenderQueue.h | 2 +- src/share/native/sun/java2d/opengl/OGLRenderer.c | 2 +- src/share/native/sun/java2d/opengl/OGLRenderer.h | 2 +- src/share/native/sun/java2d/opengl/OGLSurfaceData.c | 2 +- src/share/native/sun/java2d/opengl/OGLSurfaceData.h | 2 +- src/solaris/classes/sun/awt/X11GraphicsConfig.java | 2 +- src/solaris/classes/sun/awt/X11GraphicsDevice.java | 2 +- src/solaris/classes/sun/awt/motif/MComponentPeer.java | 2 +- src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java | 2 +- src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java | 2 +- .../classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java | 2 +- src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java | 2 +- src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c | 2 +- src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c | 2 +- src/windows/classes/sun/awt/Win32GraphicsConfig.java | 2 +- src/windows/classes/sun/awt/Win32GraphicsDevice.java | 2 +- src/windows/classes/sun/awt/Win32GraphicsEnvironment.java | 2 +- src/windows/classes/sun/awt/windows/WComponentPeer.java | 2 +- src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java | 2 +- src/windows/classes/sun/awt/windows/WToolkit.java | 2 +- src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java | 2 +- src/windows/classes/sun/java2d/opengl/WGLSurfaceData.java | 2 +- .../classes/sun/java2d/opengl/WGLVolatileSurfaceManager.java | 2 +- src/windows/classes/sun/java2d/windows/GDIBlitLoops.java | 2 +- .../classes/sun/java2d/windows/GDIWindowSurfaceData.java | 2 +- src/windows/classes/sun/java2d/windows/WindowsFlags.java | 2 +- src/windows/native/sun/java2d/opengl/WGLGraphicsConfig.c | 2 +- src/windows/native/sun/java2d/opengl/WGLSurfaceData.c | 2 +- src/windows/native/sun/java2d/opengl/WGLSurfaceData.h | 2 +- src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp | 2 +- src/windows/native/sun/java2d/windows/GDIRenderer.cpp | 2 +- src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp | 2 +- src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h | 2 +- src/windows/native/sun/java2d/windows/WindowsFlags.cpp | 2 +- src/windows/native/sun/java2d/windows/WindowsFlags.h | 2 +- src/windows/native/sun/windows/Devices.cpp | 2 +- src/windows/native/sun/windows/awt_Component.h | 2 +- src/windows/native/sun/windows/awt_DrawingSurface.cpp | 2 +- src/windows/native/sun/windows/awt_DrawingSurface.h | 2 +- src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp | 2 +- src/windows/native/sun/windows/awt_Win32GraphicsDevice.h | 2 +- src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp | 2 +- src/windows/native/sun/windows/awtmsg.h | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/make/common/shared/Platform.gmk b/make/common/shared/Platform.gmk index 154591d89..1a28ec0d2 100644 --- a/make/common/shared/Platform.gmk +++ b/make/common/shared/Platform.gmk @@ -1,5 +1,5 @@ # -# Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/common/shared/Sanity.gmk b/make/common/shared/Sanity.gmk index 3483b6c74..bc76e3636 100644 --- a/make/common/shared/Sanity.gmk +++ b/make/common/shared/Sanity.gmk @@ -1,5 +1,5 @@ # -# Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/FILES_c_windows.gmk b/make/sun/awt/FILES_c_windows.gmk index 609f55dab..1bd3d4853 100644 --- a/make/sun/awt/FILES_c_windows.gmk +++ b/make/sun/awt/FILES_c_windows.gmk @@ -1,5 +1,5 @@ # -# Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/FILES_export_unix.gmk b/make/sun/awt/FILES_export_unix.gmk index 9822788b1..3186785dc 100644 --- a/make/sun/awt/FILES_export_unix.gmk +++ b/make/sun/awt/FILES_export_unix.gmk @@ -1,5 +1,5 @@ # -# Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/FILES_export_windows.gmk b/make/sun/awt/FILES_export_windows.gmk index b8bf3dcd7..95933ceb3 100644 --- a/make/sun/awt/FILES_export_windows.gmk +++ b/make/sun/awt/FILES_export_windows.gmk @@ -1,5 +1,5 @@ # -# Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/Makefile b/make/sun/awt/Makefile index bd5fca2f4..e34d2f090 100644 --- a/make/sun/awt/Makefile +++ b/make/sun/awt/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1995-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/mapfile-mawt-vers b/make/sun/awt/mapfile-mawt-vers index b822ca547..a9a422927 100644 --- a/make/sun/awt/mapfile-mawt-vers +++ b/make/sun/awt/mapfile-mawt-vers @@ -1,5 +1,5 @@ # -# Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/mapfile-vers b/make/sun/awt/mapfile-vers index 148767331..9ab965e07 100644 --- a/make/sun/awt/mapfile-vers +++ b/make/sun/awt/mapfile-vers @@ -1,5 +1,5 @@ # -# Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/awt/mapfile-vers-linux b/make/sun/awt/mapfile-vers-linux index 499dbbda0..b9df2a164 100644 --- a/make/sun/awt/mapfile-vers-linux +++ b/make/sun/awt/mapfile-vers-linux @@ -1,5 +1,5 @@ # -# Copyright 2002-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/font/FILES_c.gmk b/make/sun/font/FILES_c.gmk index ef1939286..2940ac78a 100644 --- a/make/sun/font/FILES_c.gmk +++ b/make/sun/font/FILES_c.gmk @@ -1,5 +1,5 @@ # -# Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/font/Makefile b/make/sun/font/Makefile index 2688fa725..a0179c125 100644 --- a/make/sun/font/Makefile +++ b/make/sun/font/Makefile @@ -1,5 +1,5 @@ # -# Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/headless/mapfile-vers b/make/sun/headless/mapfile-vers index d445baa63..a94d5a5c9 100644 --- a/make/sun/headless/mapfile-vers +++ b/make/sun/headless/mapfile-vers @@ -1,5 +1,5 @@ # -# Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/make/sun/xawt/mapfile-vers b/make/sun/xawt/mapfile-vers index 4d8d9f064..9e0b434b5 100644 --- a/make/sun/xawt/mapfile-vers +++ b/make/sun/xawt/mapfile-vers @@ -1,5 +1,5 @@ # -# Copyright 2002-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. +# Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/java/awt/GraphicsDevice.java b/src/share/classes/java/awt/GraphicsDevice.java index e9dfd5a1d..47b578129 100644 --- a/src/share/classes/java/awt/GraphicsDevice.java +++ b/src/share/classes/java/awt/GraphicsDevice.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/java/awt/Robot.java b/src/share/classes/java/awt/Robot.java index 95d383e5b..2ce6a2686 100644 --- a/src/share/classes/java/awt/Robot.java +++ b/src/share/classes/java/awt/Robot.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/java/awt/image/DataBuffer.java b/src/share/classes/java/awt/image/DataBuffer.java index c53707fab..a8e5b860d 100644 --- a/src/share/classes/java/awt/image/DataBuffer.java +++ b/src/share/classes/java/awt/image/DataBuffer.java @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/java/awt/peer/ComponentPeer.java b/src/share/classes/java/awt/peer/ComponentPeer.java index 5abe647c9..783076b06 100644 --- a/src/share/classes/java/awt/peer/ComponentPeer.java +++ b/src/share/classes/java/awt/peer/ComponentPeer.java @@ -1,5 +1,5 @@ /* - * Copyright 1995-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/javax/swing/BufferStrategyPaintManager.java b/src/share/classes/javax/swing/BufferStrategyPaintManager.java index 241ff3f4e..3c084afd1 100644 --- a/src/share/classes/javax/swing/BufferStrategyPaintManager.java +++ b/src/share/classes/javax/swing/BufferStrategyPaintManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/awt/NullComponentPeer.java b/src/share/classes/sun/awt/NullComponentPeer.java index f18699e95..8818c4728 100644 --- a/src/share/classes/sun/awt/NullComponentPeer.java +++ b/src/share/classes/sun/awt/NullComponentPeer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/awt/image/SunVolatileImage.java b/src/share/classes/sun/awt/image/SunVolatileImage.java index 4f430af60..a997085cd 100644 --- a/src/share/classes/sun/awt/image/SunVolatileImage.java +++ b/src/share/classes/sun/awt/image/SunVolatileImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/awt/image/SunWritableRaster.java b/src/share/classes/sun/awt/image/SunWritableRaster.java index b312add69..35015bf0d 100644 --- a/src/share/classes/sun/awt/image/SunWritableRaster.java +++ b/src/share/classes/sun/awt/image/SunWritableRaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/awt/image/VolatileSurfaceManager.java b/src/share/classes/sun/awt/image/VolatileSurfaceManager.java index 2b9cd73b0..f3790beb5 100644 --- a/src/share/classes/sun/awt/image/VolatileSurfaceManager.java +++ b/src/share/classes/sun/awt/image/VolatileSurfaceManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/font/StrikeCache.java b/src/share/classes/sun/font/StrikeCache.java index 041c4ca59..560be3af2 100644 --- a/src/share/classes/sun/font/StrikeCache.java +++ b/src/share/classes/sun/font/StrikeCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/SunGraphics2D.java b/src/share/classes/sun/java2d/SunGraphics2D.java index b95d53a3b..0bb4bb64f 100644 --- a/src/share/classes/sun/java2d/SunGraphics2D.java +++ b/src/share/classes/sun/java2d/SunGraphics2D.java @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/SunGraphicsEnvironment.java b/src/share/classes/sun/java2d/SunGraphicsEnvironment.java index 89f9e103c..e0e03d36a 100644 --- a/src/share/classes/sun/java2d/SunGraphicsEnvironment.java +++ b/src/share/classes/sun/java2d/SunGraphicsEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/SurfaceData.java b/src/share/classes/sun/java2d/SurfaceData.java index e5431679b..84acfbd8f 100644 --- a/src/share/classes/sun/java2d/SurfaceData.java +++ b/src/share/classes/sun/java2d/SurfaceData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/loops/BlitBg.java b/src/share/classes/sun/java2d/loops/BlitBg.java index 7385bbd0f..77ae4b364 100644 --- a/src/share/classes/sun/java2d/loops/BlitBg.java +++ b/src/share/classes/sun/java2d/loops/BlitBg.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/loops/GeneralRenderer.java b/src/share/classes/sun/java2d/loops/GeneralRenderer.java index 57d1e373b..6a7eade32 100644 --- a/src/share/classes/sun/java2d/loops/GeneralRenderer.java +++ b/src/share/classes/sun/java2d/loops/GeneralRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 1998-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/opengl/OGLContext.java b/src/share/classes/sun/java2d/opengl/OGLContext.java index 9b0bc46db..5ac6afbbc 100644 --- a/src/share/classes/sun/java2d/opengl/OGLContext.java +++ b/src/share/classes/sun/java2d/opengl/OGLContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java b/src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java index b8b8cf46c..498ca868c 100644 --- a/src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java +++ b/src/share/classes/sun/java2d/opengl/OGLGraphicsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/opengl/OGLRenderer.java b/src/share/classes/sun/java2d/opengl/OGLRenderer.java index 9df727327..9fc678797 100644 --- a/src/share/classes/sun/java2d/opengl/OGLRenderer.java +++ b/src/share/classes/sun/java2d/opengl/OGLRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/opengl/OGLSurfaceData.java b/src/share/classes/sun/java2d/opengl/OGLSurfaceData.java index 3b721082a..78f16f7dc 100644 --- a/src/share/classes/sun/java2d/opengl/OGLSurfaceData.java +++ b/src/share/classes/sun/java2d/opengl/OGLSurfaceData.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/pipe/BufferedOpCodes.java b/src/share/classes/sun/java2d/pipe/BufferedOpCodes.java index 450ea4a27..44de9603a 100644 --- a/src/share/classes/sun/java2d/pipe/BufferedOpCodes.java +++ b/src/share/classes/sun/java2d/pipe/BufferedOpCodes.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java b/src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java index e9f418a96..3961edc69 100644 --- a/src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java +++ b/src/share/classes/sun/java2d/pipe/BufferedRenderPipe.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/classes/sun/java2d/pipe/DrawImage.java b/src/share/classes/sun/java2d/pipe/DrawImage.java index 15ade8dd3..43b17ac6b 100644 --- a/src/share/classes/sun/java2d/pipe/DrawImage.java +++ b/src/share/classes/sun/java2d/pipe/DrawImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/font/AccelGlyphCache.c b/src/share/native/sun/font/AccelGlyphCache.c index 2a54fbf44..73e94a91c 100644 --- a/src/share/native/sun/font/AccelGlyphCache.c +++ b/src/share/native/sun/font/AccelGlyphCache.c @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/font/AccelGlyphCache.h b/src/share/native/sun/font/AccelGlyphCache.h index 3f2c3e724..2a4f0bac1 100644 --- a/src/share/native/sun/font/AccelGlyphCache.h +++ b/src/share/native/sun/font/AccelGlyphCache.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/Trace.h b/src/share/native/sun/java2d/Trace.h index f50dd9366..e4c3bde35 100644 --- a/src/share/native/sun/java2d/Trace.h +++ b/src/share/native/sun/java2d/Trace.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/loops/BlitBg.c b/src/share/native/sun/java2d/loops/BlitBg.c index 4c7e1f353..892d56606 100644 --- a/src/share/native/sun/java2d/loops/BlitBg.c +++ b/src/share/native/sun/java2d/loops/BlitBg.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c b/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c index 0240920b8..d6c100c0f 100644 --- a/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c +++ b/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.c @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h b/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h index 4845e3ae9..c3393cc45 100644 --- a/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h +++ b/src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h @@ -1,5 +1,5 @@ /* - * Copyright 2000-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLContext.c b/src/share/native/sun/java2d/opengl/OGLContext.c index 66ad30cda..3a845b0f9 100644 --- a/src/share/native/sun/java2d/opengl/OGLContext.c +++ b/src/share/native/sun/java2d/opengl/OGLContext.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLContext.h b/src/share/native/sun/java2d/opengl/OGLContext.h index d8605a7a0..78b89a53a 100644 --- a/src/share/native/sun/java2d/opengl/OGLContext.h +++ b/src/share/native/sun/java2d/opengl/OGLContext.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLFuncs.h b/src/share/native/sun/java2d/opengl/OGLFuncs.h index e902da8c6..a63f35b83 100644 --- a/src/share/native/sun/java2d/opengl/OGLFuncs.h +++ b/src/share/native/sun/java2d/opengl/OGLFuncs.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLRenderQueue.c b/src/share/native/sun/java2d/opengl/OGLRenderQueue.c index 2143e0c9a..ffd0ebcb4 100644 --- a/src/share/native/sun/java2d/opengl/OGLRenderQueue.c +++ b/src/share/native/sun/java2d/opengl/OGLRenderQueue.c @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLRenderQueue.h b/src/share/native/sun/java2d/opengl/OGLRenderQueue.h index 743ee7216..512f6292a 100644 --- a/src/share/native/sun/java2d/opengl/OGLRenderQueue.h +++ b/src/share/native/sun/java2d/opengl/OGLRenderQueue.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLRenderer.c b/src/share/native/sun/java2d/opengl/OGLRenderer.c index a070ba513..ac844b3eb 100644 --- a/src/share/native/sun/java2d/opengl/OGLRenderer.c +++ b/src/share/native/sun/java2d/opengl/OGLRenderer.c @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLRenderer.h b/src/share/native/sun/java2d/opengl/OGLRenderer.h index 78d8dd0e9..207ee5133 100644 --- a/src/share/native/sun/java2d/opengl/OGLRenderer.h +++ b/src/share/native/sun/java2d/opengl/OGLRenderer.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLSurfaceData.c b/src/share/native/sun/java2d/opengl/OGLSurfaceData.c index 50cbaf3f0..2b45a610b 100644 --- a/src/share/native/sun/java2d/opengl/OGLSurfaceData.c +++ b/src/share/native/sun/java2d/opengl/OGLSurfaceData.c @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/share/native/sun/java2d/opengl/OGLSurfaceData.h b/src/share/native/sun/java2d/opengl/OGLSurfaceData.h index 7d21068bf..553913bbb 100644 --- a/src/share/native/sun/java2d/opengl/OGLSurfaceData.h +++ b/src/share/native/sun/java2d/opengl/OGLSurfaceData.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/awt/X11GraphicsConfig.java b/src/solaris/classes/sun/awt/X11GraphicsConfig.java index 7418290ba..8ea5717ac 100644 --- a/src/solaris/classes/sun/awt/X11GraphicsConfig.java +++ b/src/solaris/classes/sun/awt/X11GraphicsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/awt/X11GraphicsDevice.java b/src/solaris/classes/sun/awt/X11GraphicsDevice.java index 6ca476f12..ed495b177 100644 --- a/src/solaris/classes/sun/awt/X11GraphicsDevice.java +++ b/src/solaris/classes/sun/awt/X11GraphicsDevice.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/awt/motif/MComponentPeer.java b/src/solaris/classes/sun/awt/motif/MComponentPeer.java index 0f8073be1..87f556c93 100644 --- a/src/solaris/classes/sun/awt/motif/MComponentPeer.java +++ b/src/solaris/classes/sun/awt/motif/MComponentPeer.java @@ -1,5 +1,5 @@ /* - * Copyright 1995-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java b/src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java index f10b2e725..8e8e18448 100644 --- a/src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java +++ b/src/solaris/classes/sun/java2d/opengl/GLXGraphicsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java b/src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java index 9f0fbb3db..15c36f0ea 100644 --- a/src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java +++ b/src/solaris/classes/sun/java2d/opengl/GLXSurfaceData.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java b/src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java index ad449cf4d..38748055c 100644 --- a/src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java +++ b/src/solaris/classes/sun/java2d/opengl/GLXVolatileSurfaceManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java b/src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java index 61e390585..3adb5a691 100644 --- a/src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java +++ b/src/solaris/classes/sun/java2d/x11/X11PMBlitBgLoops.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c b/src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c index d1298161d..6e4376fb0 100644 --- a/src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c +++ b/src/solaris/native/sun/java2d/opengl/GLXGraphicsConfig.c @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c b/src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c index 48e336b48..a8c303f94 100644 --- a/src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c +++ b/src/solaris/native/sun/java2d/opengl/GLXSurfaceData.c @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/Win32GraphicsConfig.java b/src/windows/classes/sun/awt/Win32GraphicsConfig.java index a5fe4d74e..d24ce0eb1 100644 --- a/src/windows/classes/sun/awt/Win32GraphicsConfig.java +++ b/src/windows/classes/sun/awt/Win32GraphicsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/Win32GraphicsDevice.java b/src/windows/classes/sun/awt/Win32GraphicsDevice.java index b33c8b9b2..ba4769813 100644 --- a/src/windows/classes/sun/awt/Win32GraphicsDevice.java +++ b/src/windows/classes/sun/awt/Win32GraphicsDevice.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/Win32GraphicsEnvironment.java b/src/windows/classes/sun/awt/Win32GraphicsEnvironment.java index c9677f155..80ee77470 100644 --- a/src/windows/classes/sun/awt/Win32GraphicsEnvironment.java +++ b/src/windows/classes/sun/awt/Win32GraphicsEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/windows/WComponentPeer.java b/src/windows/classes/sun/awt/windows/WComponentPeer.java index b5a71e9b2..0f71eda29 100644 --- a/src/windows/classes/sun/awt/windows/WComponentPeer.java +++ b/src/windows/classes/sun/awt/windows/WComponentPeer.java @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java b/src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java index 527908d69..2e1e6e618 100644 --- a/src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java +++ b/src/windows/classes/sun/awt/windows/WEmbeddedFramePeer.java @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/awt/windows/WToolkit.java b/src/windows/classes/sun/awt/windows/WToolkit.java index eaf3fb6c6..5ea8ca3ac 100644 --- a/src/windows/classes/sun/awt/windows/WToolkit.java +++ b/src/windows/classes/sun/awt/windows/WToolkit.java @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java b/src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java index 2df1c56ce..7ff7e1e8d 100644 --- a/src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java +++ b/src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/opengl/WGLSurfaceData.java b/src/windows/classes/sun/java2d/opengl/WGLSurfaceData.java index c152d4e8b..27997aa8c 100644 --- a/src/windows/classes/sun/java2d/opengl/WGLSurfaceData.java +++ b/src/windows/classes/sun/java2d/opengl/WGLSurfaceData.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/opengl/WGLVolatileSurfaceManager.java b/src/windows/classes/sun/java2d/opengl/WGLVolatileSurfaceManager.java index 3ee197ece..c43e3b1c1 100644 --- a/src/windows/classes/sun/java2d/opengl/WGLVolatileSurfaceManager.java +++ b/src/windows/classes/sun/java2d/opengl/WGLVolatileSurfaceManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/windows/GDIBlitLoops.java b/src/windows/classes/sun/java2d/windows/GDIBlitLoops.java index 25b3e36c8..541a5a38b 100644 --- a/src/windows/classes/sun/java2d/windows/GDIBlitLoops.java +++ b/src/windows/classes/sun/java2d/windows/GDIBlitLoops.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/windows/GDIWindowSurfaceData.java b/src/windows/classes/sun/java2d/windows/GDIWindowSurfaceData.java index 268c44dcf..4d12fe680 100644 --- a/src/windows/classes/sun/java2d/windows/GDIWindowSurfaceData.java +++ b/src/windows/classes/sun/java2d/windows/GDIWindowSurfaceData.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/classes/sun/java2d/windows/WindowsFlags.java b/src/windows/classes/sun/java2d/windows/WindowsFlags.java index fcd2215c9..05dad9c37 100644 --- a/src/windows/classes/sun/java2d/windows/WindowsFlags.java +++ b/src/windows/classes/sun/java2d/windows/WindowsFlags.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/opengl/WGLGraphicsConfig.c b/src/windows/native/sun/java2d/opengl/WGLGraphicsConfig.c index f22d75b8e..3e05a65ea 100644 --- a/src/windows/native/sun/java2d/opengl/WGLGraphicsConfig.c +++ b/src/windows/native/sun/java2d/opengl/WGLGraphicsConfig.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c b/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c index 865dac6e1..71d5e8764 100644 --- a/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c +++ b/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/opengl/WGLSurfaceData.h b/src/windows/native/sun/java2d/opengl/WGLSurfaceData.h index 488507183..acc7f46bb 100644 --- a/src/windows/native/sun/java2d/opengl/WGLSurfaceData.h +++ b/src/windows/native/sun/java2d/opengl/WGLSurfaceData.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp b/src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp index cda5d74f1..06d3c5f3f 100644 --- a/src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp +++ b/src/windows/native/sun/java2d/windows/GDIBlitLoops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/GDIRenderer.cpp b/src/windows/native/sun/java2d/windows/GDIRenderer.cpp index 4d4431ec4..5a06df00b 100644 --- a/src/windows/native/sun/java2d/windows/GDIRenderer.cpp +++ b/src/windows/native/sun/java2d/windows/GDIRenderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp b/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp index 16836db17..b7032df7b 100644 --- a/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp +++ b/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h b/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h index 183e73191..6c37c8e2a 100644 --- a/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h +++ b/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/WindowsFlags.cpp b/src/windows/native/sun/java2d/windows/WindowsFlags.cpp index 776b4c422..b7040b8d8 100644 --- a/src/windows/native/sun/java2d/windows/WindowsFlags.cpp +++ b/src/windows/native/sun/java2d/windows/WindowsFlags.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/java2d/windows/WindowsFlags.h b/src/windows/native/sun/java2d/windows/WindowsFlags.h index fc088da5c..37d3ea8bd 100644 --- a/src/windows/native/sun/java2d/windows/WindowsFlags.h +++ b/src/windows/native/sun/java2d/windows/WindowsFlags.h @@ -1,6 +1,6 @@ /* - * Copyright 2003-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/Devices.cpp b/src/windows/native/sun/windows/Devices.cpp index fcfdee833..8bcee15b8 100644 --- a/src/windows/native/sun/windows/Devices.cpp +++ b/src/windows/native/sun/windows/Devices.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_Component.h b/src/windows/native/sun/windows/awt_Component.h index cba9683dc..b41ab46e6 100644 --- a/src/windows/native/sun/windows/awt_Component.h +++ b/src/windows/native/sun/windows/awt_Component.h @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_DrawingSurface.cpp b/src/windows/native/sun/windows/awt_DrawingSurface.cpp index 3b36681b3..d1ef05684 100644 --- a/src/windows/native/sun/windows/awt_DrawingSurface.cpp +++ b/src/windows/native/sun/windows/awt_DrawingSurface.cpp @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_DrawingSurface.h b/src/windows/native/sun/windows/awt_DrawingSurface.h index 09447b408..4027ebe72 100644 --- a/src/windows/native/sun/windows/awt_DrawingSurface.h +++ b/src/windows/native/sun/windows/awt_DrawingSurface.h @@ -1,5 +1,5 @@ /* - * Copyright 1997-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp b/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp index 3c3ccaf5f..dc4d05efe 100644 --- a/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp +++ b/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_Win32GraphicsDevice.h b/src/windows/native/sun/windows/awt_Win32GraphicsDevice.h index fcf35693e..9d3978ba3 100644 --- a/src/windows/native/sun/windows/awt_Win32GraphicsDevice.h +++ b/src/windows/native/sun/windows/awt_Win32GraphicsDevice.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp b/src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp index 199811c3e..398e17d27 100644 --- a/src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp +++ b/src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp @@ -1,5 +1,5 @@ /* - * Copyright 1999-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/src/windows/native/sun/windows/awtmsg.h b/src/windows/native/sun/windows/awtmsg.h index 4fa0acc62..fe03b0c46 100644 --- a/src/windows/native/sun/windows/awtmsg.h +++ b/src/windows/native/sun/windows/awtmsg.h @@ -1,5 +1,5 @@ /* - * Copyright 1996-2008 Sun Microsystems Microsystems, Inc. All Rights Reserved. + * Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it -- GitLab