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