From 85dfa51b9a20d320ee7c162a18c756b99b55e4c3 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 27 Jan 2022 16:16:10 +0700 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- src/utils.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7657434..d827fbd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Daniil Baturin +Copyright (c) 2022 Daniil Baturin et al. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utils.ml b/src/utils.ml index ce2f6c0..4b5dadc 100644 --- a/src/utils.ml +++ b/src/utils.ml @@ -97,8 +97,8 @@ let regex_replace ?(all=false) s pat sub = (** Just prints a hardcoded program version *) let print_version () = Printf.printf "soupault %s\n" Defaults.version_string; - print_endline "Copyright 2021 Daniil Baturin"; - print_endline "Soupault is free software distributed under the MIT license"; + print_endline "Copyright 2022 Daniil Baturin et al."; + print_endline "soupault is free software distributed under the MIT license"; print_endline "Visit https://www.soupault.app/reference-manual for documentation" (** Warns about a deprecated option *)