Update copyright headers and include guard
This commit is contained in:
parent
a455aef587
commit
f4a0f2fe93
|
@ -1,7 +1,4 @@
|
||||||
//
|
// Copyright (c) 2006 and onwards Lukhnos Liu
|
||||||
// Mandarin.cpp
|
|
||||||
//
|
|
||||||
// Copyright (c) 2006-2010 Lukhnos D. Liu (http://lukhnos.org)
|
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person
|
// Permission is hereby granted, free of charge, to any person
|
||||||
// obtaining a copy of this software and associated documentation
|
// obtaining a copy of this software and associated documentation
|
||||||
|
@ -23,7 +20,6 @@
|
||||||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
// OTHER DEALINGS IN THE SOFTWARE.
|
// OTHER DEALINGS IN THE SOFTWARE.
|
||||||
//
|
|
||||||
|
|
||||||
#include "Mandarin.h"
|
#include "Mandarin.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
//
|
// Copyright (c) 2006 and onwards Lukhnos Liu
|
||||||
// Mandarin.h
|
|
||||||
//
|
|
||||||
// Copyright (c) 2006-2010 Lukhnos D. Liu (http://lukhnos.org)
|
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person
|
// Permission is hereby granted, free of charge, to any person
|
||||||
// obtaining a copy of this software and associated documentation
|
// obtaining a copy of this software and associated documentation
|
||||||
|
@ -23,10 +20,9 @@
|
||||||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
// OTHER DEALINGS IN THE SOFTWARE.
|
// OTHER DEALINGS IN THE SOFTWARE.
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef Mandarin_h
|
#ifndef MANDARIN_H_
|
||||||
#define Mandarin_h
|
#define MANDARIN_H_
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
@ -533,4 +529,4 @@ class BopomofoReadingBuffer {
|
||||||
} // namespace Mandarin
|
} // namespace Mandarin
|
||||||
} // namespace Formosa
|
} // namespace Formosa
|
||||||
|
|
||||||
#endif
|
#endif // MANDARIN_H_
|
||||||
|
|
Loading…
Reference in New Issue