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 --- csstore.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'csstore.cpp') diff --git a/csstore.cpp b/csstore.cpp index a2f8b17..588c5f0 100644 --- a/csstore.cpp +++ b/csstore.cpp @@ -1,7 +1,22 @@ /* UIKit Tools - command-line utilities for UIKit + * Copyright (C) 2018-2019 Sam Bingner * Copyright (C) 2008-2012 Jay Freeman (saurik) */ +/* 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 {{{ */ /* * Redistribution and use in source and binary -- cgit v1.2.3