From e88bfb332db814e162d90e7c31995e4c986c330e Mon Sep 17 00:00:00 2001 From: jochen Date: Sun, 25 Jul 1999 08:16:26 +0000 Subject: [PATCH] added copyright header git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1132 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/bytecode/TypeSignature.java | 19 +++++++++++++++++++ jode/jode/obfuscator/OptionHandler.java.in | 19 +++++++++++++++++++ jode/jode/obfuscator/ScriptParser.java.in | 19 +++++++++++++++++++ jode/jode/obfuscator/UniqueRenamer.java.in | 19 +++++++++++++++++++ jode/jode/util/UnifyHash.java.in | 19 +++++++++++++++++++ 5 files changed, 95 insertions(+) diff --git a/jode/jode/bytecode/TypeSignature.java b/jode/jode/bytecode/TypeSignature.java index e7c3d41..54113a4 100644 --- a/jode/jode/bytecode/TypeSignature.java +++ b/jode/jode/bytecode/TypeSignature.java @@ -1,3 +1,22 @@ +/* TypeSignature Copyright (C) 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * $Id$ + */ + package jode.bytecode; import jode.AssertError; diff --git a/jode/jode/obfuscator/OptionHandler.java.in b/jode/jode/obfuscator/OptionHandler.java.in index 9adb349..9c0723b 100644 --- a/jode/jode/obfuscator/OptionHandler.java.in +++ b/jode/jode/obfuscator/OptionHandler.java.in @@ -1,3 +1,22 @@ +/* OptionHandler Copyright (C) 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * $Id$ + */ + package jode.obfuscator; import @COLLECTIONS@.Collection; diff --git a/jode/jode/obfuscator/ScriptParser.java.in b/jode/jode/obfuscator/ScriptParser.java.in index e0f0ecf..21dd15c 100644 --- a/jode/jode/obfuscator/ScriptParser.java.in +++ b/jode/jode/obfuscator/ScriptParser.java.in @@ -1,3 +1,22 @@ +/* ScriptParser Copyright (C) 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * $Id$ + */ + package jode.obfuscator; import java.io.BufferedReader; diff --git a/jode/jode/obfuscator/UniqueRenamer.java.in b/jode/jode/obfuscator/UniqueRenamer.java.in index 0ed1a24..1e80d20 100644 --- a/jode/jode/obfuscator/UniqueRenamer.java.in +++ b/jode/jode/obfuscator/UniqueRenamer.java.in @@ -1,3 +1,22 @@ +/* UniqueRenamer Copyright (C) 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * $Id$ + */ + package jode.obfuscator; import @COLLECTIONS@.Iterator; diff --git a/jode/jode/util/UnifyHash.java.in b/jode/jode/util/UnifyHash.java.in index c06ed3b..b7fb74d 100644 --- a/jode/jode/util/UnifyHash.java.in +++ b/jode/jode/util/UnifyHash.java.in @@ -1,3 +1,22 @@ +/* UnifyHash Copyright (C) 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * + * $Id$ + */ + package jode.util; ///#ifdef JDK12 ///import java.lang.ref.WeakReference;