X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnative%2Fnative.c;h=0a6cfdf63c1331d36b4b788319a3e4a120fe7a4e;hb=ad92477479aeed17382996ab43a7ca0dfab2ba93;hp=b17d75a1487532760b0e70a970bc40d3a5a5d87a;hpb=092f4fa772b25b4a54c09720e4bf0b785ade37fc;p=cacao.git diff --git a/src/native/native.c b/src/native/native.c index b17d75a14..0a6cfdf63 100644 --- a/src/native/native.c +++ b/src/native/native.c @@ -1,9 +1,9 @@ /* src/native/native.c - table of native functions - Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, - R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, - C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, - Institut f. Computersprachen - TU Wien + Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, + C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, + E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, + J. Wenninger, Institut f. Computersprachen - TU Wien This file is part of CACAO. @@ -19,10 +19,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. - Contact: cacao@complang.tuwien.ac.at + Contact: cacao@cacaojvm.org Authors: Reinhard Grafl Roman Obermaisser @@ -30,7 +30,7 @@ Changes: Christian Thalinger - $Id: native.c 4212 2006-01-15 14:12:05Z twisti $ + $Id: native.c 4357 2006-01-22 23:33:38Z twisti $ */