Skip to content

Commit

Permalink
7001720: copyright templates not rebranded
Browse files Browse the repository at this point in the history
Reviewed-by: mchung
  • Loading branch information
Kelly O'Hair committed Dec 6, 2010
1 parent 5d80d9a commit 43fa415
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion make/templates/bsd-header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved.
Copyright (c) %YEARS% Oracle and/or its affiliates. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -26,3 +26,4 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

3 changes: 2 additions & 1 deletion make/templates/gpl-cp-header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved.
Copyright (c) %YEARS% Oracle and/or its affiliates. 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
Expand All @@ -20,3 +20,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.

3 changes: 2 additions & 1 deletion make/templates/gpl-header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved.
Copyright (c) %YEARS% Oracle and/or its affiliates. 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
Expand All @@ -18,3 +18,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.

0 comments on commit 43fa415

Please sign in to comment.