From 4db63db7c4508fc9665aa25ee16fd5d8ae46f3ca Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Wed, 5 Sep 2012 14:10:44 -0400 Subject: [PATCH] Segregate source that cannot take on the MinGW.org LICENSE. * include/profile.h: Move to misc/include/profile.h. --- ChangeLog | 1 + {include => misc/include}/profile.h | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) rename {include => misc/include}/profile.h (75%) diff --git a/ChangeLog b/ChangeLog index 0d1e260..3a4a766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,7 @@ * Makefile.in: Make changes based on moved files. * gpl/*: Move to misc/gpl/*. * include/GL/*: Move to misc/include/GL/*. + * include/profile.h: Move to misc/include/profile.h. * src/libcrt/math/cephes_mconf.h: Move to misc/src/include/cephes_mconf.h. * src/libcrt/include/gdtoa.h: Move to misc/src/include/gdtoa.h. diff --git a/include/profile.h b/misc/include/profile.h similarity index 75% rename from include/profile.h rename to misc/include/profile.h index 04f95f1..d1de0f9 100644 --- a/include/profile.h +++ b/misc/include/profile.h @@ -1,26 +1,3 @@ -/** - * @file profile.h - * @copy 2012 MinGW.org project - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next - * paragraph) shall be included in all copies or substantial portions of the - * Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ /* $NetBSD: profile.h,v 1.6 1995/03/28 18:17:08 jtc Exp $ */ /* -- 2.11.0