text
stringlengths
4
6.14k
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-...
#include <ulib.h> #include <stdio.h> #include <dir.h> #define printf(...) fprintf(1, __VA_ARGS__) void usage(void) { printf("usage: unlink dir [...]\n"); } int main(int argc, char **argv) { if (argc == 1) { usage(); return -1; } else { int i, ret; f...
// // Copyright (C) 2007, 2009 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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, or (at you...
#pragma once /* * Copyright (C) 2005-2014 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later ver...
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Copyright (C) 2008 Sun Microsystems, 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...
/* * Copyright (C) 2012 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: * * Redistributions of source code must retain the above copyright * notice, this list of conditions ...
/* Copyright (C) 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gmail.com>, 2011. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the ...
/* 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 ...
/* * * This source code is part of * * G R O M A C S * * GROningen MAchine for Chemical Simulations * * VERSION 3.2.0 * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others. * Copyright (c) 1991-2000, University of G...
// Avisynth C Interface Version 0.20 // Copyright 2003 Kevin Atkinson // 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 versio...
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include <linux/fiemap.h> #include "time-util.h" typedef struct SleepConfig { bool allow_suspend; /* AllowSuspend */ bool allow_hibernate; /* AllowHibernation */ bool allow_s2h; /* AllowSuspendThenHibernate */ ...
/* * (C) Copyright 2012 * Emcraft Systems, <www.emcraft.com> * Alexander Potashev <aspotashev@emcraft.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License a...
/* Conversion from and to EBCDIC-ES-A. Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera...
/* * Copyright (C) 2007-2015 Team Kodi * http://kodi.tv * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * T...
/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your o...
/* packet-lte-rrc-template.h * Copyright 2009, Anders Broman <anders.broman@ericsson.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_LTE_RRC_H #define PACKET_LTE_RRC_H extern va...
/* packet-paltalk.c * Routines for Paltalk dissection * Copyright 2005, Tim Hentenaar < tim at hentenaar dot com > * Copyright 2008, Mohammad Ebrahim Mohammadi Panah < mebrahim at gmail dot com > * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * *...
// op_codes.h, 159 7 // // operation codes for OS services, e.g., FileSys // here are codes covering more than what we need // // op code is put into msg.nums[0] to send // recipient checks, so to know what to do #ifndef _OP_CODES_H_ #define _OP_CODES_H_ // -------------------- General Code ---------------------- #de...
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
/* Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the ho...
/* * (C) Copyright 2010-2012 * NVIDIA Corporation <www.nvidia.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __TEGRA_COMMON_POST_H #define __TEGRA_COMMON_POST_H #ifndef CONFIG_SPL_BUILD #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ func(MMC, mmc, 0) \ func(USB, usb, 0) \ func(PXE, pxe, na) \...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of ...
/** \file vp_api_lib_cfg.h * vp_api_lib_cfg.h * * This file contains the default options for various libraries. In general * the default options are same as top level API default options. However * VP-API provides a mechanism to define default options that is different * compared to top level default options. Thi...
/* Support routines for the intrinsic power (**) operator. Copyright (C) 2004-2021 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of the GNU Gen...
/* Copyright 2019 MechMerlin <mechmerlin@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This pr...
/* This testcase is part of GDB, the GNU debugger. Copyright 2008-2020 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 ...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtQuick module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commer...
// Copyright (C) 2013 Patryk Nadrowski // Heavily based on the OpenGL driver implemented by Nikolaus Gebhardt // OpenGL ES driver implemented by Christian Stehno and first OpenGL ES 2.0 // driver implemented by Amundis. // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see c...
/*==LICENSE==* CyanWorlds.com Engine - MMOG client, server and tools Copyright (C) 2011 Cyan Worlds, 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 (at you...
/* Ring definitions. */ #define qr(a_type) \ struct { \ a_type *qre_next; \ a_type *qre_prev; \ } /* Ring functions. */ #define qr_new(a_qr, a_field) do { \ (a_qr)->a_field.qre_next = (a_qr); \ (a_qr)->a_field.qre_prev = (a_qr); \ } while (0) #define qr_next(a_qr, a_f...
/* Lowercase mapping for UTF-16 strings (locale dependent). Copyright (C) 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2009. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published ...
/* * Copyright 2011-2019 Arx Libertatis Team (see the AUTHORS file) * * This file is part of Arx Libertatis. * * Arx Libertatis 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...
/**CFile**************************************************************** FileName [resStrash.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Resynthesis package.] Synopsis [Structural hashing of the nodes in the window.] Author [Alan Mishchenko] Affiliation [UC...
#ifndef IJENGINE_MOUSE_EVENT_H #define IJENGINE_MOUSE_EVENT_H #include "event.h" #define MOUSE_EVENT_ID 0x03 #define BUTTONS_COUNT 3 #include <sstream> using std::ostringstream; namespace ijengine { class MouseEvent : public Event { public: typedef enum {PRESSED, RELEASED, MOTION} State; ...
/* * Copyright (c) 2011 Matthew Arsenault * * This file is part of Milkway@Home. * * Milkway@Home is free software: you may copy, redistribute 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 * ...
/*========================================================================= Program: ITK-SNAP Module: $RCSfile: ColorLabel.h,v $ Language: C++ Date: $Date: 2008/11/17 19:38:23 $ Version: $Revision: 1.3 $ Copyright (c) 2007 Paul A. Yushkevich This file is part of ITK-SNAP ITK-SNAP is f...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtQuick module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licens...
/* s390.h -- Header file for S390 opcode table Copyright (C) 2000-2021 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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 t...
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2018-2020 Authors of Cilium */ #ifndef SOCK_OPS_MAP #define SOCK_OPS_MAP cilium_sock_ops #endif #define SOCKOPS_MAP_SIZE 65535 #ifndef CALLS_MAP #define CALLS_MAP test_cilium_calls #endif
// Copyright (c) 2013 Intel Corporation. All rights reserved. // Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef XWALK_EXTENSIONS_XWALK_EXTENSION_INSTANCE_H_ #define XWALK_EXTENSIONS_XW...
/* * Copyright (c) 2020 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <kernel.h> #include <ksched.h> #include <wait_q.h> #include <init.h> #include <linker/linker-defs.h> void k_heap_init(struct k_heap *h, void *mem, size_t bytes) { z_waitq_init(&h->wait_q); sys_heap_init(&h->heap, mem, ...
#include <stdlib.h> #include <stdio.h> #include "uv.h" #include "connection_dispatcher.h" #include "connection_consumer.h" static struct sockaddr_in listen_addr; void ipc_close_cb(uv_handle_t* handle) { struct ipc_peer_ctx* ctx; ctx = container_of(handle, struct ipc_peer_ctx, peer_handle); free(ctx); } v...
#ifndef _osimActuators_h_ #define _osimActuators_h_ /* -------------------------------------------------------------------------- * * OpenSim: osimActuators.h * * -------------------------------------------------------------------------- * * The OpenSim API is a tool...
// Bug #260 - int is not aliased with volatile int // RESULT: yes, it flows through. int VERDICT_SAFE; int CURRENTLY_UNSAFE; int main() { int volatile a = 4; int * const p = &a; p = &a; a = a - 4; if (*p != 0){ ERROR: goto ERROR; } return 0; }
// // Created by Bruno Wernimont on 2012 // Copyright 2012 BaseKit // // 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 require...
// 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. #ifndef MOJO_PUBLIC_CPP_SYSTEM_WATCHER_H_ #define MOJO_PUBLIC_CPP_SYSTEM_WATCHER_H_ #include <memory> #include "base/callback.h" #include "base/macros.h...
/* * Copyright (C) 2007, 2008, 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this lis...
/*=================================================================== BlueBerry Platform Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...
#ifndef AUDIO_DIRECT_H #define AUDIO_DIRECT_H /****************** Include Files ********************/ #include "xil_types.h" #include "xstatus.h" #define AUDIO_DIRECT_S_AXI_SLV_REG0_OFFSET 0 #define AUDIO_DIRECT_S_AXI_SLV_REG1_OFFSET 4 #define AUDIO_DIRECT_S_AXI_SLV_REG2_OFFSET 8 #define AUDIO_DIRECT_S_AXI_SLV_REG3...
// 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. #ifndef CHROMEOS_NETWORK_PORTAL_DETECTOR_NETWORK_PORTAL_DETECTOR_STRATEGY_H_ #define CHROMEOS_NETWORK_PORTAL_DETECTOR_NETWORK_PORTAL_DETECTOR_STRATEGY_H_ ...
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" FLA_Error REF_Ttmm( FLA_...
/*- * Copyright (c) 2010-2012 Semihalf. * 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 cond...
// Copyright (c) 2012 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 NET_BASE_UPLOAD_DATA_STREAM_H_ #define NET_BASE_UPLOAD_DATA_STREAM_H_ #include <stdint.h> #include <memory> #include <vector> #include "bas...
/* This file is part of the Pangolin Project. * http://github.com/stevenlovegrove/Pangolin * * Copyright (c) 2011 Steven Lovegrove * * 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 wit...
#include "FLA_f2c.h" void d_cnjg(doublecomplex *dest, doublecomplex *src) { dest->r = src->r ; dest->i = -(src->i); }
// lat/arctic-weight.h // Copyright 2012 Johns Hopkins University (Author: Guoguo Chen) // See ../../COPYING for clarification regarding multiple authors // // 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 ...
// // LERequest_A03010201.h // LoveEye // // Created by Flynn on 15/8/4. // Copyright (c) 2015年 Fly. All rights reserved. // #import <Foundation/Foundation.h> @interface LERequest_A03010201 : NSObject typedef void (^LEBlock_A03010201)(NSArray *wikiListArr, NSError *error); @property(nonatomic, copy) LEBlock_A0...
/*************************************************************************/ /* texture_rect.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt SVG module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees...
/* * VirtioBus * * Copyright (C) 2012 : GreenSocs Ltd * http://www.greensocs.com/ , email: info@greensocs.com * * Developed by : * Frederic Konrad <fred.konrad@greensocs.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licen...
/*****************************************************************************/ /* */ /* Copyright (c) 1990-2008 Morgan Stanley All rights reserved.*/ /* See .../src/LICENSE for terms of distribution. */ /* ...
/* * Ftrace trace backend * * Copyright (C) 2013 Hitachi, Ltd. * Created by Eiichi Tsukata <eiichi.tsukata.xh@hitachi.com> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * */ #include "qemu/osdep.h" #include "trace.h" #include "trace/co...
/** * * $Id: BubbleButton.h,v 1.2 2003/12/25 06:55:07 tksoh Exp $ * * Copyright (C) 1996 Free Software Foundation, Inc. * Copyright © 1999-2001 by the LessTif developers. * * This file is part of the GNU LessTif Extension Library. * * This library is free software; you can redistribute it and/or * modify it u...
// Copyright (C) 2004 David Griffiths <dave@pawfal.org> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // Thi...
/* * ints.c -- 680x0 Linux general interrupt handling code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. * * 07/03/96: Timer initialization, and thus mach_sched_init(), * removed...
/** * \file * <!-- * This file is part of BeRTOS. * * Bertos is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program...
/* * Yongle Lai @ Rockchip */ #ifndef _WIFI_VERSION_H_ #define _WIFI_VERSION_H_ /* * Broadcom BCM4319 driver version. */ #define RTL8723BU_DRV_VERSION "4.39.WFD" #endif /* WIFI_VERSION_H */
/******************************************************************************* OpenAirInterface Copyright(c) 1999 - 2014 Eurecom OpenAirInterface is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundati...
// // Copyright (c) 2002-2012 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. // #ifndef COMPILER_OUTPUTHLSL_H_ #define COMPILER_OUTPUTHLSL_H_ #include <list> #include <set> #include "compiler/intermediate.h" #inc...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #ifndef __IMALSE_H__ #define __IMALSE_H__ #include <stdint.h> // #include "src/network/buffer.h" #include "ns3/header.h" #include "ns3/buffer.h" namespace ns3 { /* ... */ class ImalseHeader : public Header { public: void SetData (std::str...
/***************************************************************************** * FullFAT - High Performance, Thread-Safe Embedded FAT File-System * * Copyright (C) 2009 James Walmsley (james@worm.me.uk) * * * * ...
/* * Copyright (c) 2011-2012 Yaroslav Stavnichiy <yarosla@gmail.com> * * This file is part of NXWEB. * * NXWEB is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation, either version 3 * of the License...
//===--- CodeCompletionHandler.h - Preprocessor code completion -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
#ifndef INC_EXEC_READDATA_H #define INC_EXEC_READDATA_H #include "Exec.h" class Exec_ReadData : public Exec { public: Exec_ReadData() : Exec(GENERAL) {} void Help() const; DispatchObject* Alloc() const { return (DispatchObject*)new Exec_ReadData(); } RetType Execute(CpptrajState&, ArgList&); }; #endif...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-c10.asn" * `asn1c -S /usr/local/share/asn1c -fcompound-names -fskeletons-copy -gen-PER` */ #ifndef _ReestablishmentCause_H_ #define _ReestablishmentCause_H_ #include <asn_application.h> /* ...
/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2010 Red Hat, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Lic...
/****************************************************************/ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* All contents are licensed under LGPL V2.1 */ /* See LICENSE for full restrictions ...
/* * Copyright (c) 2010 Wind River Systems; see * guts/COPYRIGHT for information. * * static struct group * * wrap_getgrent(void) { * struct group * rc = NULL; */ static struct group grp; static char grbuf[PSEUDO_PWD_MAX]; int r_rc; r_rc = wrap_getgrent_r(&grp, grbuf, PSEUDO_PWD_MAX, &rc); /* different er...
//===--- Util.h - Common Driver Utilities -----------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/* * sesadmin.c - an sesman administration tool * (c) 2008 Simone Fedele * */ #include "arch.h" #include "tcp.h" #include "libscp.h" #include "parse.h" #include "log.h" #include "libscp.h" #include <stdio.h> #include <unistd.h> char user[257]; char pass[257]; char cmnd[257]; char serv[257]; char port[257]; stru...
// Copyright (c) 2012 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_RENDERER_DOM_AUTOMATION_CONTROLLER_H_ #define CONTENT_RENDERER_DOM_AUTOMATION_CONTROLLER_H_ #include <stdint.h> #include "base/macro...
#define DLONG #include <../Partition/cholmod_nesdis.c>
// 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 ASH_SERVICES_SECURE_CHANNEL_PUBLIC_CPP_CLIENT_FAKE_CLIENT_CHANNEL_OBSERVER_H_ #define ASH_SERVICES_SECURE_CHANNEL_PUBLIC_CPP_CLIENT_FAKE_CLIENT_CH...
// // Copyright (C) 2020-2021 Brian P Kelley, Joann Prescott-Roy and other RDKit // contributors // // @@ All Rights Reserved @@ // This file is part of the RDKit. // The contents are covered by the terms of the BSD license // which is included in the file license.txt, found at the root // of the RDKit source t...
//===- subzero/src/IceBuildDefs.h - Translator build defines ----*- C++ -*-===// // // The Subzero Code Generator // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------...
/* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides constants for the MVEBU ICU driver. */ #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H /* interrupt specifier cell 0 */ #define ICU_GRP_NSR 0x0 #define ICU_GRP_SR 0x1 #define ICU_GRP_SEI ...
/*************************************************************************/ /* canvas_layer.h */ /*************************************************************************/ /* This file is part of: */ /* ...
// // $Id$ // // QKQueryStringAdditions.h // QueryKit // // Created by Stuart Connolly (stuconnolly.com) on July 12, 2012 // Copyright (c) 2012 Stuart Connolly. All rights reserved. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation...
/* Simple DirectMedia Layer Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
/*! @header FrontiaACL.h @abstract Frontia权限控制类。 @version 1.00 2013/08/05 Creation @copyright (c) 2013 baidu. All rights reserved. */ #import <Foundation/Foundation.h> @class FrontiaAccount; @interface FrontiaACL : NSObject //@property (nonatomic, assign) int publicAccess; /*! @method initWithDictionary @ab...
/* $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....
/* Copyright (c) 2011, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope th...
/**************************************************************************************** * Copyright (c) 2008 Seb Ruiz <ruiz@kde.org> * * Copyright (c) 2008 Leo Franchi <lfranchi@kde.org> * * ...
/* SPDX-License-Identifier: GPL-2.0 */ #include <stdio.h> #include <linux/netlink.h> #include <linux/wwan.h> #include "utils.h" #include "ip_common.h" static void print_explain(FILE *f) { fprintf(f, "Usage: ... wwan linkid LINKID\n" "\n" "Where: LINKID := 0-4294967295\n" ); } static void explain(void) { pr...
//# LELLattCoordBase.h: The base letter class for lattice coordinates in LEL //# Copyright (C) 1998,1999,2000,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 publis...
/* Zebra mlag header. * Copyright (C) 2018 Cumulus Networks, Inc. * Donald Sharp * * This file is part of FRR. * * FRR 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 ...
/* ** Copyright (C) 2014-2015 Cisco and/or its affiliates. All rights reserved. ** Copyright (C) 2005-2013 Sourcefire, Inc. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License Version 2 as ** published by the Free Software Foundation. You m...
/* * Copyright (c) 2003 Lubos Lunak <l.lunak@kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
/* ********************************************************************************************************* * uC/GUI V3.98 * Universal graphic software for embedded applications * * (c) Copyright 2002, Micrium Inc., Weston, F...
/* * Copyright (C) 2014 Gautier Hattenberger <gautier.hattenberger@enac.fr> * * This file is part of paparazzi. * * paparazzi 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 you...