summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console/outch.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:49:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:49:51 +0000
commit90cf4cc734f55ddadc2cda1cb2a85a88722fa7b8 (patch)
tree8e790703dcc7fabefd4ee4ff8ed45e70cd89bd65 /c/src/lib/libbsp/i386/pc386/console/outch.c
parentNew file from Ralf Corsepius (diff)
downloadrtems-90cf4cc734f55ddadc2cda1cb2a85a88722fa7b8.tar.bz2
Corrected license notices per Eric's permission
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/outch.c23
1 files changed, 6 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c
index 4b56bb7ca4..e4c45c2166 100644
--- a/c/src/lib/libbsp/i386/pc386/console/outch.c
+++ b/c/src/lib/libbsp/i386/pc386/console/outch.c
@@ -3,25 +3,14 @@
* on the console uisng information that should be
* maintained by the BIOS in its data Area.
*
- * Copyright (C) 1998 valette@crf.canon.fr
+ * Copyright (C) 1998 Eric Valette (valette@crf.canon.fr)
+ * Canon Centre Recherche France.
*
- * Canon Centre Recherche France.
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
- * This code is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This code 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this file; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Header$
+ * $Id$
*/