From 8d8d44d7227868b0aeae30787c9901ebb63fec11 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 29 Oct 2012 15:38:26 +0400 Subject: Update c-r --- scripts/debmaker.pl | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3