diff options
author | David <david@xagasoft.com> | 2007-11-15 21:31:43 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2007-11-15 21:31:43 +0000 |
commit | bc55304f4fa990901000d9077e4efb23ee04c10f (patch) | |
tree | cdb8a2499111ecb9389ed6373664d9a881003afa /src/paramproc.h | |
parent | df1f675d9898c7de8ea8f9158af34250d9aaa6f6 (diff) | |
download | libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.gz libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.bz2 libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.xz libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.zip |
david - adding license tag to the top of all header files
Diffstat (limited to 'src/paramproc.h')
-rw-r--r-- | src/paramproc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/paramproc.h b/src/paramproc.h index a48de5d..f74b151 100644 --- a/src/paramproc.h +++ b/src/paramproc.h | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | |||
1 | #ifndef BU_PARAM_PROC_H | 8 | #ifndef BU_PARAM_PROC_H |
2 | #define BU_PARAM_PROC_H | 9 | #define BU_PARAM_PROC_H |
3 | 10 | ||