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
qt6-positioning-6.2.2/src/positioning/qgeoareamonitorinfo.h
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtPositioning module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid ...
utf-8
1
LGPL-3 or GPL-2
2015-2021 The Qt Company Ltd. 2015-2016 Jolla Ltd. 2013-2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
dc3dd-7.2.646/src/hdparm/hpa_dco.h
#ifndef _HPA_DCO_H #define _HPA_DCO_H /* check_hpa_dco.c * Andrew Medico * DC3/DCCI * 19 September 2008 * * Dervied from hdparm.c by Mark Lord */ __u64 get_lba_capacity (__u16 *idw); void *get_identify_data (int fd, void *prev); void *get_dci_data (int fd, void *prev); __u64 get_dci_maximum_lba (__u16* dci); __...
utf-8
1
GPL-3+
1985-2011 Free Software Foundation, Inc. 1997-1999 Colin Plumb 2007-2016 DoD Cyber Crime Center (DC3) <dc3dd@dc3.mil>
glusterfs-10.1/libglusterfs/src/graph.c
/* Copyright (c) 2008-2012 Red Hat, Inc. <http://www.redhat.com> This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any later version (LGPLv3 or later), or the GNU General Public License, version 2 (GPLv2), in all cases as p...
utf-8
1
LGPL-3+ or GPL-2
2006-2012, Red Hat, Inc.<http://www.redhat.com>
cpl-plugin-uves-6.1.6+dfsg/flames/flames_readframe.c
/*=========================================================================== Copyright (C) 2001 European Southern Observatory (ESO) 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 v...
utf-8
1
GPL-v2+
Copyright (C) 2001-2012 European Southern Observatory 2013 Ole Streicher (Debian packaging)
psicode-3.4.0/src/bin/dboc/roci.cc
/*! \file \ingroup DBOC \brief Enter brief description of file here */ #include <iostream> #include <cstdio> #include <cstdlib> #include <cmath> #include <libciomr/libciomr.h> #include <libqt/qt.h> #include <libqt/slaterdset.h> #include <psifiles.h> #include "moinfo.h" #include "float.h" #include "linalg.h" #includ...
utf-8
1
unknown
unknown
abiword-3.0.5~dfsg/src/af/util/win/ut_Win32Locale.h
/* AbiSource Program Utilities * Copyright (C) 1998 AbiSource, 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; either version 2 * of the License, or (at your option) any later versi...
utf-8
1
GPL-2+
2012 AbiSource.com 1998-2005,2010 AbiSource, Inc. 2008-2010 AbiSource Corporation B.V. 1998-2012 AbiWord developers 2011 abel <sedric@translate.org.za> 2004-2005 Adam Weinberger <adamw@gnome.org> 2009 Alex <dxma8zp02@s...
kfreebsd-10-10.3~svn300087+ds1/sys/dev/twe/twereg.h
/*- * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap * Copyright (c) 2000 BSDi * 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. ...
utf-8
1
unknown
unknown
orthanc-dicomweb-1.7+dfsg/Plugin/DicomWebFormatter.cpp
/** * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium * Copyright (C) 2017-2021 Osimis S.A., Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the G...
utf-8
1
AGPL-3
2012-2016 Sebastien Jodogne <s.jodogne@gmail.com>, University Hospital of Liege (Belgium), and 2017-2021 Osimis S.A. (Belgium)
libkml-1.3.0/examples/helloworld/print.cc
// Copyright 2008, Google 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 an...
utf-8
1
BSD-3-Clause
2008-2010, Google Inc.
llvm-toolchain-snapshot-14~++20220123085548+413684313d9d/compiler-rt/test/tsan/tiny_race.c
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s #include "test.h" int Global; void *Thread1(void *x) { barrier_wait(&barrier); Global = 42; return x; } int main() { barrier_init(&barrier, 2); pthread_t t; pthread_create(&t, 0, Thread1, 0); Global = 43; barrier_wait(&barrier); pt...
utf-8
1
unknown
unknown
chromium-98.0.4758.102/third_party/angle/src/libANGLE/Stream.cpp
// // Copyright 2016 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Stream.cpp: Implements the egl::Stream class, representing the stream // where frames are streamed in. Implements EGLStreanKHR. #include "l...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
qutemol-0.4.1~cvs20081111/vcg/vcg/math/legendre.h
/**************************************************************************** * VCGLib o o * * Visual and Computer Graphics Library o o * * _ O _ * * Copyri...
utf-8
1
GPL-2.0+
2004-2008 Visual Computing Lab, ISTI - Italian National Research Council
opencv-4.5.4+dfsg/contrib/modules/mcc/src/color.cpp
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. // // // License Agreement // For Open Source Computer Vision Library // // Copyright(C) 20...
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. ...
gdb-doc-10.1/include/elf/spu.h
/* SPU ELF support for BFD. Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software F...
utf-8
1
unknown
unknown
nlkt-0.3.2.6/src/ProfileManager.hpp
/*************************************************************************** * Copyright (C) 2005-2008 by Eugene V. Lyubimkin aka jackyf * * * * This program is free software; you can redistribute it and/or modify * * it unde...
utf-8
1
unknown
unknown
starpu-1.3.9+dfsg/starpufft/tests/testx.c
/* StarPU --- Runtime system for heterogeneous multicore architectures. * * Copyright (C) 2009-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria * * StarPU 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 Soft...
utf-8
1
LGPL-2.1
2008-2012 Université de Bordeaux 1 2010-2012 Centre National de la Recherche Scientifique 2010-2012 Institut National de Recherche en Informatique et Automatique 2011 Télécom-SudParis 2010 Mehdi Juhoor <mjuhoor@gmail.com> 2010 Sylvain Gault 2011 William ...
ftpgrab-0.1.5/fgactioni.cc
// fgactioni.cc #include "fgactioni.h" #ifndef _FGEXC_H #include "fgexc.h" #endif FGActionInterface::~FGActionInterface() { } void FGActionInterface::Do(void) const { try { VirtualDo(); } // Any other type of exception is _real_ serious catch (FGException& e) { if (e.GetReason() != FGException::kCon...
utf-8
1
GPL-2+
1999-2000 Chris Evans <scarybeasts@gmail.com>
firefox-esr-91.6.0esr/security/ct/CTVerifyResult.h
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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...
utf-8
1
unknown
unknown
krita-5.0.2+dfsg/plugins/extensions/qmic/kis_qmic_simple_convertor.cpp
/* * SPDX-FileCopyrightText: 2013 Lukáš Tvrdý <lukast.dev@gmail.com> * SPDX-FileCopyrightText: 2020 L. E. Segovia <amy@amyspark.me> * * SPDX-License-Identifier: GPL-2.0-or-later */ #include <map> #include <kis_qmic_simple_convertor.h> #include <kis_debug.h> #include <kis_random_accessor_ng.h> #include <KoColo...
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...
z3-4.8.12/src/math/subpaving/tactic/expr2subpaving.h
/*++ Copyright (c) 2012 Microsoft Corporation Module Name: expr2subpaving.h Abstract: Translator from Z3 expressions into generic subpaving data-structure. Author: Leonardo (leonardo) 2012-08-08 Notes: --*/ #pragma once #include "ast/ast.h" #include "math/subpaving/subpaving.h" class expr...
utf-8
1
Expat
2006-2021 Microsoft Corporation 2006, 2010, 2017-2019 Arie Gurfinkel 2017-2018 Saint-Petersburg State University 2017 Matteo Marescotti
xca-2.4.0/lib/pk11_attribute.h
/* vi: set sw=4 ts=4: * * Copyright (C) 2009 - 2010 Christian Hohnstaedt. * * All rights reserved. */ #ifndef __PKI_PKCS11_ATTRIBUTE_H #define __PKI_PKCS11_ATTRIBUTE_H #include <QString> #include <stdlib.h> #include <openssl/bn.h> #include "opensc-pkcs11.h" #include "exception.h" #define UTF8QSTRING(x,s) QStrin...
utf-8
1
BSD-3-clause
2009-2021, Christian Hohnstaedt <christian@hohnstaedt.de>
cryfs-0.11.1/src/cryfs/impl/filesystem/cachingfsblobstore/FsBlobRef.h
#pragma once #ifndef MESSMER_CRYFS_FILESYSTEM_CACHINGFSBLOBSTORE_FSBLOBREF_H #define MESSMER_CRYFS_FILESYSTEM_CACHINGFSBLOBSTORE_FSBLOBREF_H #include "cryfs/impl/filesystem/fsblobstore/FsBlob.h" namespace cryfs { namespace cachingfsblobstore { class CachingFsBlobStore; //TODO Rename to CachedFsBlob, CachedFileBlob, ...
utf-8
1
LGPL-3
2016, Sebastian Messmer <messmer@cryfs.org>
octave-instrument-control-0.7.1/src/serial/serial_class.h
// Copyright (C) 2012 Andrius Sutas <andrius.sutas@gmail.com> // 2018 John Donoghue <john.donoghue@ieee.org> // 2019 John Donoghue <john.donoghue@ieee.org> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public L...
utf-8
1
GPL-3+
2012, 2014 Andrius Sutas <andrius.sutas@gmail.com> 2013-2021 Stefan Mahr <dac922@gmx.de> 2014, 2016-2022 John Donoghue <john.donoghue@ieee.org> 2016 Andreas Weber <andy.weber.aw@gmail.com>
firefox-esr-91.6.0esr/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/hash.h
/** * \file hash.h * Generic hash table. */ /* * Mesa 3-D graphics library * * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the S...
utf-8
1
unknown
unknown
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/net/third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder_listener.cc
// Copyright 2016 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 "net/third_party/quiche/src/http2/hpack/decoder/hpack_string_decoder_listener.h" #include "net/third_party/quiche/src/http2/platform/api/http2_l...
utf-8
1
LGPL-3 or GPL-2
2006-2021 The Chromium Authors 2016-2021 The Qt Company Ltd.
darkradiant-2.14.0/radiant/ui/aas/AasControlDialog.cpp
#include "AasControlDialog.h" #include "i18n.h" #include "iaasfile.h" #include "iradiant.h" #include "ui/imainframe.h" #include "itextstream.h" #include "imap.h" #include <wx/button.h> #include <wx/tglbtn.h> #include <wx/sizer.h> #include <wx/panel.h> #include <wx/scrolwin.h> #include "registry/Widgets.h" namespace...
utf-8
1
GPL-2+
1999-2006 Id Software, Inc. 2006-2010 OrbWeaver <orbweaver3d@gmail.com> greebo STiFU mohij angua Crispy Gildoran Jesps (Bulge patch algorithm) ...
freespace2-3.7.4+repack/code/fred2/management.cpp
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on the * source. * */ #include "stdafx.h" #include "FRED.h" #include "MainFrm.h" #include "FRE...
utf-8
1
Volition-freespace
1999 Volition, Inc. 2013 Freespace Open 1998 Bruce Dawson
qt6-wayland-6.2.2/src/compositor/extensions/qwaylandqttextinputmethod_p.h
/**************************************************************************** ** ** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtWaylandCompositor module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:GPL$ ** Commercial License Usage ** Licensees holding v...
utf-8
1
LGPL-3 or GPL-2
2016-2021 The Qt Company Ltd.
boxbackup-0.13~~git20200326.g8e8b63c/lib/server/OverlappedIO.h
// -------------------------------------------------------------------------- // // File // Name: OverlappedIO.h // Purpose: Windows overlapped IO handle guard // Created: 2008/09/30 // // -------------------------------------------------------------------------- #ifndef OVERLAPPEDIO__H #define OVERLAPPEDIO__H ...
utf-8
1
BSD-4-Clause
2003-2004, Ben Summers <ben@fluffy.co.uk>
godot-3.2.3-stable/core/math/transform_2d.cpp
/*************************************************************************/ /* transform_2d.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
utf-8
1
Expat
2007-2017, Juan Linietsky, Ariel Manzur. 2014-2017, Godot Engine contributors.
bazel-bootstrap-3.5.1+ds/src/main/native/windows/jni-util.h
// Copyright 2017 The Bazel 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 appl...
utf-8
1
Apache-2.0
2002-2020 Google Inc. The Bazel Authors <bazel-dev@googlegroups.com> Anthony Bellissimo <twon33@gmail.com> Volker Braun <vbraun.name@gmail.com> Thomas Broyer <t.broyer@ltgt.net> Steven Dee <steven@choosemuse.com> Alan Donovan <adonovan@google.com> Thiago Farina <...
openipmi-2.0.29/swig/perl/OpenIPMI.h
/* * OpenIPMI.h * * Include file for SWIG/Perl interface * * Author: MontaVista Software, Inc. * Corey Minyard <minyard@mvista.com> * source@mvista.com * * Copyright 2004 MontaVista Software Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms ...
utf-8
1
LGPL
2004- MontaVista Software Inc., Corey Minyard <cminyard@mvista.com>
libmpeg3-1.8.dfsg/.pc/missing-prototypes.patch/video/slice.c
#include "mpeg3private.h" #include "mpeg3protos.h" #include <pthread.h> #include <stdlib.h> #define CLIP(x) ((x) >= 0 ? ((x) < 255 ? (x) : 255) : 0) int mpeg3_new_slice_buffer(mpeg3_slice_buffer_t *slice_buffer) { pthread_mutexattr_t mutex_attr; slice_buffer->data = malloc(1024); slice_buffer->buffer_size = 0;...
utf-8
1
GPL-2+
2008, Heroine Virtual Ltd. / Adam Williams <broadcast@earthling.net>
vast-2021.05.27/libvast/vast/detail/logger_formatters.hpp
// _ _____ __________ // | | / / _ | / __/_ __/ Visibility // | |/ / __ |_\ \ / / Across // |___/_/ |_/___/ /_/ Space and Time // // SPDX-FileCopyrightText: (c) 2021 The VAST Contributors // SPDX-License-Identifier: BSD-3-Clause #pragma once #include "vast/fwd.hpp" // clang-format o...
utf-8
1
BSD-3-clause
(c) 2014, Tenzir GmbH
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/third_party/tflite/src/tensorflow/lite/delegates/gpu/cl/kernels/flt_type.h
/* Copyright 2019 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.
lynx-2.9.0dev.10/src/mktime.c
/* * mktime.c -- converts a struct tm into a time_t * * Copyright (C) 1997 Free Software Foundation, 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; either version 2, or (at your o...
utf-8
1
GPL-2
1997-2015, Thomas E. Dickey <dickey@invisible-island.net>
grass-7.8.6/vector/v.decimate/count_decimation.c
/**************************************************************************** * * MODULE: v.decimate * AUTHOR(S): Vaclav Petras * PURPOSE: Reduce the number of points in a vector map * COPYRIGHT: (C) 2015 by the GRASS Development Team * * This program is free software under the GNU...
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...
caneda-0.3.1+gitg08e22168/src/tabs.h
/*************************************************************************** * Copyright (C) 2010 by Gopala Krishna A <krishna.ggk@gmail.com> * * * * This is free software; you can redistribute it and/or modify * * it under ...
utf-8
1
GPL-2.0+
2006-2010 Gopala Krishna A <krishna.ggk@gmail.com> 2009-2015 Pablo Daniel Pareja Obregon <parejaobregon@gmail.com> 2005-2006 Stefan Jahn <stefan@lkcc.org> 2002 Claudio Girardi <in3otd@qsl.net> 2001 Gopal Narayanan <gopal@astro.umass.edu> 2006 Vincent Habchi, F5RCS ...
cluster-glue-1.0.12/include/lrm/raexec.h
/* * raexec.h: The universal interface of RA Execution Plugin * * Author: Sun Jiang Dong <sunjd@cn.ibm.com> * Copyright (c) 2004 International Business Machines * * 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 b...
utf-8
1
LGPL-2.0+
1998-2015 Alan Robertson <alanr@unix.sh> Andreas Mock <andreas.mock@web.de> Andrew Beekhof <andrew@beekhof.net> Dave Blaschke <debltc@us.ibm.com> David Lee <t.d.lee@durham.ac.uk> Dejan Muhamedagic <dejan@hello-penguin.com> Hannes Eder <heder@google.com> Huang Zhen <zhenhltc@cn....
masscan-1.3.2+ds1/src/proto-ntlmssp.h
#ifndef PROTO_NTLMSSP_H #define PROTO_NTLMSSP_H #include <stdio.h> struct BannerOutput; struct NtlmsspDecode { unsigned length; unsigned offset; unsigned char *buf; }; void ntlmssp_decode_init(struct NtlmsspDecode *x, size_t length); void ntlmssp_cleanup(struct NtlmsspDecode *x); void ntlmssp_decode(str...
utf-8
1
AGPL-3
2009-2017 Robert David Graham <robert_david_graham@yahoo.com> 2007 by Errata Security
chromium-98.0.4758.102/third_party/pdfium/fxbarcode/cbc_pdf417i_unittest.cpp
// Copyright 2019 PDFium 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 "fxbarcode/cbc_pdf417i.h" #include <vector> #include "testing/gtest/include/gtest/gtest.h" TEST(CBC_PDF417ITest, Normal) { CBC_PDF417I encoder; ...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
r-cran-vctrs-0.3.8/src/subscript.c
#include "vctrs.h" #include "ptype2.h" #include "subscript.h" #include "utils.h" #include "dim.h" static SEXP fns_cnd_body_subscript_dim = NULL; static SEXP new_error_subscript_type(SEXP subscript, const struct subscript_opts* opts, SEXP body, ...
utf-8
1
GPL-3
2017-2019 Hadley Wickham, Lionel Henry, Davis Vaughan, RStudio
chromium-98.0.4758.102/chrome/browser/notifications/win/notification_metrics.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 "chrome/browser/notifications/win/notification_metrics.h" #include "base/metrics/histogram_functions.h" namespace notifications_uma { void Log...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
bind9-9.18.0/lib/ns/include/ns/notify.h
/* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * SPDX-License-Identifier: MPL-2.0 * * 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 https://mozilla.org/MPL/2.0/. * * See the...
utf-8
1
MPL-2.0 and ISC and BSD-2-clause and BSD-3-clause
2004-2017 Internet Systems Consortium, Inc. ("ISC") 1996-2003 Internet Software Consortium 2013-2017 Farsight Security, Inc. 2012 Vadim Goncharov 2009-2012 John Eaglesham 2009-2015 Red Hat 2008 Damien Miller 2004, 2008 Nominet, Ltd. 2004 Masarykova universita 1997-2003 Kunglig...
plplot-5.15.0+dfsg/examples/c/x03c.c
// Polar plot demo. // #include "plcdemos.h" //-------------------------------------------------------------------------- // main // // Generates polar plot, with 1-1 scaling. //-------------------------------------------------------------------------- int main( int argc, char *argv[] ) { int i; ...
utf-8
1
LGPL-2+
1998-2004 Joao Cardoso 1998-1999, 2001, 2002, 2004 Vince Darley 1991-2002 Geoffrey Furnish 1999-2014 Alan W. Irwin 1998-2005 Rafael Laboissière 1991-2005 Maurice LeBrun 2004-2014 Arjen Markus 2004 Andrew Roach 2002 David Schleef 2004-2014 Andrew Ross 2004, 2005 Thomas J. Duck 2009 Imperial College...
inkscape-1.1.1/src/svg/strip-trailing-zeros.h
// SPDX-License-Identifier: GPL-2.0-or-later /** @file * TODO: insert short description here *//* * Authors: see git history * * Copyright (C) 2010 Authors * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SVG_STRIP_TRAILING_ZEROS_H_SEEN #define SVG_STRIP_TRAILING_ZEROS_H_SEE...
utf-8
1
unknown
unknown
chromium-98.0.4758.102/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc
// Copyright 2014 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/autocomplete/keyword_extensions_delegate_impl.h" #include <utility> #include "base/memory/ref_counted.h" #include "base/path_se...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/third_party/skia/include/private/SkNoncopyable.h
/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkNoncopyable_DEFINED #define SkNoncopyable_DEFINED #include "include/core/SkTypes.h" /** \class SkNoncopyable SkNoncopyable is the base cla...
utf-8
1
LGPL-3 or GPL-2
2006-2021 The Chromium Authors 2016-2021 The Qt Company Ltd.
muffin-5.2.0/src/core/display.c
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* Muffin X display handler */ /* * Copyright (C) 2001 Havoc Pennington * Copyright (C) 2002, 2003, 2004 Red Hat, Inc. * Copyright (C) 2003, 2004 Rob Adams * Copyright (C) 2004-2006 Elijah Newren * * This program is free software; you can redist...
utf-8
1
GPL-2+
1997-2000, Dan Pascu and Alfredo Kojima 2001, Dominik Vogt, Matthias Clasen, and fvwm2 team 2004-2006, Elijah Newren 2010, Florian Müllner 1989-1991, Free Software Foundation, Inc 1995-2000, GTK+ Team 2001, Havoc Pennington 2001, Havoc Penning...
lshw-02.19.git.2021.06.19.996aaad9c7/src/core/scsi.cc
#include "version.h" #include "mem.h" #include "cdrom.h" #include "disk.h" #include "osutils.h" #include "heuristics.h" #include "sysfs.h" #include <glob.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <unistd.h> #include <dirent.h> #include <stdio.h> #include <stdlib....
utf-8
1
unknown
unknown
chromium-98.0.4758.102/ui/base/accelerators/mojom/accelerator_mojom_traits.h
// Copyright 2017 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. #ifndef UI_BASE_ACCELERATORS_MOJOM_ACCELERATOR_MOJOM_TRAITS_H_ #define UI_BASE_ACCELERATORS_MOJOM_ACCELERATOR_MOJOM_TRAITS_H_ #include "mojo/public/cpp/b...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
wxwidgets3.0-3.0.5.1+dfsg/interface/wx/ipc.h
///////////////////////////////////////////////////////////////////////////// // Name: ipc.h // Purpose: interface of wxConnection // Author: wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxConnection A...
utf-8
1
unknown
unknown
ufoai-2.5/.pc/bug-949301-mxml.patch/src/common/xml.cpp
/** * @file * @brief UFO:AI interface functions to mxml */ /* Copyright (C) 2002-2013 UFO: Alien Invasion. 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 ...
utf-8
1
GPL-2+
1997-2001, Id Software, Inc 1997-1998, Andrew Tridgell 2001-2006, William Joseph 2002, The Quakeforge Project 2002-2007, ioQuake3 team 2004-2006, Simon Perreault 2006, 2008 ...
opendnssec-2.1.10/enforcer/src/keystate/rollover_list_cmd.c
/* * Copyright (c) 2011 Surfnet * Copyright (c) 2011 .SE (The Internet Infrastructure Foundation). * Copyright (c) 2011 OpenDNSSEC AB (svb) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are me...
utf-8
1
BSD-2-clause
2015-2016 NLnet Labs. 2012 OpenDNSSEC AB (svb). 2011 SURFnet bv. 2008 .SE (The Internet Infrastructure Foundation). 2008 NLnet Labs. 2008 Nominet UK.
trilinos-12.18.1/packages/common/auxiliarySoftware/SuiteSparse/src/KLU/Source/trilinos_klu_refactor.c
/* ========================================================================== */ /* === TRILINOS_KLU_refactor ========================================================= */ /* ========================================================================== */ /* Factor the matrix, after ordering and analyzing it with TRILINOS...
utf-8
1
BSD-3-Clause
2001-2015 Sandia Corporation <maherou@sandia.gov> 2001-2004 Steve Mertz <steve@dragon-ware.com>
madness-0.10.1+git20200818.eee5fd9f/src/madness/external/elemental/tests/lapack-like/MultiShiftHessSolve.cpp
/* Copyright (c) 2009-2014, Jack Poulson All rights reserved. This file is part of Elemental and is under the BSD 2-Clause License, which can be found in the LICENSE file in the root directory, or at http://opensource.org/licenses/BSD-2-Clause */ // NOTE: It is possible to simply include "elemental.hp...
utf-8
1
GPL-2.0+
2007-2011 Oak Ridge National Laboratory 2013-2014 Virginia Tech 2013 Argonne National Laboratory 2015 Stony Brook University 2008 Pavel Holoborodko
piglit-0~git20220119-124bca3c9/tests/egl/egl-nok-swap-region.c
/* * Copyright © 2010 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
utf-8
1
MIT
2006 - 2014 Intel Corporation Intel 2011 2007 - 2014 VMware, Inc. 1999 - 2001 Allen Akin 2012 Blaž Tomažič <blaz.tomazic@gmail.com> 2009 - 2013 Red Hat, Inc. 2010 - 2012 Red Hat 2010 Fredrik Höglund (fredrik@kde.org) Christopher Jam...
u-boot-2022.01+dfsg/disk/part_mac.h
/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ /* * See also Linux sources, fs/partitions/mac.h * * This file describes structures and values related to the standard * Apple SCSI disk partitioning scheme. For more information see: * ht...
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...
libretro-bsnes-mercury-094+git20160126/phoenix/qt/action/radio-item.cpp
namespace phoenix { void pRadioItem::setChecked() { locked = true; for(auto& item : radioItem.state.group) { bool checkState = item.p.qtAction == qtAction; item.state.checked = checkState; item.p.qtAction->setChecked(checkState); } locked = false; } void pRadioItem::setGroup(const group<RadioItem>...
utf-8
1
GPL-3+
2004-2014 byuu 2014 Alcaro
suricata-6.0.4/src/app-layer-register.h
/* Copyright (C) 2017 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARR...
utf-8
1
GPL-2
2007-2020 Open Information Security Foundation
ostinato-1.1/client/jumpurl.h
/* Copyright (C) 2017 Srivats P. This file is part of "Ostinato" This 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 is dist...
utf-8
1
GPL-3+
2007-2012, Srivats P
caja-actions-1.26.0/src/cact/cact-main-window.c
/* * Caja-Actions * A Caja extension which offers configurable context menu actions. * * Copyright (C) 2005 The GNOME Foundation * Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) * Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) * * Caja-Actions is free software; you can redistr...
utf-8
1
unknown
unknown
edk2-2022.02~rc1/MdePkg/Library/BaseSafeIntLib/SafeIntLib.c
/** @file This library provides helper functions to prevent integer overflow during type conversion, addition, subtraction, and multiplication. Copyright (c) 2017, Microsoft Corporation All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Base.h> #include <Library/SafeIntLib.h> ...
utf-8
1
BSD-2-clause
1999-2013, Intel Corporation
adolc-2.7.2/ADOL-C/src/externfcts_p.h
/*---------------------------------------------------------------------------- ADOL-C -- Automatic Differentiation by Overloading in C++ File: externfcts_p.h Revision: $Id: externfcts_p.h 608 2015-08-10 20:06:55Z kulshres $ Contents: private functions and data types for extern (differentiated) functi...
utf-8
1
Eclipse-or-GPL-2
2008-2016 Andrea Walther <andrea.walther@uni-paderborn.de>, Kshitij Kulshreshtha, Andreas Griewank <griewank@math.tu-dresden.de>, Andreas Kowarz, Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel
glibc-2.33/sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c
/* s_nextafterl.c -- long double version of s_nextafter.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. ...
utf-8
1
unknown
unknown
kodi-pvr-hts-19.0.2+ds1/src/tvheadend/HTSPDemuxer.cpp
/* * Copyright (C) 2017-2021 Team Kodi (https://kodi.tv) * Copyright (C) 2014 Adam Sutton * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSE.md for more information. */ #include "HTSPDemuxer.h" #include "HTSPConnection.h" #include "Settings.h" #include "utilities/Logger.h" #include "utilities/RDSEx...
utf-8
1
GPL-2+
2005-2013 Team XBMC 2013-2021 Team Kodi
pfstools-2.2.0/src/pfsglview/m_status.cpp
/** * @brief PFS library - additional utilities * * This file is a part of PFSTOOLS package. * ---------------------------------------------------------------------- * Copyright (C) 2006 Radoslaw Mantiuk * * This library is free software; you can redistribute it and/or * modify it under the terms of the GN...
utf-8
1
unknown
unknown
wesnoth-1.16-1.16.2/src/log.hpp
/* Copyright (C) 2004 - 2021 by Guillaume Melquiond <guillaume.melquiond@gmail.com> Copyright (C) 2003 by David White <dave@whitevine.net> Part of the Battle for Wesnoth Project https://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pub...
utf-8
1
unknown
unknown
engauge-digitizer-12.1+ds.1/src/log4cpp_null/src/PatternLayout.cpp
#include "log4cpp/LoggingEvent.hh" #include "log4cpp/PatternLayout.hh" using namespace log4cpp; using namespace std; PatternLayout::PatternLayout() : Layout() { } PatternLayout::~PatternLayout() { } string PatternLayout::format(const LoggingEvent &) { string empty; return empty; } void PatternLayout::setConv...
utf-8
1
GPL-2+
2002-2018, Mark Mitchell <markummitchell@gmail.com> 2011-2012, Tobias Richter <tsr-debian@achos.com>
chromium-98.0.4758.102/content/public/browser/webrtc_log.h
// Copyright 2017 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. #ifndef CONTENT_PUBLIC_BROWSER_WEBRTC_LOG_H_ #define CONTENT_PUBLIC_BROWSER_WEBRTC_LOG_H_ #include <string> #include "base/callback_forward.h" #include ...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
mame-0.240+dfsg.1/src/devices/bus/fmt_scsi/fmt121.cpp
// license:BSD-3-Clause // copyright-holders:r09 /**************************************************************************** Fujitsu FMT-121 SCSI Card An expansion card for the dedicated SCSI card slot on the FM Towns Model 1 and 2 computers. It contains a Fujitsu MB673522U SCSI controller and an ex...
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/chrome/browser/android/vr/test/ar_test_suite.h
// 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. #ifndef CHROME_BROWSER_ANDROID_VR_TEST_AR_TEST_SUITE_H_ #define CHROME_BROWSER_ANDROID_VR_TEST_AR_TEST_SUITE_H_ #include "base/test/test_suite.h" namesp...
utf-8
1
BSD-3-clause
The Chromium Authors. All rights reserved.
mame-0.240+dfsg.1/src/devices/machine/spchrom.h
// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Aaron Giles, Jonathan Gevaryahu, Raphael Nabet, Couriersud, Michael Zapf /* * Voice Synthesis Memory * */ #ifndef MAME_MACHINE_SPCHROM_H #define MAME_MACHINE_SPCHROM_H #pragma once class speechrom_device : public device_t { public: // construction/de...
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...
scummvm-2.5.1+dfsg/engines/macventure/cursor.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 ...
hexchat-2.16.0/plugins/sysinfo/unix/match.h
/* * match.h - matching header for X-Sys * Copyright (C) 2005 Tony Vroon * * 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...
utf-8
1
GPL-2+ with OpenSSL exception
1998-2010 Peter Zelezny 2009-2013 Berke Viktor 2015-2021 Patrick Griffis
flightgear-2020.3.6+dfsg/src/FDM/UIUCModel/uiuc_wrapper.cpp
/********************************************************************** FILENAME: uiuc_wrapper.cpp ---------------------------------------------------------------------- DESCRIPTION: A wrapper(interface) between the UIUC Aeromodel (C++ files) and the LaRCsim FDM (C files) ----------------...
utf-8
1
GPL-2+
1997-2012 Curtis L. Olson <curt@flightgear.org> 1997-1999 Christian Mayer - Vader@t-online.de 1997 Michele F. America [micheleamerica#geocities:com] 1999-2003 David Megginson, david@megginson.com 1999-2000 Anthony K. Peden (apeden@earthlink.net) 2000,2003,2008 Alex...
asterisk-18.10.0~dfsg+~cs6.10.40431411/addons/ooh323c/src/rtctype.c
/* * Copyright (C) 1997-2005 by Objective Systems, Inc. * * This software is furnished under an open source license and may be * used and copied only in accordance with the terms of this license. * The text of the license may generally be found in the root * directory of this installation in the COPYING file. It...
utf-8
1
GPL-2-Asterisk
2003-2006 Aheeva Technology 2015-2016 Alexander Traud <pabstraud@compuserve.com> 2019 Alexei Gradinari <alex2grad@gmail.com> 2004-2006 Andy Powell 1999-2010 Anthony Minessale II <anthmct@yahoo.com> 2009 Attila Domjan <attila.domjan.hu@gmail.com> 2...
pcsxr-1.9.94/gui/MemcardDlg.c
/* Pcsx - Pc Psx Emulator * Copyright (C) 1999-2002 Pcsx 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 2 of the License, or * (at your option) any later vers...
utf-8
1
GPL-2+
2008-2010, Wei Mingzhi 2005-2007, Ryan Schultz 2005-2007, Andrew Burton 2007, Stephen Chao 2007, Stefan Sikora 1999-2003, Pcsx Team 1998, Vision Thing
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/third_party/leveldatabase/src/db/memtable.h
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_DB_MEMTABLE_H_ #define STORAGE_LEVELDB_DB_MEMTABLE_H_ #include <string> #incl...
utf-8
1
LGPL-3 or GPL-2
2006-2021 The Chromium Authors 2016-2021 The Qt Company Ltd.
cc65-2.19/test/bdiff.c
// minimal tool to compare two binaries #include <stdlib.h> #include <stdio.h> int main(int argc, char *argv[]) { FILE *f1, *f2; if (argc < 3) { return EXIT_FAILURE; } f1 = fopen(argv[1], "rb"); f2 = fopen(argv[2], "rb"); if ((f1 == NULL) || (f2 == NULL)) { return EXIT_FAILURE...
utf-8
1
BSD-3-zlib
2004- Oliver Schmidt <ol.sc@web.de>, 1999-2015 Ullrich von Bassewitz <uz@cc65.org>, 1989 John R. Dunning <jrd@jrd.org>
ergo-3.8/source/integrals/integrals_2el_K_kernel.h
/* Ergo, version 3.8, a program for linear scaling electronic structure * calculations. * Copyright (C) 2019 Elias Rudberg, Emanuel H. Rubensson, Pawel Salek, * and Anastasia Kruchinina. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
utf-8
1
GPL-3
2012-2018 Elias Rudberg, Emanuel H. Rubensson, and Pawel Salek
r-cran-data.table-1.14.2+dfsg/src/uniqlist.c
#include "data.table.h" // DONE: return 'uniqlist' as a vector (same as duplist) and write a separate function to get group sizes // Also improvements for numeric type with a hack of checking unsigned int (to overcome NA/NaN/Inf/-Inf comparisons) (> 2x speed-up) SEXP uniqlist(SEXP l, SEXP order) { // This works like...
utf-8
1
GPL-2+
2013-2016 Matt Dowle <mdowle@mdowle.plus.com>, T Short, S Lianoglou, A Srinivasan with contributions from R Saporta, E Antonyan
arpack++-2.3/examples/matrices/nonsym/dnmatrxd.h
/* ARPACK++ v1.2 2/20/2000 c++ interface to ARPACK code. MODULE DNMatrxD.h Function template for the block tridiagonal matrix A, whose diagonal blocks are tridiagonal with 4 on the diagonal, -1-rho*h/2 on the subdiagonal and -1+rho*h/2 on the superdiagonal. Each off-diagonal block of A is an id...
utf-8
1
public-domain
2003 Christophe Prud'homme (prudhomm@debian.org)
dovecot-2.3.18+dfsg1/src/lib/wildcard-match.c
/* * This code would not have been possible without the prior work and * suggestions of various sourced. Special thanks to Robey for * all his time/help tracking down bugs and his ever-helpful advice. * * 04/09: Fixed the "*\*" against "*a" bug (caused an endless loop) * * Chris Fuller (aka Fred1@IRC & Fwit...
utf-8
1
LGPL-2.1
(c) 2001-2021 Dovecot authors
hplip-3.21.12+dfsg0/.pc/0006-Blank-ink-only-patch-by-Richard-Spencer-Smith.patch/prnt/hpijs/dj690_maps.cpp
/*****************************************************************************\ dj690_maps.cpp : Color maps for DJ6xxPhoto Copyright (c) 1996 - 2015, HP Co. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditi...
utf-8
1
unknown
unknown
codelite-14.0+dfsg/CodeLite/FlexLexer.h
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : FlexLexer.h // ...
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
firefox-97.0/dom/storage/SessionStorageObserver.h
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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...
utf-8
1
unknown
unknown
fwbuilder-5.3.7/src/pflib/CompilerDriver_ipfw.h
/* Firewall Builder Copyright (C) 2009 NetCitadel, LLC Author: Vadim Kurland vadim@vk.crocodile.org $Id$ This program is free software which we release under the GNU General Public License. You may redistribute and/or modify this program under the terms of...
utf-8
1
unknown
unknown
gnuradio-3.10.1.1/gr-blocks/lib/file_source_impl.cc
/* -*- c++ -*- */ /* * Copyright 2012, 2018 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "file_source_impl.h" #include <gnuradio/io_signature.h> #include <gnuradio/thread/thread.h> #...
utf-8
1
unknown
unknown
opa-ff-10.10.3.0.11/IbaTools/opasw/opaswcommon/opaswpassword.c
/* BEGIN_ICS_COPYRIGHT7 **************************************** Copyright (c) 2015-2017, Intel Corporation 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 copyrig...
utf-8
1
BSD-3-clause-top
2015-2020, Intel Corporation
trilinos-12.18.1/packages/kokkos-kernels/src/batched/KokkosBatched_HessenbergQR_WithShift_Serial_Internal.hpp
#ifndef __KOKKOSBATCHED_HESSENBERG_QR_WITH_SHIFT_SERIAL_INTERNAL_HPP__ #define __KOKKOSBATCHED_HESSENBERG_QR_WITH_SHIFT_SERIAL_INTERNAL_HPP__ /// \author Kyungjoo Kim (kyukim@sandia.gov) #include "KokkosBatched_Util.hpp" #include "KokkosBatched_Givens_Serial_Internal.hpp" #include "KokkosBatched_ApplyGivens_Serial_I...
utf-8
1
BSD-3-Clause
2001-2015 Sandia Corporation <maherou@sandia.gov> 2001-2004 Steve Mertz <steve@dragon-ware.com>
x264-0.160.3011+gitcde9a93/input/avs.c
/***************************************************************************** * avs.c: avisynth input ***************************************************************************** * Copyright (C) 2009-2020 x264 project * * Authors: Steven Walters <kemuri9@gmail.com> * Anton Mitrofanov <BugMaster@narod.r...
utf-8
1
GPL-2+
2003-2020 x264 project
pyatspi-2.38.2/tests/dummyatk/useful_functions.c
/* * Copyright 2008 Codethink Ltd. * * 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 Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is...
utf-8
1
LGPL-2
Copyright 2008 Codethink Ltd Copyright 2005, 2007 IBM Corporation Copyright 2010-2011 Novell, inc. Copyright 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. Copyright 2013 SUSE LLC.
berkeley-abc-1.01+20211229git48498af+dfsg/src/sat/cnf/cnfData.c
/**CFile**************************************************************** FileName [cnfData.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [AIG-to-CNF conversion.] Synopsis [] Author [Alan Mishchenko] Affiliation [UC Berkeley] Date [Ver. 1.0. Started -...
utf-8
1
University-of-California-Berkeley
The Regents of the University of California
ns3-3.35+dfsg/ns-3.35/src/network/helper/node-container.h
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 INRIA * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This program is distributed...
utf-8
1
unknown
unknown
zchunk-1.1.16+ds1/debian/tests/chunk.c
#include <err.h> #include <fcntl.h> #include <stdio.h> #include <unistd.h> #include <zck.h> struct chunk_stuff { zckChunk *chunk; size_t size; }; static struct chunk_stuff get_second_chunk(struct zckCtx * const zck, const size_t chunk_count) { zckChunk *chunk = zck_get_first_chunk(zck); if (chunk == NULL) errx...
utf-8
1
BSD-2-clause
2018 - 2021 Jonathan Dieter <jdieter@gmail.com>
phototonic-2.1/ThumbsViewer.cpp
/* * Copyright (C) 2013-2014 Ofer Kashayov <oferkv@live.com> * This file is part of Phototonic Image Viewer. * * Phototonic 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+
2013-2014 Ofer Kashayov <oferkv@live.com>
relacy-0.0+git20191025.acc09bb/test/memory.hpp
#pragma once #include "../relacy/relacy_std.hpp" struct test_memory_allocation : rl::test_suite<test_memory_allocation, 2> { void thread(unsigned /*index*/) { VAR_T(int)* p1 = new VAR_T(int) (5), i1 = 5, * p11 = new VAR_T(int) (6); VAR(p1[0]) = 1; delete p1, delete p11; VAR_T...
utf-8
1
BSD-3-Clause
2008-2013 Dmitry S. Vyukov
libavif-0.9.3/tests/aviftest.c
// Copyright 2020 Joe Drago. All rights reserved. // SPDX-License-Identifier: BSD-2-Clause // #define WIN32_MEMORY_LEAK_DETECTION #ifdef WIN32_MEMORY_LEAK_DETECTION #define _CRTDBG_MAP_ALLOC #include <crtdbg.h> #endif #include "avif/avif.h" #include "testcase.h" #include <inttypes.h> #include <stdio.h> #include <st...
utf-8
1
BSD-2-Clause
2019-2020 Joe Drago <joedrago@gmail.com>
kmailtransport-21.08.1/src/kmailtransportakonadi/filteractionjob.cpp
/* SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com> SPDX-License-Identifier: LGPL-2.0-or-later */ #include "filteractionjob_p.h" #include <collection.h> #include <itemfetchjob.h> #include <itemfetchscope.h> #include "mailtransportakonadi_debug.h" using namespace Akonadi; class Q_DECL_HIDDEN...
utf-8
1
LGPL-2+
2009, Constantin Berzan <exit3219@gmail.com> 2017, Daniel Vrátil <dvratil@kde.org> 2007, David Faure <faure@kde.org> 2010, Klarälvdalens Datakonsult AB 2006-2007, KovoKs <info@kovoks.nl> 2007, KovoKs <kovoks@kovoks.nl> 2006-2018, Laurent Montel <montel@k...