| Index: make_pkg.sh
|
| diff --git a/make_pkg.sh b/make_pkg.sh
|
| index 63a4111408ca6e7be690577f8646598a6ae50f10..f244a8b8f40b403a6dd7c5bd063008125bb406ab 100755
|
| --- a/make_pkg.sh
|
| +++ b/make_pkg.sh
|
| @@ -1,8 +1,19 @@
|
| #!/bin/bash
|
| #
|
| # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| +#
|
| +# This program is free software; you can redistribute it and/or modify
|
| +# it under the terms of the GNU General Public License version 2, as
|
| +# published by the Free Software Foundation.
|
| +#
|
| +# This program is distributed in the hope that it will be useful,
|
| +# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| +# GNU General Public License for more details.
|
| +#
|
| +# You should have received a copy of the GNU General Public License along
|
| +# with this program; if not, write to the Free Software Foundation, Inc.,
|
| +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
| #
|
| # Builds the .deb package.
|
|
|
|
|