X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fexceptions.hpp;fp=src%2Fexceptions.hpp;h=7ef13f6e2df4c66e4ec95119fc91816fd995042d;hb=6a65dca9d597772744524b909f2d89b479b8bf77;hp=5aa1af7dca248fd8acddae3d6459b65fea73e85c;hpb=82756d98187cfc312892b0330b1bc888ffbde3ad;p=emu8051.git diff --git a/src/exceptions.hpp b/src/exceptions.hpp index 5aa1af7..7ef13f6 100644 --- a/src/exceptions.hpp +++ b/src/exceptions.hpp @@ -1,5 +1,23 @@ -// Exceptions.hpp -// Gestion des erreurs pour le programme d'emulation du 8051. +/* + * Exceptions.hpp + * + * Copyright (C) 1999 Jonathan St-André + * Copyright (C) 1999 Hugo Villeneuve + * + * 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 of the License, 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; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #ifndef _EXCEPTION_HPP_ #define _EXCEPTION_HPP_