summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2017-01-19 15:28:08 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2017-01-19 15:28:08 (GMT)
commit489d1618c98903817d516445c18f7c239d07ddbf (patch)
tree20c17d24970a1793d3b60bdf7c0a9a96e9af7b13
parent339e79320b47ef8495c753d6c100d33c641f22d4 (diff)
downloadlz4-489d1618c98903817d516445c18f7c239d07ddbf.zip
lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.gz
lz4-489d1618c98903817d516445c18f7c239d07ddbf.tar.bz2
added "This Makefile is validated for"
-rw-r--r--Makefile2
-rw-r--r--lib/Makefile2
-rw-r--r--programs/Makefile2
-rw-r--r--tests/Makefile2
4 files changed, 8 insertions, 0 deletions
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