url stringlengths 12 221 | text stringlengths 176 1.03M | encoding stringclasses 16
values | confidence float64 0.7 1 | license stringlengths 0 347 | copyright stringlengths 3 31.8k |
|---|---|---|---|---|---|
ballerburg-1.2.0/src/ballergui.c | /*
ballergui.c - GUI related functions for Ballerburg
Copyright (C) 2010, 2013 Thomas Huth
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
... | utf-8 | 1 | GPL-3+ | 1987, 1989 Eckhard Kruse <mail@eckhardkruse.net>
2010, 2011 Thomas Huth <huth@tuxfamily.org> |
chromium-98.0.4758.102/ash/wallpaper/wallpaper_utils/wallpaper_resizer.cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/wallpaper/wallpaper_utils/wallpaper_resizer.h"
#include <utility>
#include "ash/wallpaper/wallpaper_utils/wallpaper_resizer_observer.h"
#i... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
ettercap-0.8.3.1/utils/etterlog/el_main.c | /*
etterlog -- log analyzer for ettercap log file
Copyright (C) ALoR & NaGA
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 opti... | utf-8 | 1 | GPL-2+-with-openssl-exception |
Alberto Ornaghi <alor@users.sourceforge.net>
Marco Valleri <crwm@freemail.it>
Ettercap Development Team
Mike Ryan
Ryan Linn
Dhiru Kholia |
rpm-4.17.0+dfsg1/lib/rpmtd.h | #ifndef _RPMTD_H
#define _RPMTD_H
/** \ingroup rpmtd
* \file lib/rpmtd.h
*
* RPM Tag Data Container API
*/
#include <rpm/rpmtypes.h>
#include <rpm/argv.h>
#ifdef __cplusplus
extern "C" {
#endif
enum rpmtdFlags_e {
RPMTD_NONE = 0,
RPMTD_ALLOCED = (1 << 0), /* was memory allocated? */
RPMTD_PTR_ALL... | utf-8 | 1 | GPL-2+ | 1995 - 2009, Erik Troan, Marc Ewing |
qtxmlpatterns-opensource-src-5.15.2/src/xmlpatterns/expr/qrangeexpression.cpp | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtXmlPatterns module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid ... | utf-8 | 1 | LGPL-3 or GPL-2+ | 2016-2019 The Qt Company Ltd. |
rdkit-202109.2/Code/GraphMol/SLNParse/SLNAttribs.h | //
// Copyright (c) 2008, Novartis Institutes for BioMedical Research 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:
//
// * Redistributions of source code must retain the above... | utf-8 | 1 | BSD-3-clause | 2006-2016 Rational Discovery LLC, Novartis Institutes for
BioMedical Research Inc, Greg Landrum, and Julie Penzotti |
libosl-0.8.0/core/osl/enterKing.h | /* enterKing.h
*/
#ifndef OSl_ENTERKING_H
#define OSl_ENTERKING_H
#include "osl/numEffectState.h"
namespace osl
{
namespace enter_king
{
struct EnterKing
{
static bool
#ifdef __GNUC__
__attribute__ ((pure))
#endif
canDeclareWin(const NumEffectState& state);
template <Player P>
st... | utf-8 | 1 | BSD | Copyright (C) 2003-2010 Team GPS |
freegish-1.53+git20170110+dfsg/src/physics/object.c | /*
Copyright (C) 2005, 2010 - Cryptic Sea
This file is part of Gish.
Gish 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 ... | utf-8 | 1 | GPL-2+ | 2005, 2010 - Cryptic Sea
2010, FreeGish project |
sumo-1.12.0+dfsg1/src/utils/common/RandHelper.cpp | /****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2001-2022 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | utf-8 | 1 | EPL-2.0 | 2001-2020, DLR (http://www.dlr.de/) and contributors |
linux-5.16.7/include/linux/arm-cci.h | /* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* CCI cache coherent interconnect support
*
* Copyright (C) 2013 ARM Ltd.
*/
#ifndef __LINUX_ARM_CCI_H
#define __LINUX_ARM_CCI_H
#include <linux/errno.h>
#include <linux/types.h>
#include <asm/arm-cci.h>
struct device_node;
#ifdef CONFIG_ARM_CCI
extern bool cc... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
nettle-3.7.3/examples/base64enc.c | /* base64enc -- an encoder for base64
Copyright (C) 2006, 2012 Jeronimo Pellegrini, Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
... | utf-8 | 1 | LGPL-3+ or GPL-2+ | 2001-2020 Niels Möller |
libgit2-1.1.0+dfsg.1/tests/refs/branches/name.c | #include "clar_libgit2.h"
#include "branch.h"
static git_repository *repo;
static git_reference *ref;
void test_refs_branches_name__initialize(void)
{
cl_git_pass(git_repository_open(&repo, cl_fixture("testrepo.git")));
}
void test_refs_branches_name__cleanup(void)
{
git_reference_free(ref);
ref = NULL;
git_rep... | utf-8 | 1 | GPL-2 with linking exception, origin admission | 2009-2012, the libgit2 contributors |
plastimatch-1.9.3+dfsg.1/src/plastimatch/sys/plm_fwrite.cxx | /* -----------------------------------------------------------------------
See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
----------------------------------------------------------------------- */
#include "plmsys_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if (d... | utf-8 | 1 | Plastimatch-license | (c) 2004-2015 Massachusetts General Hospital |
mingw-w64-8.0.0/mingw-w64-headers/include/ddstream.h | /*** Autogenerated by WIDL 5.16 from include/ddstream.idl - Do not edit ***/
#ifdef _WIN32
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#endif
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __ddstream_h__
#... | utf-8 | 1 | ZPL-2.1 | 2009-2016 the mingw-w64 project |
sonnet-5.90.0/autotests/test_filter.cpp | /**
* test_filter.cpp
*
* SPDX-FileCopyrightText: 2004 Zack Rusin <zack@kde.org>
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#include "test_filter.h"
#include "tokenizer_p.h"
#include <QTest>
#include <QVector>
QTEST_GUILESS_MAIN(SonnetFilterTest)
using namespace Sonnet;
struct Hit {
Hit(const QStr... | utf-8 | 1 | LGPL-2.1+ | 2013, Aurélien Gâteau <agateau@kde.org>
2006, David Faure <faure@kde.org>
1991-1999, Free Software Foundation, Inc
2003, Ingo Kloecker <kloecker@kde.org>
2006, Jacob Rideout <kde@jacobrideout.net>
2009, Jakub Stachowski <qbast@go2.pl>
2006-2009, Montel L... |
bochs-2.7+dfsg/misc/bximage.cc | /////////////////////////////////////////////////////////////////////////
// $Id: bximage.cc 14091 2021-01-30 17:37:42Z sshwarts $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001-2021 The Bochs Project
//
// This library is free software; you can redistribute it and... | utf-8 | 1 | LGPL-2+ | MandrakeSoft S.A.
2001-2021 The Bochs Project |
ion-3.2.1+dfsg/nm/shared/primitives/rules.h | /******************************************************************************
** COPYRIGHT NOTICE
** (c) 2012 The Johns Hopkins University Applied Physics Laboratory
** All rights reserved.
**
** This material may only be used, modified, or reproduced by... | utf-8 | 1 | BSD-3-clause | 2002-2011, California Institute of Technology. |
digikam-7.1.0/core/utilities/geolocation/geoiface/lookup/lookupfactory.cpp | /* ============================================================
*
* This file is a part of digiKam project
* https://www.digikam.org
*
* Date : 2010-05-05
* Description : Factory to create instances of Lookup backends
*
* Copyright (C) 2010-2020 by Gilles Caulier <caulier dot gilles at gmail dot com>
* ... | utf-8 | 1 | unknown | unknown |
firefox-esr-91.6.0esr/js/src/wasm/WasmValidate.cpp | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* vim: set ts=8 sts=2 et sw=2 tw=80:
*
* Copyright 2016 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | utf-8 | 1 | unknown | unknown |
uhd-4.1.0.5/firmware/usrp3/lwip/lwip-1.3.1/src/core/ipv4/autoip.c | /**
* @file
* AutoIP Automatic LinkLocal IP Configuration
*
*/
/*
*
* Copyright (c) 2007 Dominik Spies <kontakt@dspies.de>
* 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. Redis... | utf-8 | 1 | GPL-3+ | Copyright 2010-2022 Ettus Research, a National Instruments Company |
ceph-16.2.7+ds/src/rocksdb/util/ppc-opcode.h | // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
// Copyright (c) 2017 International Business Machines Corp.
// All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apa... | utf-8 | 1 | unknown | unknown |
ivtools-2.0.11d.a1/src/IVGlyph/scrollable.cc | /*
* Copyright (c) 1995-1996 Vectaport Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that the above copyright notice appear in all copies and that both that
* copyright notice and this permission notic... | utf-8 | 1 | unknown | unknown |
nabi-1.0.0/src/candidate.h | /* Nabi - X Input Method server for hangul
* Copyright (C) 2003-2009 Choe Hwanjin
*
* 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) a... | utf-8 | 1 | GPL-2+ | 2003-2013 Choe Hwanjin |
netlabel-tools-0.30.0/netlabelctl/mgmt.c | /*
* Management Functions
*
* Author: Paul Moore <paul@paul-moore.com>
*
*/
/*
* (c) Copyright Hewlett-Packard Development Company, L.P., 2006
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
* published by the Fre... | utf-8 | 1 | GPL-2 | 2006-2008 Hewlett-Packard Development Company, L.P. |
r-bioc-rtracklayer-1.54.0/src/ucsc/bwgQuery.c | /* bwgQuery - implements the query side of bigWig. See bwgInternal.h for definition of file
* format. */
/* Copyright (C) 2012 The Regents of the University of California
* See README in this or parent directory for licensing information. */
#include "common.h"
#include "linefile.h"
#include "hash.h"
#include "op... | utf-8 | 1 | Artistic-2.0 | © 2006-2016 Michael Lawrence, Vince Carey, Robert Gentleman |
danmaq-0.2.3.2/src/main.cpp | /*
* This file is part of danmaQ.
*
* DanmaQ 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.
*
* DanmaQ is distributed in the... | utf-8 | 1 | GPL-3 | 2015-2017 Justin Wong <justin.w.xd@gmail.com>
2017, Harry Chen <i@harrychen.xyz> |
ats2-lang-0.4.2/src/CBOOT/pats_patcst2_dats.c | /*
**
** The C code is generated by ATS/Anairiats
** The compilation time is: 2020-11-6: 1h:10m
**
*/
/* include some .h files */
#ifndef _ATS_HEADER_NONE
#include "ats_config.h"
#include "ats_basics.h"
#include "ats_types.h"
#include "ats_exception.h"
#include "ats_memory.h"
#endif /* _ATS_HEADER_NONE */
/* include... | utf-8 | 1 | GPL-3.0 | 2011-2021 Hongwei Xi <hwxi@cs.bu.edu>, ATS Trustful Software Inc |
chromium-98.0.4758.102/third_party/tflite/src/tensorflow/compiler/mlir/tensorflow/transforms/host_launch_to_outside_compiled.cc | /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
paraview-5.10.0~rc1/ThirdParty/catalyst/vtkcatalyst/catalyst/src/impl-stub/catalyst.cxx | /*
* Distributed under OSI-approved BSD 3-Clause License. See
* accompanying License.txt
*/
#include <catalyst.h>
#include <catalyst.hpp>
#include <catalyst_stub.h>
#include "catalyst_impl_stub.h"
//-----------------------------------------------------------------------------
enum catalyst_status catalyst_initial... | utf-8 | 1 | BSD-3-clause | 2000-2005 Kitware Inc. 28 Corporate Drive, Suite 204,
Clifton Park, NY, 12065, USA.
2000-2005 Kitware Inc. 28 Corporate Drive, Suite 204,
Clifton Park, NY, 12065, USA. |
devil-1.7.8/src-ILUT/src/ilut_win32.c | //-----------------------------------------------------------------------------
//
// ImageLib Utility Toolkit Sources
// Copyright (C) 2000-2008 by Denton Woods
// Last modified: 12/14/2008
//
// Filename: src-ILUT/src/ilut_win32.c
//
// Description: Windows functions for images
//
//----------------------------------... | utf-8 | 1 | unknown | unknown |
tome-2.41-ah~0.git.20200131/vendor/bandit/bandit/run_policies/bandit_run_policy.h | #ifndef BANDIT_BANDIT_RUN_POLICY_H
#define BANDIT_BANDIT_RUN_POLICY_H
namespace bandit { namespace detail {
struct bandit_run_policy : public run_policy
{
bandit_run_policy(const char* skip_pattern, const char* only_pattern, bool break_on_failure)
: run_policy(), skip_pattern_(skip_pattern), only_patter... | utf-8 | 1 | __UNKNOWN__ | 1989 Christopher J. Stuart]
1989 James E. Wilson, Christopher J. Stuart
1989 James E. Wilson, Robert A. Koeneke
1989,1997, 1999,2001 James E. Wilson
1989-1999 James E. Wilson, Robert A. Koeneke, Robert Ruehlmann
1991,1993 Microsoft Corporation. All rights reserved
... |
qtbase-opensource-src-gles-5.15.2+dfsg/src/plugins/platforms/direct2d/qwindowsdirect2dcontext.cpp | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt... | utf-8 | 1 | LGPL-3 or GPL-2 | 2016-2020 The Qt Company Ltd. |
falkon-3.2.0+dfsg1/src/lib/navigation/reloadstopbutton.cpp | /* ============================================================
* Falkon - Qt web browser
* Copyright (C) 2010-2014 David Rosca <nowrep@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 Foundati... | utf-8 | 1 | unknown | unknown |
lammps-20210122~gita77bb+ds1/src/USER-MGPT/pair_mgpt.h | /* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04... | utf-8 | 1 | GPL-2 | Sandia Corporation (2003)
U.S. Government
Steve Plimpton <sjplimp@sandia.gov>
Ahmed Ismail
Aidan Thompson
Alexander Stukowski
Ase Henry
Axel Kohlmeyer <akohlmey@gmail.com>
Carolyn Phillips
Christina Payne
Chua... |
lrzsz-0.12.21/beos-runpiped.c | #include <fcntl.h>
#include <unistd.h>
#include <be/kernel/OS.h>
int main(int argc, char **argv)
{
int pid,fd1,fd2;
sem_id sem1,sem2;
sem1=create_sem(1,"piperun");
sem2=create_sem(1,"piperun");
if (sem1<B_NO_ERROR ||sem2<B_NO_ERROR) {
perror("create_sem");
exit(1);
}
acquire_sem(sem1);
acquire_sem(sem2);
... | utf-8 | 1 | unknown | unknown |
nx-libs-3.5.99.26/nx-X11/programs/Xserver/render/renderedge.h | /*
* $Id: renderedge.h,v 1.4 2005/08/24 11:18:33 daniels Exp $
*
* Copyright © 2004 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that... | utf-8 | 1 | unknown | unknown |
retroarch-1.7.3+dfsg1/intl/msg_hash_ru.h | #if defined(_MSC_VER) && !defined(_XBOX)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#endif
MSG_HASH(
MSG_COMPILER,
"Компилятор"
)
MSG_HASH(
MSG_UNKNOWN_COMPILER,
"Неизвестный компилятор"
)
MSG_HASH(
MSG_DEVICE_DISCONNECTED_FRO... | utf-8 | 1 | GPL-3+ | 2010-2018 The RetroArch Team
Hans-Kristian Arntzen "Themaister" (main code) <maister@archlinux.us>
Daniel De Matteis "Twinaphex" (aka Squarepusher) (main maintainer) <libretro@gmail.com>
Michael Lelli "ToadKing" <toadking@toadking.com>
Jean-André Santoni "Kivu... |
openoverlayrouter-1.3.0+ds1/oor/lib/mapping_db.c | /*
*
* Copyright (C) 2011, 2015 Cisco Systems, Inc.
* Copyright (C) 2015 CBA research group, Technical University of Catalonia.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* ... | utf-8 | 1 | Apache-2.0 | 2011, 2015 Cisco Systems, Inc.
2015 CBA research group, Technical University of Catalonia. |
qepcad-1.74+ds/extensions/adj2d/sac_ext/IUPSOPOR.c | /*======================================================================
L <- IUPSOPOR(A,B,i1,i2)
Integral univariate polynomial signs of polynomial on roots.
Inputs
A : a primitive squarefree univariate integral polynomial.
B : a univariate integral polynomial, A and B relatively prime.... | utf-8 | 1 | ISC | 1990, 2008 Hoon Hong & Chris Brown <wcbrown@usna.edu> |
jove-4.17.3.6/iproc.c | /**************************************************************************
* This program is Copyright (C) 1986-2002 by Jonathan Payne. JOVE is *
* provided by Jonathan and Jovehacks without charge and without *
* warranty. You may copy, modify, and/or distribute JOVE, provided that *
* this notice i... | utf-8 | 1 | permissive-1 | 1986-2002 by Jonathan Payne |
trilinos-12.18.1/packages/moertel/src/mortar/mrtr_projector.cpp | /*
#@HEADER
# ************************************************************************
#
# Moertel FE Package
# Copyright (2006) Sandia Corporation
#
# Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
# license for use of this work by or on behalf of the U.S. ... | utf-8 | 1 | BSD-3-Clause |
2001-2015 Sandia Corporation <maherou@sandia.gov>
2001-2004 Steve Mertz <steve@dragon-ware.com> |
klayout-0.26.2/src/db/db/dbArray.cc |
/*
KLayout Layout Viewer
Copyright (C) 2006-2019 Matthias Koefferlein
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 vers... | utf-8 | 1 | GPL-2+ | 2006-2019 Matthias Köfferlein <matthias@koefferlein.de> |
scummvm-2.5.1+dfsg/engines/icb/gfx/gfxstub_rev.cpp | /* ResidualVM - A 3D game interpreter
*
* ResidualVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the AUTHORS
* file distributed with this source distribution.
*
* Additional copyright for this file:
* Copyright (C) 1999-2000 Revolution Software Ltd.
* Th... | utf-8 | 1 | GPL-2+ |
2001-2021 The ScummVM Project
The ScummVM Team
2002-2011 The DOSBox Team
1994-1998 Revolution Software Ltd.
2001-2004 Andrea Mazzoleni
2003-2005 Andreas 'Sprawl' Karlsso
2002-2008 Jurgen 'SumthinWicked' Braam
2003-2014 Lars 'AnotherGuest' Persso
2013-2020 Fedor Strizhniou
... |
gcc-arm-none-eabi-10.3-2021.07/libquadmath/math/frexpq.c | /* s_frexpl.c -- long double version of s_frexp.c.
* Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
*/
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business... | utf-8 | 1 | unknown | unknown |
visp-3.4.0/modules/core/include/visp3/core/vpLinearKalmanFilterInstantiation.h | /****************************************************************************
*
* ViSP, open source Visual Servoing Platform software.
* Copyright (C) 2005 - 2019 by Inria. All rights reserved.
*
* This software is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public... | utf-8 | 1 | GPL-2 | 2005-2021, Inria |
elfutils-0.186/backends/ppc_initreg.c | /* Fetch live process registers from TID.
Copyright (C) 2013 Red Hat, Inc.
This file is part of elfutils.
This file is free software; you can redistribute it and/or modify
it under the terms of either
* the GNU Lesser General Public License as published by the Free
Software Foundation; either ... | utf-8 | 1 | unknown | unknown |
gdb-doc-10.1/gdb/nat/x86-linux-dregs.c | /* Low-level debug register code for GNU/Linux x86 (i386 and x86-64).
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of GDB.
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 Soft... | utf-8 | 1 | unknown | unknown |
php-mongodb-1.12.0+1.9.2+1.7.5/mongodb-1.7.5/src/MongoDB/ReadPreference.c | /*
* Copyright 2014-2017 MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | utf-8 | 1 | Apache-2.0 | 2013-2015 MongoDB, Inc. |
webkit2gtk-2.34.5/Source/WebCore/workers/service/server/SWServerRegistration.h | /*
* Copyright (C) 2017 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... | utf-8 | 1 | BSD-2-clause | 1999 Antti Koivisto <koivisto@kde.org>
1999-2000 Lars Knoll <knoll@kde.org>
1999-2001 Harri Porten <porten@kde.org>
2001 Dirk Mueller <mueller@kde.org>
2002-2013 Vivek Thampi
2003-2021 Apple Inc
2004-2006 Rob Buis <buis@kde.org>
2004-2008 Niko... |
wxwidgets3.0-3.0.5.1+dfsg/src/gtk/tooltip.cpp | /////////////////////////////////////////////////////////////////////////////
// Name: src/gtk/tooltip.cpp
// Purpose: wxToolTip implementation
// Author: Robert Roebling
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
//////////////////////////////////////////////////////////... | utf-8 | 1 | unknown | unknown |
tkgate-2.1+repack/src/tkgate/modint.c | /****************************************************************************
Copyright (C) 1987-2015 by Jeffery P. Hansen
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 versi... | utf-8 | 1 | unknown | unknown |
amiwm-0.21pl2/client.h | #ifndef CLIENT_H
#define CLIENT_H
#include <X11/Xlib.h>
#include <X11/Xutil.h>
struct _Icon;
struct _Scrn;
typedef struct _Client {
struct _Client *next;
struct _Scrn *scr;
struct _Icon *icon;
struct module *module;
int wflags;
Window window, parent;
Window close, drag, iconify, zoom, depth, resize;
W... | utf-8 | 1 | unknown | unknown |
gatb-core-1.4.2+dfsg/gatb-core/src/gatb/bank/impl/Bank.hpp | /*****************************************************************************
* GATB : Genome Assembly Tool Box
* Copyright (C) 2014 INRIA
* Authors: R.Chikhi, G.Rizk, E.Drezen
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public ... | utf-8 | 1 | GNU-Affero-3 | 2014-2018 Genscale research team
Erwan Drezen and Guillaume Rizk and Rayan Chikhi and
Charles Deltel and Claire Lemaitre and
Pierre Peterlongo and Dominique Lavenier |
kamailio-5.5.3/src/modules/stun/stun_mod.c | /*
* Copyright (C) 2013 Crocodile RCS Ltd
*
* This file is part of Kamailio, a free SIP server.
*
* Kamailio 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 yo... | utf-8 | 1 | GPL-2.0+ |
2001-2003 FhG Fokus
2006-2010 iptelorg GmbH
Various others (see AUTHORS file) |
clickhouse-18.16.1+ds/dbms/src/DataStreams/tests/collapsing_sorted_stream.cpp | #include <iostream>
#include <iomanip>
#include <Poco/ConsoleChannel.h>
#include <IO/WriteBufferFromFileDescriptor.h>
#include <DataStreams/OneBlockInputStream.h>
#include <DataStreams/IBlockOutputStream.h>
#include <DataStreams/CollapsingSortedBlockInputStream.h>
#include <DataStreams/CollapsingFinalBlockInputStrea... | utf-8 | 1 | Apache | 2016-2018 Yandex LLC |
qxmpp-1.4.0/src/client/QXmppOutgoingClient.cpp | /*
* Copyright (C) 2008-2021 The QXmpp developers
*
* Authors:
* Manjeet Dahiya
* Jeremy Lainé
*
* Source:
* https://github.com/qxmpp-project/qxmpp
*
* This file is a part of QXmpp library.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge... | utf-8 | 1 | LGPL-2.1+ | 2008-2021 The QXmpp developers (https://github.com/qxmpp-project/qxmpp) |
fdb-5.10.2/src/fdb5/grib/GribArchiver.h | /*
* (C) Copyright 1996- ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
* In applying this licence, ECMWF does not waive the privileges and immunities
* granted to it by virtue of its status as an interg... | utf-8 | 1 | Apache-2 | 2007-2020 European Centre for Medium-Range Weather Forecasts (ECMWF) |
glib2.0-2.70.4/gobject/gbinding.h | /* gbinding.h: Binding for object properties
*
* Copyright (C) 2010 Intel Corp.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your ... | utf-8 | 1 | unknown | unknown |
poco-1.11.0/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h | //
// PrivateKeyFactory.h
//
// Library: NetSSL_OpenSSL
// Package: SSLCore
// Module: PrivateKeyFactory
//
// Definition of the PrivateKeyFactory class.
//
// Copyright (c) 2006-2009, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef NetSSL_Private... | utf-8 | 1 | BSL-1 | 2001, Addison-Wesley
2001, Andrei Alexandrescu
2011, Anton V. Yabchinskiy <arn@bestmx.ru>
2004-2021, Applied Informatics Software Engineering GmbH
2007, Calum Grant
2009-2013, Code Synthesis Tools CC
1986, International Organization for Standardization
... |
scorched3d-44+dfsg/src/common/3dsparse/aseFile.tab.cpp |
/* A Bison parser, made from g:\\cxx\\scorched\\3dsparse\\aseFile.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#if !defined(__FreeBSD__) && !defined(__DARWIN__) && !defined(_WIN32)
#define alloca
#endif //!defined(__FreeBSD__) && !defined(__DARWIN__)
#define yyparse aseparse... | utf-8 | 1 | GPL-2+ | 2001-2014 Gavin Camp <gcamp@scorched3d.co.uk> |
mir-1.8.2+dfsg/src/server/scene/prompt_session_manager_impl.h | /*
* Copyright © 2014 Canonical Ltd.
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 or 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT A... | utf-8 | 1 | unknown | unknown |
mame-0.240+dfsg.1/src/devices/sound/namco.h | // license:BSD-3-Clause
// copyright-holders:Nicola Salmoria,Aaron Giles
#ifndef MAME_SOUND_NAMCO_H
#define MAME_SOUND_NAMCO_H
#pragma once
class namco_audio_device : public device_t,
public device_sound_interface
{
public:
// configuration
void set_voices(int voices) { m_voices = voices; }
void set_stereo... | utf-8 | 1 | BSD-3-clause |
Aaron Giles
Alex Pasadyn
Alex Wulms
Antoine Mine
Brad Martin
Bryan McPhail
Chris Kirmse
Dag Lem
Dreamer Nom
Eric Smith
Ernesto Corvi
Fabio Priuli
Frank Palazzolo
F. Ulivi
Grazvydas Ignotas
hap
Igor
Jarek Burczynski
Jason Eckhardt
John Butler
John Weidman
Jonas Quinn
Jonathan Gevaryahu
Joseph Zb... |
ipgrab-0.9.10/src/udp.c | /****************************************************************************
** File: udp.c
**
** Author: Mike Borella
**
** Comments: Dump UDP header information
**
** $Id: udp.c,v 1.19 2001/11/15 00:22:36 mborella Exp $
**
** This program is free software; you can redistribute it and/or modify
** it under the terms... | utf-8 | 1 | GPL-2+ | 1997-2007 Mike Borella <mike@borella.net> |
soapaligner-2.20/kstring.h | #ifndef KSTRING_H
#define KSTRING_H
#include <stdlib.h>
#include <string.h>
#ifndef kroundup32
#define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x))
#endif
#ifndef KSTRING_T
#define KSTRING_T kstring_t
typedef struct __kstring_t {
size_t l, m;
char *s;
} kstring_t;
... | utf-8 | 1 | GPL-3.0+ | 2004 Wong Chi Kwong
2009 BGI Shenzhen, Chang Yu <yuchang@genomics.org.cn> |
u-boot-2022.01+dfsg/post/lib_powerpc/cr.c | // SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <irq_func.h>
/*
* CPU test
* Condition register istructions: mtcr, mfcr, mcrxr,
* crand, crandc, cror, crorc, crxor,
* crnand, crnor, creqv, mcrf
*
* Th... | utf-8 | 1 | GPL-2 | 2000-2013 Wolfgang Denk <wd@denx.de>
1995-2002 Russell King
1996-1998 Russell King
1996-1999 Russell King
1996-2000 Russell King
1996 Russell King
1997-1999 Russell King
1999-2002 Vojtech Pavlik
1999 Linus Torvalds / 2000-2002 Transmeta Corporation
1999 Russell King
2000-2002 Russell King
2000-2010 David Woo... |
android-platform-external-libselinux-10.0.0+r36/libselinux/src/avc.c | /*
* Implementation of the userspace access vector cache (AVC).
*
* Author : Eamon Walsh <ewalsh@epoch.ncsc.mil>
*
* Derived from the kernel AVC implementation by
* Stephen Smalley <sds@tycho.nsa.gov> and
* James Morris <jmorris@redhat.com>.
*/
#include <selinux/avc.h>
#include "selinux_internal.h"
#include <as... | utf-8 | 1 | GPL-2 | 2004-2005, Trusted Computer Solutions, Inc.
2003-2008, Tresys Technology, LLC
2005-2013, Red Hat Inc. |
db5.3-5.3.28+dfsg1/src/rep/rep_method.c | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2001, 2013 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/db_page.h"
#include "dbinc/btree.h"
#include "dbinc/mp.h"
#include "dbinc/txn.h"
static int __rep_a... | utf-8 | 1 | unknown | unknown |
musescore3-3.2.3+dfsg2/mscore/mixertrackitem.cpp | //=============================================================================
// MuseScore
// Linux Music Score Editor
//
// Copyright (C) 2002-2016 Werner Schweer and others
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version... | utf-8 | 1 | GPL-2 | 2002-2019, Werner Schweer and others |
libaqbanking-6.4.3beta/src/libs/plugins/backends/aqebics/msg/zip.h | /***************************************************************************
$RCSfile: adminjobs.h,v $
-------------------
cvs : $Id: adminjobs.h,v 1.3 2006/01/13 13:59:58 cstim Exp $
begin : Mon Mar 01 2004
copyright : (C) 2004 by Martin Preuss
email ... | utf-8 | 1 | unknown | unknown |
simulide-0.1.7+dfsg/src/simavr/sim/avr/avr_mcu_section.h | /*
avr_mcu_section.h
Copyright 2008-2013 Michel Pollet <buserror@gmail.com>
This file is part of simavr.
simavr 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 yo... | utf-8 | 1 | GPL-3.0+ | 2012, 2017 santiago González santigoro@gmail.com |
powerman-2.3.5/src/xpty.c | /*****************************************************************************\
* $Id: xpty.c 1087 2008-11-26 22:31:04Z garlick $
*****************************************************************************
* Copyright (C) 2001-2008 The Regents of the University of California.
* Produced at Lawrence Livermore N... | utf-8 | 1 | unknown | unknown |
llvm-toolchain-12-12.0.1/mlir/include/mlir/Interfaces/VectorInterfaces.h | //===- VectorInterfaces.h - Vector interfaces -----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | utf-8 | 1 | unknown | unknown |
libmbim-1.26.2/src/libmbim-glib/mbim-cid.h | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* libmbim-glib -- GLib/GIO based library to control MBIM devices
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Softwa... | utf-8 | 1 | GPL-2+ | 2013 Aleksander Morgado <aleksander@aleksander.es> |
warzone2100-4.2.3/src/clparse.cpp | /*
This file is part of Warzone 2100.
Copyright (C) 1999-2004 Eidos Interactive
Copyright (C) 2005-2020 Warzone 2100 Project
Warzone 2100 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 o... | utf-8 | 1 | GPL-2+ | 1999-2004, Eidos Interactive
2005-2013, Warzone 2100 Project |
codec2-1.0.1/stm32/inc/stm32f4_usb_vcp.h | /*---------------------------------------------------------------------------*\
FILE........: stm32f4_usb_vcp.h
AUTHOR......: David Rowe
DATE CREATED: 4 Sep 2014
USB Virtual COM Port (VCP) module.
\*---------------------------------------------------------------------------*/
#ifndef __STM32F4_USB_VCP__
#de... | utf-8 | 1 | unknown | unknown |
cmph-2.0.2/cxxmph/mph_index.h | #ifndef __CXXMPH_MPH_INDEX_H__
#define __CXXMPH_MPH_INDEX_H__
// Minimal perfect hash abstraction implementing the BDZ algorithm
//
// This is a data structure that given a set of known keys S, will create a
// mapping from S to [0..|S|). The class is informed about S through the Reset
// method and the mapping is que... | utf-8 | 1 | GPL-2.0+ or MPL-1.1 | 2004-2014 Davi de Castro Reis <davi@users.sourceforge.net>
Fabiano Cupertino Botelho <fc_botelho@users.sourceforge.net>
Djamel Belazzougui <db8192@users.sourceforge.net>
Nivio Ziviani <nivio@dcc.ufmg.br> |
staden-2.0.0+b11/spin/nip_wtmatrix_search.c | #include <tcl.h>
#include <string.h>
#include "seq_raster.h"
#include "xalloc.h"
#include "seq_reg.h"
#include "seq_results.h"
#include "nip_results.h"
#include "tkRaster.h"
#include "text_output.h"
#include "nip_globals.h"
#include "tclXkeylist.h"
#include "tcl_utils.h"
#include "nip_raster.h"
#include "dna_utils.h"
... | utf-8 | 1 | BSD-like | 1995-2001 Medical Research Council, Laboratory of Molecular Biology
2005-2013, James Bonfield
2005-2013, Andrew Whitwham
Rodger Staden
Kathryn Beal
Mark Jordan
Yaping Cheng
Simon Dear
Matthew Betts |
mariadb-10.6-10.6.5/storage/columnstore/columnstore/dmlproc/dmlproc.cpp | /* Copyright (C) 2014 InfiniDB, Inc.
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 of
the License.
This program is distributed in the hope that it will be useful,
but W... | utf-8 | 1 | GPL-2 |
2000-2016, Oracle and/or its affiliates. All rights reserved.
2008-2013 Monty Program AB
2008-2014 SkySQL Ab
2013-2016 MariaDB Corporation
2012-2016 MariaDB Foundation |
irsim-9.7.104/analyzer/graphics.h | /*
* *********************************************************************
* * Copyright (C) 1988, 1990 Stanford University. *
* * Permission to use, copy, modify, and distribute this *
* * software and its documentation for any purpose and without *
* ... | utf-8 | 1 | BSD-like | 2011 Tim Edwards <tim.edwards@multigig.com> |
gnome-builder-41.3/src/plugins/c-pack/cpack-completion-item.h | /* cpack-completion-item.h
*
* Copyright 2018-2019 Christian Hergert <chergert@redhat.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 3 of the License, or
* (at your... | utf-8 | 1 | unknown | unknown |
qtbase-opensource-src-gles-5.15.2+dfsg/src/testlib/qplaintestlogger_p.h | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtTest module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerc... | utf-8 | 1 | LGPL-3 or GPL-2 | 2016-2020 The Qt Company Ltd. |
gsl-doc-2.7.1/integration/fixed.c | /* integration/fixed.c
*
* Copyright (C) 2017 Patrick Alken
*
* 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.
... | utf-8 | 1 | unknown | unknown |
netcdf-parallel-4.8.1/h5_test/tst_h_opaques.c | /* This is part of the netCDF package. Copyright 2018 University
Corporation for Atmospheric Research/Unidata See COPYRIGHT file for
conditions of use.
This program excersizes HDF5 variable length array code.
*/
#include "h5_err_macros.h"
#include <hdf5.h>
#define FILE_NAME "tst_h_opaques.h5"
#define DIM1_... | utf-8 | 1 | NetCDF | 1988-2020, University Corporation for Atmospheric Research/Unidata
2003, 2014, Northwestern University and Argonne National Laboratory
2009, OPeNDAP, Inc |
gpsshogi-0.7.0/sample/ec/values.cc | #include "osl/apply_move/applyMove.h"
#include "osl/state/numEffectState.h"
#include "osl/eval/progressEval.h"
#include "osl/effect_util/effectUtil.h"
#include "osl/record/kisen.h"
#include "osl/centering5x3.h"
#include "osl/mobility/rookMobility.h"
#include "osl/search/quiescenceSearch2.h"
#include "osl/search/simpleH... | utf-8 | 1 | GPL-2+ | Copyright (C) 2003-2010 Team GPS |
cataclysm-dda-0.F-3/src/output.h | #pragma once
#ifndef CATA_SRC_OUTPUT_H
#define CATA_SRC_OUTPUT_H
#include <functional>
#include <clocale>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <forward_list>
#include <functional>
#include <iosfwd>
#include <iterator>
#include <map>
#include <string>
#include <type_traits>
#include <util... | utf-8 | 1 | CC-BY-SA-3.0 | Kevin Granade <kevin.granade@gmail.com>
BevapDin <tho_ki@gmx.de>
Angela Graves <rivet.the.zombie@gmail.com>
Coolthulhu <Coolthulhu@gmail.com>
Christian Buskirk <i2amroy@gmail.com>
KA101 <cstrayer@rocketmail.com>
Whales <fivedozewhales@gmail.com>
... |
linux-5.16.7/arch/nios2/lib/memset.c | /*
* Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
* Copyright (C) 2004 Microtronix Datacom Ltd
*
* 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.
*/
#include <linux/types.h>
#inclu... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
postgresql-14-14.2/src/backend/utils/adt/windowfuncs.c | /*-------------------------------------------------------------------------
*
* windowfuncs.c
* Standard window functions defined in SQL spec.
*
* Portions Copyright (c) 2000-2021, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* src/backend/utils/adt/windowfuncs.c
*
*--------------------------... | utf-8 | 1 | PostgreSQL | Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California |
mgba-0.9.3+dfsg/include/mgba/internal/gba/savedata.h | /* Copyright (c) 2013-2015 Jeffrey Pfau
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef GBA_SAVEDATA_H
#define GBA_SAVEDATA_H
#include <mgba-util/commo... | utf-8 | 1 | MPL-2.0 | 2013-2021 Jeffrey Pfau |
kfreebsd-10-10.3~svn300087+ds1/sys/contrib/dev/acpica/components/dispatcher/dsutils.c | /*******************************************************************************
*
* Module Name: dsutils - Dispatcher utilities
*
******************************************************************************/
/*
* Copyright (C) 2000 - 2015, Intel Corp.
* All rights reserved.
*
* Redistribution and use in sou... | utf-8 | 1 | unknown | unknown |
cln-1.3.6/src/complex/transcendental/cl_C_acos.cc | // acos().
// General includes.
#include "base/cl_sysdep.h"
// Specification.
#include "cln/complex.h"
// Implementation.
#include "complex/cl_C.h"
#include "cln/real.h"
#include "real/cl_R.h"
#include "cln/rational.h"
#include "rational/cl_RA.h"
#include "cln/float.h"
namespace cln {
inline const cl_F pi (const... | utf-8 | 1 | unknown | unknown |
ceph-16.2.7+ds/src/spdk/dpdk/drivers/bus/fslmc/mc/fsl_dpdmai.h | /* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2018 NXP
*/
#ifndef __FSL_DPDMAI_H
#define __FSL_DPDMAI_H
#include <rte_compat.h>
struct fsl_mc_io;
/* Data Path DMA Interface API
* Contains initialization APIs and runtime control APIs for DPDMAI
*/
/* General DPDMAI macros */
/**
* Maximum number of Tx/... | utf-8 | 1 | unknown | unknown |
systemtap-4.6/testsuite/systemtap.syscall/keyctl.c | /* COVERAGE: keyctl add_key request_key */
#define _GNU_SOURCE
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <linux/keyctl.h>
typedef int32_t key_serial_t;
#define __KEYCTL_ARG_TYPE unsigned long
// On arm (3.11.10-301.fc20.armv7hl), the KEYCTL_... | utf-8 | 1 | unknown | unknown |
llvm-toolchain-14-14.0.0~+rc1/clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef-bfloat.c | // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -target-feature +bf16 -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-f... | utf-8 | 1 | unknown | unknown |
nuitka-0.6.19.1+ds/nuitka/build/include/nuitka/helper/operations_builtin_types.h | // Copyright 2021, Kay Hayen, mailto:kay.hayen@gmail.com
//
// Part of "Nuitka", an optimizing Python compiler that is compatible and
// integrates with CPython, but also works on its own.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in co... | utf-8 | 1 | Apache+Nuitka_comment | 2021 Kay Hayen
2020 Batakrishna Sahu
2020 Jan Teske
2020 Jorj McKie
2020 Paweł Kierzkowski
2020 Tommy Li |
transmission-3.00/qt/TorrentFilter.h | /*
* This file Copyright (C) 2009-2015 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once
#include <QSortFilterProxyModel>
#include <QTimer>
class QString;
class FilterMode;
class Prefs;
class Torrent;
class TorrentFilter : ... | utf-8 | 1 | unknown | unknown |
ubertooth-2018.12.R1/host/ubertooth-tools/src/cc2400.h | /*
* Copyright 2013
*
* This file is part of Project Ubertooth.
*
* 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.
*
* This pr... | utf-8 | 1 | GPL-2+ | 2010-2015 Jared Boone
2010-2017 Mike Ossmann, Dominic Spill
2012-2015 Will Code, Christopher Kilgour
2012-2018 Mike Ryan |
linux-5.16.7/drivers/s390/char/hmcdrv_ftp.h | /* SPDX-License-Identifier: GPL-2.0 */
/*
* SE/HMC Drive FTP Services
*
* Copyright IBM Corp. 2013
* Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
*/
#ifndef __HMCDRV_FTP_H__
#define __HMCDRV_FTP_H__
#include <linux/types.h> /* size_t, loff_t */
/*
* HMC drive FTP Service max. length of path (w/ EOS)
*/
... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
linux-5.16.7/drivers/media/usb/gspca/sn9c2028.c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* SN9C2028 library
*
* Copyright (C) 2009 Theodore Kilgore <kilgota@auburn.edu>
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define MODULE_NAME "sn9c2028"
#include "gspca.h"
MODULE_AUTHOR("Theodore Kilgore");
MODULE_DESCRIPTION("Sonix SN9C2028 USB Camera Driver... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
samba-4.13.14+dfsg/source3/utils/regedit_wrap.c | /*
* Samba Unix/Linux SMB client library
* Registry Editor
* Copyright (C) Christopher Davis 2012
*
* 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
* ... | utf-8 | 1 | GPL-3.0+ | 1992-2012 Andrew Tridgell and the Samba Team |
syncevolution-2.0.0/src/syncevo/SyncContext.cpp | /*
* Copyright (C) 2005-2009 Patrick Ohly <patrick.ohly@gmx.de>
* Copyright (C) 2009 Intel Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the... | utf-8 | 1 | LGPL-2.1 or LGPL-3 |
2012 BMW Car IT GmbH.
2016 Emanoil Kotsev <emanoil.kotsev@fincom.at>
2008 Funambol, Inc.
2009, 2011-2012 Intel Corporation
2009 m-otion communications GmbH <knipp@m-otion.com>
2005-2009 Patrick Ohly <patrick.ohly@gmx.de>
2011 Symbio, Vil... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.