Skip to content

Commit d1018bf

Browse files
author
Joel Dice
committed
update copyright years
1 parent c485613 commit d1018bf

32 files changed

+32
-32
lines changed

classpath/java/io/File.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/io/InputStreamReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/lang/Long.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/lang/String.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/nio/channels/SocketChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/util/BitSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/util/Calendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/util/Collections.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

classpath/java/util/logging/Logger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008, Avian Contributors
1+
Copyright (c) 2008-2009, Avian Contributors
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

src/assembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/binaryToMacho.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/bootimage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/bootimage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/builtin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/compile-x86.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/compile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/interpret.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/jnienv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/machine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/machine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/posix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/powerpc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/powerpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/x86.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/x86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

src/x86.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008, Avian Contributors
1+
/* Copyright (c) 2008-2009, Avian Contributors
22
33
Permission to use, copy, modify, and/or distribute this software
44
for any purpose with or without fee is hereby granted, provided

0 commit comments

Comments
 (0)