X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Facfilter.sh;h=9a650359bdc4e39a1561b8222336925817a53038;hb=a2405e0a7e31a128774b3e4077c1199d3a3cdf5e;hp=22c58c3d0a42e1beffaf674da9325876c91ac7cd;hpb=2a92589ecd3e6961512179d01d813ec128772f58;p=openldap diff --git a/tests/scripts/acfilter.sh b/tests/scripts/acfilter.sh index 22c58c3d0a..9a650359bd 100755 --- a/tests/scripts/acfilter.sh +++ b/tests/scripts/acfilter.sh @@ -1,2 +1,18 @@ #! /bin/sh -egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp' +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2007 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +# +# Strip comments +# +grep -v '^#'