summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-04-15 20:31:06 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:33 -0700
commit51df763104bf158ab9e0dfe24ccc2ba351f3613a (patch)
tree3f33a0156512b8559576612476cb6524f5b3930f /scope.c
parentMake the library look more like a library, preparing for switch-over (diff)
downloadsparse-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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 79db655..4938e9d 100644
--- a/scope.c
+++ b/scope.c
@@ -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>