diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 14:59:03 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 14:59:03 +0100 |
commit | 2a7a112bbffcd41a3436c086f1910ea7a9c94744 (patch) | |
tree | c91e16012cf6ecd5c8bd5c5a55296acbcb51ea25 /lib/xsapiv1 | |
parent | b36a9d0846acddb1ae1716b42f1296f6ad88b05b (diff) |
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/xsapiv1')
-rw-r--r-- | lib/xsapiv1/config.go | 2 | ||||
-rw-r--r-- | lib/xsapiv1/events.go | 2 | ||||
-rw-r--r-- | lib/xsapiv1/exec.go | 2 | ||||
-rw-r--r-- | lib/xsapiv1/folders.go | 2 | ||||
-rw-r--r-- | lib/xsapiv1/sdks.go | 2 | ||||
-rw-r--r-- | lib/xsapiv1/version.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/xsapiv1/config.go b/lib/xsapiv1/config.go index 122ffef..860427f 100644 --- a/lib/xsapiv1/config.go +++ b/lib/xsapiv1/config.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/xsapiv1/events.go b/lib/xsapiv1/events.go index 1eb981c..aa17187 100644 --- a/lib/xsapiv1/events.go +++ b/lib/xsapiv1/events.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/xsapiv1/exec.go b/lib/xsapiv1/exec.go index 99f2454..78f05e2 100644 --- a/lib/xsapiv1/exec.go +++ b/lib/xsapiv1/exec.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/xsapiv1/folders.go b/lib/xsapiv1/folders.go index 60e0b4c..a6ff7f1 100644 --- a/lib/xsapiv1/folders.go +++ b/lib/xsapiv1/folders.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/xsapiv1/sdks.go b/lib/xsapiv1/sdks.go index 44b0940..f751fc6 100644 --- a/lib/xsapiv1/sdks.go +++ b/lib/xsapiv1/sdks.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/xsapiv1/version.go b/lib/xsapiv1/version.go index 9762596..3df9dce 100644 --- a/lib/xsapiv1/version.go +++ b/lib/xsapiv1/version.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret <sebastien@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); |