From patchwork Thu Mar 27 15:13:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 27194 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-bk0-f69.google.com (mail-bk0-f69.google.com [209.85.214.69]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 58041202FA for ; Thu, 27 Mar 2014 15:13:11 +0000 (UTC) Received: by mail-bk0-f69.google.com with SMTP id mx12sf7528390bkb.8 for ; Thu, 27 Mar 2014 08:13:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:subject:date:message-id :x-original-sender:x-original-authentication-results:precedence :mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe:content-type; bh=FqgZ/yq5dEPoNDrf334+c2Brf1txVUfHurq/d/p+QNM=; b=KNF11Uy5cP4+PHYCxx/vGYJx90nYuDYg5/b8hCCvbID1NAG/51sY/G1Q7z5+Uj5tNX krw0Mn3qLPJ0CXykx2BAScbpKkB9TWZ/yTAj9q867dOMVUBQDo3gsbwwsaepIk1zSSPq eIb1o8kj7x7UbVWSyF0aa5fBPLkw4as83wgSBs00dDA2sEdoJD3eCC8iKbXjyf8t0BQo vS2wr/wkW30ArCkc6SPQA4UPUKuMzGzppulbWWPCNNtbcA1VMVJUTXIeejJdHGMQ04Jn 8Y/x744B5E6VwZyWTuCJTHrRezYrAqVkk9Yyok7Y/dNP08sjOQUclWITJTZAUHboiTYI KEGg== X-Gm-Message-State: ALoCoQkP++U/HXYfx3jp7ALT3vXAnuH9ehr2cIlYCBeu/PoJIKToB7atKX5B4+ibH68S/2p0kvwH X-Received: by 10.180.36.241 with SMTP id t17mr2053627wij.6.1395933190116; Thu, 27 Mar 2014 08:13:10 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: lng-odp@linaro.org Received: by 10.152.203.204 with SMTP id ks12ls168072lac.42.gmail; Thu, 27 Mar 2014 08:13:09 -0700 (PDT) X-Received: by 10.152.19.7 with SMTP id a7mr1367656lae.16.1395933189571; Thu, 27 Mar 2014 08:13:09 -0700 (PDT) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) by mx.google.com with ESMTPS id w10si1514385lal.189.2014.03.27.08.13.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Mar 2014 08:13:09 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.50 is neither permitted nor denied by best guess record for domain of maxim.uvarov@linaro.org) client-ip=209.85.215.50; Received: by mail-la0-f50.google.com with SMTP id y1so2682385lam.23 for ; Thu, 27 Mar 2014 08:13:09 -0700 (PDT) X-Received: by 10.152.21.137 with SMTP id v9mr1333297lae.44.1395933189462; Thu, 27 Mar 2014 08:13:09 -0700 (PDT) Received: from localhost.localdomain ([81.200.0.212]) by mx.google.com with ESMTPSA id q6sm2228999lal.3.2014.03.27.08.13.07 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Mar 2014 08:13:08 -0700 (PDT) From: Maxim Uvarov To: lng-odp@linaro.org Subject: [lng-odp] [ODP/PATCH] add spdx identifier to LICENSE file Date: Thu, 27 Mar 2014 19:13:06 +0400 Message-Id: <1395933186-9208-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 1.8.5.1.163.gd7aced9 X-Original-Sender: maxim.uvarov@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.215.50 is neither permitted nor denied by best guess record for domain of maxim.uvarov@linaro.org) smtp.mail=maxim.uvarov@linaro.org Precedence: list Mailing-list: list lng-odp@linaro.org; contact lng-odp+owners@linaro.org List-ID: X-Google-Group-Id: 474323889996 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Add spdx identifier to LICENSE file to more easy identify that ODP has BSD license. Signed-off-by: Maxim Uvarov --- LICENSE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE b/LICENSE index f713d40..1454cdb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ Copyright (c) 2013, Linaro Limited All rights reserved. +SPDX-License-Identifier: BSD-3-Clause + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: