Advertisement
Guest User

copyright notice

a guest
Apr 9th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Copyright Notice: Code Conventions for the Java TM Programming Language
  2.  
  3. You may copy, adapt, and redistribute this document for non-commercial use or for your own internal use in a commercial setting. However, you may not republish this document, nor may you publish or distribute any adaptation of this document for other than non-commercial use or your own internal use, without first obtaining express written approval from Sun.
  4.  
  5. When copying, adapting, or redistributing this document in keeping with the guidelines above, you are required to provide proper attribution to Sun. If you reproduce or distribute the document without making any substantive modifications to its content, please use the following attribution line:
  6.  
  7. Copyright 1995-1999 Sun Microsystems, Inc. All rights reserved. Used by permission.
  8.  
  9. If you modify the document content in a way that alters its meaning, for example, to conform with your own company's coding conventions, please use this attribution line:
  10.  
  11. Adapted with permission from CODE CONVENTIONS FOR THE JAVA TM PROGRAMMING LANGUAGE. Copyright 1995-1999 Sun Microsysytems, Inc. All rights reserved.
  12.  
  13. Either way, please include a hypertext link or other reference to the Java Code Conventions Web site at: http://java.sun.com/docs/codeconv/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement