Add 2017 to copyright
[staging/HomeScreen.git] / HomeScreenAppFrameworkBinderAGL / src / homescreenappframeworkbinderagl.h
index d1d88ce..2990b2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
+ * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 
 #include <QObject>
 #include <include/appframework.hpp>
-#include "appframework_adapter.h"
+#include "appframework_adaptor.h"
 #include "afm_user_daemon_proxy.h"
 
 
@@ -33,7 +33,7 @@ private:
     AppframeworkAdaptor *mp_appframeworkAdaptor;
     QList<AppInfo> m_apps;
 
-    //from appframework_adapter.h
+    //from appframework_adaptor.h
 public Q_SLOTS: // METHODS
     QList<AppInfo> getAvailableApps();
     int launchApp(const QString &name);