From 6549ec6177532bab4b61549cb74ff07651a358e7 Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 6 Jun 2004 16:14:12 +0000 Subject: [PATCH] Add DevLib license information. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@21 38d2e660-2303-0410-9eaa-f027e97ec537 --- kern/switch_avr.S | 2 +- kern/switch_i196.s32 | 4 ++++ kern/switch_i386.s | 5 ++++- kern/switch_win32.s | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/kern/switch_avr.S b/kern/switch_avr.S index 266a77e4..08dfbe8d 100755 --- a/kern/switch_avr.S +++ b/kern/switch_avr.S @@ -3,7 +3,7 @@ * * * \brief AVR context switch diff --git a/kern/switch_i196.s32 b/kern/switch_i196.s32 index 6b9d6af2..a2f3c70d 100755 --- a/kern/switch_i196.s32 +++ b/kern/switch_i196.s32 @@ -1,5 +1,6 @@ ;* Copyright 2004 Develer S.r.l. (http://www.develer.com/) ;* Copyright 1999,2000,2001 Bernardo Innocenti +;* This file is part of DevLib - See devlib/README for information. ;* ;* \version $Id$ ;* @@ -7,6 +8,9 @@ ;* ;* $Log$ +;* Revision 1.2 2004/06/06 16:14:12 bernie +;* Add DevLib license information. +;* ;* Revision 1.1 2004/05/23 17:27:00 bernie ;* Import kern/ subdirectory. ;* diff --git a/kern/switch_i386.s b/kern/switch_i386.s index c4a23da1..d4f91d80 100755 --- a/kern/switch_i386.s +++ b/kern/switch_i386.s @@ -3,7 +3,7 @@ * * * \brief i386 context switch @@ -15,6 +15,9 @@ * * $Log$ + * Revision 1.2 2004/06/06 16:14:12 bernie + * Add DevLib license information. + * * Revision 1.1 2004/05/23 17:27:00 bernie * Import kern/ subdirectory. * diff --git a/kern/switch_win32.s b/kern/switch_win32.s index 3e5ce54c..884fc381 100755 --- a/kern/switch_win32.s +++ b/kern/switch_win32.s @@ -3,7 +3,7 @@ * * * \brief i386 context switch for WIN32 -- 2.25.1