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 |
|---|---|---|---|---|---|
llvm-toolchain-12-12.0.1/clang/test/Driver/msan.c | // REQUIRES: x86-registered-target
// RUN: %clang -fno-experimental-new-pass-manager -target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o - | FileCheck %s --check-prefix=CHECK-MSAN
// RUN: %clang -O1 -fno-experimental-new-pass-manager -target x86_64-unknown-linux -fsanitize=memory %s -S -emit-llvm -o... | utf-8 | 1 | unknown | unknown |
thunderbird-91.6.0/toolkit/components/typeaheadfind/nsTypeAheadFind.cpp | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
#include "nsCOMPtr.h"
#include "ns... | utf-8 | 1 | MPL-2.0 or GPL-2 or LGPL-2.1 | 1998-2016, Mozilla Project |
sptk-3.9/.pc/1011_fix_spelling_errors.patch/bin/mgcep/_mgcep.c | /* ----------------------------------------------------------------- */
/* The Speech Signal Processing Toolkit (SPTK) */
/* developed by SPTK Working Group */
/* http://sp-tk.sourceforge.net/ */
/* -----------------------------... | utf-8 | 1 | BSD-3-clause | 1984-2007 Tokyo Institute of Technology
Interdisciplinary Graduate School of
Science and Engineering
1996-2015 Nagoya Institute of Technology
Department of Computer Science |
sundials-5.8.0+dfsg/src/idas/idas_impl.h | /* -----------------------------------------------------------------
* Programmer(s): Radu Serban @ LLNL
* -----------------------------------------------------------------
* SUNDIALS Copyright Start
* Copyright (c) 2002-2021, Lawrence Livermore National Security
* and Southern Methodist University.
* All rights ... | utf-8 | 1 | unknown | unknown |
gcl-2.6.12/gmp4/mpn/generic/mul_1.c | /* mpn_mul_1 -- Multiply a limb vector with a single limb and store the
product in a second limb vector.
Copyright 1991-1994, 1996, 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of eit... | utf-8 | 1 | unknown | unknown |
firefox-esr-91.6.0esr/nsprpub/pr/src/md/unix/solaris.c | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
#include "primpl.h"
extern PRBoo... | utf-8 | 1 | unknown | unknown |
kproperty-3.2.0/src/KPropertyLineStyleItemDelegate_p.cpp | /* This file is part of the KDE project
* Copyright (C) 2007 Jan Hambrecht <jaham@gmx.net>
* Copyright (C) 2015 Jarosław Staniek <staniek@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Soft... | utf-8 | 1 | LGPL-2+ | 1998-1999, Reginald Stadlbauer <reggie@kde.org>
1998-1999, Torben Weis <weis@kde.org>
2001, David Faure <faure@kde.org>
2004, Alexander Dymo <cloudtemple@mskat.net>
2004-2005, Cedric Pasteur <cedric.pasteur@free.fr>
2004, Nicolas GOUTTE <goutte@kde.org>
... |
libreoffice-7.3.1~rc1/drawinglayer/source/primitive2d/pointarrayprimitive2d.cxx | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | utf-8 | 1 | MPL-2.0 | Copyright 2000, 2010 Oracle and/or its affiliates.
Copyright (c) 2000, 2010 LibreOffice contributors and/or their affiliates. |
wireshark-3.6.2/epan/dissectors/packet-ipsec-tcp.c | /*
* Routines for the disassembly of the proprietary Cisco IPSEC in
* TCP encapsulation protocol
*
* Copyright 2007 Joerg Mayer (see AUTHORS file)
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... | utf-8 | 1 | GPL-2+ | Gerald Combs <gerald@wireshark.org> and contributors |
qepcad-1.74+ds/extensions/sfext/pcadst/CCADCON.c | /*======================================================================
CCADCON(n,P,C;Ps,Cs)
Coarse CAD construction.
Inputs
n : The dimension of the CAD.
P : The qepcad data structure for the projection factors.
C : The partial CAD.
Outputs
Ps : The qepcad data structure for projec... | utf-8 | 1 | ISC | 1990, 2008 Hoon Hong & Chris Brown <wcbrown@usna.edu> |
liboqs-0.7.1/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/vec.c | #include "vec.h"
#include "params.h"
extern void PQCLEAN_MCELIECE348864F_AVX_vec_mul_asm(uint64_t *, const uint64_t *, const uint64_t *);
extern void PQCLEAN_MCELIECE348864F_AVX_vec_mul_sp_asm(uint64_t *, const uint64_t *, const uint64_t *);
void PQCLEAN_MCELIECE348864F_AVX_vec_mul(uint64_t *h, const uint64_t *f, c... | utf-8 | 1 | Expat | 2016-2021, Open Quantum Safe project |
llvm-toolchain-12-12.0.1/libcxx/src/thread.cpp | //===------------------------- thread.cpp----------------------------------===//
//
// 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 |
codelite-14.0+dfsg/wxcrafter/myxh_searchctrl.h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/xrc/xh_srchctl.h
// Purpose: XRC resource handler for wxSearchCtrl
// Author: Sander Berents
// Created: 2007/07/12
// RCS-ID: $Id: xh_srchctrl.h 48140 2007-08-16 21:10:14Z VZ $
// Copyright: (c) 2007 Sa... | utf-8 | 1 | CodeLite | 2007-2014 Eran Ifrah <eran.ifrah@gmail.com>
2011-2014 David Hart <david@codelite.co.uk>
2014-2016 The CodeLite Team |
zimg-3.0.3+ds1/src/zimg/depth/arm/dither_arm.h | #pragma once
#ifdef ZIMG_ARM
#ifndef ZIMG_DEPTH_ARM_DITHER_ARM_H_
#define ZIMG_DEPTH_ARM_DITHER_ARM_H_
#include <memory>
#include "depth/dither.h"
namespace zimg {
namespace graph {
class ImageFilter;
} // namespace graph
namespace depth {
#define DECLARE_ORDERED_DITHER(x, cpu) \
void ordered_dither_##x##_##c... | utf-8 | 1 | WTFPL-2 | 2014-2020, sekrit-twc |
scipy-1.7.3/scipy/_lib/boost/boost/smart_ptr/owner_equal_to.hpp | #ifndef BOOST_SMART_PTR_OWNER_EQUAL_TO_HPP_INCLUDED
#define BOOST_SMART_PTR_OWNER_EQUAL_TO_HPP_INCLUDED
// Copyright 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/config.hpp>
namespace boost
{
template<class T = void> struct o... | utf-8 | 1 | BSD-3-clause | 2003-2019 SciPy Developers
1999-2005 Travis Oliphant
2001-2002 Enthought, Inc.
2002 Eric Jones
2002 Patrick J. Miller
2002-2003 Jochen Kuepper
2002-2004 Pearu Peterson
2002-2005 Jean-Sebastien Roy
2003-2005 Peter J. Verveer
2003-2006 Ed Schofield
2003-2012 SciPy Developers.
2004 David M. Cooke
2006 Bart Van... |
pcl-1.12.1+dfsg/apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/mesh_processing.h | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2009-2012, Willow Garage, Inc.
* Copyright (c) 2012-, Open Perception, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... | utf-8 | 1 | BSD-3-clause | 2001, Addison-Wesley
2012, Aitor Aldoma, Federico Tombari
2011, Alexandru-Eugen Ichim
2001, Andrei Alexandrescu
2007-2012, Ares Lagae
2008, Ben Gurion University of the Negev, Beer Sheva, Israel
1999-2007, Brian Paul
2014, Centrum Wiskunde Inf... |
cppad-2021.00.00.8/test_more/general/log10.cpp | /* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
CppAD is distributed under the terms of the
Eclipse Public License Version 2.0.
This Source Code may also be made available under the following
Secon... | utf-8 | 1 | GPL-3.0_or_EPL-1.0 | 2003-14 Bradley M. Bell <bradbell@seanet.com> |
plink-1.07+dfsg/epi.cpp |
//////////////////////////////////////////////////////////////////
// //
// PLINK (c) 2005-2006 Shaun Purcell //
// //
// This file is distributed under the GNU General ... | utf-8 | 1 | GPL-2 | 2005-2009 Shaun Purcell <plink@chgr.mgh.harvard.edu> |
grass-7.8.6/lib/vector/Vlib/ascii.c | /*!
\file lib/vector/Vlib/ascii.c
\brief Vector library - GRASS ASCII vector format
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2015 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that com... | utf-8 | 1 | GPL-2+ | 1989-2021, GRASS Development Team
2003-2021, Markus Neteler
2003-2021, Glynn Clements
2003-2021, Luca Delucchi
2006-2021, Martin Landa
2011-2021, Vaclav Petras
2012-2021, Stepan Turek
2011-2020, Markus Metz
2017-2018... |
zfs-linux-2.1.2/module/zfs/arc.c | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | utf-8 | 1 | CDDL-1.0 |
2000, 2002, 2004-2007, 2009, 2010, Oracle and/or its affiliates.
2013-2014, Lawrence Livermore National Security, LLC |
lua-cqueues-20200726/src/cqueues.h | /* ==========================================================================
* cqueues.h - Lua Continuation Queues
* --------------------------------------------------------------------------
* Copyright (c) 2012, 2014, 2015 William Ahern
*
* Permission is hereby granted, free of charge, to any person obtaining ... | utf-8 | 1 | Expat | 2012-2015 William Ahern |
uhexen2-1.5.9+dfsg/engine/hexenworld/shared/net_chan.c | /*
* net_chan.c -- net channel
* $Id: net_chan.c 5404 2015-04-01 09:47:28Z sezero $
*
* Copyright (C) 1996-1997 Id Software, Inc.
* Copyright (C) 1997-1998 Raven Software Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu... | utf-8 | 1 | GPL-2.0+ | <2000-2018> Ozkan Sezer <sezeroz@gmail.com>
<1997-1998> Raven Software Corp.
<1996-1997> Id Software, Inc. |
ycmd-0+20201028+git1d415c5+ds/cpp/ycm/ClangCompleter/CompilationDatabase.h | // Copyright (C) 2011-2018 ycmd contributors
//
// This file is part of ycmd.
//
// ycmd 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 vers... | utf-8 | 1 | GPL-3+ | 2011-2015 Google Inc.,
2011-2020 ycmd contributors |
rcpp-1.0.8/inst/examples/SugarPerformance/Timer.h | // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
//
// Timer.h: Rcpp R/C++ interface class library -- simple timer class
//
// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
// Rcpp is free software: you can redistribute it and/or modify it
// under ... | utf-8 | 1 | unknown | unknown |
libzypp-17.25.7/zypp/Bit.h | /*---------------------------------------------------------------------\
| ____ _ __ __ ___ |
| |__ / \ / / . \ . \ |
| / / \ V /| _/ _/ |
| /... | utf-8 | 1 | unknown | unknown |
0ad-0.0.25b/build/premake/premake5/contrib/curl/lib/non-ascii.c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | utf-8 | 1 | GPL-2.0+ | 2000-2021 Wildfire Games |
osmo-iuh-0.6.1+dfsg1/src/tests/hnb-test-ranap.c | #include <osmocom/core/msgb.h>
#include <osmocom/ranap/ranap_ies_defs.h>
#include "hnb-test-layers.h"
static const char *printstr(OCTET_STRING_t *s)
{
return osmo_hexdump((char*)s->buf, s->size);
}
#define PP(octet_string_t) \
printf(#octet_string_t " = %s\n",\
printstr(&octet_string_t))
void hnb_test_rua... | utf-8 | 1 | AGPL-3.0+ | 2015 Daniel Willmann <dwillmann@sysmocom.de>
2015 Harald Welte <laforge@gnumonks.org>
2015-2017 sysmocom s.f.m.c. GmbH <info@sysmocom.de> |
unixodbc-2.3.9/odbcinst/SQLGetConfigMode.c | /**************************************************
* SQLGetConfigMode
*
**************************************************
* This code was created by Peter Harvey @ CodeByDesign.
* Released under LGPL 28.JAN.99
*
* Contributions from...
* -----------------------------------------------
* Peter Harvey - pharv... | utf-8 | 1 | LGPL-2.1+ | 1999-2020 Nick Gorham <nick@lurcher.org>
1999-2007 Peter Harvey <pharvey@peterharvey.org>, et al. |
ceph-16.2.7+ds/src/mds/Beacon.cc | // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
/*
* Ceph - scalable distributed file system
*
* Copyright (C) 2012 Red Hat
*
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2... | utf-8 | 1 | unknown | unknown |
cantor-21.08.3/src/backends/maxima/maximahighlighter.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2009-2012 Alexander Rieder <alexanderrieder@gmail.com>
*/
#include "maximahighlighter.h"
#include "maximakeywords.h"
#include "maximasession.h"
#include "maximavariablemodel.h"
MaximaHighlighter::MaximaHighlighter(QObject* parent, MaximaSess... | utf-8 | 1 | GPL-2+ | 2009-2010 Alexander Rieder <alexanderrieder@gmail.com>
2010 Miha Čančula <miha.cancula@gmail.com>
2006 David Saxton <david@bluehaze.org>
2010 Raffaele De Feo <alberthilbert@gmail.com>
2009-2010 Oleksiy Protas <elfy.ua@gmail.com>
2009 Aleix Pol <aleixpol@kde.org>
... |
mediastreamer2-4.4.21/src/voip/qosanalyzer.c | /*
* Copyright (c) 2010-2019 Belledonne Communications SARL.
*
* This file is part of mediastreamer2.
*
* 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-2+ | 2006-2010 Belledonne Communications, Grenoble, France |
openms-2.6.0+cleaned1/src/openms/source/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmPickedHelperStructs.cpp | // --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | utf-8 | 1 | BSD-3-clause | 2002-2020 The OpenMS Team -- Eberhard Karls University Tuebingen
20002-2020 The OpenMS Team -- ETH Zurich
20002-2020 The OpenMS Team -- Freie Universitaet Berlin |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/third_party/ots/src/gasp.cc | // Copyright (c) 2009-2017 The OTS 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 "gasp.h"
// gasp - Grid-fitting And Scan-conversion Procedure
// http://www.microsoft.com/typography/otspec/gasp.htm
namespace ots {
bool ... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
cegui-mk2-0.8.7/samples/InventoryDemo/InventoryItem.cpp | /***********************************************************************
created: Fri Apr 22 2011
author: Paul D Turner <paul@cegui.org.uk>
*************************************************************************/
/***************************************************************************
* Copyrigh... | utf-8 | 1 | MIT | 2004 - 2016 Paul D Turner & The CEGUI Development Team |
opencv-4.5.4+dfsg/contrib/modules/ximgproc/samples/slic.cpp | #include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/core/utility.hpp>
#include <opencv2/ximgproc.hpp>
#include <ctype.h>
#include <stdio.h>
#include <iostream>
using namespace cv;
using namespace cv::ximgproc;
using namespace std;
static const char* windo... | utf-8 | 1 | Apache-2.0 AND BSD-3-Clause | 2000-2020, Intel Corporation, all rights reserved.
2009-2011, Willow Garage Inc., all rights reserved.
2009-2016, NVIDIA Corporation, all rights reserved.
2010-2013, Advanced Micro Devices, Inc., all rights reserved.
2015-2020, OpenCV Foundation, all rights reserved.
... |
qgis-3.16.16+dfsg/src/core/layertree/qgslayertreemodel.cpp | /***************************************************************************
qgslayertreemodel.cpp
--------------------------------------
Date : May 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
************************************... | utf-8 | 1 | GPL-2+ |
1996, Matthias Ettrich <ettrich@kde.org>
1997-1998, Lars Doelle <lars.doelle@on-line.de>
2000, Stephan Kulow <coolo@kde.org>
2004, Peter Brewer
2004, Steve Halasz
2004-2005, Gavin Macaulay
... |
openmw-0.47.0/apps/openmw/mwsound/watersoundupdater.cpp | #include "watersoundupdater.hpp"
#include "../mwbase/world.hpp"
#include "../mwworld/cellstore.hpp"
#include "../mwworld/ptr.hpp"
#include <components/esm/loadcell.hpp>
#include <osg/Vec3f>
namespace MWSound
{
WaterSoundUpdater::WaterSoundUpdater(const WaterSoundUpdaterSettings& settings)
: mSettings(se... | utf-8 | 1 | GPL-3+ | 2007-2021, OpenMW Development Team |
qt6-declarative-6.2.2+dfsg/tests/manual/quickcontrols2/gifs/tst_gifs.cpp | /****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial... | utf-8 | 1 | LGPL-3 or GPL-2 | 2016-2021 The Qt Company Ltd. |
linux-5.16.7/drivers/phy/broadcom/phy-bcm-ns2-pcie.c | /*
* Copyright (C) 2016 Broadcom
*
* 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.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express o... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
wvstreams-4.6.1/include/wvcont.h | /* -*- Mode: C++ -*-
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
*
* FIXME: I was too lazy to templatize this properly, so we only support
* WvCallback<void*,void*>. It should be possible to work with any kind
* of return value and parameter, although it makes s... | utf-8 | 1 | unknown | unknown |
linux-5.16.7/arch/sh/include/mach-migor/mach/migor.h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_MIGOR_H
#define __ASM_SH_MIGOR_H
#define PORT_MSELCRA 0xa4050180
#define PORT_MSELCRB 0xa4050182
#define BSC_CS4BCR 0xfec10010
#define BSC_CS6ABCR 0xfec1001c
#define BSC_CS4WCR 0xfec10030
#include <video/sh_mobile_lcdc.h>
int migor_lcd_qvga_setup(void *sys_ops_... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
grub2-2.06/grub-core/kern/i386/xen/pvh.c | /*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2018 Free Software Foundation, Inc.
*
* GRUB 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 | GPL-3+ | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc |
webkit2gtk-2.34.5/Source/WebCore/Modules/webauthn/fido/U2fCommandConstructor.h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Copyright (C) 2019 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:
//
// * Redistributions of source code must ret... | 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... |
mir-1.8.2+dfsg/tests/unit-tests/platforms/mesa/kms/test_gbm_buffer.cpp | /*
* Copyright © 2012 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 AN... | utf-8 | 1 | unknown | unknown |
olive-editor-20200620/app/codec/encoder.h | /***
Olive - Non-Linear Video Editor
Copyright (C) 2019 Olive Team
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 | GPL-3+ | 2018-2020 Olive Team |
nix-2.6.0+dfsg/src/libutil/url.cc | #include "url.hh"
#include "url-parts.hh"
#include "util.hh"
namespace nix {
std::regex refRegex(refRegexS, std::regex::ECMAScript);
std::regex badGitRefRegex(badGitRefRegexS, std::regex::ECMAScript);
std::regex revRegex(revRegexS, std::regex::ECMAScript);
std::regex flakeIdRegex(flakeIdRegexS, std::regex::ECMAScript... | utf-8 | 1 | LGPL-2.1 | 2006-2020 Eelco Dostra |
firefox-97.0/toolkit/xre/dllservices/mozglue/WindowsDllBlocklist.h | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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 mozilla_windowsdllblocklis... | utf-8 | 1 | unknown | unknown |
chromium-98.0.4758.102/chrome/browser/share/fake_share_history.cc | // Copyright 2021 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 "chrome/browser/share/fake_share_history.h"
#include "base/bind.h"
#include "base/threading/sequenced_task_runner_handle.h"
namespace sharing {... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
thin-provisioning-tools-0.9.0/thin-provisioning/shared_library_emitter.cc | #include "thin-provisioning/shared_library_emitter.h"
#include <dlfcn.h>
#include <stdexcept>
using namespace std;
using namespace thin_provisioning;
//----------------------------------------------------------------
emitter::ptr
thin_provisioning::create_custom_emitter(string const &shared_lib, ostream &out)
{
em... | utf-8 | 1 | GPL-3+ | 2011-2013 Red Hat, Inc |
lynx-2.9.0dev.10/WWW/Library/Implementation/HTPlain.c | /*
* $LynxId: HTPlain.c,v 1.61 2020/01/21 22:05:46 tom Exp $
*
* Plain text object HTWrite.c
* =================
*
* This version of the stream object just writes to a socket.
* The socket is assumed open and left open.
*
* Bugs:
* strings written must be less than buffer size.
*/
#define HTSTREAM_INTER... | utf-8 | 1 | GPL-2 | 1997-2015, Thomas E. Dickey <dickey@invisible-island.net> |
vala-0.54.6/codegen/valagtkmodule.c | /* valagtkmodule.c generated by valac, the Vala compiler
* generated from valagtkmodule.vala, do not modify */
/* valagtkmodule.vala
*
* Copyright (C) 2013 Jürg Billeter
* Copyright (C) 2013-2014 Luca Bruno
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GN... | utf-8 | 1 | LGPL-2.1+ | 2016-2017 Rico Tzschichholz
2008-2015 Florian Brosch
2010-2011 Luca Bruno
2010 Marc-Andre Lureau
2006-2012 Jürg Billeter
2006-2009 Raffaele Sandrini
2006-2007 Michael Lawrence
2007 Alberto Ruiz
2003-2005 Novell, Inc.
2005... |
eclipse-cdt-9.9.0/core/org.eclipse.cdt.ui.tests/resources/constalign/rightUnchanged/After.cpp |
void f(int const * const);
void f(int const * const) {
}
int main(int argc, char **argv) {
int const &dsa { 2 };
int const j { 8 };
int const * const klz;
int const l { 2 };
bool yes = false;
int const k { 42 };
int const volatile m = 21;
using volatile_int = int;
volatile_int const volatile v = 89... | utf-8 | 1 | EPL-2.0 | 2013 AdaCore and others
2009-2016 Alena Laskavaia
2009-2016 Alena Laskavaia and others
2009, 2015 Alena Laskavaia, Tomasz Wesolowski
2008-2009, 2011-2013, 2015-2016 Andrew Gvozdev
2008-2019 Andrew Gvozdev and others
2009, 2013 Andrew Gvozdev (Quoin Inc.)... |
clhep-2.1.4.1+dfsg/Matrix/src/SymMatrix.cc | // -*- C++ -*-
// ---------------------------------------------------------------------------
//
// This file is a part of the CLHEP - a Class Library for High Energy Physics.
//
#ifdef GNUPRAGMA
#pragma implementation
#endif
#include <string.h>
#include <float.h> // for DBL_EPSILON
#include "CLHEP/Matrix/def... | utf-8 | 1 | unknown | unknown |
paraview-5.10.0~rc1/VTK/ThirdParty/fides/vtkfides/thirdparty/rapidjson/fidesrapidjson/include/fidesrapidjson/rapidjson.h | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | 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. |
foot-1.11.0/csi.c | #include "csi.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#if defined(_DEBUG)
#include <stdio.h>
#endif
#include <sys/timerfd.h>
#define LOG_MODULE "csi"
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "char32.h"
#include "config.h"
#include "debug.h"
#include "grid.h"
#inc... | utf-8 | 1 | Expat | Copyright (c) 2018 Daniel Eklöf |
phonon-4.11.1/phonon/abstractmediastream.h | /* This file is part of the KDE project
Copyright (C) 2007 Matthias Kretz <kretz@kde.org>
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... | utf-8 | 1 | LGPL-2.1+3+KDEeV | 2010-2011, Casian Andrei <skeletk13@gmail.com>
2009-2010, Colin Guthrie <cguthrie@mandriva.org>
2010, Harald Sitter <apachelogger@ubuntu.com>
2011-2015, Harald Sitter <sitter@kde.org>
2008, Ian Monroe <ian@monroe.nu>
2011, Jakub Spiewak <jmspiewak@gmail.com>
... |
mono-6.8.0.105+dfsg/external/boringssl/include/openssl/cpu.h | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
... | utf-8 | 1 | MIT |
© 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
© 2000 Intel Corporation. All rights reserved.
© 2001 Andreas Jonsson
© 2001 Andrew Sutton
© 2001 Bob Smith. http://www.thestuff.net
© 2001 Chris Hynes
© 2001 Christopher Podurgiel... |
icom-20120228/.pc/fix-compile.patch/icom.c | /*
* Program to control ICOM radios
*
* Main program
*/
#include "icom.h"
#include <ctype.h>
#ifndef MSDOS /* include for Unix */
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <time.h>
#endif /* MSDOS */
/*
* Module definitions
*/
#define ARGMAX 20 /* maximum number of command args *... | utf-8 | 1 | unknown | unknown |
mame-0.240+dfsg.1/src/devices/bus/pc_kbd/msnat.h | // license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/***************************************************************************
Microsoft Natural Keyboard
***************************************************************************/
#ifndef MAME_BUS_PC_KB_MSNAT_H
#define MAME_BUS_PC_KB_MSNAT_H
#pragma once... | 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... |
chromium-98.0.4758.102/third_party/skia/tests/SkSLCross.cpp | /*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "tests/Test.h"
#include "src/gpu/GrFragmentProcessor.h"
#include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h"
#include "src/gpu/v1/SurfaceDrawContext_v1.h"
static vo... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
python3-typed-ast-1.4.3/ast3/Python/graminit.c | /* Generated by Parser/pgen */
#include "../Include/pgenheaders.h"
#include "../Include/grammar.h"
extern grammar _Ta3Parser_Grammar;
static arc arcs_0_0[3] = {
{2, 1},
{3, 1},
{4, 2},
};
static arc arcs_0_1[1] = {
{0, 1},
};
static arc arcs_0_2[1] = {
{2, 1},
};
static state states_0[3] = {
{3... | utf-8 | 1 | Apache-2.0 | © 2016 David Fisher <ddfisher@dropbox.com> |
libstatgen-1.0.15/.pc/spelling.patch/general/PedigreeDescription.cpp | /*
* Copyright (C) 2010 Regents of the University of Michigan
*
* 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 v... | utf-8 | 1 | GPL-3+ | 2010-2018 Mary Kate Wing |
openhpi-3.8.0/plugins/simulator/t/sim_sanity_003.c | /* -*- linux-c -*-
*
* (C) Copyright IBM Corp. 2005
*
* 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. This
* file and program are licensed under a BSD style license. Se... | utf-8 | 1 | unknown | unknown |
gimp-gap-2.6.0+dfsg/gap/gap_story_file.h | /* gap_story_file.h
*
* This module handles GAP storyboard file
* parsing of storyboard level1 files (load informations into a list)
* and (re)write storyboard files from the list (back to storyboard file)
*
*/
/* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Matti... | utf-8 | 1 | unknown | unknown |
openmpi-4.1.2/ompi/mca/io/romio321/romio/test/hindexed.c | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
*
* (C) 2008 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/* Wei-keng Liao (wkliao@ece.northwestern.edu) September 8, 2008 */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#define Y... | utf-8 | 1 | unknown | unknown |
mpich-4.0/modules/libfabric/src/tree.c | /*
* Copyright (c) 2015 Cray Inc. All rights reserved.
* Copyright (c) 2018 Intel Corp, Inc. 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 f... | utf-8 | 1 | other | 2002 University of Chicago
1998--2020, Argonne National Laboratory |
libreoffice-7.3.1~rc1/svx/source/sidebar/lists/ListsPropertyPanel.cxx | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | utf-8 | 1 | MPL-2.0 | Copyright 2000, 2010 Oracle and/or its affiliates.
Copyright (c) 2000, 2010 LibreOffice contributors and/or their affiliates. |
soapdenovo2-242+dfsg/standardPregraph/inc/def.h | /*
* inc/def.h
*
* Copyright (c) 2008-2016 Ruibang Luo <aquaskyline.com>.
*
* This file is part of SOAPdenovo.
*
* SOAPdenovo 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 Li... | utf-8 | 1 | GPL-3+ | 2008-2017 BGI-Shenzhen |
oss4-4.2-build2017/attic/drv/oss_allegro/id.h | /******************************************************************************
* *
* (C) 1998-1998 ESS Technology, Inc. *
* *
... | utf-8 | 1 | unknown | unknown |
ardour-6.9.0+ds0/libs/ardour/ardour/ladspa_plugin.h | /*
* Copyright (C) 2006-2014 David Robillard <d@drobilla.net>
* Copyright (C) 2007-2017 Paul Davis <paul@linuxaudiosystems.com>
* Copyright (C) 2007 Sampo Savolainen <v2@iki.fi>
* Copyright (C) 2009-2012 Carl Hetherington <carl@carlh.net>
* Copyright (C) 2014-2019 Robin Gareus <robin@gareus.org>
*
* This program... | utf-8 | 1 | GPL-2+ |
1998-2021 Paul Davis
2004-2021 Robin Gareus <robin@gareus.org>
2009-2016 David Robillard <d@drobilla.net>
2010-2012 Carl Hetherington <carl@carlh.net>
2007-2017 Tim Mayberry <mojofunk@gmail.com>
2006-2017 Nick Mainsbridge <mainsbridge@gmail.com>
2012-2019 Ben Loftis <ben@harrisonconsoles.com>
2005-2009... |
therion-6.0.4/thdb2dpt.cxx | /**
* @file thdb2dpt.cxx
*/
/* Copyright (C) 2000 Stacho Mudrak
*
* $Date: $
* $RCSfile: $
* $Revision: $
*
* --------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | utf-8 | 1 | GPL-2+ | 2000-2019 Martin Budaj <m.budaj@gmail.com>
2000-2019 Stacho Mudrák <s.m@group-s.sk> |
gnubik-2.4.3/src/guile-hooks.h | /*
Copyright (C) 2004, 2010 Dale Mellor
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... | utf-8 | 1 | GPL-3+ | 1998-2008 John Darrington <john@darrington.wattle.id.au>
2004 Dale Mellor <dale_mellor@users.sourceforge.net> |
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/third_party/tflite/src/tensorflow/core/framework/model.h | /* Copyright 2018 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 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
db5.3-5.3.28+dfsg1/src/btree/bt_search.c | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.
*/
/*
* Copyright (c) 1990, 1993, 1994, 1995, 1996
* Keith Bostic. All rights reserved.
*/
/*
* Copyright (c) 1990, 1993, 1994, 1995
* The Regents of the University of Ca... | utf-8 | 1 | unknown | unknown |
fceux-2.5.0+dfsg1/src/boards/232.cpp | /* FCE Ultra - NES/Famicom Emulator
*
* Copyright notice for this file:
* Copyright (C) 2012 CaH4e3
*
* 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
... | utf-8 | 1 | GPL-2+ | The FCEUX Team |
xfconf-4.16.0/tests/get-properties/t-get-string.c | /*
* xfconf
*
* Copyright (c) 2007 Brian Tarricone <bjt23@cornell.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 Foundation; version 2 of the License ONLY.
*
* This program is distrib... | utf-8 | 1 | unknown | unknown |
r-cran-openmx-2.20.3+dfsg/src/ComputeNM.cpp | /*
* Copyright 2007-2021 by the individuals mentioned in the source code history
*
* 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.... | utf-8 | 1 | Apache-2.0 | 2010-2019 Steven M. Boker,
Michael C. Neale,
Hermine H. Maes,
Michael J. Wilde,
Michael Spiegel,
Timothy R. Brick,
Ryne Estabrook,
Timothy C. Bates,
Paras Mehta,
Timo von Oertzen,
Ross J. Gore,
Michael D. Hunter,
Daniel C. Hackett,
Julian Karch,
Andreas M. Brandmaier,
Joshua N. Pritikin,
Mahsa Zahery,
... |
shapetools-1.4pl6/src/vc/retrv/doretrv.c | /* Copyright (C) 1993,1994 by the author(s).
This software is published in the hope that it will be useful, but
WITHOUT ANY WARRANTY for any part of this software to work correctly
or as described in the manuals. See the ShapeTools Public License
for details.
Permission is granted to use, copy, modify, or distr... | utf-8 | 1 | unknown | unknown |
linux-5.16.7/tools/perf/arch/powerpc/util/unwind-libunwind.c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright 2016 Chandan Kumar, IBM Corporation.
*/
#include <errno.h>
#include <libunwind.h>
#include <asm/perf_regs.h>
#include "../../util/unwind.h"
#include "../../util/debug.h"
int libunwind__arch_reg_id(int regnum)
{
switch (regnum) {
case UNW_PPC64_R0:
retu... | utf-8 | 1 | GPL-2 | 1991-2012 Linus Torvalds and many others |
rtorrent-0.9.8/test/rpc/object_storage_test.h | #include <cppunit/extensions/HelperMacros.h>
#include "rpc/object_storage.h"
class ObjectStorageTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(ObjectStorageTest);
CPPUNIT_TEST(test_basics);
CPPUNIT_TEST(test_conversions);
CPPUNIT_TEST(test_validate_keys);
CPPUNIT_TEST(test_access);
CPPUNIT_TEST_S... | utf-8 | 1 | GPL-2+ with OpenSSL exception | © 2005-2011 Jari Sundell <jaris@ifi.uio.no> |
krita-5.0.2+dfsg/libs/ui/operations/kis_filter_selection_operation.h | /*
* SPDX-FileCopyrightText: 2012 Dmitry Kazakov <dimula73@gmail.com>
* SPDX-FileCopyrightText: 2013 Sven Langkamp <sven.langkamp@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef KIS_FILTER_SELECTION_OPERATION_H
#define KIS_FILTER_SELECTION_OPERATION_H
#include <kritaui_export.h>
#include "... | utf-8 | 1 | GPL-and-LGPL | 1982-1989, Donald H. House <x@unknown.com>
1989, Robert Allen <x@unknown.com>
1992, Karl Berry <karl@cs.umb.edu>
1992, Kathryn Hargreaves <letters@cs.umb.edu>
1997-2000, Jens Lautenbacher <jtl@gimp.org>
1997, Eiichi Takamori <taka@ma1.seikyou.ne.jp>
1997... |
macaulay2-1.19.1+ds/M2/Macaulay2/e/unit-tests/RingZZpTest.cpp | // Copyright 2013 Michael E. Stillman
#include "RingTest.hpp"
#include "ZZp.hpp"
template <>
ring_elem getElement<Z_mod>(const Z_mod& R, int index)
{
ring_elem a = getElement<RingZZ>(*globalZZ, index);
return R.from_int(a.get_mpz());
}
TEST(RingZZmod32003, fromStream)
{
std::istringstream i("+1234 +345 -235*a"... | utf-8 | 1 | GPL-2+ | 1993-2019 Daniel R. Grayson <dan@math.uiuc.edu>
1993-2020 Michael E. Stillman <mike@math.cornell.edu> |
scummvm-2.5.1+dfsg/engines/cruise/sound.cpp | /* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | 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
... |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/components/services/app_service/public/cpp/protocol_handler_info.cc | // Copyright 2020 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 "components/services/app_service/public/cpp/protocol_handler_info.h"
#include <ostream>
namespace apps {
ProtocolHandlerInfo::ProtocolHandlerI... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
calligra-3.2.1+dfsg/words/part/tests/TestClipToPage.cpp | #include "TestClipToPage.h"
#include <KWDocument.h>
#include <KWCanvas.h>
#include <MockShapes.h>
#include <KWPage.h>
#include "MockPart.h"
#include <QtTest>
void TestClipToPage::testClipToPage()
{
KWDocument doc(new MockPart);
KWPage page1 = doc.appendPage("Standard");
KoPageLayout layout = page1.pageS... | utf-8 | 1 | GPL-2+__and__LGPL-2+__and__LGPL-2.1__and__LGPL-2.1+ |
2012 <hanna.et.scott@gmail.com>
2007 <hubipete@gmx.net>
2006-2007 Aaron J. Seigo <aseigo@kde.org>
2010 Adam Celarek <kdedev@xibo.at>
2014 Adam Pigg
2003-2012,2014 Adam Pigg <adam@piggz.co.uk>
1999 Adobe Systems Incorporated
2006 Adriaan de Groot <groot@kde.... |
kwin-5.23.5/src/kcmkwin/kwindesktop/animationsmodel.h | /*
KWin - the KDE window manager
This file is part of the KDE project.
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include "effectsmodel.h"
namespace KWin
{
class AnimationsModel : public EffectsModel
{
Q_OBJ... | utf-8 | 1 | GPL-2+ | 2010, Alexandre Pereira <pereira.alex@gmail.com>
2019-2020, Aleix Pol Gonzalez <aleixpol@kde.org>
2018, Alex Nemeth <alex.nemeth329@gmail.com>
2010, Alexandre Pereira <pereira.alex@gmail.com>
2013, Antonis Tsiapaliokas <kok3rs@gmail.com>
2011, Arthur Arlt <a.arlt@s... |
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/third_party/tflite/src/tensorflow/compiler/xla/service/hlo_dataflow_analysis_test.cc | /* Copyright 2017 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 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/chrome/browser/extensions/api/extension_action/page_action_interactive_test.cc | // Copyright 2020 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 "chrome/browser/extensions/api/extension_action/extension_action_api.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
gnome-boxes-41.3/subprojects/libhandy/src/gtk-window-private.h | /*
* Copyright (C) 2019 Purism SPC
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <gtk/gtk.h>
G_BEGIN_DECLS
void hdy_gtk_window_toggle_maximized (GtkWindow *window);
GdkPixbuf *hdy_gtk_window_get_icon_for_size (GtkWindow *window,
gint size);
Gd... | utf-8 | 1 | LGPL-2+ | 2011 Red Hat, Inc. |
chkservice-0.3/include/chk-ctl.h | /*
* chkservice is a tool for managing systemd units.
* more infomration at https://github.com/linuxenko/chkservice
*
* Copyright (C) 2017 Svetlana Linuxenko
*
* chkservice program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub... | utf-8 | 1 | GPL-3+ | 2017 Svetlana Linuxenko <svetlana@linuxenko.pro> |
nettle-3.7.3/sec-tabselect.c | /* sec-tabselect.c
Copyright (C) 2013 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
Software Foundation; either version 3 of the L... | utf-8 | 1 | LGPL-3+ or GPL-2+ | 2001-2020 Niels Möller |
scilab-6.1.1+dfsg2/scilab/modules/call_scilab/examples/call_scilab/cpp/common/ccmatrix1.cc | #include <iostream>
#include "ccmatrix.h"
class SciError {};
// CMatrix A(name,job);
extern "C" {
#include <stdio.h>
#include <string.h>
#undef _PARAMS
#include "stack-c.h"
int SendScilabJob(char *);
void cc_test();
}
static char buf[256];
CMatrix::CMatrix(char *name1,char *job)
{
sprintf(buf,"%s=%s;",name1,jo... | utf-8 | 1 | GPL-2+ | 1989-2008 INRIA
1989-2007 ENPC
2008-2012 DIGITEO
2012-2016 Scilab Enterprises
2017-2018 ESI Group |
chromium-98.0.4758.102/remoting/host/chromoting_host_services_client.cc | // Copyright 2021 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 "remoting/host/chromoting_host_services_client.h"
#include "base/bind.h"
#include "base/environment.h"
#include "base/notreached.h"
#include "ba... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
nettle-3.7.3/cast128.h | /* cast128.h
The CAST-128 block cipher.
Copyright (C) 2001, 2014 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
Software Founda... | utf-8 | 1 | LGPL-3+ or GPL-2+ | 2001-2020 Niels Möller |
pulseaudio-15.0+dfsg1/src/pulsecore/semaphore-posix.c | /***
This file is part of PulseAudio.
Copyright 2006 Lennart Poettering
PulseAudio 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 option) any la... | utf-8 | 1 | LGPL-2.1+ |
Copyright (C) 2004-2009 Lennart Poettering
Copyright (C) 2006-2007 Pierre Ossman <ossman@cendio.se> for Cendio AB |
angelscript-2.35.1+ds/angelscript/source/as_callfunc_x64_mingw.cpp | /*
AngelCode Scripting Library
Copyright (c) 2003-2015 Andreas Jonsson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software f... | utf-8 | 1 | Zlib | 2003-2020 Andreas Jönsson <andreas@angelcode.com> |
xdg-desktop-portal-gtk-1.12.0/src/lockdown.c | /*
* Copyright © 2018 Red Hat, Inc
*
* This program 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 of the License, or (at your option) any later version.
*
* This library is ... | utf-8 | 1 | GPL-2+ and LGPL-2+ |
© 2008-2019 Red Hat, Inc
© 2016-2018 Free Software Foundation, Inc.
© 2016 Christian Kirbach
© 2016 Mario Sanchez Prada
© 2016 Piotr Drag
© 2016 Aviary.pl
© 2017 Jan Alexander Steffens
© 2018 Igalia S.L.
© 2019 Alberto Fanjul |
inkscape-1.1.1/src/live_effects/lpe-tangent_to_curve.cpp | // SPDX-License-Identifier: GPL-2.0-or-later
/** \file
* Implementation of tangent-to-curve LPE.
*/
/*
* Authors:
* Johan Engelen
* Maximilian Albert
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
* Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
*
* Released under GNU... | utf-8 | 1 | unknown | unknown |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/third_party/ffmpeg/libavformat/rtpdec_asf.c | /*
* Microsoft RTP/ASF support.
* Copyright (c) 2008 Ronald S. Bultje
*
* This file is part of FFmpeg.
*
* FFmpeg 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 Lic... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
xen-4.14.3+32-g9de3671772/tools/libs/toolcore/include/xentoolcore.h | /*
* xentoolcore.h
*
* Copyright (c) 2017 Citrix
*
* Common features used/provided by all Xen tools libraries
*
* 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;
* version 2.1 of... | utf-8 | 1 | unknown | unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.