Skip to content

Commit 1c3a69e

Browse files
committed
Copyright notice update
1 parent 926e7f4 commit 1c3a69e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

argparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
2+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
33
*/
44

55
#include <cstring>

jvmlauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
4+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
55
* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
66
*
77
* The contents of this file are subject to the terms of either the GNU

jvmlauncher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
4+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
55
* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
66
*
77
* The contents of this file are subject to the terms of either the GNU

platformlauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
4+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
55
* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
66
*
77
* The contents of this file are subject to the terms of either the GNU

platformlauncher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
4+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
55
* Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
66
*
77
* The contents of this file are subject to the terms of either the GNU

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2009-2011 JRuby Team (www.jruby.org).
2+
* Copyright 2009-2012 JRuby Team (www.jruby.org).
33
*/
44

55

0 commit comments

Comments
 (0)