From 175b9166725acd72f4e0f3198ec24a3d955b6b42 Mon Sep 17 00:00:00 2001 From: inglorion Date: Thu, 8 May 2008 08:48:29 +0200 Subject: [PATCH] Added copyright information and license (LGPL 2.1). --- include/alchemist/x86.h | 19 +++++++++++++++++++ x86/lib/x86.c | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/include/alchemist/x86.h b/include/alchemist/x86.h index 34b7e20..760a14b 100644 --- a/include/alchemist/x86.h +++ b/include/alchemist/x86.h @@ -1,3 +1,22 @@ +/* + * alchemist - code generation library + * Copyright (C) 2008 Robbert Haarman + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #define CG_X86_OP_ADD 1 diff --git a/x86/lib/x86.c b/x86/lib/x86.c index fbe1b15..fdf35c7 100644 --- a/x86/lib/x86.c +++ b/x86/lib/x86.c @@ -1,3 +1,22 @@ +/* + * alchemist - code generation library + * Copyright (C) 2008 Robbert Haarman + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include "alchemist/x86.h" -- 2.11.4.GIT