diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 15:50:09 +0100 |
commit | a2cc38902ff7528870822110c4f04329a3918564 (patch) | |
tree | 039b3efea72a9092a6988209354e590ecafc7716 /lib/xaapiv1 | |
parent | 2de3cf95d310ae0c83e68973cd97921f7f6fff4a (diff) |
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/xaapiv1')
-rw-r--r-- | lib/xaapiv1/config.go | 2 | ||||
-rw-r--r-- | lib/xaapiv1/events.go | 2 | ||||
-rw-r--r-- | lib/xaapiv1/exec.go | 2 | ||||
-rw-r--r-- | lib/xaapiv1/projects.go | 2 | ||||
-rw-r--r-- | lib/xaapiv1/sdks.go | 2 | ||||
-rw-r--r-- | lib/xaapiv1/version.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/xaapiv1/config.go b/lib/xaapiv1/config.go index 3bc25e3..b1c5fec 100644 --- a/lib/xaapiv1/config.go +++ b/lib/xaapiv1/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/xaapiv1/events.go b/lib/xaapiv1/events.go index 16c2dd7..ab08d0f 100644 --- a/lib/xaapiv1/events.go +++ b/lib/xaapiv1/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/xaapiv1/exec.go b/lib/xaapiv1/exec.go index c2335f6..4b089e7 100644 --- a/lib/xaapiv1/exec.go +++ b/lib/xaapiv1/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/xaapiv1/projects.go b/lib/xaapiv1/projects.go index 05888a5..567ed1c 100644 --- a/lib/xaapiv1/projects.go +++ b/lib/xaapiv1/projects.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/xaapiv1/sdks.go b/lib/xaapiv1/sdks.go index 5a20571..7f2ab02 100644 --- a/lib/xaapiv1/sdks.go +++ b/lib/xaapiv1/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/xaapiv1/version.go b/lib/xaapiv1/version.go index d37c55d..e611e22 100644 --- a/lib/xaapiv1/version.go +++ b/lib/xaapiv1/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"); |