From 2486cee7e1c204a8686ed3f6b3eddfe31f45e24e Mon Sep 17 00:00:00 2001 From: Martin HART Date: Mon, 26 Oct 2020 13:55:05 +0100 Subject: [PATCH 1/3] Add copyright --- src/main.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main.rs b/src/main.rs index 47f69ed..fb46914 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,19 @@ +// Dancing Droids +// Copyright (C) 2020 Martin HART, Volodymyr PATUTA + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + use clap::{App, Arg}; use queues::*; use std::fs; From 9bb4366eb595215aa806636724d1648946a29b8a Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Mon, 26 Oct 2020 15:25:18 +0100 Subject: [PATCH 2/3] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 843d5c0..f449be4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ // Dancing Droids -// Copyright (C) 2020 Martin HART, Volodymyr PATUTA +// Copyright (C) 2020 Martin HART, Volodymyr PATUTA, Stephane Elias Benabdeslam // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by From 106b19c73b73a19acc5143e780ef82c99127271d Mon Sep 17 00:00:00 2001 From: stephane elias benabdeslam Date: Mon, 26 Oct 2020 15:29:14 +0100 Subject: [PATCH 3/3] Update main.rs --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index f449be4..7ac20bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,5 @@ // Dancing Droids -// Copyright (C) 2020 Martin HART, Volodymyr PATUTA, Stephane Elias Benabdeslam - +// Copyright (C) 2020 Martin HART, Volodymyr PATUTA, Stephane Elias BENABDESLAM // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or