Skip to content

Commit 138c1bd

Browse files
committed
Añadidos encabezados de copyright y licencias
git-svn-id: file:///opt/svn/colegios/controlaula/trunk@130 c4774de7-f4ed-435d-9225-5986420fcf7b
1 parent b254aa4 commit 138c1bd

13 files changed

+745
-521
lines changed

GPL-LICENSE.txt

+676
Large diffs are not rendered by default.

frontend/www/js/Portal.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/*!
2-
* Ext JS Library 3.1.0
3-
* Copyright(c) 2006-2009 Ext JS, LLC
4-
5-
* http://www.extjs.com/license
1+
/*
2+
* Portal.js
3+
*
4+
* Copyright (c) 2009-2010 Manu Mora Gordillo <manuito @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
68
*/
79
Ext.ux.Portal = Ext.extend(Ext.Panel, {
810
layout : 'column',

frontend/www/js/PortalColumn.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/*!
2-
* Ext JS Library 3.1.0
3-
* Copyright(c) 2006-2009 Ext JS, LLC
4-
5-
* http://www.extjs.com/license
1+
/*
2+
* PortalColumn.js
3+
*
4+
* Copyright (c) 2009-2010 Manu Mora Gordillo <manuito @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
68
*/
79
Ext.ux.PortalColumn = Ext.extend(Ext.Container, {
810
layout : 'anchor',

frontend/www/js/Portlet.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/*!
2-
* Ext JS Library 3.1.0
3-
* Copyright(c) 2006-2009 Ext JS, LLC
4-
5-
* http://www.extjs.com/license
1+
/*
2+
* Portlet.js
3+
*
4+
* Copyright (c) 2009-2010 Manu Mora Gordillo <manuito @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
68
*/
79
Ext.ux.Portlet = Ext.extend(Ext.Panel, {
810
anchor : '100%',

frontend/www/js/conexion.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* conexion.js
3+
*
4+
* Copyright (c) 2009-2010 Manu Mora Gordillo <manuito @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
8+
*/
19

210
//Pregunta el estado de todos los equipos del aula
311
function estadoAula(){

frontend/www/js/controlaula.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Ext.app.REMOTING_API = {"url":"util.py","type":"remoting","actions":{"TestAction":[{"name":"doEcho","len":1},{"name":"multiply","len":1},{"name":"getTree","len":1}],"Profile":[{"name":"getBasicInfo","len":2},{"name":"getPhoneInfo","len":1},{"name":"getLocationInfo","len":1},{"name":"updateBasicInfo","len":2,"formHandler":true}]}};
1+
/*
2+
* controlaula.js
3+
*
4+
* Copyright (c) 2009-2010 Juan Sanguino González <juan.sanguino @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
8+
*/
9+
Ext.app.REMOTING_API = {"url":"util.py","type":"remoting","actions":{"TestAction":[{"name":"doEcho","len":1},{"name":"multiply","len":1},{"name":"getTree","len":1}],"Profile":[{"name":"getBasicInfo","len":2},{"name":"getPhoneInfo","len":1},{"name":"getLocationInfo","len":1},{"name":"updateBasicInfo","len":2,"formHandler":true}]}};

frontend/www/js/data-view.js~

-159
This file was deleted.

frontend/www/js/get-images~

-37
This file was deleted.

frontend/www/js/grouptabs.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/*!
2-
* Ext JS Library 3.1.0
3-
* Copyright(c) 2006-2009 Ext JS, LLC
4-
5-
* http://www.extjs.com/license
1+
/*
2+
* grouptabs.js
3+
*
4+
* Copyright (c) 2009-2010 Manu Mora Gordillo <manuito @nospam@ gmail.com>
5+
* Licensed under the GPL (GPL-LICENSE.txt) license.
6+
*
7+
*
68
*/
79

810
Ext.onReady(function() {

0 commit comments

Comments
 (0)