X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Facfilter.sh;h=5d7558c300c14d2e2ec59adb0daf85f4dad7a4cf;hb=d8fbe2d32cc5885698215234758d45610d132411;hp=22c58c3d0a42e1beffaf674da9325876c91ac7cd;hpb=2a92589ecd3e6961512179d01d813ec128772f58;p=openldap diff --git a/tests/scripts/acfilter.sh b/tests/scripts/acfilter.sh index 22c58c3d0a..5d7558c300 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-2005 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 +# +egrep -iv '^#'