| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (C) 2006, 2007 Kevin Ollivier. All rights reserved. | 3 Copyright (C) 2006, 2007 Kevin Ollivier. All rights reserved. |
| 4 | 4 |
| 5 Redistribution and use in source and binary forms, with or without | 5 Redistribution and use in source and binary forms, with or without |
| 6 modification, are permitted provided that the following conditions | 6 modification, are permitted provided that the following conditions |
| 7 are met: | 7 are met: |
| 8 | 8 |
| 9 1. Redistributions of source code must retain the above copyright | 9 1. Redistributions of source code must retain the above copyright |
| 10 notice, this list of conditions and the following disclaimer. | 10 notice, this list of conditions and the following disclaimer. |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 wtf/ByteArray.cpp | 162 wtf/ByteArray.cpp |
| 163 wtf/CurrentTime.cpp | 163 wtf/CurrentTime.cpp |
| 164 wtf/FastMalloc.cpp | 164 wtf/FastMalloc.cpp |
| 165 wtf/HashTable.cpp | 165 wtf/HashTable.cpp |
| 166 wtf/MainThread.cpp | 166 wtf/MainThread.cpp |
| 167 wtf/RandomNumber.cpp | 167 wtf/RandomNumber.cpp |
| 168 wtf/RefCountedLeakCounter.cpp | 168 wtf/RefCountedLeakCounter.cpp |
| 169 wtf/TCSystemAlloc.cpp | 169 wtf/TCSystemAlloc.cpp |
| 170 wtf/Threading.cpp | 170 wtf/Threading.cpp |
| 171 wtf/ThreadingNone.cpp | 171 wtf/ThreadingNone.cpp |
| 172 wtf/TypeTraits.cpp | |
| 173 wtf/wx/MainThreadWx.cpp | 172 wtf/wx/MainThreadWx.cpp |
| 174 wtf/unicode/CollatorDefault.cpp | 173 wtf/unicode/CollatorDefault.cpp |
| 175 wtf/unicode/icu/CollatorICU.cpp | 174 wtf/unicode/icu/CollatorICU.cpp |
| 176 wtf/unicode/UTF8.cpp | 175 wtf/unicode/UTF8.cpp |
| 177 </set> | 176 </set> |
| 178 | 177 |
| 179 </makefile> | 178 </makefile> |
| 180 | 179 |
| 181 | 180 |
| 182 | 181 |
| OLD | NEW |