Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
removed: references to old license, closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jul 8, 2015
1 parent 3b61c16 commit 1062266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enketo-xslt",
"version": "1.1.1",
"version": "1.1.2",
"description": "XSL stylesheets for the Enketo XForm transformation",
"main": "index.js",
"bugs": {
Expand Down
18 changes: 0 additions & 18 deletions xsl/openrosa2html5form.xsl
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
* Copyright 2013 Enketo LLC
*
* This file is part of enketo-xslt.
*
* Enketo-xslt 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.
*
* Enketo-xslt 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 enketo-xslt. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
*****************************************************************************************************
XSLT Stylesheet that transforms OpenRosa style (X)Forms into valid HTMl5 forms
Expand Down
20 changes: 2 additions & 18 deletions xsl/openrosa2xmlmodel.xsl
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2013 Enketo LLC
*
* This file is part of enketo-xslt.
*
* Enketo-xslt 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.
*
* Enketo-xslt 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 enketo-xslt. If not, see <http://www.gnu.org/licenses/>.
-->

<!--
*****************************************************************************************************
XSLT Stylesheet that transforms OpenRosa style (X)Forms instance to an xml instance that can be used
inside Enketo Smart Paper.
*****************************************************************************************************
-->

<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xf="http://www.w3.org/2002/xforms"
Expand Down

0 comments on commit 1062266

Please sign in to comment.