Commit af960dedf587c7604e760ce3a34595774601073d
1 parent
00b57586
Updated copyright info
Showing
1 changed file
with
1 additions
and
3 deletions
openbr/plugins/metadata/filtermetadata.cpp
| 1 | 1 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
| 2 | - * Copyright 2012 The MITRE Corporation * | |
| 2 | + * Copyright 2015 Rank One Computing Corporation * | |
| 3 | 3 | * * |
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); * |
| 5 | 5 | * you may not use this file except in compliance with the License. * |
| ... | ... | @@ -14,8 +14,6 @@ |
| 14 | 14 | * limitations under the License. * |
| 15 | 15 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
| 16 | 16 | |
| 17 | -#include <QRegularExpression> | |
| 18 | - | |
| 19 | 17 | #include <openbr/plugins/openbr_internal.h> |
| 20 | 18 | |
| 21 | 19 | namespace br | ... | ... |