11
2+ // This file is part of SLogLib; you can redistribute it and/or
3+ // modify it under the terms of the MIT License.
4+ //
25// Copyright (c) 2015 Saurabh Garg
36//
4- // This file is part of SLogLib; you can redistribute it and/or
5- // modify it under the terms of the GNU Lesser General Public License v2.1 as
6- // published by the Free Software Foundation.
7+ // Permission is hereby granted, free of charge, to any person obtaining a copy
8+ // of this software and associated documentation files (the "Software"), to deal
9+ // in the Software without restriction, including without limitation the rights
10+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+ // copies of the Software, and to permit persons to whom the Software is
12+ // furnished to do so, subject to the following conditions:
13+ //
14+ // The above copyright notice and this permission notice shall be included in all
15+ // copies or substantial portions of the Software.
16+ //
17+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+ // SOFTWARE.
724//
8- // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9- // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10- //
1125// Author(s): Saurabh Garg
1226
1327#include " SLogLib/SLogLib"
@@ -27,11 +41,5 @@ int main()
2741 SLOGLIB_LOG_MSG_INFO (" a = " << a << " b = " << b);
2842 SLOGLIB_LOG_MSG_INFO (c);
2943
30- unsigned int a1 = MESSAGE_LEVEL_INFO;
31- unsigned int a2 = MESSAGE_LEVEL_WARNING;
32- unsigned int a3 = MESSAGE_LEVEL_ERROR;
33- unsigned int a4 = MESSAGE_LEVEL_DEBUG;
34- unsigned int a5 = MESSAGE_LEVEL_DETAIL;
35-
3644 return 0 ;
3745}
0 commit comments