]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add .dsp and .dsw
authorMark Andrews <marka@isc.org>
Thu, 5 Oct 2006 00:18:21 +0000 (00:18 +0000)
committerMark Andrews <marka@isc.org>
Thu, 5 Oct 2006 00:18:21 +0000 (00:18 +0000)
util/merge_copyrights

index 4455eac4b8367eaba26bbf0faade3fda09dc7baf..05e87bc5488591b87c04cd71403a864232052afb 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: merge_copyrights,v 1.16.2.2.8.7 2005/09/06 01:17:41 marka Exp $
+# $Id: merge_copyrights,v 1.16.2.2.8.8 2006/10/05 00:18:21 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -78,7 +78,7 @@ while (<FILES>) {
            $file_types{$_} = "CONF-SH";
        } elsif ($base =~ /\.(db|hint)$/) {
            $file_types{$_} = "ZONE";
-       } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg)$/i) {
+       } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw)$/i) {
            $file_types{$_} = "X";
        } else {
            $file_types{$_} = "?";