aboutsummaryrefslogtreecommitdiff
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 /parse.h
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 'parse.h')
-rw-r--r--parse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 26bcdaa..753970c 100644
--- a/parse.h
+++ b/parse.h
@@ -3,7 +3,9 @@
/*
* Basic parsing data structures. Statements and symbols.
*
- * Copyright (C) 2003 Transmeta Corp, all rights reserved.
+ * Copyright (C) 2003 Transmeta Corp.
+ *
+ * Licensed under the Open Software License version 1.1
*/
#include "symbol.h"