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
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
This package 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 3 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
|
||||
Lesser General Public License for more details.
|
||||
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 Lesser General Public
|
||||
License along with this program; if not, write to the Free
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
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
|
||||
Name: hedera-web
|
||||
Source: svn://www.verdnatura.es/hedera
|
||||
Source: git://www.verdnatura.es/var/git/hedera-web
|
||||
|
||||
Files: *
|
||||
Copyright: 2011-2015 Juan Ferrer Toribio <juan@verdnatura.es>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
conf/* etc/
|
||||
lib/vn usr/share/php/
|
||||
doc/* usr/share/doc/hedera-web
|
||||
web/* usr/share/hedera-web
|
||||
debian/conf/* etc/hedera-web
|
||||
lib/* usr/share/php
|
||||
doc/* usr/share/doc/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