mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Added GPLv2 declaration to papps_installer
This commit is contained in:
parent
ffe52c15ec
commit
4a6703d352
1 changed files with 15 additions and 3 deletions
|
@ -1,9 +1,21 @@
|
|||
#! /bin/bash
|
||||
|
||||
#
|
||||
# Papps_Installer for Plugapps
|
||||
# Works on *all* Plug devices (Pogoplug v1/2; Dockstar; Tonidoplug)
|
||||
# Version 0.5.1 # Halfie (becomes 1.0 upon testing)
|
||||
# Papps_Installer for Plugapps
|
||||
# Version 0.5.2 # Halfie (becomes 1.0 upon testing)
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# 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, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
###########################
|
||||
|
|
Loading…
Reference in a new issue