diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-19 13:52:43 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-19 13:52:43 +0000 |
commit | 6a09488aa4423766f2bf1439886130061ffbfce8 (patch) | |
tree | 023a402902bc0a3ecd0d16c79acb8b09d44b0b96 | |
parent | cfe72633779563486c815b7eaa8850945556231a (diff) | |
download | gitano-6a09488aa4423766f2bf1439886130061ffbfce8.tar.gz |
Update copyright dates etc ready for 1.2
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/gitano.lua | 2 | ||||
-rw-r--r-- | lib/gitano/admincommand.lua | 2 | ||||
-rw-r--r-- | lib/gitano/command.lua | 2 | ||||
-rw-r--r-- | lib/gitano/config.lua | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Copyright 2012-2017 Daniel Silverstone <dsilvers@digital-scurf.org> +Copyright 2012-2019 Daniel Silverstone <dsilvers@digital-scurf.org> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -5,7 +5,7 @@ This document lists important things to know about changes to Gitano between one release and the next. It is arranged in reverse-version-order, with the newest NEWS at the top. -Changes since v1.1 (UNRELEASED v1.2) +Changes since v1.1 ------------------ * Support for ED25519 SSH keys now added. diff --git a/lib/gitano.lua b/lib/gitano.lua index 21cc30a..06ad73d 100644 --- a/lib/gitano.lua +++ b/lib/gitano.lua @@ -53,7 +53,7 @@ local _VERSION_STRING = ("Gitano %d.%d.%d"):format(_VERSION.major, _VERSION.minor, _VERSION.patch) -local _COPYRIGHT = "Copyright 2012-2017 Daniel Silverstone <dsilvers@digital-scurf.org>" +local _COPYRIGHT = "Copyright 2012-2019 Daniel Silverstone <dsilvers@digital-scurf.org>" return { VERSION = _VERSION, diff --git a/lib/gitano/admincommand.lua b/lib/gitano/admincommand.lua index 52379a0..aa295cb 100644 --- a/lib/gitano/admincommand.lua +++ b/lib/gitano/admincommand.lua @@ -2,7 +2,7 @@ -- -- Gitano admin-commands -- --- Copyright 2012-2017 Daniel Silverstone <dsilvers@digital-scurf.org> +-- Copyright 2012-2019 Daniel Silverstone <dsilvers@digital-scurf.org> -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without diff --git a/lib/gitano/command.lua b/lib/gitano/command.lua index 4070338..a4c9717 100644 --- a/lib/gitano/command.lua +++ b/lib/gitano/command.lua @@ -2,7 +2,7 @@ -- -- Gitano command processing -- --- Copyright 2012-2017 Daniel Silverstone <dsilvers@digital-scurf.org> +-- Copyright 2012-2019 Daniel Silverstone <dsilvers@digital-scurf.org> -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without diff --git a/lib/gitano/config.lua b/lib/gitano/config.lua index ea54425..3c96439 100644 --- a/lib/gitano/config.lua +++ b/lib/gitano/config.lua @@ -5,7 +5,7 @@ -- Note: This is only the admin repo management, not the -- generic repository rules management (see gitano.lace for that). -- --- Copyright 2012-2017 Daniel Silverstone <dsilvers@digital-scurf.org> +-- Copyright 2012-2019 Daniel Silverstone <dsilvers@digital-scurf.org> -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without |