[Ktutorial-commits] SF.net SVN: ktutorial:[387] trunk/ktutorial/ktutorial-editor/src/tutorials
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-09-04 21:48:10
|
Revision: 387 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=387&view=rev Author: danxuliu Date: 2012-09-04 21:48:04 +0000 (Tue, 04 Sep 2012) Log Message: ----------- Add missing license information. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.js trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.xml trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.js trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.xml Modified: trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.js =================================================================== --- trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.js 2012-09-04 16:47:15 UTC (rev 386) +++ trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.js 2012-09-04 21:48:04 UTC (rev 387) @@ -1,3 +1,21 @@ +/**************************************************************************** + * Copyright (C) 2010 by Daniel Calviño Sánchez <dan...@gm...> * + * Copyright (C) 2012 by Daniel Calviño Sánchez <dan...@gm...> * + * * + * 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/>. * + ****************************************************************************/ + t = Kross.module("kdetranslation"); tutorial.tutorialInformationAsObject().setName(t.i18n("Basic concepts")); Modified: trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.xml =================================================================== --- trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.xml 2012-09-04 16:47:15 UTC (rev 386) +++ trunk/ktutorial/ktutorial-editor/src/tutorials/BasicConcepts.xml 2012-09-04 21:48:04 UTC (rev 387) @@ -1,6 +1,21 @@ <?xml version="1.0" encoding="utf-8"?> <tutorial name="Basic concepts"> <description>This tutorial shows how to design a basic tutorial for the KTutorial test application.</description> + <license>Copyright (C) 2010 by Daniel Calviño Sánchez <dan...@gm...> +Copyright (C) 2012 by Daniel Calviño Sánchez <dan...@gm...> + +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/>.</license> <step id="start"> <text><para>Welcome to the tutorial to learn the basic concepts in <application>KTutorial editor</application>.</para> Modified: trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.js =================================================================== --- trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.js 2012-09-04 16:47:15 UTC (rev 386) +++ trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.js 2012-09-04 21:48:04 UTC (rev 387) @@ -1,3 +1,21 @@ +/**************************************************************************** + * Copyright (C) 2010 by Daniel Calviño Sánchez <dan...@gm...> * + * Copyright (C) 2012 by Daniel Calviño Sánchez <dan...@gm...> * + * * + * 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/>. * + ****************************************************************************/ + t = Kross.module("kdetranslation"); tutorial.tutorialInformationAsObject().setName(t.i18n("Interacting with the target application")); Modified: trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.xml =================================================================== --- trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.xml 2012-09-04 16:47:15 UTC (rev 386) +++ trunk/ktutorial/ktutorial-editor/src/tutorials/InteractingWithTheTargetApplication.xml 2012-09-04 21:48:04 UTC (rev 387) @@ -1,6 +1,21 @@ <?xml version="1.0" encoding="utf-8"?> <tutorial name="Interacting with the target application"> <description>This tutorial shows how KTutorial editor can interact with the target application of a tutorial, for example, to show the object names or test the tutorial without installing it.</description> + <license>Copyright (C) 2010 by Daniel Calviño Sánchez <dan...@gm...> +Copyright (C) 2012 by Daniel Calviño Sánchez <dan...@gm...> + +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/>.</license> <step id="start"> <text><para>Welcome to the tutorial to learn how <application>KTutorial editor</application> can interact with the target application.</para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |