diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 20:31:06 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-01-03 20:31:06 +0300 |
| commit | 1077ed78a6d2d314c701f7ab57991a57d7ec497e (patch) | |
| tree | c2c1efc297520aa98c8cb01fd17693a005984e5d | |
| parent | README (Installation): Add a note about existing packages (diff) | |
| download | guile-ssh-1077ed78a6d2d314c701f7ab57991a57d7ec497e.tar.gz | |
dist.scm, node.scm: Update copyright dates
* modules/ssh/dist.scm, modules/ssh/dist/node.scm: Update copyright dates.
| -rw-r--r-- | modules/ssh/dist.scm | 2 | ||||
| -rw-r--r-- | modules/ssh/dist/node.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/ssh/dist.scm b/modules/ssh/dist.scm index dbac7a2..3a4cf7a 100644 --- a/modules/ssh/dist.scm +++ b/modules/ssh/dist.scm @@ -1,6 +1,6 @@ ;;; dist.scm -- Spirit of disrtibuted computing for Scheme. -;; Copyright (C) 2014, 2015 Artyom V. Poptsov <poptsov.artyom@gmail.com> +;; Copyright (C) 2014, 2015, 2016, 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;; ;; This file is a part of Guile-SSH. ;; diff --git a/modules/ssh/dist/node.scm b/modules/ssh/dist/node.scm index 901290c..e4f2430 100644 --- a/modules/ssh/dist/node.scm +++ b/modules/ssh/dist/node.scm @@ -1,6 +1,6 @@ ;;; node.scm -- Distributed computing node -;; Copyright (C) 2015, 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com> +;; Copyright (C) 2015, 2016, 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;; ;; This file is a part of Guile-SSH. ;; |
