86 lines
3.8 KiB
Diff
86 lines
3.8 KiB
Diff
|
From e419f63960a0c30c0263525b2db084b36c962d59 Mon Sep 17 00:00:00 2001
|
||
|
From: Jaroslav Kysela <perex@perex.cz>
|
||
|
Date: Mon, 28 Mar 2011 11:04:19 +0200
|
||
|
Subject: [PATCH 07/23] UCM: Fix LGPL licence ("how to receive" part referred
|
||
|
GPL instead LGPL)
|
||
|
|
||
|
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||
|
---
|
||
|
src/ucm/main.c | 6 +++---
|
||
|
src/ucm/parser.c | 6 +++---
|
||
|
src/ucm/ucm_local.h | 6 +++---
|
||
|
src/ucm/utils.c | 6 +++---
|
||
|
4 files changed, 12 insertions(+), 12 deletions(-)
|
||
|
|
||
|
diff --git a/src/ucm/main.c b/src/ucm/main.c
|
||
|
index 9b450f6..86f29e3 100644
|
||
|
--- a/src/ucm/main.c
|
||
|
+++ b/src/ucm/main.c
|
||
|
@@ -9,9 +9,9 @@
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
- * You should have received a copy of the GNU 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 Lesser General Public
|
||
|
+ * License along with this library; if not, write to the Free Software
|
||
|
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
*
|
||
|
* Support for the verb/device/modifier core logic and API,
|
||
|
* command line tool and file parser was kindly sponsored by
|
||
|
diff --git a/src/ucm/parser.c b/src/ucm/parser.c
|
||
|
index e8d2461..38fdba0 100644
|
||
|
--- a/src/ucm/parser.c
|
||
|
+++ b/src/ucm/parser.c
|
||
|
@@ -9,9 +9,9 @@
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
- * You should have received a copy of the GNU 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 Lesser General Public
|
||
|
+ * License along with this library; if not, write to the Free Software
|
||
|
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
*
|
||
|
* Support for the verb/device/modifier core logic and API,
|
||
|
* command line tool and file parser was kindly sponsored by
|
||
|
diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
|
||
|
index 1b00ea2..2ceceaa 100644
|
||
|
--- a/src/ucm/ucm_local.h
|
||
|
+++ b/src/ucm/ucm_local.h
|
||
|
@@ -9,9 +9,9 @@
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
- * You should have received a copy of the GNU 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 Lesser General Public
|
||
|
+ * License along with this library; if not, write to the Free Software
|
||
|
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
*
|
||
|
* Support for the verb/device/modifier core logic and API,
|
||
|
* command line tool and file parser was kindly sponsored by
|
||
|
diff --git a/src/ucm/utils.c b/src/ucm/utils.c
|
||
|
index 2def0b8..85549e1 100644
|
||
|
--- a/src/ucm/utils.c
|
||
|
+++ b/src/ucm/utils.c
|
||
|
@@ -9,9 +9,9 @@
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
- * You should have received a copy of the GNU 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 Lesser General Public
|
||
|
+ * License along with this library; if not, write to the Free Software
|
||
|
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
*
|
||
|
* Support for the verb/device/modifier core logic and API,
|
||
|
* command line tool and file parser was kindly sponsored by
|
||
|
--
|
||
|
1.7.5.3
|
||
|
|