aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/code/header.pl
blob: b7cf76eaf626a70a90e9fab45246a5e68b2fc50f (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w

require 5.006;

use strict;
use DirHandle;
use Getopt::Long;
use File::Spec;
use File::Copy;