diff options
author | lloyd <[email protected]> | 2008-10-09 00:22:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-09 00:22:52 +0000 |
commit | 1ee0834877e3ffa7ff1714ff54368d4794e38fac (patch) | |
tree | 1493f6f31c534385b6a5d95bfcb2156f72ad780d /wrappers | |
parent | a42ef292d86581f5e77c9d976d879ff79e8937b8 (diff) |
Correct copyright notices in SWIG wrapper
Diffstat (limited to 'wrappers')
-rw-r--r-- | wrappers/swig/base.cpp | 2 | ||||
-rw-r--r-- | wrappers/swig/base.h | 2 | ||||
-rw-r--r-- | wrappers/swig/filter.cpp | 2 | ||||
-rw-r--r-- | wrappers/swig/pipe.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/wrappers/swig/base.cpp b/wrappers/swig/base.cpp index 2550b915b..448b3d48e 100644 --- a/wrappers/swig/base.cpp +++ b/wrappers/swig/base.cpp @@ -1,6 +1,6 @@ /************************************************* * SWIG Interface for basic Botan interface * -* (C) 1999-2003 The Botan Project * +* (C) 1999-2003 Jack Lloyd * *************************************************/ #include "base.h" diff --git a/wrappers/swig/base.h b/wrappers/swig/base.h index c3fd8426e..341a5c35a 100644 --- a/wrappers/swig/base.h +++ b/wrappers/swig/base.h @@ -1,6 +1,6 @@ /************************************************* * SWIG Interface for Botan * -* (C) 1999-2003 The Botan Project * +* (C) 1999-2003 Jack Lloyd * *************************************************/ #ifndef BOTAN_WRAP_BASE_H__ diff --git a/wrappers/swig/filter.cpp b/wrappers/swig/filter.cpp index ec9ce6603..53ff0e6a3 100644 --- a/wrappers/swig/filter.cpp +++ b/wrappers/swig/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * SWIG Interface for Filter Retrieval * -* (C) 1999-2003 The Botan Project * +* (C) 1999-2003 Jack Lloyd * *************************************************/ #include "base.h" diff --git a/wrappers/swig/pipe.cpp b/wrappers/swig/pipe.cpp index 2ccdd5dfd..0f35d5a43 100644 --- a/wrappers/swig/pipe.cpp +++ b/wrappers/swig/pipe.cpp @@ -1,6 +1,6 @@ /************************************************* * SWIG Interface for Botan Pipe API * -* (C) 1999-2003 The Botan Project * +* (C) 1999-2003 Jack Lloyd * *************************************************/ #include "base.h" |