From patchwork Tue Oct 14 17:04:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max X-Patchwork-Id: 399505 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ganesha.gnumonks.org (ganesha.gnumonks.org [IPv6:2001:780:45:1d:225:90ff:fe52:c662]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 796BC14011B for ; Wed, 15 Oct 2014 04:06:51 +1100 (EST) Received: from localhost ([127.0.0.1] helo=ganesha.gnumonks.org) by ganesha.gnumonks.org with esmtp (Exim 4.72) (envelope-from ) id 1Xe5Xo-00069z-CY; Tue, 14 Oct 2014 19:05:56 +0200 Received: from hylle06.itea.ntnu.no ([2001:700:300:3::235]) by ganesha.gnumonks.org with esmtp (Exim 4.72) (envelope-from ) id 1Xe5Wy-00069s-L4 for baseband-devel@lists.osmocom.org; Tue, 14 Oct 2014 19:05:07 +0200 Received: from localhost (localhost [127.0.0.1]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id 42AD8672094 for ; Tue, 14 Oct 2014 19:05:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle06.itea.ntnu.no Received: from alumnimail.it.ntnu.no (alumnimail.it.ntnu.no [129.241.18.22]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id E66A56720BC for ; Tue, 14 Oct 2014 19:05:02 +0200 (CEST) Received: from localhost (nat.sec.t-labs.tu-berlin.de [130.149.230.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: suraev) by alumnimail.it.ntnu.no (Postfix) with ESMTPSA id B8D99580416 for ; Tue, 14 Oct 2014 19:05:02 +0200 (CEST) From: Max To: baseband-devel@lists.osmocom.org Subject: [PATCH] Fix license according to permissions from Ben Gardner Date: Tue, 14 Oct 2014 19:04:53 +0200 Message-Id: <1413306293-31379-1-git-send-email-max.suraev@fairwaves.co> X-Mailer: git-send-email 1.9.1 X-Spam-Score: 0.0 (/) X-BeenThere: baseband-devel@lists.osmocom.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development discussion about Osmocom BaseBand List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: baseband-devel-bounces@lists.osmocom.org Errors-To: baseband-devel-bounces@lists.osmocom.org Signed-off-by: Max --- include/osmocom/core/crc16.h | 2 +- src/crc16.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 * * 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