diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-24 16:22:16 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-24 16:22:16 -0300 |
commit | 1edbe6a99e551c0c79479b7856c9577a2a44a188 (patch) | |
tree | 7d6826d91c75e79395a8d0b2a1df362eb54905ed /test | |
parent | 165c1fd026c6e3ba894658234fbed8fbe1e5847a (diff) | |
download | libtuberia-1edbe6a99e551c0c79479b7856c9577a2a44a188.tar.gz |
ignoring config.h.in and adding copyright to more files
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b252bf5..9c96bc6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,3 +1,23 @@ +# Copyright (c) 2025 Nicolas Dato +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + if TESTS check_PROGRAMS = dist_check_SCRIPTS = |