diff options
author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-15 20:31:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:00:33 -0700 |
commit | 51df763104bf158ab9e0dfe24ccc2ba351f3613a (patch) | |
tree | 3f33a0156512b8559576612476cb6524f5b3930f /scope.c | |
parent | Make the library look more like a library, preparing for switch-over (diff) | |
download | sparse-51df763104bf158ab9e0dfe24ccc2ba351f3613a.tar.gz sparse-51df763104bf158ab9e0dfe24ccc2ba351f3613a.tar.bz2 sparse-51df763104bf158ab9e0dfe24ccc2ba351f3613a.zip |
Start updating the copyright license comments to the OSL,
preparing for a public release.
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ * * This is pretty trivial. * - * Copyright (C) 2003 Transmeta Corp, all rights reserved. + * Copyright (C) 2003 Transmeta Corp. + * + * Licensed under the Open Software License version 1.1 */ #include <stdlib.h> #include <string.h> |