diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2017-01-19 15:28:08 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2017-01-19 15:28:08 (GMT) |
commit | 489d1618c98903817d516445c18f7c239d07ddbf (patch) | |
tree | 20c17d24970a1793d3b60bdf7c0a9a96e9af7b13 | |
parent | 339e79320b47ef8495c753d6c100d33c641f22d4 (diff) | |
download | lz4-489d1618c98903817d516445c18f7c239d07ddbf.zip lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.gz lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.bz2 |
added "This Makefile is validated for"
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lib/Makefile | 2 | ||||
-rw-r--r-- | programs/Makefile | 2 | ||||
-rw-r--r-- | tests/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,8 @@ # Copyright (C) Yann Collet 2011-2016 # All rights reserved. # +# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets +# # BSD license # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: diff --git a/lib/Makefile b/lib/Makefile index 2d9c8f3..7ba9ccb 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -3,6 +3,8 @@ # Copyright (C) Yann Collet 2011-2016 # All rights reserved. # +# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets +# # BSD license # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: diff --git a/programs/Makefile b/programs/Makefile index 060ce21..8a271c2 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -2,6 +2,8 @@ # LZ4 programs - Makefile # Copyright (C) Yann Collet 2011-2016 # +# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets +# # GPL v2 License # # This program is free software; you can redistribute it and/or modify diff --git a/tests/Makefile b/tests/Makefile index 97fa782..5f8efb7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,6 +2,8 @@ # LZ4 programs - Makefile # Copyright (C) Yann Collet 2011-2016 # +# This Makefile is validated for Linux, macOS, *BSD, Hurd, Solaris, MSYS2 targets +# # GPL v2 License # # This program is free software; you can redistribute it and/or modify |