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 |
|---|---|---|---|---|---|
libhtml-parser-perl-3.76/tokenpos.h | struct token_pos
{
char *beg;
char *end;
};
typedef struct token_pos token_pos_t;
#define dTOKENS(init_lim) \
token_pos_t token_buf[init_lim]; \
int token_lim = init_lim; \
token_pos_t *tokens = token_buf; \
int num_tokens = 0
#define PUSH_TOKEN(p_beg, p_end) \
STMT_START { \
++num_token... | utf-8 | 1 | Artistic or GPL-1+ | 1995-2016, Gisle Aas <gaas@cpan.org>
1999-2000, Michael A. Chase |
kig-21.08.0/objects/other_type.cc | // SPDX-FileCopyrightText: 2003 Dominique Devriese <devriese@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "other_type.h"
#include "bogus_imp.h"
#include "point_imp.h"
#include "locus_imp.h"
#include "../misc/common.h"
#include "../misc/calcpaths.h"
#include "../misc/goniometry.h"
#include "../kig/... | utf-8 | 1 | GPL-2+ | 2002, Anders Lund <anders@alweb.dk>
2012-2015, David E. Narvaez <david.narvaez@computer.org>
2012, David E. Narvaez <david@piensalibre.net>
2002-2004, Dominique Devriese <devriese@kde.org>
1999-2003, Ilya Baran <ibaran@mit.edu>
2000, Marc Bartsch
2002-20... |
mariadb-10.6-10.6.5/storage/columnstore/columnstore/versioning/BRM/oidserver.cpp | /* Copyright (C) 2014 InfiniDB, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2 of
the License.
This program is distributed in the hope that it will be useful,
but W... | utf-8 | 1 | GPL-2 |
2000-2016, Oracle and/or its affiliates. All rights reserved.
2008-2013 Monty Program AB
2008-2014 SkySQL Ab
2013-2016 MariaDB Corporation
2012-2016 MariaDB Foundation |
r-base-4.1.2/src/main/radixsort.c | /*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 2016 The R Core Team
*
* Based on code donated from the data.table package
* (C) 2006-2015 Matt Dowle and Arun Srinivasan.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G... | utf-8 | 1 | unknown | unknown |
casacore-3.4.0/tables/DataMan/ForwardCol.h | //# ForwardCol.h: Virtual Column Engine to forward to other columns
//# Copyright (C) 1995,1996,1997,2001
//# Associated Universities, Inc. Washington DC, USA.
//#
//# 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
//... | utf-8 | 1 | LGPL-2+ | 1992-2015 Associated Universities, Inc. Washington DC, USA.
2010 ESO (in the framework of the ALMA collaboration)
1988 Free Software Foundation
1985-2012 Distributed Systems Software (Barry Brachman)
2015 National Astronomical Observatory of Japan |
ncview-2.1.8+ds/src/stringlist.h |
#ifndef SEEN_STRINGLIST_H
#define SEEN_STRINGLIST_H
/*-------------------------------------------
* How long the string in a stringlist can be
*-------------------------------------------*/
#define STRINGLIST_MAX_LEN 1000
/*-------------------------------------------------------------------
* When writing to a fi... | utf-8 | 1 | GPL-3 | 1993-2015, David W. Pierce <dpierce@ucsd.edu> |
codeblocks-20.03/src/sdk/mozilla_chardet/src/nsSBCharSetProber.cpp | /* -*- 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 <stdio.h>
#include "nsSBChar... | utf-8 | 1 | GPL-3+ | 2004-2020, Code::Blocks Team <http://codeblocks.org>
2007, JGM <jgmdev@gmail.com>
2010, Gary Harris
2005, Nicolas GOUTTE <goutte@kde.org>
2006-2009, Bartlomiej Swiecki
2008, Jens Lody
2014, Damien Moore <damienlmoore@gmail.com>
2009 Daniel Ans... |
chromium-98.0.4758.102/third_party/skia/docs/examples/ImageInfo_MakeN32Premul_2.cpp | #if 0 // Disabled until updated to use current API.
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
#include "tools/fiddle/examples.h"
// HASH=b9026d7f39029756bd7cab9542c64f4e
REG_FIDDLE(ImageInfo_MakeN32Premul_2, 256, 128, false, 0) {
... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
firefox-97.0/js/src/jsapi-tests/testJitMoveEmitterCycles.cpp | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* vim: set ts=8 sts=2 et sw=2 tw=80:
*/
/* 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 |
gplcver-2.12a/tests_and_examples/examples.vpi/vdrvld1.c | /* Copyright (c) 1995-2003 Pragmatic C Software Corp. */
/*
* print out all drives and loads for wire and regs
*
* this shows the advantage of type information carrying handles - values
* can be printed without knowing much about Verilog constructs
*/
#include <stdio.h>
#include <string.h>
#include "vpi_user.h"... | utf-8 | 1 | unknown | unknown |
chromium-98.0.4758.102/third_party/tflite/src/tensorflow/core/framework/op_registration_test.cc | /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
llvm-toolchain-9-9.0.1/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | //- WebAssemblyISelDAGToDAG.cpp - A dag to dag inst selector for WebAssembly -//
//
// 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 | APACHE-2-LLVM-EXCEPTIONS | 2003-2017 University of Illinois at Urbana-Champaign. |
dovecot-2.3.18+dfsg1/src/lib-fts/test-fts-filter.c | /* Copyright (c) 2014-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "sha2.h"
#include "str.h"
#include "unichar.h"
#include "test-common.h"
#include "fts-language.h"
#include "fts-filter.h"
#include <stdio.h>
static const char *const stopword_settings[] = {"stopwords_dir", TEST_STO... | utf-8 | 1 | LGPL-2.1 | (c) 2001-2021 Dovecot authors |
qt6-quick3d-6.2.2/src/runtimerender/graphobjects/qssgrendergeometry.cpp | /****************************************************************************
**
** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Quick 3D.
**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use t... | utf-8 | 1 | GPL-3+ | 2019-2021 The Qt Company Ltd.
2008-2014 NVIDIA Corporation |
chromium-98.0.4758.102/chrome/browser/ash/child_accounts/time_limits/web_time_limit_navigation_throttle.h | // Copyright 2019 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_ASH_CHILD_ACCOUNTS_TIME_LIMITS_WEB_TIME_LIMIT_NAVIGATION_THROTTLE_H_
#define CHROME_BROWSER_ASH_CHILD_ACCOUNTS_TIME_LIMITS_WEB_TIME... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
yubikey-personalization-gui-3.1.24/lib/us-scanedit.cpp | /*
Copyright (C) 2015 Yubico AB. 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 and the follo... | utf-8 | 1 | BSD-2-clause | Copyright (C) 2011-2014 Yubico AB. |
asc-2.6.1.0/source/unittests/objectconstructiontest.cpp | /***************************************************************************
* *
* 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 Fre... | utf-8 | 1 | GPL-2+ | 1994-2013, Martin Bickel <bickel@asc-hq.org>
1994-2010, Marc Schellenberger
1994-2010, Steffen Fröhlich
1994-2010, Daniel Korbely
1996-2013, Free Software Foundation
2005, Kevin Hirschmann <hirsch@dhcppc0>
1999, Rainer Johanni <Rainer@Johanni.d... |
haruna-0.7.3/src/mpris2/mediaplayer2player.cpp | /*
* SPDX-FileCopyrightText: 2021 George Florea Bănuș <georgefb899@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include "mediaplayer2player.h"
#include "mpvobject.h"
#include <QDBusConnection>
#include <QDBusMessage>
#include <QDBusObjectPath>
MediaPlayer2Player::MediaPlayer2Player(QObject *paren... | utf-8 | 1 | WTFPL or CC-BY-4.0 or GPL-3.0+ | 2020-2021 George Florea Bănuș <georgefb899@gmail.com> |
monitoring-plugins-2.3.1/plugins/check_ntp.c | /*****************************************************************************
*
* Monitoring check_ntp plugin
*
* License: GPL
* Copyright (c) 2006 Sean Finney <seanius@seanius.net>
* Copyright (c) 2006-2008 Monitoring Plugins Development Team
*
* Description:
*
* This file contains the check_ntp plugin
*
* This ... | utf-8 | 1 | unknown | unknown |
wxpython4.0-4.0.7+dfsg/ext/wxWidgets/include/wx/gtk/bmpbuttn.h | /////////////////////////////////////////////////////////////////////////////
// Name: wx/gtk/bmpbutton.h
// Purpose:
// Author: Robert Roebling
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _... | utf-8 | 1 | wxWindows | 1998-2017, Total Control Software |
digikam-7.1.0/core/app/items/utils/itemviewutilities.h | /* ============================================================
*
* This file is a part of digiKam project
* https://www.digikam.org
*
* Date : 2009-05-04
* Description : Various operation on items
*
* Copyright (C) 2002-2020 by Gilles Caulier <caulier dot gilles at gmail dot com>
* Copyright (C) 2009-2... | utf-8 | 1 | unknown | unknown |
hfsplus-1.0.4/.pc/remove_duplicate_function_definitions.patch/libhfsp/src/volume.h | /*
* libhfs - library for reading and writing Macintosh HFS volumes
*
* Copyright (C) 2000 Klaus Halfmann <klaus.halfmann@feri.de>
* Original 1996-1998 Robert Leslie <rob@mars.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | utf-8 | 1 | GPL-2+ | 2000 Klaus Halfmann <klaus.halfmann@feri.de>
1996-1998 by Robert Leslie <rob@mars.org>
2000 from Brad Boyer <flar@pants.nu> |
uim-1.8.8/gtk2/immodule/uim-cand-win-tbl-gtk.c | /*
copyright (c) 2003-2013 uim Project https://github.com/uim/uim
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
not... | utf-8 | 1 | BSD-3-clause | 2003-2012 uim Project https://github.com/uim/uim |
simgrid-3.30+dfsg/teshsuite/s4u/is-router/is-router.cpp | /* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved. */
/* This program is free software; you can redistribute it and/or modify it
* under the terms of the license (GNU LGPL) which comes with this package. */
#include "simgrid/kernel/routing/NetPoint.hpp"
#include "simgrid/s4u/Engine.hpp"
#inc... | utf-8 | 1 | LGPL-2.1 | 2003-2022. The SimGrid team. All rights reserved. |
warzone2100-4.2.3/tools/map/pngsave.h | /*
This file is part of Warzone 2100.
Copyright (C) 1999-2004 Eidos Interactive
Copyright (C) 2005-2020 Warzone 2100 Project
Warzone 2100 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 o... | utf-8 | 1 | GPL-2+ | 1999-2004, Eidos Interactive
2005-2013, Warzone 2100 Project |
kodi-19.3+dfsg1/xbmc/filesystem/ZipManager.cpp | /*
* Copyright (C) 2005-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#include "ZipManager.h"
#include <algorithm>
#include <utility>
#include "File.h"
#include "URL.h"
#if defined(TARGET_POSIX)
#... | utf-8 | 1 | GPL-2+ |
the authors of ffmpeg and xvid
the authors of libPlatinum <http://www.plutinosoft.com/blog/category/platinum/>
1997-2009, Sam Lantinga <slouken@libsdl.org>
2000-2004, Convergence (integrated media) GmbH
2001-2009, The world wide DirectFB Open Source Community <http://directfb.org/>
2002, Albert Griscti-Sol... |
gnuradio-3.10.1.1/gr-digital/python/digital/bindings/probe_mpsk_snr_est_c_python.cc | /*
* Copyright 2020 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
/***********************************************************************************/
/* This file is automatically generated using bindtool and can be manually edited */
/* ... | utf-8 | 1 | unknown | unknown |
qtcreator-6.0.2/src/plugins/qmldesigner/designercore/filemanager/firstdefinitionfinder.cpp | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | utf-8 | 1 | GPL-3 with Qt-1.0 exception | 2008-2020 The Qt Company |
newlib-3.3.0/newlib/libc/sys/sparc64/utime2.c | /* utime() system call for sunos4 */
#ifndef __svr4__
#include <time.h>
#include <sys/time.h>
#include <utime.h>
int
utime (char *path, struct utimbuf *times)
{
if (times != NULL)
{
struct timeval timevals[2];
timevals[0].tv_sec = (long int) times->actime;
timevals[0].tv_usec = 0;
time... | utf-8 | 1 | unknown | unknown |
p4est-2.2/test/test_reorder2.c | /*
This file is part of p4est.
p4est is a C library to manage a collection (a forest) of multiple
connected adaptive quadtrees or octrees in parallel.
Copyright (C) 2010 The University of Texas System
Additional copyright (C) 2011 individual authors
Written by Carsten Burstedde, Lucas C. Wilcox, and Tobin ... | utf-8 | 1 | GPL-2.0+ |
Carsten Burstedde
Lucas C. Wilcox
Tobin Isaac
The University of Texas System |
chromium-98.0.4758.102/tools/clang/rewrite_scoped_refptr/tests/test4-expected.cc | // Copyright (c) 2013 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 "scoped_refptr.h"
struct Foo {
int dummy;
};
void ExpectsRawPtr(Foo* foo) {
Foo* temp = foo;
}
void CallExpectsRawPtrWithScopedRefptr(... | utf-8 | 1 | BSD-3-clause | The Chromium Authors. All rights reserved. |
ceph-16.2.7+ds/src/spdk/intel-ipsec-mb/LibTestApp/aes_test.c | /*****************************************************************************
Copyright (c) 2018, 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 a... | utf-8 | 1 | unknown | unknown |
libreoffice-7.3.1~rc1/include/editeng/Trie.hxx | /* -*- 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. |
webkit2gtk-2.34.5/Source/WebCore/platform/graphics/cairo/CairoUtilities.h | /*
* Copyright (C) 2010 Igalia S.L.
* Copyright (C) 2011 ProFUSION embedded systems
*
* 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
* noti... | 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... |
monitoring-plugins-2.3.1/lib/utils_cmd.h | #ifndef _UTILS_CMD_
#define _UTILS_CMD_
/*
* Header file for Monitoring Plugins utils_cmd.c
*
*
*/
/** types **/
struct output
{
char *buf; /* output buffer */
size_t buflen; /* output buffer content length */
char **line; /* array of lines (points to buf) */
size_t *lens; /* string lengths */
size... | utf-8 | 1 | unknown | unknown |
opencascade-7.5.1+dfsg1/src/Standard/Standard_ShortReal.cxx | // Copyright (c) 1998-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
... | utf-8 | 1 | LGPL-2.1 with OpenCASCADE exception | 1990-2000 by Matra Datavision
1999-2017 Open CASCADE SAS
2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS |
pytorch-1.8.1/c10/util/Unicode.cpp | #include <c10/util/Unicode.h>
namespace c10 {
#if defined(_WIN32)
std::wstring u8u16(const std::string& str) {
if (str.empty()) {
return std::wstring();
}
int size_needed = MultiByteToWideChar(
CP_UTF8, 0, str.c_str(), static_cast<int>(str.size()), NULL, 0);
TORCH_CHECK(size_needed ... | utf-8 | 1 | BSD-3-Clause | Facebook, Inc. and its affiliates.
2016- Facebook, Inc (Adam Paszke)
2014- Facebook, Inc (Soumith Chintala)
2011-2014 Idiap Research Institute (Ronan Collobert)
2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
2011-2013 NYU... |
freeradius-3.0.21+dfsg/src/modules/rlm_eap/types/rlm_eap_peap/eap_peap.h | /*
* eap_peap.h
*
* Version: $Id: 7b803f8c61069db87b80f3659f1bb4e3edec83c4 $
*
* 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 ... | utf-8 | 1 | GPL-2+ | 2000-2014, The FreeRADIUS Server Project
1997-1999, Cistron Internet Services B.V. |
octave-iso2mesh-1.9.6+ds/meshfix/src/detectIntersections.cpp | /****************************************************************************
* JMeshExt *
* *
* Consiglio Nazionale delle Ricerche *
* Istitu... | utf-8 | 1 | GPL-2+ | 2007-2020, Qianqian Fang |
mame-0.240+dfsg.1/src/devices/bus/bbc/internal/atpl.cpp | // license:BSD-3-Clause
// copyright-holders:Nigel Barnes
/**********************************************************************
ATPL Sidewise ROM/RAM Expansion board
https://www.retro-kit.co.uk/page.cfm/content/ATPL-Sidewise-Sideways-ROM-board/
ATPL Sidewise+
http://chrisacorns.computinghistory.org.... | 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... |
mkvtoolnix-65.0.0/src/common/iso15924.cpp | /*
mkvmerge -- utility for splicing together matroska files
from component media subtypes
Distributed under the GPL v2
see the file COPYING for details
or visit https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
ISO 15924 script codes
Written by Moritz Bunkus <moritz@bunkus.org>.
*/
#includ... | utf-8 | 1 | GPL-2+ | 2003-2022, Moritz Bunkus <moritz@bunkus.org> |
llvm-toolchain-13-13.0.1/llvm/lib/Target/X86/X86InstrFMA3Info.cpp | //===-- X86InstrFMA3Info.cpp - X86 FMA3 Instruction Information -----------===//
//
// 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 |
trilinos-12.18.1/packages/stk/stk_unit_tests/stk_balance/UnitTestingGeometricMethodsWithSelector.cpp | #include <stk_mesh/base/GetEntities.hpp>
#include <stk_unit_test_utils/unittestMeshUtils.hpp>
#include <stk_unit_test_utils/MeshFixture.hpp>
#include <stk_balance/balance.hpp>
#include <stk_balance/balanceUtils.hpp>
#include <stk_balance/internal/privateDeclarations.hpp>
#include <stk_balance/internal/GeometricVertic... | utf-8 | 1 | BSD-3-Clause |
2001-2015 Sandia Corporation <maherou@sandia.gov>
2001-2004 Steve Mertz <steve@dragon-ware.com> |
psi4-1.3.2+dfsg/psi4/src/psi4/cc/ccresponse/sort_lamps.cc | /*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2019 The Psi4 Developers.
*
* The copyrights for code used from other parties are included in
* the corresponding files.
*
* This file is part of Psi4.
*
* Psi4 is free software; you can redistribute it an... | utf-8 | 1 | GPL-2.0+ | 2007-2013 PSI4 Developers |
assimp-5.2.1~ds0/samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/ModelLoader.h | #ifndef MODEL_LOADER_H
#define MODEL_LOADER_H
#include <vector>
#include <d3d11_1.h>
#include <DirectXMath.h>
#include <assimp\Importer.hpp>
#include <assimp\scene.h>
#include <assimp\postprocess.h>
#include "Mesh.h"
#include "TextureLoader.h"
using namespace DirectX;
class ModelLoader
{
public:
ModelLoader();
~... | utf-8 | 1 | BSD-3-clause | 2006-2022, ASSIMP Development Team |
cmake-3.22.1/Tests/Qt4Deploy/testdeploy.cpp | #include <QCoreApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QSqlDatabase>
#include <QStringList>
int main(int argc, char** argv)
{
QCoreApplication app(argc, argv);
qDebug() << "App path:" << app.applicationDirPath();
qDebug() << "Plugin path:"
<< QLibraryInfo::location(QLibraryIn... | utf-8 | 1 | BSD-3-clause | 2000-2021 Kitware, Inc., Insight Software Consortium |
icewm-2.9.5/src/aapm.h | #ifndef AAPM_H
#define AAPM_H
#ifndef __sun__
#include "ytimer.h"
#ifdef __linux__
#define APMDEV "/proc/apm"
#else
#define APMDEV "/dev/apm"
#endif
#if __FreeBSD__ || __FreeBSD_kernel__
#define ACPIDEV "/dev/acpi"
#endif
// assume at most 3 batteries
#define MAX_ACPI_BATTERY_NUM 3
struct Battery {
mstring nam... | utf-8 | 1 | unknown | unknown |
libreoffice-7.3.1~rc1/apple_remote/source/RemoteControlContainer.h | /* -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*****************************************************************************
* RemoteControlContainer.h
* RemoteControlWrapper
*
* Created by Martin Kahr on 11.03.06 under a MIT-style license.
* Copyright (c) 2006 martinkahr.com. Al... | utf-8 | 1 | MPL-2.0 | Copyright 2000, 2010 Oracle and/or its affiliates.
Copyright (c) 2000, 2010 LibreOffice contributors and/or their affiliates. |
dspdfviewer-1.15.1/pdfviewerwindow.cpp | /*
dspdfviewer - Dual Screen PDF Viewer for LaTeX-Beamer
Copyright (C) 2012 Danny Edel <mail@danny-edel.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of th... | utf-8 | 1 | GPL-2+ | 2012 Danny Edel <mail@danny-edel.de> |
acedb-4.9.39+dfsg.02/wacext/kscount.c | #include "../wac/ac.h"
int main (int argc, char *argv[])
{
char *err = 0 ;
char *target = "a:annie:2000101" ;
AC_DB db = 0 ;
AC_ITER iter ;
AC_OBJ k ;
AC_KEYSET ks ;
if (argc > 1)
target = argv[1] ;
db = ac_open (target , &err) ;
if (err)
printf ("Error message %s", err) ;
if (!db)
mes... | utf-8 | 1 | GPL-2+ |
(C) 1991-1999 Sanger Centre, UK
Jean Thierry-Mieg <mieg@mrc-lmb.cam.ac.uk>
Richard Durbin <Durbin@sanger.ac.uk>
Simon Kelley <srk@sanger.ac.uk>
(C) 1997- CRBM du CNRS, France
Jean Thierry-Mieg <mieg@kaa.cnrs-mop.fr>
(C) 1997- Karolinska Institute
Erik Sonnhammer <Erik.Sonnhamme... |
android-platform-libcore-10.0.0+r36/luni/src/main/native/java_lang_invoke_MethodHandle.cpp | /*
* Copyright (C) 2016 The Android Open Source Project
*
* 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 app... | utf-8 | 1 | Apache-2.0 | 2007-2017, The Android Open Source Project
2007-2016, Google Inc. |
arm-trusted-firmware-2.6+dfsg/plat/intel/soc/agilex/include/agilex_clock_manager.h | /*
* Copyright (c) 2019, Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef CLOCKMANAGER_H
#define CLOCKMANAGER_H
#include "socfpga_handoff.h"
/* Clock Manager Registers */
#define CLKMGR_OFFSET 0xffd10000
#define CLKMGR_CTRL 0x0
#define CLKMGR_STAT 0x4
#define... | utf-8 | 1 | BSD-3-clause |
2013-2021, Arm Limited and Contributors. |
llvm-toolchain-14-14.0.0~+rc1/compiler-rt/test/asan/TestCases/Linux/kernel-area.cpp | // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
//
// Test that kernel area is not sanitized on 32-bit machines.
//
// RUN: %clangxx_asan %s -o %t
// RUN: %env_asan_opts=verbosity=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%kernel_bits
// RUN: %env_asan_opts=verbosit... | utf-8 | 1 | unknown | unknown |
anbox-0.0~git20211020/src/anbox/utils.cpp | /*
* Copyright (C) 2016 Simon Fels <morphis@gravedo.de>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
* by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, bu... | utf-8 | 1 | GPL-3 | 2016-2018, Simon Fels <morphis@gravedo.de> |
routino-3.3.3/src/uncompress.h | /***************************************
Function prototypes for file uncompression.
Part of the Routino routing software.
******************/ /******************
This file Copyright 2012-2014 Andrew M. Bishop
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Aff... | utf-8 | 1 | AGPL-3+ | 2008-2020, Andrew M. Bishop <amb@gedanken.org.uk> |
libktorrent-21.08.0/src/peer/peerconnector.h | /***************************************************************************
* Copyright (C) 2010 by Joris Guisson *
* joris.guisson@gmail.com *
* *
* This pr... | utf-8 | 1 | unknown | unknown |
openorienteering-mapper-0.9.5/src/gui/map/map_dialog_scale.cpp | /*
* Copyright 2012, 2013 Thomas Schöps
* Copyright 2019-2020 Kai Pastor
*
* This file is part of OpenOrienteering.
*
* OpenOrienteering 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... | utf-8 | 1 | GPL-3+ | 2012-2017 Thomas Schöps
2012-2020 Kai Pastor
2012, 2013 Pete Curtis
2012, 2013 Jan Dalheimer |
opencascade-7.5.1+dfsg1/src/DrawTrSurf/DrawTrSurf_Curve2d.cxx | // Copyright (c) 1995-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
... | utf-8 | 1 | LGPL-2.1 with OpenCASCADE exception | 1990-2000 by Matra Datavision
1999-2017 Open CASCADE SAS
2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS |
aeskulap-0.2.2-beta2+git20190406.ef77f01/configuration/aconfiguration.h | /*
Aeskulap Configuration - persistent configuration interface library
Copyright (C) 2005 Alexander Pipelka
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
ver... | utf-8 | 1 | GPL-2 | 2005-2007 Alexander Pipelka <pipelka@teleweb.at>
Gianluca Ghelli |
gcc-arm-none-eabi-10.3-2021.07/gcc/testsuite/gcc.c-torture/execute/pr98853-2.c | /* PR target/98853 */
#if __SIZEOF_INT__ == 4 && __SIZEOF_LONG_LONG__ == 8
__attribute__((noipa)) unsigned long long
foo (unsigned long long x, unsigned int y)
{
return ((unsigned) x & 0xfffe0000U) | (y & 0x1ffff);
}
#endif
int
main ()
{
#if __SIZEOF_INT__ == 4 && __SIZEOF_LONG_LONG__ == 8
if (foo (0xdeadbeefcaf2... | utf-8 | 1 | unknown | unknown |
mapserver-7.6.4/mapcontext.c | /**********************************************************************
* $Id$
*
* Project: MapServer
* Purpose: OGC Web Map Context implementation
* Author: Julien-Samuel Lacroix, DM Solutions Group (lacroix@dmsolutions.ca)
*
**********************************************************************
* Copyrigh... | utf-8 | 1 | MIT | Joyent, Inc. and other Node contributors
2002, Refractions Research
2003, John Novak, Novacell Technologies
2002-2003, Julien-Samuel Lacroix, DM Solutions Group Inc
2000-2005, DM Solutions Group
2004-2005, Sean Gill... |
ceph-16.2.7+ds/src/boost/libs/thread/test/test_ml.cpp | // Copyright (C) 2010 Vicente Botet
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/config.hpp>
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
#include <boost/detail/lightweight_test.hpp>
#include <... | utf-8 | 1 | unknown | unknown |
kfreebsd-10-10.3~svn300087+ds1/sys/contrib/dev/acpica/compiler/prscan.c | /******************************************************************************
*
* Module Name: prscan - Preprocessor start-up and file scan module
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2015, Intel Corp.
* All rights reserved.
*
* Redistribu... | utf-8 | 1 | unknown | unknown |
mame-0.240+dfsg.1/src/mame/drivers/microdar.cpp | // license:BSD-3-Clause
// copyright-holders:AJR
/*************************************************************************
Skeleton driver for Compumatic dart board with LED display.
**************************************************************************
_______________________________
|__ __________________... | 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... |
imagemagick-6.9.11.60+dfsg/tests/validate.c | /*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... | utf-8 | 1 | ImageMagick | 1987-1999, E. I. du Pont de Nemours and Company
1999-2019, ImageMagick Studio LLC
1987-2019, John Cristy |
u-boot-2022.01+dfsg/drivers/pinctrl/meson/pinctrl-meson-gxl.c | // SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2016 - Beniamino Galvani <b.galvani@gmail.com>
*
* Based on code from Linux kernel:
* Copyright (C) 2016 Endless Mobile, Inc.
*/
#include <common.h>
#include <dm.h>
#include <dm/pinctrl.h>
#include <dt-bindings/gpio/meson-gxl-gpio.h>
#include "pinctrl-mes... | 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... |
condor-8.6.8~dfsg.1/src/condor_utils/natural_cmp.cpp | #include <ctype.h>
// "natural" string compare -- a replacement for strcmp(3)
// takes numeric portions into account, as specified in strverscmp(3)
int natural_cmp(const char *s1, const char *s2)
{
const char *s1_beg = s1; // s1 begin
const char *n1_beg, *n2_beg; // s1/s2 number begin
const char *n1_end, *n2_... | utf-8 | 1 | Apache-2.0 | 1990-2013, HTCondor Team, Computer Sciences Department,
University of Wisconsin-Madison, WI. |
libnest2d-4.12.0/include/libnest2d/backends/clipper/geometries.hpp | #ifndef CLIPPER_BACKEND_HPP
#define CLIPPER_BACKEND_HPP
#include <sstream>
#include <unordered_map>
#include <cassert>
#include <vector>
#include <iostream>
#include <libnest2d/geometry_traits.hpp>
#include <libnest2d/geometry_traits_nfp.hpp>
#include "clipper_polygon.hpp"
namespace libnest2d {
// Aliases for conv... | utf-8 | 1 | LGPL-3+ | Alessandro Ranellucci <alessandro@unterwelt.it> |
libreoffice-7.3.1~rc1/unoxml/source/dom/characterdata.hxx | /* -*- 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. |
pspp-1.4.1/src/data/encrypted-file.c | /* PSPP - a program for statistical analysis.
Copyright (C) 2013, 2015 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 3 of the License, or
... | utf-8 | 1 | GPL-3+ | 1997-2020 Free Software Foundation, Inc. |
mednafen-1.29.0+dfsg/src/drivers/opengl.h | #ifndef __MDFN_DRIVERS_OPENGL_H
#define __MDFN_DRIVERS_OPENGL_H
//#define GL_GLEXT_LEGACY
//#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
//#include <OpenGL/gl.h>
//#include <OpenGL/glext.h>
//#include <OpenGL/glu.h>
//#else
//#include <GL/gl.h>
//#include <GL/glext.h>
//#include <GL/glu.h>
//#endif
#include <SDL_opengl.h>
#i... | utf-8 | 1 | GPL-2+ | 2005-2021 Mednafen Team |
kfreebsd-10-10.3~svn300087+ds1/sys/sys/ttycom.h | /*-
* Copyright (c) 1982, 1986, 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived from material licensed
* to the University of California by American Telephone and Telegraph
* Co. or Unix Syst... | utf-8 | 1 | unknown | unknown |
slic3r-1.3.0+dfsg1/xs/src/admesh/normals.c | /* ADMesh -- process triangulated solid meshes
* Copyright (C) 1995, 1996 Anthony D. Martin <amartin@engr.csulb.edu>
* Copyright (C) 2013, 2014 several contributors, see AUTHORS
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as... | utf-8 | 1 | AGPL-3 | 2011-2013 Alessandro Ranellucci <alessandro@unterwelt.it> |
graphviz-2.42.2/lib/sfio/Sfio_dc/sfdctee.c | /* $Id$ $Revision$ */
/* vim:set shiftwidth=4 ts=8: */
/*************************************************************************
* Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.... | utf-8 | 1 | EPL-1.0 | Copyright (C) John Ellson <john.ellson@comcast.net>,
Copyright (C) Emden Gansner <erg@research.att.com>,
Copyright (C) Yifan Hu <yifanhu@research.att.com>,
Copyright (C) Stephen North <north@research.att.com> |
qt6-webengine-6.2.2+dfsg/src/3rdparty/chromium/components/password_manager/core/browser/ui/post_save_compromised_helper_unittest.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/password_manager/core/browser/ui/post_save_compromised_helper.h"
#include "base/strings/utf_string_conversions.h"
#include "base/tes... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
parlatype-3.0/src/pt-window.h | /* Copyright (C) Gabor Karsay 2016 <gabor.karsay@gmx.at>
*
* 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.
*
* Th... | utf-8 | 1 | GPL-3+ | 2016-2021 Gabor Karsay <gabor.karsay@gmx.at> |
spades-3.13.1+dfsg/assembler/ext/src/llvm/Atomic.cpp | //===-- Atomic.cpp - Atomic Operations --------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | utf-8 | 1 | GPL-2+ | 2011-2014 Saint-Petersburg Academic University
2015-2017 Saint Petersburg State University |
rawtherapee-5.8/rtengine/imageio.cc | /*
* This file is part of RawTherapee.
*
* Copyright (c) 2004-2010 Gabor Horvath <hgabor@rawtherapee.com>
* Copyright (c) 2010 Oliver Duis <www.oliverduis.de>
*
* RawTherapee is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | utf-8 | 1 | GPL-3+ | 2004-2011, Gabor Horvath <hgabor@rawtherapee.com> |
ntirpc-3.5/ntirpc/intrinsic.h | /*
* Copyright (c) 2012 Linux Box Corporation.
* 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 ... | utf-8 | 1 | BSD-3-Clause |
2006-2008 Alexander Chemeris
2009 Boaz Harrosh <bharrosh@panasas.com>
2005 Bull S.A
2012-2014 CEA
2000 Dug Song <dugsong@UMICH.EDU>
1996 Jason Downs
1998 John Birrell <jb@cimlogic.com.au>
2010 Lockless Inc
2010 Oracle America, Inc
1984-1993,200... |
rosegarden-21.12/src/commands/segment/CreateTempoMapFromSegmentCommand.h |
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
Copyright 2000-2021 the Rosegarden development team.
Other copyrights also apply to some parts of this work. Please
see the AUTHORS file and individ... | utf-8 | 1 | GPL-2+ | 2000-2020 The Rosegarden Development Team
2000-2007, Guillaume Laurent <glaurent@telegraph-road.org>
Chris Cannam <cannam@all-day-breakfast.com>
Richard Bown <bownie@bownie.com>
2009-2016, D. Michael McIntyre <rosegarden.trumpeter@gmail.com> |
scipy-1.7.3/scipy/_lib/boost/boost/units/base_units/temperature/conversions.hpp | // Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1... | 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... |
dymo-cups-drivers-1.4.0/src/common/tests/MOCK_PrintEnvironment.h | // -*- C++ -*-
// $Id: MOCK_PrintEnvironment.h 4759 2008-06-19 19:02:27Z vbuzuev $
// DYMO LabelWriter Drivers
// Copyright (C) 2008 Sanford L.P.
// 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 Foundat... | utf-8 | 1 | GPL-2+ | 2008, Sanford L.P. |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/ui/events/chromecast/scroller_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 <limits.h>
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/mobile_scroller.h"
namespace ui {
nam... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
gamazons-0.83/src/bstate.c | #include <goocanvas.h>
#include "amazons.h"
#include "board.h"
#include "bstate.h"
#include "support.h"
static Board_State bstate;
extern struct game_states states;
extern struct options options;
extern GtkWidget *main_window;
/*==============================================================================
* bstate... | utf-8 | 1 | GPL-2+ | Ronald Yorgason <yorgasor@cs.pdx.edu> |
flang-20190329/flang-driver/test/Driver/linux-header-search.cpp | // General tests that the header search paths detected by the driver and passed
// to CC1 are sane.
//
// Test a simulated installation of libc++ on Linux, both through sysroot and
// the installation path of Clang.
// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
// RUN: -target x86_64-unknown-li... | utf-8 | 1 | unknown | unknown |
mysql-workbench-8.0.26+dfsg/generated/grts/structs.workbench.model.h | /*
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2.0,
* as published by the Free Software Foundation.
*
* This program is also distributed with... | utf-8 | 1 | GPL-2 | 2000, 2004-2005, 2007-2021 Oracle and/or its affiliates. |
flightgear-2020.3.6+dfsg/src/FDM/AIWake/AeroElement.cxx | // AeroElement.cxx -- Mesh element for the computation of a wing wake.
//
// Written by Bertrand Coconnier, started March 2017.
//
// Copyright (C) 2017 Bertrand Coconnier - bcoconni@users.sf.net
//
// This program is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public... | 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... |
allegro4.4-4.4.3.1/addons/loadpng/savepng.c | /* loadpng, Allegro wrapper routines for libpng
* by Peter Wang (tjaden@users.sf.net).
*/
#include <png.h>
#include <allegro.h>
#include "loadpng.h"
static void user_error_fn(png_structp png_ptr, png_const_charp message)
{
jmp_buf *jmpbuf = (jmp_buf *)png_get_error_ptr(png_ptr);
(void)message;
longjmp(*... | utf-8 | 1 | Allegro-gift-ware | 1996-2011 Shawn Hargreaves and the Allegro developers. |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/components/safe_browsing/content/common/safebrowsing_constants_content.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/safe_browsing/core/common/safebrowsing_constants.h"
#include "third_party/blink/public/mojom/loader/resource_load_info.mojom-shared.... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
lammps-20210122~gita77bb+ds1/src/KSPACE/pair_buck_coul_msm.cpp | /* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://lammps.sandia.gov/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC... | utf-8 | 1 | GPL-2 | Sandia Corporation (2003)
U.S. Government
Steve Plimpton <sjplimp@sandia.gov>
Ahmed Ismail
Aidan Thompson
Alexander Stukowski
Ase Henry
Axel Kohlmeyer <akohlmey@gmail.com>
Carolyn Phillips
Christina Payne
Chua... |
libreoffice-7.3.1~rc1/sd/source/ui/app/sdpopup.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. |
restinio-0.6.13/dev/test/handle_requests/chunked_output/main.cpp | /*
restinio
*/
/*!
Tests for chunked output.
*/
#include <cstdlib>
#include <thread>
#include <catch2/catch.hpp>
#include <restinio/all.hpp>
#include <test/common/utest_logger.hpp>
#include <test/common/request_handler_pool.hpp>
#include <test/common/pub.hpp>
#if defined(__GNUG__)
#pragma GCC diagnostic ignored... | utf-8 | 1 | BSD-3-Clause | (c) 2017-2020 Stiffstream <info at stiffstream dot com>. All rights reserved. |
openmpi-4.1.2/opal/mca/btl/vader/btl_vader_knem.h | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2014-2015 Los Alamos National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#if !defined(BTL_VADER_KNEM_H)
#define BTL_VADER_KNEM_H
#if OPAL_BTL_... | utf-8 | 1 | unknown | unknown |
qtwebengine-opensource-src-5.15.8+dfsg/src/3rdparty/chromium/components/feature_engagement/internal/event_model.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 COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_MODEL_H_
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_MODEL_H_
#include <map>
#include <stri... | utf-8 | 1 | LGPL-3 or GPL-2 | 2006-2021 The Chromium Authors
2016-2021 The Qt Company Ltd. |
vast-2021.05.27/libvast/vast/min_max_synopsis.hpp | // _ _____ __________
// | | / / _ | / __/_ __/ Visibility
// | |/ / __ |_\ \ / / Across
// |___/_/ |_/___/ /_/ Space and Time
//
// SPDX-FileCopyrightText: (c) 2018 The VAST Contributors
// SPDX-License-Identifier: BSD-3-Clause
#pragma once
#include "vast/synopsis.hpp"
#include <ca... | utf-8 | 1 | BSD-3-clause | (c) 2014, Tenzir GmbH |
hfst-3.15.4/back-ends/sfst/fst.cc |
/*******************************************************************/
/* */
/* FILE fst.C */
/* MODULE fst */
/* PROGRAM SFST ... | utf-8 | 1 | GPL-3+ | 2009-2018, Department of Modern Languages, University of Helsinki
See AUTHORS for more copyrights. |
plink2-2.00~a3-211011+dfsg/plink2_ld.h | #ifndef __PLINK2_LD_H__
#define __PLINK2_LD_H__
// This file is part of PLINK 2.00, copyright (C) 2005-2021 Shaun Purcell,
// Christopher Chang.
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Founda... | utf-8 | 1 | GPL-3+ | 2005-2020 Shaun Purcell <plink@chgr.mgh.harvard.edu>, Christopher Chang |
doomsday-2.3.1+ds1/doomsday/sdk/libappfw/src/painter.cpp | /** @file painter.cpp GUI painter.
*
* @authors Copyright (c) 2017 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* @par License
* LGPL: http://www.gnu.org/licenses/lgpl.html
*
* <small>This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License ... | utf-8 | 1 | GPL-2+ | 1986, Gary S. Brown
1993-2006, id Software, Inc
1995-2000, Brian Paul
1998-2000, Colin Reed <cph@moria.org.uk>
1998-2000, Lee Killough <killough@rsn.hp.com>
1999, Activision
1999, Chi Hoang, Lee Killough, Jim Flynn, Rand Phares, Ty Halderman (PrBoom 2.2.6)
1999-2000, Jess Haas, Nicolas Kalkhof, Colin Phip... |
speech-tools-2.5.0/base_class/EST_TBuffer.cc | /************************************************************************/
/* */
/* Centre for Speech Technology Research */
/* University of Edinburgh, UK */
/* ... | utf-8 | 1 | unknown | unknown |
mplayer-1.4+ds1/gui/dialog/menu.c | /*
* This file is part of MPlayer.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* MPlayer is distributed in th... | utf-8 | 1 | GPL-2+ |
2000-2015 MPlayer Team
1995-1999 by Michael Hipp
2006 Zuxy MENG <zuxy.meng@gmail.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.