diff --git a/LICENSE b/LICENSE index 0595456..55c77d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017, Carlo Strub +Copyright (c) 2017, 2018, Carlo Strub All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/sisyphus/sisyphus.go b/sisyphus/sisyphus.go index 5d032cd..183509e 100644 --- a/sisyphus/sisyphus.go +++ b/sisyphus/sisyphus.go @@ -32,7 +32,7 @@ func main() { configuration or active operation.` app.HelpName = "Intelligent Junk Mail Handler" app.Version = version - app.Copyright = "(c) 2017, Carlo Strub. All rights reserved. This binary is licensed under a BSD 3-Clause License." + app.Copyright = "(c) 2017, 2018, Carlo Strub. All rights reserved. This binary is licensed under a BSD 3-Clause License." app.Authors = []cli.Author{ { Name: "Carlo Strub",