repo_name
string
path
string
copies
string
size
string
content
string
license
string
refusebt/WinObjC
deps/3rdparty/iculegacy/source/layout/MorphTables.cpp
178
2813
/* * %W% %W% * * (C) Copyright IBM Corp. 1998 - 2004 - All Rights Reserved * */ #include "LETypes.h" #include "LayoutTables.h" #include "MorphTables.h" #include "SubtableProcessor.h" #include "IndicRearrangementProcessor.h" #include "ContextualGlyphSubstProc.h" #include "LigatureSubstProc.h" #include "NonContext...
mit
KevinShawn/WinObjC
deps/3rdparty/icu/icu/source/layout/ScriptAndLanguage.cpp
185
3923
/* * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved * */ #include "LETypes.h" #include "OpenTypeTables.h" #include "OpenTypeUtilities.h" #include "ScriptAndLanguage.h" #include "LESwaps.h" U_NAMESPACE_BEGIN LEReferenceTo<LangSysTable> ScriptTable::findLanguage(const LETableReference& base, LETag language...
mit
bSr43/WinObjC
deps/3rdparty/icu/icu/source/common/uloc_keytype.cpp
191
19209
/* ********************************************************************** * Copyright (C) 2014, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #include "unicode/utypes.h" #include "cstring.h" #include "uasser...
mit
jabez1314/WinObjC
deps/3rdparty/icu/icu/source/i18n/numsys.cpp
205
9678
/* ******************************************************************************* * Copyright (C) 2010-2013, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* * * * File NUMSYS.CPP * * Modification History:* * ...
mit
tomasy23/evertonkrosnodart
drivers/builtin_openssl2/crypto/x509v3/pcy_cache.c
727
7726
/* pcy_cache.c */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2004. */ /* ==================================================================== * Copyright (c) 2004 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
mit
jasonsanjose/brackets-sass
node/2.0.3/node_modules/node-sass/src/libsass/plugins.cpp
228
5439
#ifdef _WIN32 #include <windows.h> #else #include <sys/types.h> #include <dirent.h> #include <errno.h> #include <dlfcn.h> #endif #include <iostream> #include "output.hpp" #include "plugins.hpp" #define npos string::npos namespace Sass { Plugins::Plugins(void) { } Plugins::~Plugins(void) { } // check if plugi...
mit
wendellpbarreto/ambiental-awareness
node_modules/gulp-sass/node_modules/node-sass/src/libsass/sass_context.cpp
229
31895
#ifdef _WIN32 #include <io.h> #define LFEED "\n" #else #include <unistd.h> #define LFEED "\n" #endif #include <cstring> #include <stdexcept> #include "file.hpp" #include "json.hpp" #include "util.hpp" #include "context.hpp" #include "sass_values.h" #include "sass_context.h" #include "ast_fwd_decl.hpp" #include "error_...
mit
nusacoin/nusacoin
src/bmw.c
1021
29235
/* $Id: bmw.c 227 2010-06-16 17:28:38Z tp $ */ /* * BMW implementation. * * ==========================(LICENSE BEGIN)============================ * * Copyright (c) 2007-2010 Projet RNRT SAPHIR * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated doc...
mit
pixelglow/graphviz
cmd/lefty/ws/mswin32/gcanvas.c
17
43121
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1....
epl-1.0
dupuisa/i-CodeCNES
fortran77-rules/src/test/resources/f77_1/ctprfb.f
24
26285
*> \brief \b CTPRFB applies a real or complex "triangular-pentagonal" blocked reflector to a real or complex matrix, which is composed of two blocks. * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download...
epl-1.0
modulexcite/msiext
externals/cppunit/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp
28
2148
// CppUnitTestApp.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "CppUnitTestApp.h" #include "CppUnitTestAppDlg.h" #include <cppunit/ui/mfc/TestRunner.h> #include <cppunit/extensions/TestFactoryRegistry.h> #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FI...
epl-1.0
dupuisa/i-CodeCNES
fortran77-rules/src/test/resources/f77_4/zlahilb.f
32
8002
*> \brief \b ZLAHILB * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE ZLAHILB(N, NRHS, A, LDA, X, LDX, B, LDB, WORK, * INFO, PATH) * * .. Scalar Arguments...
epl-1.0
wojwal/msiext
externals/cryptopp/randpool.cpp
73
1473
// randpool.cpp - written and placed in the public domain by Wei Dai // RandomPool used to follow the design of randpool in PGP 2.6.x, // but as of version 5.5 it has been redesigned to reduce the risk // of reusing random numbers after state rollback (which may occur // when running in a virtual machine like VMware). ...
epl-1.0
mantera/WX_435_Kernel-CM7
drivers/mtd/maps/omap_nor.c
512
5008
/* * Flash memory support for various TI OMAP boards * * Copyright (C) 2001-2002 MontaVista Software Inc. * Copyright (C) 2003-2004 Texas Instruments * Copyright (C) 2004 Nokia Corporation * * Assembled using driver code copyright the companies above * and written by David Brownell, Jian Zhang <jzhang@ti.com>, ...
gpl-2.0
GameTheory-/android_kernel_d505
arch/arm/mach-msm/acpuclock-8930ab.c
768
12431
/* * Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in ...
gpl-2.0
CyanogenMod/android_kernel_motorola_msm8610
drivers/staging/speakup/main.c
768
58434
/* speakup.c * review functions for the speakup screen review package. * originally written by: Kirk Reiser and Andy Berdan. * * extensively modified by David Borowski. * ** Copyright (C) 1998 Kirk Reiser. * Copyright (C) 2003 David Borowski. * * This program is free software; you can redistribute it and/o...
gpl-2.0
AOSP-TEAM/kernel_i9100g
drivers/gpu/drm/sis/sis_mm.c
1536
8491
/************************************************************************** * * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Softwar...
gpl-2.0
tjstyle/FIH-Kernel
drivers/gpu/drm/sis/sis_mm.c
1536
8491
/************************************************************************** * * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Softwar...
gpl-2.0
fortunave3gxx/android_kernel_samsung_fortuna-common-old
drivers/base/regmap/regmap-spi.c
2304
3812
/* * Register map access API - SPI support * * Copyright 2011 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the...
gpl-2.0
ptmr3/smdk4412
drivers/mmc/host/wbsd.c
2816
40832
/* * linux/drivers/mmc/host/wbsd.c - Winbond W83L51xD SD/MMC driver * * Copyright (C) 2004-2007 Pierre Ossman, All Rights Reserved. * * 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; eit...
gpl-2.0
corcor67/SMPL_M8_SENSE
drivers/acpi/battery.c
2816
32057
/* * battery.c - ACPI Battery Driver (Revision: 2.0) * * Copyright (C) 2007 Alexey Starikovskiy <astarikovskiy@suse.de> * Copyright (C) 2004-2007 Vladimir Lebedev <vladimir.p.lebedev@intel.com> * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul....
gpl-2.0
ChameleonOS/android_kernel_amazon_bowser-common
drivers/media/video/gspca/finepix.c
3072
8010
/* * Fujifilm Finepix subdriver * * Copyright (C) 2008 Frank Zago * * 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 2 of the License, or * any later version. * * This pr...
gpl-2.0
InstigatorX/InstigatorX-V4-Kernel
drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c
3584
6804
/* * Host AP crypt: host-based WEP encryption implementation for Host AP driver * * Copyright (c) 2002-2004, Jouni Malinen <jkmaline@cc.hut.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Soft...
gpl-2.0
AscendG630-DEV/kernel_huawei_msm8610
arch/arm/mach-davinci/dm644x.c
4864
22290
/* * TI DaVinci DM644x chip specific setup * * Author: Kevin Hilman, Deep Root Systems, LLC * * 2007 (c) Deep Root Systems, LLC. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or implied....
gpl-2.0
ch33kybutt/kernel_skipjack_tuna
drivers/media/dvb/mantis/mantis_dvb.c
6400
7701
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@gmail.com) 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 2 of the License, or (at your option) any later ve...
gpl-2.0
srfarias/srfarias-kernel
net/rds/cong.c
8448
12226
/* * Copyright (c) 2007 Oracle. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source tree, or t...
gpl-2.0
Team-Hydra/S5-AEL-Kernel
net/rds/cong.c
8448
12226
/* * Copyright (c) 2007 Oracle. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source tree, or t...
gpl-2.0
PyYoshi/android_kernel_kyocera_l03
net/rds/cong.c
8448
12226
/* * Copyright (c) 2007 Oracle. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this source tree, or t...
gpl-2.0
MoKee/android_kernel_zte_nx507j
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
10240
4899
/* * (C) 2010,2011 Thomas Renninger <trenn@suse.de>, Novell Inc. * * Licensed under the terms of the GNU GPL License version 2. * * Based on Len Brown's <lenb@kernel.org> turbostat tool. */ #if defined(__i386__) || defined(__x86_64__) #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include ...
gpl-2.0
SimpleAOSP-Kernel/kernel_hammerhead
arch/mips/kernel/jump_label.c
10496
1304
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 2010 Cavium Networks, Inc. */ #include <linux/jump_label.h> #include <linux/kernel.h> #include <linux/memory.h> #include <...
gpl-2.0
jyunyen/Nexus7_Kernal
arch/ia64/kernel/esi.c
13312
4576
/* * Extensible SAL Interface (ESI) support routines. * * Copyright (C) 2006 Hewlett-Packard Co * Alex Williamson <alex.williamson@hp.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #include <linux/string.h> #include <asm/esi.h> #include <asm/sal.h> MODULE_AUTHOR("Alex Willia...
gpl-2.0
jerem/linux-rk3066
arch/powerpc/boot/pq2.c
14080
2422
/* * PowerQUICC II support functions * * Author: Scott Wood <scottwood@freescale.com> * * Copyright (c) 2007 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Softwar...
gpl-2.0
bugobliterator/unoRTOS
freeRTOS750/lib_time/isLeap.c
1
2071
/* * (C)2012 Michael Duane Rice All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright notice, this * list of conditions and the...
gpl-2.0
NemesisGamingDE/Cataclysm
src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_twinemperors.cpp
1
18692
/* * * Copyright (C) 2011-2013 ArkCORE <http://www.arkania.net/> * * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * * This program is free software; you can redistribute it and/or modify it * under the terms o...
gpl-2.0
gongminmin/KlayGE
DXBC2GLSL/Src/DXBC2GLSL.cpp
1
5884
/** * @file DXBC2GLSL.cpp * @author Shenghua Lin, Minmin Gong * * @section DESCRIPTION * * This source file is part of KlayGE * For the latest info, see http://www.klayge.org * * @section LICENSE * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
gpl-2.0
Eve-Lyn/Mong2-Trinity
src/server/game/Instances/InstanceScript.cpp
1
15891
/* * Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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 ver...
gpl-2.0
lynx19890808/LynxFlyOpen
Math/LibMatrix.c
1
7402
/********************************************************************************* * ɽè·É¿Ø£¨Lynx£© * ²âÊÔ°æ * * Version : V1.0 * By : Lynx@ustc 84693469@qq.com * * For : Stm32f103VET6 * Mode : Thumb2 * Description : À´Ô´ÓÚÍøÂç...
gpl-2.0
TwitchPlaysPokemon/vba-rr
src/win32/DirectInput.cpp
1
30665
//#define USE_GETASYNCKEYSTATE_FOR_KEYBOARD #include "stdafx.h" #define DIRECTINPUT_VERSION 0x0500 #include "dinput.h" #include "resource.h" #include "Input.h" #include "Reg.h" #include "WinResUtil.h" // master keyboard translation table static const struct { int dik; int vk; int ascii; } win_key_trans_table[] =...
gpl-2.0
ISTweak/android_kernel_nec_msm7x30
fs/file_table.c
1
10606
/* * linux/fs/file_table.c * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) */ /***********************************************************************/ /* Modified by */ /* (C) NEC CASIO Mobile Com...
gpl-2.0
mfursov/ugene
src/corelibs/U2Gui/src/util/project/ProjectUpdater.cpp
1
5153
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2017 UniPro <ugene@unipro.ru> * http://ugene.net * * 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 2 * ...
gpl-2.0
Ginfred/DeathCore
src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp
1
15854
/* * Copyright (C) 2013-2015 DeathCore <http://www.noffearrdeathproject.net/> * * 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 2 of the License, or (at your * option) any l...
gpl-2.0
MarcGroef/ros-vision
catkin_ws/src/bold/src/bold_vector.cpp
1
2383
#include "bold_vector.hpp" namespace BOLD{ BVector::BVector() { for(int i = 0; i < VECTOR_SIZE; ++i) a[i] = 0; } BVector::BVector(double* array) { for(int i = 0; i < VECTOR_SIZE; ++i) a[i] = array[i]; } BVector::BVector(double a1, double a2, double a3) { a[0] = a1; ...
gpl-2.0
sd44/TaobaoCppQtSDK
TaoApiCpp/request/TopatsSimbaCampkeywordeffectGetRequest.cpp
1
1888
#include <TaoApiCpp/request/TopatsSimbaCampkeywordeffectGetRequest.h> QString TopatsSimbaCampkeywordeffectGetRequest::getApiMethodName() const { return "taobao.topats.simba.campkeywordeffect.get"; } qlonglong TopatsSimbaCampkeywordeffectGetRequest::getCampaignId() const { return campaignId; } void TopatsSimbaCamp...
gpl-2.0
vijay03/optfs
fs/ext4bf/symlink.c
1
1409
/* * linux/fs/ext4bf/symlink.c * * Only fast symlinks left here - the rest is done by generic code. AV, 1999 * * Copyright (C) 1992, 1993, 1994, 1995 * Remy Card (card@masi.ibp.fr) * Laboratoire MASI - Institut Blaise Pascal * Universite Pierre et Marie Curie (Paris VI) * * from * * linux/fs/minix/symlin...
gpl-2.0
broonie/regulator-2.6
drivers/char/sysrq.c
1
14223
/* -*- linux-c -*- * * $Id: sysrq.c,v 1.15 1998/08/23 14:56:41 mj Exp $ * * Linux Magic System Request Key Hacks * * (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz> * based on ideas by Pavel Machek <pavel@atrey.karlin.mff.cuni.cz> * * (c) 2000 Crutcher Dunnavant <crutcher+kernel@datastacks.com> * overhaul...
gpl-2.0
stden/ejudge
compile_packet_5.c
1
3678
/* -*- c -*- */ /* $Id: compile_packet_5.c 7537 2013-11-06 11:49:33Z cher $ */ /* Copyright (C) 2005-2013 Alexander Chernov <cher@ejudge.ru> */ /* * 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 Founda...
gpl-2.0
koying/xbmc-vidonme
xbmc/cores/amlplayer/AMLUtils.cpp
1
3224
/* * Copyright (C) 2011-2013 Team XBMC * http://www.xbmc.org * * 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 2, or (at your option) * any later version. * ...
gpl-2.0
pandreetto/irdc4cube
src/parseconf.c
1
4405
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <errno.h> #include <unistd.h> #include "irdctype.h" int mapOption(const char* opt){ if (strncmp(opt, "cancel:", 7)==0) return 1; if (strncmp(opt, "1:", 2)==0) return 2; if (strncmp(opt, "2:", 2)==0) return 3; if (strncmp(opt, "3:", 2)==0) retu...
gpl-2.0
f12c/android_kernel_fujitsu_f11eif
drivers/staging/comedi/drivers/addi-data/APCI1710_INCCPT.c
1
206975
/** @verbatim Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. ADDI-DATA GmbH Dieselstrasse 3 D-77833 Ottersweier Tel: +19(0)7223/9493-0 Fax: +49(0)7223/9493-92 http://www.addi-data-com info@addi-data.com This program is free software; you can redistribute it and/or modify it under ...
gpl-2.0
profglavcho/mt6577-kernel-3.10.65
drivers/misc/mediatek/thermal/mt6580/mtk_ts_pa.c
1
15461
#include <linux/version.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/dmi.h> #include <linux/acpi.h> #include <linux/thermal.h> #include <linux/platform_device.h> #include <linux/aee.h> #include <linux/types.h> #include <linux/delay.h> #include <linux/proc_fs.h> #include <linux/syscalls.h> #inc...
gpl-2.0
kevingessner/git
builtin/fast-export.c
1
18603
/* * "git fast-export" builtin command * * Copyright (C) 2007 Johannes E. Schindelin */ #include "builtin.h" #include "cache.h" #include "commit.h" #include "object.h" #include "tag.h" #include "diff.h" #include "diffcore.h" #include "log-tree.h" #include "revision.h" #include "decorate.h" #include "string-list.h" ...
gpl-2.0
kusma/amoeba
main/piprecalc.cpp
1
3649
/* * This "effect" is almost totally untimed (ie. it counts frames, not * seconds). Rationale: A faster machine will play the fades faster, * but it will also _load_ faster, so it's reasonable that it also * loads faster ;-) (If you want, do a s/rationale/excuse for being * lazy/ ;-) ) Unfortunately, vsync messes...
gpl-2.0
renolui/RenoStudio
Player/BB/apps/plugins/bitmaps/native/matrix_bold.c
1
47393
#include "lcd.h" #include "/Users/reno/Documents/source/RenoStudio/Player/BB/pluginbitmaps/matrix_bold.h" const unsigned short matrix_bold[] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0x0040, 0x0020,...
gpl-2.0
AsmodeosNetworkCO/AsmodeosCORE4.3.4
src/server/worldserver/Main.cpp
1
4929
/* * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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 ver...
gpl-2.0
wangxingchao/spi-omap
sound/soc/soc-core.c
1
88477
/* * soc-core.c -- ALSA SoC Audio Layer * * Copyright 2005 Wolfson Microelectronics PLC. * Copyright 2005 Openedhand Ltd. * Copyright (C) 2010 Slimlogic Ltd. * Copyright (C) 2010 Texas Instruments Inc. * * Author: Liam Girdwood <lrg@slimlogic.co.uk> * with code, comments and ideas from :- * ...
gpl-2.0
gdamjan/systemd
src/core/dbus-path.c
1
5947
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #include "alloc-util.h" #include "bus-get-properties.h" #include "dbus-path.h" #include "dbus-util.h" #include "list.h" #include "path.h" #include "path-util.h" #include "string-util.h" #include "unit.h" static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, path_res...
gpl-2.0
MSM8939-Samsung/android_kernel_samsung_a7lte
drivers/sensors/taos_tmd3782.c
1
53509
/* * Copyright (c) 2010 SAMSUNG * * 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 2 * of the License, or (at your option) any later version. * * This program is distribute...
gpl-2.0
ezterry/kernel-biff-testing
drivers/input/evdev.c
1
21368
/* * Event char devices, giving access to raw input device events. * * Copyright (c) 1999-2002 Vojtech Pavlik * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation. */ #define EVDE...
gpl-2.0
XCopter-HSU/XCopter
Sprint_2/USB_Controller_2/FT313_release_driver/FT313H_hcd_demo/ft313-q.c
1
54087
/* * FT313 HCD qTD, qHead, iTD, siTD management. * * Copyright (C) 2011 Chang Yang <chang.yang@ftdichip.com> * * This code is *strongly* based on EHCI-HCD code by David Brownell since * the chip is a quasi-EHCI compatible. * * Licensed under GPL version 2 only. */ /* this file is part of ft313-hcd.c */ /* fil...
gpl-2.0
muromec/qtopia-ezx
src/libraries/qtopia/qdrmcontentengine.cpp
1
3864
/**************************************************************************** ** ** This file is part of the Qtopia Opensource Edition Package. ** ** Copyright (C) 2008 Trolltech ASA. ** ** Contact: Qt Extended Information (info@qtextended.org) ** ** This file may be used under the terms of the GNU General Public Licen...
gpl-2.0
cournia/fob
fob/quaternion.cpp
1
10293
/* ------------------------------------------------------------------------------- libfob - C++ interface to Ascension Technology Corporation's Flock of Birds position and orientation measurement system. Copyright (C) 2002 Nathan Cournia This library is free software; you can redistribute it and/or modify it ...
gpl-2.0
angelbbs/linux-sunxi
drivers/mmc/host/sunxi-mci.c
1
87687
/* * drivers/mmc/host/sunxi-mci.c * (C) Copyright 2010-2015 * Reuuimlla Technology Co., Ltd. <www.reuuimllatech.com> * Aaron.Maoye <leafy.myeh@reuuimllatech.com> * James Deng <csjamesdeng@reuuimllatech.com> * * description for this code * * This program is free software; you can redistribute it and/or * modif...
gpl-2.0
hustcalm/coreboot-hacking
src/mainboard/asus/p2b-d/romstage.c
1
1673
/* * This file is part of the coreboot project. * * Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> * * 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 2 of the License, ...
gpl-2.0
alexbousso/kernel_2.4.18-14
fs/jfs/jfs_extent.c
1
17419
/* * Copyright (c) International Business Machines Corp., 2000-2002 * * 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 2 of the License, or * (at your option) any...
gpl-2.0
Orion116/kernel_samsung_lt03wifi_rebase
arch/arm/mm/init.c
1
19595
/* * linux/arch/arm/mm/init.c * * Copyright (C) 1995-2005 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/kernel.h> #include <linux/errno.h>...
gpl-2.0
mangosthree/server
src/modules/SD3/include/sc_instance.cpp
1
14947
/** * ScriptDev3 is an extension for mangos providing enhanced features for * area triggers, creatures, game objects, instances, items, and spells beyond * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 <http://www.scriptdev2.com/> * Copyright (C) 2014-2022 MaNGOS <https://getma...
gpl-2.0
vrtadmin/clamav-devel
clambc/bcrun.c
1
12298
/* * ClamAV bytecode handler tool. * * Copyright (C) 2015, 2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2012 Sourcefire, Inc. * * Authors: Török Edvin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
gpl-2.0
pavel-pimenov/flylinkdc-r5xx
zlib-ng/deflate_quick.c
1
4268
/* * The deflate_quick deflate strategy, designed to be used when cycles are * at a premium. * * Copyright (C) 2013 Intel Corporation. All rights reserved. * Authors: * Wajdi Feghali <wajdi.k.feghali@intel.com> * Jim Guilford <james.guilford@intel.com> * Vinodh Gopal <vinodh.gopal@intel.com> * E...
gpl-2.0
gittup/tup
src/compat/win32/mmap.c
1
1640
/* vim: set ts=8 sw=8 sts=8 noet tw=78: * * tup - A file-based build system * * Copyright (C) 2013-2022 Mike Shal <marfey@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foun...
gpl-2.0
greedyliz/SpecialK-APPatch
src/D3D9/texmgr.cpp
1
105961
/** * This file is part of Special K. * * Special K 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. * * Special K is distribut...
gpl-2.0
yulin724/rt-thread-comment
components/rtgui/widgets/combobox.c
1
7323
#include <rtgui/dc.h> #include <rtgui/rtgui_theme.h> #include <rtgui/widgets/combobox.h> static rt_bool_t rtgui_combobox_pulldown_hide(struct rtgui_widget* widget, struct rtgui_event* event); const static rt_uint8_t down_arrow[] = {0xff, 0x7e, 0x3c, 0x18}; static void _rtgui_combobox_constructor(rtgui_combobo...
gpl-2.0
maddox/vlc
modules/gui/qt4/dialogs/extended.cpp
1
4167
/***************************************************************************** * extended.cpp : Extended controls - Undocked **************************************************************************** * Copyright (C) 2006-2008 the VideoLAN team * $Id$ * * Authors: Clément Stenac <zorglub@videolan.org> * ...
gpl-2.0
zheharry/linux-sh4-2.6.23.17_stm23_A18B
arch/sh/oprofile/backtrace.c
1
3852
/* * SH specific backtracing code for oprofile * * Copyright 2007 STMicroelectronics Ltd. * * Author: Dave Peverley <dpeverley@mpc-data.co.uk> * * Based on ARM oprofile backtrace code by Richard Purdie and in turn, i386 * oprofile backtrace code by John Levon, David Smith * * This program is free software; yo...
gpl-2.0
RittikBhowmik/Project-X5pro-Kernel-u8800pro
fs/ecryptfs/main.c
513
25648
/** * eCryptfs: Linux filesystem encryption layer * * Copyright (C) 1997-2003 Erez Zadok * Copyright (C) 2001-2003 Stony Brook University * Copyright (C) 2004-2007 International Business Machines Corp. * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com> * Michael C. Thompson <mcthomps@us.ibm.com...
gpl-2.0
TeamFreedom/mecha_2.6.35
arch/mn10300/mm/dma-alloc.c
769
2010
/* MN10300 Dynamic DMA mapping support * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * Derived from: arch/i386/kernel/pci-dma.c * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lice...
gpl-2.0
volk3/CS736
drivers/media/rc/keymaps/rc-nebula.c
1793
2381
/* nebula.h - Keytable for nebula Remote Controller * * keymap imported from ir-keymaps.c * * Copyright (c) 2010 by Mauro Carvalho Chehab * * 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...
gpl-2.0
s0be/android_kernel_letv_msm8994
drivers/gpu/drm/gma500/cdv_intel_lvds.c
2305
21887
/* * Copyright © 2006-2011 Intel Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, bu...
gpl-2.0
Shmarkus/android_kernel_rockchip_rk292x
drivers/staging/iio/accel/lis3l02dq_core.c
2305
20291
/* * lis3l02dq.c support STMicroelectronics LISD02DQ * 3d 2g Linear Accelerometers via SPI * * Copyright (c) 2007 Jonathan Cameron <jic23@cam.ac.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Fr...
gpl-2.0
CyanideL/android_kernel_moto_shamu
drivers/gpu/drm/nouveau/core/core/parent.c
2561
3307
/* * Copyright 2012 Red Hat Inc. * * 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, d...
gpl-2.0
TamsuiCM11/android_kernel_sony_msm7x27a
arch/powerpc/kernel/align.c
3841
25063
/* align.c - handle alignment exceptions for the Power PC. * * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au> * Copyright (c) 1998-1999 TiVo, Inc. * PowerPC 403GCX modifications. * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> * PowerPC 403GCX/405GP modifications. * Copyright (c) 2001-2002...
gpl-2.0
sxwzhw/iproj
drivers/ata/pata_artop.c
5121
12604
/* * pata_artop.c - ARTOP ATA controller driver * * (C) 2006 Red Hat * (C) 2007,2011 Bartlomiej Zolnierkiewicz * * Based in part on drivers/ide/pci/aec62xx.c * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org> * 865/865R fixes for Macintosh card version from a patch to the old * driver by Thib...
gpl-2.0
javelinanddart/android_kernel_htc_ville-liberty
arch/x86/platform/geode/net5501.c
7169
3435
/* * System Specific setup for Soekris net5501 * At the moment this means setup of GPIO control of LEDs and buttons * on net5501 boards. * * * Copyright (C) 2008-2009 Tower Technologies * Written by Alessandro Zummo <a.zummo@towertech.it> * * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> * Copyright ...
gpl-2.0
embeddedarm/linux-3.0.35-imx6-android
arch/sparc/kernel/us2e_cpufreq.c
7425
9847
/* us2e_cpufreq.c: UltraSPARC-IIe cpu frequency support * * Copyright (C) 2003 David S. Miller (davem@redhat.com) * * Many thanks to Dominik Brodowski for fixing up the cpufreq * infrastructure in order to make this driver easier to implement. */ #include <linux/kernel.h> #include <linux/module.h> #include <linu...
gpl-2.0
intdes/linux-stable
drivers/char/tpm/tpm_infineon.c
8193
17648
/* * Description: * Device Driver for the Infineon Technologies * SLD 9630 TT 1.1 and SLB 9635 TT 1.2 Trusted Platform Module * Specifications at www.trustedcomputinggroup.org * * Copyright (C) 2005, Marcel Selhorst <m.selhorst@sirrix.com> * Sirrix AG - security technologies, http://www.sirrix.com and * Applied...
gpl-2.0
vm03/android_kernel_lge_msm8610
drivers/staging/bcm/vendorspecificextn.c
8193
4402
#include "headers.h" //----------------------------------------------------------------------------- // Procedure: vendorextnGetSectionInfo // // Description: Finds the type of NVM used. // // Arguments: // Adapter - ptr to Adapter object instance // pNVMType - ptr to NVM type. // Returns: // STATUS_SUCCESS/STA...
gpl-2.0
phenomx4/android_kernel_zte_warplte
drivers/ide/jmicron.c
9217
4602
/* * Copyright (C) 2006 Red Hat * * May be copied or modified under the terms of the GNU General Public License */ #include <linux/types.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/ide.h> #include <linux/init.h> #define DRV_NAME "jmicron" typedef enum { PORT_PATA0 = 0, PORT_PATA1 = 1...
gpl-2.0
pio-masaki/kernel_AT270
drivers/ide/siimage.c
9217
21477
/* * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> * Copyright (C) 2003 Red Hat * Copyright (C) 2007-2008 MontaVista Software, Inc. * Copyright (C) 2007-2008 Bartlomiej Zolnierkiewicz * * May be copied or modified under the terms of the GNU General Public License * * Documentation for CMD680: ...
gpl-2.0
gmillz/kernel_lge_msm8974
drivers/ide/it8213.c
9217
5669
/* * ITE 8213 IDE driver * * Copyright (C) 2006 Jack Lee * Copyright (C) 2006 Alan Cox * Copyright (C) 2007 Bartlomiej Zolnierkiewicz */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/ide.h> #include <linux/init.h> #define DRV_NAME "it8213" /...
gpl-2.0
Evil-Green/boeffla-kernel-jb-u10-s3
arch/blackfin/kernel/irqchip.c
9985
3849
/* * Copyright 2005-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later */ #include <linux/kernel_stat.h> #include <linux/module.h> #include <linux/random.h> #include <linux/seq_file.h> #include <linux/kallsyms.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <asm/irq_handler.h> #include ...
gpl-2.0
TEAM-RAZOR-DEVICES/android_kernel_lge_v500
fs/nilfs2/btnode.c
12289
7842
/* * btnode.c - NILFS B-tree node cache * * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. * * 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 2 of the L...
gpl-2.0
drower/wireshark-1.10.0
wiretap/radcom.c
2
12296
/* radcom.c * * $Id: radcom.c 46803 2012-12-27 12:19:25Z guy $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu> * * 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 F...
gpl-2.0
MattCrystal/tripping-hipster
arch/arm/mach-msm/sensors_adsp.c
2
32015
/* Copyright (c) 2012, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
gpl-2.0
timeraider4u/mkvtoolnix
src/info/info_cli_parser.cpp
2
3498
/** \brief command line parsing mkvinfo -- info tracks from Matroska files into other files Distributed under the GPL v2 see the file COPYING for details or visit http://www.gnu.org/copyleft/gpl.html \file \author Written by Moritz Bunkus <moritz@bunkus.org>. */ #include "common/common_pch.h" #i...
gpl-2.0
citra-emu/citra
src/core/hle/kernel/shared_page.cpp
2
5622
// Copyright 2015 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #include <chrono> #include <cstring> #include "common/archives.h" #include "common/assert.h" #include "core/core.h" #include "core/core_timing.h" #include "core/hle/kernel/shared_page.h" #in...
gpl-2.0
alyubomirov/Amlogic_s905-kernel
kernel/sched/core.c
2
195804
/* * kernel/sched/core.c * * Kernel scheduler and related syscalls * * Copyright (C) 1991-2002 Linus Torvalds * * 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and * make semaphores SMP safe * 1998-11-19 Implemented schedule_timeout() and related stuff * by Andrea Arcangeli * 2002-01...
gpl-2.0
Evonline/ManaPlus
src/gui/ministatuswindow.cpp
2
13566
/* * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2012 The ManaPlus Developers * * This file is part of The ManaPlus Client. * * This program is free software; you can redistribute it and/or modify * i...
gpl-2.0
teamfx/openjfx-10-dev-rt
modules/javafx.web/src/main/native/Source/WebCore/css/FontFace.cpp
2
14717
/* * Copyright (C) 2016 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
gpl-2.0
kvonbredow/JoystickMouse
xdotool/cmd_set_window.c
2
3226
#define _GNU_SOURCE 1 #ifndef __USE_BSD #define __USE_BSD /* for strdup on linux/glibc */ #endif /* __USE_BSD */ #include <string.h> #include "xdo_cmd.h" int cmd_set_window(context_t *context) { char *cmd = *context->argv; int c; char *role = NULL, *icon = NULL, *name = NULL, *_class = NULL, *classname ...
gpl-2.0
prool/ccx_prool
CalculiX/ccx_2.15/src/deformationplasticitys.f
2
3416
! ! CalculiX - A 3-dimensional finite element program ! Copyright (C) 1998-2018 Guido Dhondt ! ! 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(version 2); ! ! ! ...
gpl-2.0
tobimensch/aqemu
src/VM_Wizard_Window.cpp
2
24635
/**************************************************************************** ** ** Copyright (C) 2008-2010 Andrey Rijov <ANDron142@yandex.ru> ** COpyirght (C) 2016 Tobias Gläßer ** ** This file is part of AQEMU. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU...
gpl-2.0