X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=librecaptcha;h=6cb553110baa3361ecee2875d42bbc1fbb23cf0f;hb=7ea731be4297f463684bdf81979f971d2102b86b;hp=cf7444ab52af5df08f6d67006dbd5a33290e9d0b;hpb=12e6724f357e2c38d4e9e8d059f6983e3be7866c;p=buildscripts diff --git a/librecaptcha b/librecaptcha index cf7444a..6cb5531 100755 --- a/librecaptcha +++ b/librecaptcha @@ -1,5 +1,12 @@ #!/bin/bash -# Copyright (C) 2020 Ian Kelling +# I, Ian Kelling, follow the GNU license recommendations at +# https://www.gnu.org/licenses/license-recommendations.en.html. They +# recommend that small programs, < 300 lines, be licensed under the +# Apache License 2.0. This file contains or is part of one or more small +# programs. If a small program grows beyond 300 lines, I plan to switch +# its license to GPL. + +# Copyright 2024 Ian Kelling # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +20,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi pi libgirepository1.0-dev python3-dev