code cleanup

- use #pragma once instead of define
- Correct header typo in company name

Issue: #80939
Change-Id: I241bce32311936bb900937e9a16935d8f4ebdaca
diff --git a/accountserializationadapter.h b/accountserializationadapter.h
index 862c8f0..c965969 100644
--- a/accountserializationadapter.h
+++ b/accountserializationadapter.h
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2015 by Savoir-Faire Linux                              *
+ *   Copyright (C) 2015 by Savoir-faire Linux                              *
  *   Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>*
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -15,8 +15,8 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  **************************************************************************/
-#ifndef ACCOUNTSERIALIZATIONADAPTER_H
-#define ACCOUNTSERIALIZATIONADAPTER_H
+
+#pragma once
 
 #include "typedefs.h"
 
@@ -42,4 +42,3 @@
    virtual ~AccountSerializationAdapter();
 };
 
-#endif
\ No newline at end of file