Update copyright headers and include guard

This commit is contained in:
Lukhnos Liu 2022-01-31 22:22:43 -08:00
parent a455aef587
commit f4a0f2fe93
2 changed files with 5 additions and 13 deletions

View File

@ -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"

View File

@ -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_