diff options
Diffstat (limited to 'src/utils/ui.h')
-rw-r--r-- | src/utils/ui.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/utils/ui.h b/src/utils/ui.h index f66ac3e56..fe62c60fc 100644 --- a/src/utils/ui.h +++ b/src/utils/ui.h @@ -1,7 +1,9 @@ -/************************************************* -* User Interface Header File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ +/* +* User Interface +* (C) 1999-2007 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_UI_H__ #define BOTAN_UI_H__ @@ -11,9 +13,9 @@ namespace Botan { -/************************************************* -* User Interface * -*************************************************/ +/* +* User Interface +*/ class BOTAN_DLL User_Interface { public: |