/hg/icedtea6: Add 2010 to some copyright headers that were missi...
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Tue Feb 23 04:05:57 PST 2010
changeset 9748785082e5 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=9748785082e5
author: Gary Benson <gbenson at redhat.com>
date: Tue Feb 23 12:05:51 2010 +0000
Add 2010 to some copyright headers that were missing it
diffstat:
5 files changed, 13 insertions(+), 8 deletions(-)
ChangeLog | 7 +++++++
ports/hotspot/make/linux/makefiles/shark.make | 2 +-
ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp | 8 +++-----
ports/hotspot/src/share/vm/shark/sharkCompiler.cpp | 2 +-
ports/hotspot/src/share/vm/shark/sharkContext.hpp | 2 +-
diffs (71 lines):
diff -r fee30f40652c -r 9748785082e5 ChangeLog
--- a/ChangeLog Tue Feb 23 09:01:28 2010 +0000
+++ b/ChangeLog Tue Feb 23 12:05:51 2010 +0000
@@ -1,3 +1,10 @@ 2010-02-23 Gary Benson <gbenson at redhat
+2010-02-23 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/make/linux/makefiles/shark.make: Update copyright.
+ * ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp: Likewise.
+ * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp: Likewise.
+ * ports/hotspot/src/share/vm/shark/sharkContext.hpp: Likewise.
+
2010-02-23 Gary Benson <gbenson at redhat.com>
* ports/hotspot/make/linux/makefiles/shark.make: Comment fix.
diff -r fee30f40652c -r 9748785082e5 ports/hotspot/make/linux/makefiles/shark.make
--- a/ports/hotspot/make/linux/makefiles/shark.make Tue Feb 23 09:01:28 2010 +0000
+++ b/ports/hotspot/make/linux/makefiles/shark.make Tue Feb 23 12:05:51 2010 +0000
@@ -1,6 +1,6 @@
#
# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
-# Copyright 2008, 2009 Red Hat, Inc.
+# Copyright 2008, 2010 Red Hat, Inc.
# 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 -r fee30f40652c -r 9748785082e5 ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp Tue Feb 23 09:01:28 2010 +0000
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp Tue Feb 23 12:05:51 2010 +0000
@@ -1,6 +1,6 @@
/*
* Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
- * Copyright 2008 Red Hat, Inc.
+ * Copyright 2008, 2009, 2010 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -23,10 +23,8 @@
*
*/
-//
-// Sets the default values for platform dependent flags used by the
-// Shark compiler.
-//
+// Set the default values for platform dependent flags used by the
+// Shark compiler. See globals.hpp for details of what they do.
define_pd_global(bool, BackgroundCompilation, true );
define_pd_global(bool, UseTLAB, true );
diff -r fee30f40652c -r 9748785082e5 ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp Tue Feb 23 09:01:28 2010 +0000
+++ b/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp Tue Feb 23 12:05:51 2010 +0000
@@ -1,6 +1,6 @@
/*
* Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved.
- * Copyright 2008, 2009 Red Hat, Inc.
+ * Copyright 2008, 2009, 2010 Red Hat, Inc.
* 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 -r fee30f40652c -r 9748785082e5 ports/hotspot/src/share/vm/shark/sharkContext.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkContext.hpp Tue Feb 23 09:01:28 2010 +0000
+++ b/ports/hotspot/src/share/vm/shark/sharkContext.hpp Tue Feb 23 12:05:51 2010 +0000
@@ -1,6 +1,6 @@
/*
* Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved.
- * Copyright 2009 Red Hat, Inc.
+ * Copyright 2009, 2010 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
More information about the distro-pkg-dev
mailing list