diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-29 15:38:26 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-29 15:38:26 +0400 |
commit | 8d8d44d7227868b0aeae30787c9901ebb63fec11 (patch) | |
tree | e4f91fecb0e07645c66abd3787c6f56d86fbd6ea /scripts | |
parent | 434c9d1997c6b4e8efff4755511f5430ba8f7efe (diff) | |
download | cibs-8d8d44d7227868b0aeae30787c9901ebb63fec11.tar.gz |
Update c-r
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/debmaker.pl | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/scripts/debmaker.pl b/scripts/debmaker.pl index 1bb982d..eb61bde 100755 --- a/scripts/debmaker.pl +++ b/scripts/debmaker.pl @@ -1,6 +1,27 @@ #!/usr/bin/env perl -# Copyright (c) 2012, Nexenta Systems, Inc. All rights reserved. +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license +# at http://www.opensource.org/licenses/CDDL-1.0 +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each file. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# Copyright (C) 2012, Nexenta Systems, Inc. All rights reserved. +# use 5.010; use strict; |