From 489d1618c98903817d516445c18f7c239d07ddbf Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Thu, 19 Jan 2017 16:28:08 +0100 Subject: added "This Makefile is validated for" --- Makefile | 2 ++ lib/Makefile | 2 ++ programs/Makefile | 2 ++ tests/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 1432e6b..efcf28f 100644 --- a/Makefile +++ b/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/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 -- cgit v0.12