diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-01-18 07:08:50 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-01-18 07:08:50 +0000 |
commit | 4b2de8a77ed0e754a8a0c0f934422a587f4f6b31 (patch) | |
tree | 198330fce1d0bfb96545b79e11edef7da4e28148 /src/main/javassist/bytecode/ClassFile.java | |
parent | e667c0de322c5d1b84263b3adb65b6213b974b40 (diff) | |
download | javassist-4b2de8a77ed0e754a8a0c0f934422a587f4f6b31.tar.gz javassist-4b2de8a77ed0e754a8a0c0f934422a587f4f6b31.zip |
Change the year in the copyright notices from 2004 to 2005.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@153 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/bytecode/ClassFile.java')
-rw-r--r-- | src/main/javassist/bytecode/ClassFile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/javassist/bytecode/ClassFile.java b/src/main/javassist/bytecode/ClassFile.java index 5c4bc1cc..713e509d 100644 --- a/src/main/javassist/bytecode/ClassFile.java +++ b/src/main/javassist/bytecode/ClassFile.java @@ -1,6 +1,6 @@ /* * Javassist, a Java-bytecode translator toolkit. - * Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved. + * Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with |