From acaf4f6f4a69cc0e77f7dc04ad6e6c1bc8642789 Mon Sep 17 00:00:00 2001 From: Gabor Date: Mon, 8 Jul 2024 20:56:58 -0700 Subject: [PATCH] Remove outdated license comment The file has been open-sourced so I'm just cleaning up this comment. --- .../board/udb/lib/nlbacktrace/source/nlbacktrace_udb.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/board/udb/lib/nlbacktrace/source/nlbacktrace_udb.c b/source/board/udb/lib/nlbacktrace/source/nlbacktrace_udb.c index 96b61b3e61..e9f605cf2f 100644 --- a/source/board/udb/lib/nlbacktrace/source/nlbacktrace_udb.c +++ b/source/board/udb/lib/nlbacktrace/source/nlbacktrace_udb.c @@ -1,15 +1,5 @@ // -*- Mode: C++; tab-width: 4 indent-tabs-mode: nil -*- // -// Copyright (c) 2013 Nest Labs, Inc. -// All rights reserved. -// -// This document is the property of Nest. It is considered -// confidential and proprietary information. -// -// This document may not be reproduced or transmitted in any form, -// in whole or in part, without the express written permission of -// Nest. -// // Description: // This file implements the nlbacktrace() function. // It's used to retrieve the backtrace after a crash without prior knowledge