diff mbox

Fix license according to permissions from Ben Gardner

Message ID 1413306293-31379-1-git-send-email-max.suraev@fairwaves.co
State New
Headers show

Commit Message

Max Oct. 14, 2014, 5:04 p.m. UTC
Signed-off-by: Max <max.suraev@fairwaves.co>
---
 include/osmocom/core/crc16.h | 2 +-
 src/crc16.c                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Max Oct. 14, 2014, 5:08 p.m. UTC | #1
The email from Ben granting this license change was forwarded to ML before.
Paul Wise Oct. 14, 2014, 5:14 p.m. UTC | #2
On Wed, Oct 15, 2014 at 1:04 AM, Max wrote:

> + * Version 3, or (at your opinion) any later version. See the file COPYING for more details.

The usual license grant has "option" rather than "opinion", was that
intentional?
Max Oct. 14, 2014, 5:17 p.m. UTC | #3
Sorry, just a typo :)

14.10.2014 19:14, Paul Wise пишет:
> On Wed, Oct 15, 2014 at 1:04 AM, Max wrote:
> 
>> + * Version 3, or (at your opinion) any later version. See the file COPYING for more details.
> 
> The usual license grant has "option" rather than "opinion", was that
> intentional?
>
diff mbox

Patch

diff --git a/include/osmocom/core/crc16.h b/include/osmocom/core/crc16.h
index 83b2e5f..cbbc5e0 100644
--- a/include/osmocom/core/crc16.h
+++ b/include/osmocom/core/crc16.h
@@ -12,7 +12,7 @@ 
  * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com>
  *
  * This source code is licensed under the GNU General Public License,
- * Version 2. See the file COPYING for more details.
+ * Version 3, or (at your opinion) any later version. See the file COPYING for more details.
  */
 
 #pragma once
diff --git a/src/crc16.c b/src/crc16.c
index 2741cf5..0f0f254 100644
--- a/src/crc16.c
+++ b/src/crc16.c
@@ -5,7 +5,7 @@ 
  *      crc16.c
  *
  * This source code is licensed under the GNU General Public License,
- * Version 2. See the file COPYING for more details.
+ * Version 3, or (at your opinion) any later version. See the file COPYING for more details.
  */
 
 #include <osmocom/core/crc16.h>