aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-03-21 10:58:28 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 20:59:34 -0700
commita8971acb6cbfa8cfa6f5105340fcdee13c649590 (patch)
tree3011554bbfa156146b6b86c91754a771c5e0c9ae /scope.h
parentShow for/while/do statements in debugging. Make symbol type (diff)
downloadsparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.gz
sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.bz2
sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.zip
Add copyright statements and file comments. Add a FAQ, README, and
placeholder LICENSE file.
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index f564018..b0006a8 100644
--- a/scope.h
+++ b/scope.h
@@ -1,5 +1,10 @@
#ifndef SCOPE_H
#define SCOPE_H
+/*
+ * Symbol scoping is pretty simple.
+ *
+ * Copyright (C) 2003 Linus Torvalds, all rights reserved.
+ */
struct scope {
struct token *token; /* Scope start information */