Changeset 3690 for source/ariba/utility/misc
- Timestamp:
- May 26, 2009, 1:40:23 AM (16 years ago)
- Location:
- source/ariba/utility/misc
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/misc/Demultiplexer.hpp
r2473 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef DEMULTIPLEXER_H__ -
source/ariba/utility/misc/Helper.cpp
r3683 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #include "Helper.h" -
source/ariba/utility/misc/Helper.h
r3683 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef __HELPER_H -
source/ariba/utility/misc/KeyMapping.hpp
r2801 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef KEY_MAPPING_H__ -
source/ariba/utility/misc/OvlVis.cpp
r3689 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #include "OvlVis.h" -
source/ariba/utility/misc/OvlVis.h
r3689 r3690 1 // [Licen ce]1 // [License] 2 2 // The Ariba-Underlay Copyright 3 3 // … … 35 35 // official policies, either expressed or implied, of the Institute of 36 36 // Telematics. 37 // [Licen ce]37 // [License] 38 38 39 39 #ifndef OVLVIS_H__ -
source/ariba/utility/misc/sha1.cpp
r2995 r3690 1 // [ licence]1 // [License] 2 2 // 100% free public domain implementation of the SHA-1 algorithm 3 3 // by Dominik Reichl <dominik.reichl@t-online.de> 4 // [ licence]4 // [License] 5 5 /* 6 6 Version 1.5 - 2005-01-01 -
source/ariba/utility/misc/sha1.h
r3689 r3690 1 // [ licence]1 // [License] 2 2 // 100% free public domain implementation of the SHA-1 algorithm 3 3 // by Dominik Reichl <dominik.reichl@t-online.de> 4 // [ licence]4 // [License] 5 5 /* 6 6 Version 1.5 - 2005-01-01
Note:
See TracChangeset
for help on using the changeset viewer.