[master] 7c2379d53 Add copyright & SPDX to flint.sh files

Poul-Henning Kamp phk at FreeBSD.org
Wed Feb 24 13:22:06 UTC 2021


commit 7c2379d53e2fdc990201144e64d1f3128bb87437
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Feb 24 13:21:06 2021 +0000

    Add copyright & SPDX to flint.sh files

diff --git a/bin/varnishadm/flint.sh b/bin/varnishadm/flint.sh
old mode 100755
new mode 100644
index e214869e8..f4340eb51
--- a/bin/varnishadm/flint.sh
+++ b/bin/varnishadm/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2017-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/bin/varnishd/flint.sh b/bin/varnishd/flint.sh
old mode 100755
new mode 100644
index 47ac810e3..24e329752
--- a/bin/varnishd/flint.sh
+++ b/bin/varnishd/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2006-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	-I../../lib/libvgz
diff --git a/bin/varnishhist/flint.sh b/bin/varnishhist/flint.sh
old mode 100755
new mode 100644
index e214869e8..f4340eb51
--- a/bin/varnishhist/flint.sh
+++ b/bin/varnishhist/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2017-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/bin/varnishlog/flint.sh b/bin/varnishlog/flint.sh
old mode 100755
new mode 100644
index 6a5decb69..a9039a3c0
--- a/bin/varnishlog/flint.sh
+++ b/bin/varnishlog/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2010-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	-DVARNISH_STATE_DIR=\"foo\"
diff --git a/bin/varnishncsa/flint.sh b/bin/varnishncsa/flint.sh
old mode 100755
new mode 100644
index e214869e8..dc8d1adc5
--- a/bin/varnishncsa/flint.sh
+++ b/bin/varnishncsa/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2006-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/bin/varnishstat/flint.sh b/bin/varnishstat/flint.sh
old mode 100755
new mode 100644
index 4663fc1de..a7ce10885
--- a/bin/varnishstat/flint.sh
+++ b/bin/varnishstat/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2010-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	varnishstat.c
diff --git a/bin/varnishtest/flint.sh b/bin/varnishtest/flint.sh
old mode 100755
new mode 100644
index 0caf8a248..1d1192d60
--- a/bin/varnishtest/flint.sh
+++ b/bin/varnishtest/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2008-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	-DVTEST_WITH_VTC_LOGEXPECT
diff --git a/bin/varnishtop/flint.sh b/bin/varnishtop/flint.sh
old mode 100755
new mode 100644
index e214869e8..e0503ed90
--- a/bin/varnishtop/flint.sh
+++ b/bin/varnishtop/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2010-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/lib/libvarnish/flint.sh b/lib/libvarnish/flint.sh
old mode 100755
new mode 100644
index 80600044a..b0b86276c
--- a/lib/libvarnish/flint.sh
+++ b/lib/libvarnish/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2008-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/lib/libvarnishapi/flint.sh b/lib/libvarnishapi/flint.sh
old mode 100755
new mode 100644
index 80600044a..285bcf4d6
--- a/lib/libvarnishapi/flint.sh
+++ b/lib/libvarnishapi/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2017-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/lib/libvcc/flint.sh b/lib/libvcc/flint.sh
old mode 100755
new mode 100644
index 80600044a..3fc056ecf
--- a/lib/libvcc/flint.sh
+++ b/lib/libvcc/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2013-2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 FLOPS='
 	*.c
diff --git a/vmod/flint.sh b/vmod/flint.sh
old mode 100755
new mode 100644
index 30896053c..19053bcae
--- a/vmod/flint.sh
+++ b/vmod/flint.sh
@@ -1,4 +1,8 @@
 #!/bin/sh
+#
+# Copyright (c) 2021 Varnish Software AS
+# SPDX-License-Identifier: BSD-2-Clause
+# See LICENSE file for full text of license
 
 for vmod in vmod_*.vcc ; do
     vmod="${vmod%.vcc}"


More information about the varnish-commit mailing list