From 2d58bfc28d99cabeedfe86e8d4c2e1a5a4d175dd Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 8 Oct 2018 11:58:10 -1000 Subject: Add ecid tool --- uicache.mm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'uicache.mm') diff --git a/uicache.mm b/uicache.mm index e5235f2..54317a1 100644 --- a/uicache.mm +++ b/uicache.mm @@ -1,5 +1,21 @@ /* UIKit Tools - command-line utilities for UIKit + * Copyright (C) 2018-2019 Sam Bingner * Copyright (C) 2008-2012 Jay Freeman (saurik) + * Portions Copyright (C) 2019 Sam Bingner +*/ + +/* This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ /* Modified BSD License {{{ */ -- cgit v1.2.3