From 50add9944b285d98377fcf6b8e102ee533157464 Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 1 Apr 1999 10:22:58 +0000 Subject: [PATCH] changed copyright git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@481 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/bytecode/BinaryInfo.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } } -