forked from verdnatura/hedera-web
Reorganizacion de ficheros
This commit is contained in:
parent
9773388906
commit
f56875a68a
|
@ -1,16 +1,17 @@
|
||||||
Copyright (C) 2013 - Juan Ferrer Toribio
|
Copyright (C) 2015 - Juan Ferrer Toribio
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This package is free software; you can redistribute it and/or modify
|
||||||
modify it under the terms of the GNU Lesser General Public
|
it under the terms of the GNU General Public License as published by
|
||||||
License as published by the Free Software Foundation; either
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
Lesser General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU General Public License
|
||||||
License along with this program; if not, write to the Free
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
||||||
02111-1307 USA.
|
On Debian systems, the complete text of the GNU General Public
|
||||||
|
License can be found in "/usr/share/common-licenses/GPL-3".
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Format: http://dep.debian.net/deps/dep5
|
Format: http://dep.debian.net/deps/dep5
|
||||||
Name: hedera-web
|
Name: hedera-web
|
||||||
Source: svn://www.verdnatura.es/hedera
|
Source: git://www.verdnatura.es/var/git/hedera-web
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2011-2015 Juan Ferrer Toribio <juan@verdnatura.es>
|
Copyright: 2011-2015 Juan Ferrer Toribio <juan@verdnatura.es>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
conf/* etc/
|
debian/conf/* etc/hedera-web
|
||||||
lib/vn usr/share/php/
|
lib/* usr/share/php
|
||||||
doc/* usr/share/doc/hedera-web
|
doc/* usr/share/doc/hedera-web
|
||||||
web/* usr/share/hedera-web
|
web/* usr/share/hedera-web
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
etc/hedera-web/apache.conf etc/apache/conf-available/hedera-web.conf
|
Loading…
Reference in New Issue