From patchwork Fri Mar 28 09:46:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 27246 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-wi0-f199.google.com (mail-wi0-f199.google.com [209.85.212.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id BEE3220545 for ; Fri, 28 Mar 2014 09:46:44 +0000 (UTC) Received: by mail-wi0-f199.google.com with SMTP id hm4sf1134611wib.6 for ; Fri, 28 Mar 2014 02:46:43 -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=5LZRY7VMR/UHQDBSR3pKMe4ZisshIvAyX9hMnB9aumI=; b=Nqj7Lu5oonAkxgev/lnblAosZBDBsN6RHvN6yZeqk8Av1REf/Vl2g/5IwNAOiC9pjd F6cTOKRw3ZvbQ4kRC1a5JYpjEHigrrrbdnKTa938JKO49IAIukeAmLSDbeQELwYGsHtf JDdpeKyDF6PnCNCFWh392RM6uMuYXEwvDeDVaHKw+ZCfcT9WuuxN+hJ//MAsYdatyZ6+ 1lDwiM6RpaU5MK9pcNbOGT+67nwdL02PRyiKB3IztodU/opYz+XR+fd9BVxLelGjtBhq w0Aa3opxt4qSQdd6lYBJQM+BDZTnyEt60tQDQWOEBUvOhlyHeMVHiPYZsC1aJfNalE7O 0vBg== X-Gm-Message-State: ALoCoQmRkxbcf0eharEa3aEe/Uexcfn3KsZe0kwFn6ejrwD0mNWXEsOLkGMRY2Rl5OO02aKeXXO/ X-Received: by 10.153.6.43 with SMTP id cr11mr3189489lad.2.1396000003228; Fri, 28 Mar 2014 02:46:43 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: lng-odp@linaro.org Received: by 10.152.204.5 with SMTP id ku5ls182336lac.28.gmail; Fri, 28 Mar 2014 02:46:42 -0700 (PDT) X-Received: by 10.153.11.163 with SMTP id ej3mr4899474lad.17.1396000002886; Fri, 28 Mar 2014 02:46:42 -0700 (PDT) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by mx.google.com with ESMTPS id rd2si2990303lac.177.2014.03.28.02.46.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 02:46:42 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.43 is neither permitted nor denied by best guess record for domain of maxim.uvarov@linaro.org) client-ip=209.85.215.43; Received: by mail-la0-f43.google.com with SMTP id e16so3479306lan.2 for ; Fri, 28 Mar 2014 02:46:42 -0700 (PDT) X-Received: by 10.112.14.35 with SMTP id m3mr4701326lbc.3.1396000002723; Fri, 28 Mar 2014 02:46:42 -0700 (PDT) Received: from maxim-lap.localhost.onion ([92.39.133.154]) by mx.google.com with ESMTPSA id u4sm4617519laj.2.2014.03.28.02.46.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 02:46:41 -0700 (PDT) From: Maxim Uvarov To: lng-odp@linaro.org Subject: [lng-odp] [ODP/PATCHv2] add spdx identifier to LICENSE file Date: Fri, 28 Mar 2014 13:46:22 +0400 Message-Id: <1395999982-3935-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.43 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f713d40..441ba51 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ -Copyright (c) 2013, Linaro Limited +Copyright (c) 2013-2014, 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: