Reorganizing com.sun.opengl.utils

I would like to propose a slight reorganization of the com.sun.opengl.utils package, which is included as a utility library in the JOGL distribution. The naming convention doesn’t match that of the core Java APIs; the core Java APIs use the singular rather than the plural. Therefore, I would like to suggest renaming this package to com.sun.opengl.util and the BufferUtils class to BufferUtil. The primary motivation is to get the right naming convention for future utility classes that might be added to this package. Does anyone have any comments or objections to this proposal? If it’s generally acceptable, I’ll make this change in a few days.