text
stringlengths
4
6.14k
/* * Character.h * * Created on: Nov 5, 2014 * Author: cristianmiranda */ #ifndef MODEL_CHARACTER_CHARACTER_H_ #define MODEL_CHARACTER_CHARACTER_H_ #include "../Actor.h" #include "../../../../DKK/src/utils/includes/Connection.h" #include "../../../../DKK/src/common/SharedConstants.h" class Character : pu...
/**************************************************************** * * Copyright 2013, Big Switch Networks, Inc. * * Licensed under the Eclipse Public License, Version 1.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * ...
//===--- CompletionInstance.h ---------------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/** * \file psa/crypto_driver_common.h * \brief Definitions for all PSA crypto drivers * * This file contains common definitions shared by all PSA crypto drivers. * Do not include it directly: instead, include the header file(s) for * the type(s) of driver that you are implementing. For example, if * you are wri...
/* Copyright 2013-present Barefoot Networks, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
#pragma once #include "../script_callback_ex.h" class CUIWindow; struct SCallbackInfo{ CScriptCallbackEx<void> m_callback; fastdelegate::FastDelegate2<CUIWindow*,void*,void> m_cpp_callback; shared_str m_controlName; s16 m_event; SCallbackInfo():m_controlName(""),m_event(-1){}; };
// // AgreementListTableViewController.h // XieshiPrivate // // Created by 明溢 李 on 14-12-26. // Copyright (c) 2014年 Lessu. All rights reserved. // #import <UIKit/UIKit.h> #import "LSPagedTableViewController.h" @interface AgreementListViewController : LSPagedTableViewController @property(nonatomic,strong) NSString ...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
#ifndef UGTEXTCODEC_H #define UGTEXTCODEC_H #include "Stream/ugdefs.h" namespace UGC { //! \brief µ±Ç°µÄ±àÂ뷽ʽ£¬ÓÉÍⲿÓû§Öƶ¨ static UGString::Charset g_charset; static UGbool g_bUseGlobal = FALSE; //! \brief ×Ö·û¼¯×ª»»Æ÷, ÄÚ²¿²ÉÓÃiconvʵÏÖ class TOOLKIT_API UGTextCodec { public: //! \brief Toolkit UGText...
// Copyright (c) 2014 ASMlover. 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 ofconditions and...
/*- * Copyright (c) 2006 Verdens Gang AS * Copyright (c) 2006-2014 Varnish Software AS * All rights reserved. * * Author: Martin Blix Grydeland <martin@varnish-software.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
#ifndef _helix_devfs_module_h #define _helix_devfs_module_h #include <base/vfs/vfs.h> #include <base/errors.h> #endif
// Copyright (c) 2006-2008 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 WEBKIT_GLUE_CONTEXT_MENU_CLIENT_IMPL_H__ #define WEBKIT_GLUE_CONTEXT_MENU_CLIENT_IMPL_H__ #include "build/build_config.h" #include "bas...
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
/*** Copyright (c), The Regents of the University of California *** *** For more information please refer to files in the COPYRIGHT directory ***/ /* ncInqId.h */ #ifndef NC_INQ_ID_H #define NC_INQ_ID_H /* This is a NETCDF API call */ #include "rods.h" #include "rcMisc.h" #include "procApiRequest.h" #in...
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__unsigned_int_max_add_54b.c Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-54b.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: max Set data to the max value for unsigned int * G...
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
/* Copyright 2021 The Chromium OS 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 "base_fw_config.h" #include "board_fw_config.h" bool board_is_convertible(void) { return 1; } bool board_has_kblight(void) { return (g...
// 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 CHROME_BROWSER_PRINTING_PRINT_SYSTEM_TASK_PROXY_H_ #define CHROME_BROWSER_PRINTING_PRINT_SYSTEM_TASK_PROXY_H_ #pragma once #include <string> ...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__wchar_t_console_printf_67b.c Label Definition File: CWE134_Uncontrolled_Format_String.label.xml Template File: sources-sinks-67b.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: console Read input f...
/* * Copyright (C) 2006, 2007, 2008, 2009 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, thi...
// // Copyright (c) 2002-2010 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. // // Display.h: Defines the egl::Display class, representing the abstract // display on which graphics are drawn. Implements EGLDisplay....
// Copyright (c) 2009 Aurelio Lucchesi // For information on usage and redistribution, and for a DISCLAIMER OF ALL // WARRANTIES, see the file "LICENSE.txt" in this distribution. // // OpMidiOut.h #ifndef _OP_MIDI_OUT_H_ #define _OP_MIDI_OUT_H_ #include "OpDEF.h" #include "Op.h" #ifdef OP_INC_OP_MIDI_OUT #include "...
/* * AliAnalysisTaskNanoBBar.h * * Created on: May 13, 2019 * Author: schmollweger */ #ifndef PWGCF_FEMTOSCOPY_FEMTODREAM_ALIANALYSISTASKNANOBBAR_H_ #define PWGCF_FEMTOSCOPY_FEMTODREAM_ALIANALYSISTASKNANOBBAR_H_ #include "AliAnalysisTaskSE.h" #include "AliFemtoDreamEventCuts.h" #include "AliFemtoDreamEvent....
// 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 CHROME_COMMON_METRICS_METRICS_LOG_MANAGER_H_ #define CHROME_COMMON_METRICS_METRICS_LOG_MANAGER_H_ #pragma once #include "base/basictypes.h" #...
// Copyright 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. #ifndef NET_QUIC_TEST_TOOLS_QUIC_SENT_PACKET_MANAGER_PEER_H_ #define NET_QUIC_TEST_TOOLS_QUIC_SENT_PACKET_MANAGER_PEER_H_ #include "net/quic/quic_protoco...
/* This is an Arduino driver for the Silicon Labs Si7020-A10 Humidiy and Temperature sensor. It utilizes the standard Arduino Wire library for I2C communications. Author: Brian Eccles */ #ifndef TEMPHUMID_H #define TEMPHUMID_H #include <Arduino.h> #include <Wire.h> #define CONFIG_BYTE 0x00 #define MEASURE_TEMP_CMD_H...
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32 // bindgen-unstable // // We can only check that this builds, but not that it actually passes, because // we have no CI on the target platform. struct JNINativeInterface_ { int (__stdcall *GetVersion)(void *env); unsigned long long __hack;...
/* (C) 2007-2009 Jean-Marc Valin, CSIRO */ /* 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 and the...
/* Copyright (c) 2009-2015, 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 */ #include "El.h" ElError ElSizeOfCBool( unsigned* boolS...
/*++ Copyright (c) 2005 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distrib...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_int_declare_loop_63b.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.label.xml Template File: sources-sink-63b.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: Set data...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE194_Unexpected_Sign_Extension__fgets_memcpy_54e.c Label Definition File: CWE194_Unexpected_Sign_Extension.label.xml Template File: sources-sink-54e.tmpl.c */ /* * @description * CWE: 194 Unexpected Sign Extension * BadSource: fgets Read data from the console u...
// 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 CHROMECAST_MEDIA_CMA_BACKEND_SYSTEM_VOLUME_CONTROL_H_ #define CHROMECAST_MEDIA_CMA_BACKEND_SYSTEM_VOLUME_CONTROL_H_ #include <memory> #include "...
/****************************************************************** * * mUPnP for C++ * * Copyright (C) Satoshi Konno 2002 * * This is licensed under BSD-style license, see file COPYING. * ******************************************************************/ #ifndef _MUPMPCC_PROPERTY_H_ #define _MUPMPCC_PROPERTY...
/* dtkVrTrackerVrpn.h --- * * Author: Julien Wintz * Copyright (C) 2008 - Julien Wintz, Inria. * Created: Thu Feb 18 20:35:23 2010 (+0100) * Version: $Id$ * Last-Updated: Thu Apr 26 17:47:35 2012 (+0200) * By: Julien Wintz * Update #: 29 */ /* Commentary: * */ /* Change log: * */ #pra...
// // SCLButton.h // SCLAlertView // // Created by Diogo Autilio on 9/26/14. // Copyright (c) 2014 AnyKey Entertainment. All rights reserved. // @import UIKit; @interface SCLButton : UIButton typedef void (^SCLActionBlock)(void); typedef BOOL (^SCLValidationBlock)(void); typedef NSDictionary* (^CompleteButtonFor...
/** * @file lpc17xx_dac.c * @brief Contains all functions support for DAC firmware library on LPC17xx * @version 2.0 * @date 21. May. 2010 * @author NXP MCU SW Application Team ************************************************************************** * Software that is described herein is for illustrative ...
// // BRSocketHelpers.h // BreadWallet // // Created by Samuel Sutch on 2/17/16. // Copyright (c) 2016 breadwallet LLC // Copyright © 2016 Litecoin Association <loshan1212@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentatio...
#include <stdlib.h> int main(int argc, char **argv) { qsort_r(0, 0, 0, 0, 0); return 0; }
/*! * @header BAKit.h * BABaseProject * * @brief BAKit * * @author 博爱 * @copyright Copyright © 2016年 博爱. All rights reserved. * @version V1.0 */ // _ooOoo_ // o8888888o // 88" . "88 // ...
#ifndef _MRampAttribute #define _MRampAttribute // //- // ========================================================================== // Copyright (C) 1995 - 2006 Autodesk, Inc., and/or its licensors. All // rights reserved. // // The coded instructions, statements, computer programs, and/or related // material (col...
/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
// // RCFileMessage.h // RongIMLib // // Created by 珏王 on 16/5/23. // Copyright © 2016年 RongCloud. All rights reserved. // #import <RongIMLib/RongIMLib.h> /*! 发送文件消息的类型名 */ #define RCFileMessageTypeIdentifier @"RC:SFMsg" @interface RCFileMessage : RCMessageContent /*! 文件的本地路径 */ @property(nonatomic, strong...
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Entities\0.18.8\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Float2.h> #include <Uno.Object.h> namespace g{namespace Fuse{namespace Entities{struct Entity;}}} namespace g{namespace Fuse{namespa...
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SIMPLE_ObJECT_DETECTOR_ABSTRACT_H__ #ifdef DLIB_SIMPLE_ObJECT_DETECTOR_ABSTRACT_H__ #include <dlib/image_processing/object_detector_abstract.h> #include <dlib/image_processing/sc...
/* Copyright (C) 2000 The PARI group. This file is part of the PARI/GP package. PARI/GP 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. It is distributed in the hope that it will be useful, but WITHOUT ANY WARR...
/* * Copyright (C) 2016 MediaTek 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WA...
/** * Copyright 2015 OneSignal * Portions Copyright 2014 StackMob * * This file includes portions from the StackMob iOS SDK and distributed under an Apache 2.0 license. * StackMob was acquired by PayPal and ceased operation on May 22, 2014. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
/* * arch/arm/include/asm/hardware/gic.h * * Copyright (C) 2002 ARM Limited, 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 as * published by the Free Software Foundation. */ #ifndef __ASM_ARM_HARDW...
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
#pragma once #include "Screen.h" class InGamePlayScreen : public Screen { public: InGamePlayScreen(); virtual ~InGamePlayScreen(); virtual void tick(); virtual void handleDirection(DirectionId, float, float); virtual bool renderGameBehind() const; virtual bool isModal() const; ...
/**************************************************************************** ** ** Copyright (C) 2006-2009 fullmetalcoder <fullmetalcoder@hotmail.fr> ** ** This file is part of the Edyuk project <http://edyuk.org> ** ** This file may be used under the terms of the GNU General Public License ** version 3 as published ...
/* Copyright (c) 2009, 2013, 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 as published by the Free Software Foundation; version 2 of the License. This program is distributed in t...
/**************************************************************************** * VCGLib o o * * Visual and Computer Graphics Library o o * * _ O _ * * Copyri...
/* Copyright (C) 1997-2001 Id Software, 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 version. This program is distributed in th...
#include <srl.h> #include "consumer_proto.h" FUNC(cons_func) { srl_mwmr_t input = GET_ARG(input); char buf[32]; srl_mwmr_read(input, buf, 32); srl_log_printf(NONE, "Consumer : %s\n\n", buf); }
/* * Copyright (c) 2004, Bull SA. All rights reserved. * Created by: Laurent.Vivier@bull.net * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. */ /* * assertion: * * aio_write() shall fail or the error status o...
#include <linux/delay.h> #include "../hdmi-cec.h" #include "rk3288_hdmi.h" #include "rk3288_hdmi_hw.h" /* static wait_queue_head_t wait;*/ static int init = 1; void rk3288_hdmi_cec_isr(struct hdmi_dev *hdmi_dev, char cec_int) { CECDBG("%s cec 0x%x\n", __func__, cec_int); if (cec_int & m_EOM) hdmi_cec_submit_work(E...
/* * BCM47XX Sonics SiliconBackplane SDRAM controller core hardware definitions. * * $Copyright Open Broadcom Corporation$ * * $Id: sbsdram.h,v 13.18 2006-03-29 02:14:24 csm Exp $ */ #ifndef _SBSDRAM_H #define _SBSDRAM_H #ifndef _LANGUAGE_ASSEMBLY /* Sonics side: SDRAM core registers */ typedef volatile struct...
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
/* Copyright (C) 2013 DeSmuME team This file 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 file is distributed in the ...
/***************************************************************************** * pce * *****************************************************************************/ /***************************************************************************** *...
/******************************************************************************* * This file is part of OpenWSN, the Open Wireless Sensor Network Platform. * * Copyright (C) 2005-2010 zhangwei(TongJi University) * * OpenWSN is a free software; you can redistribute it and/or modify it under * the terms of the GNU ...
/* * Copyright (C) 2012-2014 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence. * * A ...
/* * Copyright (C) 2003-2006 Gabest * http://www.gabest.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 version. * *...
// Copyright (C) 2009,2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free sof...
// // UIView+CustomFrame.h // RMCalendar // // Created by 迟浩东 on 15/4/30. // Copyright (c) 2015年 CHD. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (CustomFrame) @property (nonatomic, assign) CGFloat x; @property (nonatomic, assign) CGFloat y; @property (nonatomic, assign) CGFloat centerX; @p...
#include "nxlib.h" int XChangeWindowAttributes(Display * display, Window w, unsigned long valuemask, XSetWindowAttributes * attributes) { debug_printf("XChangeWindowAttributes: valuemask 0x%X\n", valuemask); if (valuemask & CWBackPixel) XSetWindowBackground(display, w, attributes->background_pixel); if (value...
/* * Copyright (c) 1996, 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
#ifndef T4KB3_OTP_H #define T4KB3_OTP_H #include "msm_sensor.h" extern uint16_t t4kb3_af_macro_value; extern uint16_t t4kb3_af_inifity_value; extern uint16_t t4kb3_af_otp_status; void t4kb3_update_otp_para(struct msm_sensor_ctrl_t *s_ctrl); #endif
/* ** my_strlowcase.c for corewar in /home/pirou_g/corewar/lib_src ** ** Made by Guillaume Pirou ** Login <pirou_g@epitech.net> ** ** Started on Sun Apr 12 17:19:05 2015 Guillaume Pirou ** Last update Sun Apr 12 17:19:05 2015 Guillaume Pirou */ #include <stdlib.h> char *my_strlowcase(char *str) { int lp; ...
/* * Copyright (c) 2007 Cyrille Berger <cberger@cberger.net> * * 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 of the License, or (at your option) any later vers...
/* * Register all the grabbing devices. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
// Debugging support implementation -*- C++ -*- // Copyright (C) 2003, 2005 // 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 ...
#ifndef COMMON_REG_H #define COMMON_REG_H #include <iostream> #include <cstdlib> #include "MarSystemManager.h" #include "Collection.h" #include "FileName.h" #define CLOSE_ENOUGH 0.0001 using namespace std; using namespace Marsyas; static MarSystemManager mng; // really useful global functions mrs_real addSource(Ma...
/* packet-osi.h * * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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 Foundatio...
/* * Copyright (c) 2003, Intel Corporation. All rights reserved. * Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. */ /* * Will not test returning EACC...
/* $Id: b1lli.h,v 1.1 2011/07/05 17:16:01 ian Exp $ * * ISDN lowlevel-module for AVM B1-card. * * Copyright 1996 by Carsten Paeth (calle@calle.in-berlin.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #ifndef ...
/* * Copyright (C) 2012 Spreadtrum Communications Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it w...
/* * * 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 may not use, modify or * distribute this program under any other version of the GNU General * Public License. * * This...
/* * * Copyright (C) 2006-2011 Anders Brander <anders@brander.dk>, * * Anders Kvist <akv@lnxbx.dk> and Klaus Post <klauspost@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; e...
/// This plugin can read image formats that casacore supports. #pragma once #include "CartaLib/IPlugin.h" #include <QObject> #include <QString> class CasaImageLoader : public QObject, public IPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID "org.cartaviewer.IPlugin") Q_INTERFACES( IPlugin) public: CasaImag...
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. * No other uses are authorized. This software is owned by Renesas Elect...
/***************************************************************************** * Copyright (c) 2014 Ted John * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * This file is part of OpenRCT2. * * OpenRCT2 is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
/* Filename : DVDWaitReady.bin Date created: Wed Jul 27 23:28:54 2011 */ #define DVDWaitReady_size 0x94 unsigned char DVDWaitReady[] = { 0x38, 0x00, 0x00, 0x00, 0x3C, 0xE0, 0x80, 0x00, 0x38, 0xE7, 0x2F, 0x20, 0x7C, 0x00, 0x38, 0xAC, 0x44, 0x00, 0x00, 0x02, 0x3C, 0xE0, 0x80, 0x00, 0x80, 0x07, 0x2F, 0x30,...
/* * Copyright (C) 2013 Canonical, Ltd. * * 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 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY...
/* Copyright (C) 2013 Erik Ogenvik 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 program is distributed in the ho...
/* * Copyright (C) 2006-2010 - Frictional Games * * This file is part of Penumbra Overture. * * Penumbra Overture 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 * (...
/* * callback routines for "user" splitting functions in causalTree */ #include <R.h> #include <Rinternals.h> /* don't include causalTree.h: it conflicts */ #ifdef ENABLE_NLS #include <libintl.h> #define _(String) dgettext ("causalTree", String) #else #define _(String) (String) #endif static int ysave; ...
/****************************************************************************** * Spine Runtimes Software License v2.5 * * Copyright (c) 2013-2016, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable, and * non-transferable license to use, install, execute, ...
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas Elec...
/* Language-specific hook definitions for C front end. Copyright (C) 1991, 1995, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GCC. GCC 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 ...
/* Read a symlink relative to an open directory. Copyright (C) 2009-2019 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...
#pragma once /* * Copyright 2010-2015 OpenXcom Developers. * * This file is part of OpenXcom. * * OpenXcom 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...
#pragma region Copyright (c) 2014-2016 OpenRCT2 Developers /***************************************************************************** * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For more information, visit h...
/* BranchTypes.h */ #ifndef __BRANCHTYPES_H #define __BRANCHTYPES_H #ifndef _7ZIP_BYTE_DEFINED #define _7ZIP_BYTE_DEFINED typedef unsigned char Byte; #endif #ifndef _7ZIP_UINT16_DEFINED #define _7ZIP_UINT16_DEFINED typedef unsigned short UInt16; #endif #ifndef _7ZIP_UINT32_DEFINED #define _7ZIP_UINT32_DEFINED #if...
/* * opencog/atomspace/ProtoAtom.h * * Copyright (C) 2015 Linas Vepstas * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License v3 as * published by the Free Software Foundation and including the exceptions * a...