From 35be465b6b341edfb649093d78c261baff9dbf76 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Wed, 24 Apr 2024 17:07:02 +0300 Subject: [PATCH] rockspec: clarify license --- LICENSE | 2 +- crud-scm-1.rockspec | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index b955836b..6c4f181f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020-2022 crud AUTHORS: please see the AUTHORS file. +Copyright 2020-2024 crud AUTHORS: please see the AUTHORS file. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/crud-scm-1.rockspec b/crud-scm-1.rockspec index 54b04fdf..d72e540c 100644 --- a/crud-scm-1.rockspec +++ b/crud-scm-1.rockspec @@ -5,6 +5,10 @@ source = { branch = 'master', } +description = { + license = 'BSD', +} + dependencies = { 'lua ~> 5.1', 'checks >= 3.1.0-1',