diff --git a/include/MSICALib.h b/include/MSICALib.h
index 118c449..858fea8 100644
--- a/include/MSICALib.h
+++ b/include/MSICALib.h
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
@@ -17,8 +17,7 @@
along with MSICA. If not, see .
*/
-#ifndef __MSICALib_H__
-#define __MSICALib_H__
+#pragma once
#include
#include
@@ -1546,5 +1545,3 @@ template inline HRESULT COpList::LoadAndAddTail(ATL::CAtlFile &f)
}
} // namespace MSICA
-
-#endif // __MSICALib_H__
diff --git a/src/MSICALib.cpp b/src/MSICALib.cpp
index aabdc23..880e83e 100644
--- a/src/MSICALib.cpp
+++ b/src/MSICALib.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpCert.cpp b/src/OpCert.cpp
index c2cc6d4..b9d59b0 100644
--- a/src/OpCert.cpp
+++ b/src/OpCert.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpFile.cpp b/src/OpFile.cpp
index 4a4f4ce..25364fb 100644
--- a/src/OpFile.cpp
+++ b/src/OpFile.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpReg.cpp b/src/OpReg.cpp
index 420a925..53fad9d 100644
--- a/src/OpReg.cpp
+++ b/src/OpReg.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpSvc.cpp b/src/OpSvc.cpp
index d0f29e3..0d6930e 100644
--- a/src/OpSvc.cpp
+++ b/src/OpSvc.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpTS.cpp b/src/OpTS.cpp
index d10b3c8..1e51ba5 100644
--- a/src/OpTS.cpp
+++ b/src/OpTS.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/OpWLAN.cpp b/src/OpWLAN.cpp
index 27c3639..7af99d9 100644
--- a/src/OpWLAN.cpp
+++ b/src/OpWLAN.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/stdafx.cpp b/src/stdafx.cpp
index 96a124f..0191dba 100644
--- a/src/stdafx.cpp
+++ b/src/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.
diff --git a/src/stdafx.h b/src/stdafx.h
index 7d2eaa9..88d02b4 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -1,5 +1,5 @@
/*
- Copyright 1991-2015 Amebis
+ Copyright 1991-2016 Amebis
This file is part of MSICA.