Update copyright dates
[src/app-framework-binder.git] / src / afb-method.h
index fde9dbf..8e94054 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,6 +16,8 @@
  */
 
 
+#pragma once
+
 enum afb_method {
        afb_method_none = 0,
        afb_method_get = 1,