diff --git a/jode/jode/bytecode/BinaryInfo.java b/jode/jode/bytecode/BinaryInfo.java index 3170fd5..d3bdb8a 100644 --- a/jode/jode/bytecode/BinaryInfo.java +++ b/jode/jode/bytecode/BinaryInfo.java @@ -1,4 +1,4 @@ -/* jode.bytecode.BinaryInfo Copyright (C) 1997-1998 Jochen Hoenicke. +/* BinaryInfo Copyright (C) 1998-1999 Jochen Hoenicke. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -75,4 +75,3 @@ public class BinaryInfo { skipAttributes(input); } } -