Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 744cb58

Browse files
author
Vincent PLANCHENAULT
committed
Updated copyright dates
1 parent 7bfe7f1 commit 744cb58

29 files changed

Lines changed: 31 additions & 31 deletions

File tree

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SafeScale
2-
Copyright 2018-2019 CS Systèmes d'Information
2+
Copyright 2018-2020 CS Systèmes d'Information
33

44
This product includes software developed by
55
CS Systèmes d'Information (http://www.c-s.fr/)

cli/cpubench/cpubench.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/perform/commands/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/perform/commands/feature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/perform/commands/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/perform/commands/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/perform/enums/exitcode/enum.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ package exitcode
2222
type Enum int
2323

2424
const (
25-
// OK (=0) is returned when evrything is ok
25+
// OK (=0) is returned when everything is ok
2626
OK Enum = iota
2727
// Run ...
2828
Run

cli/perform/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//+build ignore
22

33
/*
4-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
4+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ func main() {
4343
app.Name = "perform"
4444
app.Usage = "perform COMMAND"
4545
app.Version = Version + ", build " + Revision + " (" + BuildDate + ")"
46-
app.Copyright = "(c) 2018-2019 CS-SI"
46+
app.Copyright = "(c) 2018-2020 CS-SI"
4747
app.Compiled = time.Now()
4848
app.Authors = []cli.Author{
4949
cli.Author{

cli/safescale/commands/bucket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cli/safescale/commands/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2019, CS Systemes d'Information, http://www.c-s.fr
2+
* Copyright 2018-2020, CS Systemes d'Information, http://www.c-s.fr
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)