From 0b0b285328032c3febb25f6d453fd6ee713f47d5 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 3 Sep 2020 18:41:25 +0200 Subject: [PATCH] [legal] dubp-wot: update copyright --- rust-libs/dubp-wot/src/data/mod.rs | 2 +- rust-libs/dubp-wot/src/data/rusty.rs | 2 +- rust-libs/dubp-wot/src/operations/centrality.rs | 2 +- rust-libs/dubp-wot/src/operations/density.rs | 2 +- rust-libs/dubp-wot/src/operations/distance.rs | 2 +- rust-libs/dubp-wot/src/operations/mod.rs | 2 +- rust-libs/dubp-wot/src/operations/path.rs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust-libs/dubp-wot/src/data/mod.rs b/rust-libs/dubp-wot/src/data/mod.rs index 3aa86a7de..eddc11e19 100644 --- a/rust-libs/dubp-wot/src/data/mod.rs +++ b/rust-libs/dubp-wot/src/data/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/data/rusty.rs b/rust-libs/dubp-wot/src/data/rusty.rs index 553bdfb02..398027350 100644 --- a/rust-libs/dubp-wot/src/data/rusty.rs +++ b/rust-libs/dubp-wot/src/data/rusty.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/operations/centrality.rs b/rust-libs/dubp-wot/src/operations/centrality.rs index 029d8927a..933e43621 100644 --- a/rust-libs/dubp-wot/src/operations/centrality.rs +++ b/rust-libs/dubp-wot/src/operations/centrality.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/operations/density.rs b/rust-libs/dubp-wot/src/operations/density.rs index 029d176c7..76ae9a0f2 100644 --- a/rust-libs/dubp-wot/src/operations/density.rs +++ b/rust-libs/dubp-wot/src/operations/density.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/operations/distance.rs b/rust-libs/dubp-wot/src/operations/distance.rs index 3badf16cb..f67dffbe1 100644 --- a/rust-libs/dubp-wot/src/operations/distance.rs +++ b/rust-libs/dubp-wot/src/operations/distance.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/operations/mod.rs b/rust-libs/dubp-wot/src/operations/mod.rs index 376ad1c28..e3fb53ca1 100644 --- a/rust-libs/dubp-wot/src/operations/mod.rs +++ b/rust-libs/dubp-wot/src/operations/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/rust-libs/dubp-wot/src/operations/path.rs b/rust-libs/dubp-wot/src/operations/path.rs index 5ca9b7028..5aef5149c 100644 --- a/rust-libs/dubp-wot/src/operations/path.rs +++ b/rust-libs/dubp-wot/src/operations/path.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2019 The AXIOM TEAM Association. +// Copyright (C) 2020 Éloïs SANCHEZ. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as -- GitLab