sodium.ffi: add 2020 to the copyright years

master
Alexander Iljin 2020-03-23 01:05:45 +01:00 committed by John Benediktsson
parent a2bb9f117b
commit 7d87d1ee8a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
! Copyright (C) 2017, 2018 Alexander Ilin.
! Copyright (C) 2017, 2018, 2020 Alexander Ilin.
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types alien.libraries alien.syntax
classes.struct combinators system ;