X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fx86_cpu_features.c;h=3995413d6495b518181fcc2a843211f9a90b3fc7;hb=eb3e3b72db23ecaa7789a807afeb9577962653fe;hp=786dce2b1b43c9264ff2f310ed77f119aea2733c;hpb=7a3c99e3ea8add3fe2eaca37cb53ba4c61500d28;p=wimlib diff --git a/src/x86_cpu_features.c b/src/x86_cpu_features.c index 786dce2b..3995413d 100644 --- a/src/x86_cpu_features.c +++ b/src/x86_cpu_features.c @@ -1,13 +1,21 @@ /* - * x86_cpu_features.c + * x86_cpu_features.c - feature detection for x86 processors * - * Feature detection for x86 processors. + * The following copying information applies to this specific source code file: * - * Author: Eric Biggers - * Year: 2015 + * Written in 2015 by Eric Biggers * - * The author dedicates this file to the public domain. - * You can do whatever you want with this file. + * To the extent possible under law, the author(s) have dedicated all copyright + * and related and neighboring rights to this software to the public domain + * worldwide via the Creative Commons Zero 1.0 Universal Public Domain + * Dedication (the "CC0"). + * + * This software 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 CC0 for more details. + * + * You should have received a copy of the CC0 along with this software; if not + * see . */ #ifdef HAVE_CONFIG_H