repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
quentinsf/ansible | lib/ansible/plugins/strategies/__init__.py | 19479 | # (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible
#
# Ansible 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) an... | gpl-3.0 |
Esmidth/DroidPlannerMod | Android/src/org/droidplanner/core/MAVLink/MavLinkMsgHandler.java | 5724 | package org.droidplanner.core.MAVLink;
import org.droidplanner.core.helpers.coordinates.Coord2D;
import org.droidplanner.core.model.Drone;
import com.MAVLink.Messages.ApmModes;
import com.MAVLink.Messages.MAVLinkMessage;
import com.MAVLink.ardupilotmega.msg_camera_feedback;
import com.MAVLink.ardupilotmega.msg_mount_... | gpl-3.0 |
cesarsouza/screencast-capture | Sources/Native/SafeNativeMethods.cs | 11778 | // Screencast Capture, free screen recorder
// http://screencast-capture.googlecode.com
//
// Copyright © César Souza, 2012-2013
// cesarsouza at 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
//... | gpl-3.0 |
MrNuggles/HeyBoet-Telegram-Bot | temboo/Library/Google/Calendar/SearchEvents.py | 8889 | # -*- coding: utf-8 -*-
###############################################################################
#
# SearchEvents
# Allows you to search for events using a variety of search parameters.
#
# Python versions 2.6, 2.7, 3.x
#
# Copyright 2014, Temboo Inc.
#
# Licensed under the Apache License, Version 2.0 (the "Lic... | gpl-3.0 |
SoftwareEngineeringToolDemos/ICSE-2012-TraceLab | Main/external/WPFToolkit/Source/WPFToolkitVisualStudioDesign/VisualStudio/DataGridHelper.cs | 7231 | //---------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//---------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls... | gpl-3.0 |
erikriver/eduIntelligent-cynin | src/ubify.cyninv2theme/setup.py | 2910 | ###############################################################################
#cyn.in is an open source Collaborative Knowledge Management Appliance that
#enables teams to seamlessly work together on files, documents and content in
#a secure central environment.
#
#cyn.in v2 an open source appliance is distributed ... | gpl-3.0 |
rmackay9/rmackay9-ardupilot | ArduSub/Parameters.cpp | 28408 | #include "Sub.h"
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope tha... | gpl-3.0 |
mateusop/LogEvolut | src/com/cburch/draw/undo/UndoLogEvent.java | 2115 | /*******************************************************************************
* This file is part of logisim-evolution.
*
* logisim-evolution 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, ... | gpl-3.0 |
vestrada/studio-ui | static-assets/jquery/jquery-ui/ui/minified/i18n/ui.datepicker-ro.min.js | 667 | jQuery(function(a){a.datepicker.regional.ro={closeText:"Închide",prevText:"« Luna precedentă",nextText:"Luna următoare »",currentText:"Azi",monthNames:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],monthNamesShort:["Ian","Feb","Mar... | gpl-3.0 |
wiktorwandachowicz/moodle | mod/scorm/lang/en/scorm.php | 27597 | <?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle ... | gpl-3.0 |
PragmaticMates/realia | templates/misc/google-map-marker.php | 143 | <?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="marker"><div class="marker-inner">
<?php the_post_thumbnail(); ?>
</div></div>
| gpl-3.0 |
bordertechorg/wcomponents | wcomponents-core/src/main/java/com/github/bordertech/wcomponents/render/webxml/RendererFactoryImpl.java | 2391 | package com.github.bordertech.wcomponents.render.webxml;
import com.github.bordertech.wcomponents.Renderer;
import com.github.bordertech.wcomponents.RendererFactory;
import com.github.bordertech.wcomponents.WTemplate;
import com.github.bordertech.wcomponents.util.SystemException;
/**
* The layout factory for the Web... | gpl-3.0 |
scrupeus/PartKeepr | src/backend/PartKeepr/Service/AnonService.php | 76 | <?php
namespace PartKeepr\Service;
class AnonService extends Service {
}
| gpl-3.0 |
deependhulla/archive-plus-ediscovery | files/groupoffice/modules/documenttemplates/language/th.php | 1379 | <?php
$l["documentTemplate"]='ต้นแบบเอกสาร';
$l["documentTemplateText"]='คุณสามารถอับโหลดไฟล์ของ OpenOffice.Org หรือ Microsoft Word 2007+ โดยเอกสารนั้นอาจจะมีแท็กที่แทนที่ด้วยค่าในฐานข้อมูล คุณสามารถดูแท็คเหล่านั้นที่ คู่มือ.';
$l["documentFromTemplate"]='เอกสารจากต้นแบบเอกสาร';
$l["selectDocumentTemplate"]='เลือกต้น... | gpl-3.0 |
bordertechorg/wcomponents | wcomponents-core/src/main/java/com/github/bordertech/wcomponents/render/webxml/WRadioButtonRenderer.java | 2170 | package com.github.bordertech.wcomponents.render.webxml;
import com.github.bordertech.wcomponents.Renderer;
import com.github.bordertech.wcomponents.WComponent;
import com.github.bordertech.wcomponents.WRadioButton;
import com.github.bordertech.wcomponents.WebUtilities;
import com.github.bordertech.wcomponents.XmlStri... | gpl-3.0 |
birkangit/Sigma-Playout | core/producer/transition/transition_producer.cpp | 7269 | /*
* Copyright 2013 Sveriges Television AB http://casparcg.com/
*
* This file is part of CasparCG (www.casparcg.com).
*
* CasparCG 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... | gpl-3.0 |
sohalartz/ruTorrent | plugins/mediainfo/lang/sv.js | 150 | /*
* PLUGIN MEDIAINFO
*
* Swedish language file.
*
* Author: Magnus Holm (holmen@brasse.se)
*/
theUILang.mediainfo = "Mediainformation";
| gpl-3.0 |
BinSlashBash/vsfiltermod | src/BaseClasses/mtype.cpp | 12477 | //------------------------------------------------------------------------------
// File: MType.cpp
//
// Desc: DirectShow base classes - implements a class that holds and
// manages media type information.
//
// Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved.
//-----------------------... | gpl-3.0 |
PiRSquared17/quirkysoft | ChaosDS/arm9/source/SpellSelect.cpp | 11919 | /*
Copyright (C) 2007 Richard Quirk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in... | gpl-3.0 |
henriquewinchester/merendadigital | webapp_angular/src/app/statistics/statistics.component.spec.ts | 660 | import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { StatisticsComponent } from './statistics.component';
describe('StatisticsComponent', () => {
let component: StatisticsComponent;
let fixture: ComponentFixture<StatisticsComponent>;
beforeEach(async(() => {
TestBed.configureT... | gpl-3.0 |
DamnWidget/anaconda_php | plugin/handlers_php/linting/phpcs/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php | 2034 | <?php
/**
* Unit test class for the ClassDeclaration sniff.
*
* PHP version 5
*
* @category PHP
* @package PHP_CodeSniffer
* @author Greg Sherwood <gsherwood@squiz.net>
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.... | gpl-3.0 |
stanfordnlp/phrasal | src-extra/edu/stanford/nlp/mt/service/handlers/TranslationRequestHandler.java | 18677 | package edu.stanford.nlp.mt.service.handlers;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.RejectedExecut... | gpl-3.0 |
Rapiddot/ruTorrent | plugins/cookies/lang/es.js | 220 | /*
* PLUGIN COOKIES
*
* Spanish language file.
*
* Author:
*/
theUILang.cookiesDesc = "Cookies (Formato: host|cookie1;cookie2...)";
theUILang.cookiesName = "Cookies";
thePlugins.get("cookies").langLoaded(); | gpl-3.0 |
drxaero/calibre | src/calibre/utils/https.py | 8766 | #!/usr/bin/env python2
# vim:fileencoding=utf-8
from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
import ssl, socket, re, sys
from contextlib import closing
from calibre imp... | gpl-3.0 |
anchorcms/anchor-cms | anchor/migrations/110_alter_session_date.php | 379 | <?php
class Migration_alter_session_date extends Migration
{
public function up()
{
$table = Base::table('sessions');
if ($this->has_table_column($table, 'date')) {
$sql = 'ALTER TABLE `' . $table . '` CHANGE `date` `expire` int(10) NOT NULL AFTER `id`';
DB::ask($sql);... | gpl-3.0 |
mateusop/LogEvolut | src/com/cburch/draw/gui/Toolbar.java | 5393 | /*******************************************************************************
* This file is part of logisim-evolution.
*
* logisim-evolution 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, eithe... | gpl-3.0 |
bchiroma/DreamProject_2 | dream/platform/src/dream/Input_viewResultList.js | 2780 | /*global rJS, RSVP, Handlebars, initGadgetMixin */
/*jslint nomen: true */
(function (window, rJS, RSVP, Handlebars, initGadgetMixin) {
"use strict";
/////////////////////////////////////////////////////////////////
// Handlebars
/////////////////////////////////////////////////////////////////
// Precompile... | gpl-3.0 |
corumcorp/redsentir | redsentir/static/juego/frameworks/cocos2d-html5/cocos2d/labels/CCLabelAtlas.js | 9196 | /****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of t... | gpl-3.0 |
Mage-M/RemoteDroid | app/src/main/java/com/koushikdutta/async/http/spdy/SpdyTransport.java | 1784 | /*
* Copyright (C) 2012 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 appl... | gpl-3.0 |
natodemon/Lunary-Ethereum-Wallet | MPChartLib/src/main/java/com/github/mikephil/charting/utils/ViewPortHandler.java | 18183 |
package com.github.mikephil.charting.utils;
import android.graphics.Matrix;
import android.graphics.RectF;
import android.view.View;
/**
* Class that contains information about the charts current viewport settings, including offsets, scale & translation
* levels, ...
*
* @author Philipp Jahoda
*/
public class V... | gpl-3.0 |
flikas/WinAuth7 | WinAuth7/BouncyCastle/src/asn1/OidTokenizer.cs | 1072 | namespace Org.BouncyCastle.Asn1
{
/**
* class for breaking up an Oid into it's component tokens, ala
* java.util.StringTokenizer. We need this class as some of the
* lightweight Java environment don't support classes like
* StringTokenizer.
*/
public class OidTokenizer
{
... | gpl-3.0 |
luisvt/xuggle-xuggler | src/com/xuggle/xuggler/io/NullProtocolHandlerFactory.java | 1658 | /*******************************************************************************
* Copyright (c) 2008, 2010 Xuggle Inc. All rights reserved.
*
* This file is part of Xuggle-Xuggler-Main.
*
* Xuggle-Xuggler-Main is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gener... | gpl-3.0 |
cfjhallgren/shogun | examples/undocumented/python/tests_check_commwordkernel_memleak.py | 4455 | #!/usr/bin/env python
parameter_list=[[10,7,0,False]]
def tests_check_commwordkernel_memleak (num, order, gap, reverse):
import gc
from shogun import Alphabet,StringCharFeatures,StringWordFeatures,DNA
from shogun import SortWordString, MSG_DEBUG
from shogun import CommWordStringKernel, IdentityKernelNormalizer
fr... | gpl-3.0 |
jetskijoe/headphones | lib/apscheduler/jobstores/zookeeper.py | 6378 | from __future__ import absolute_import
import os
from datetime import datetime
from pytz import utc
from kazoo.exceptions import NoNodeError, NodeExistsError
from apscheduler.jobstores.base import BaseJobStore, JobLookupError, ConflictingIdError
from apscheduler.util import maybe_ref, datetime_to_utc_timestamp, utc_... | gpl-3.0 |
happyjack27/autoredistrict | src/org/apache/commons/math3/stat/descriptive/moment/FirstMoment.java | 4946 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | gpl-3.0 |
Niky4000/UsefulUtils | projects/others/eclipse-platform-parent/eclipse.jdt.core-master/org.eclipse.jdt.core.tests.model/workspace/Converter/src/javadoc/testBug54424/Test.java | 638 | package javadoc.testBug54424;
import java.io.IOException;
import java.util.ArrayList;
public class Test {
/**
* @param
* @param tho {@link getList(int, long)}
* @version throwaway
* @param from 1st param of {@link A#getList(int, long, boolean) me}
* @see #getList(Object, java.util.AbstractList)
* @param f... | gpl-3.0 |
ongbe/OpenFOAM-Dev | src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H | 6357 | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\/ M anipulation |
-------------... | gpl-3.0 |
HexHive/datashield | compiler/llvm/tools/clang/test/CodeGenCXX/wasm-args-returns.cpp | 3905 | // RUN: %clang_cc1 -O1 -triple wasm32-unknown-unknown -emit-llvm -o - %s \
// RUN: | FileCheck %s
// RUN: %clang_cc1 -O1 -triple wasm64-unknown-unknown -emit-llvm -o - %s \
// RUN: | FileCheck %s
#define concat_(x, y) x ## y
#define concat(x, y) concat_(x, y)
#define test(T) \
T forward(T x) { return x; } \
v... | gpl-3.0 |
82488059/QSanguosha | src/ui/choosesuitbox.cpp | 3758 | /********************************************************************
Copyright (c) 2013-2014 - QSanguosha-Rara
This file is part of QSanguosha-Hegemony.
This game 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 ... | gpl-3.0 |
patrickkostjens/OutlookPrivacyPlugin | 3rdParty/bccrypto-net-1.7/crypto/src/crypto/tls/AlertLevel.cs | 176 | namespace Org.BouncyCastle.Crypto.Tls
{
/// <summary>
/// RFC 2246 7.2
/// </summary>
public enum AlertLevel : byte
{
warning = 1,
fatal = 2,
}
}
| gpl-3.0 |
Ninjistix/darkstar | scripts/globals/mobskills/blank_gaze_dispel.lua | 868 | ---------------------------------------------
-- Blank Gaze
-- Gaze dispel
-- Utsusemi/Blink absorb: Ignores shadows
-- Range: Melee?
---------------------------------------------
require("scripts/globals/monstertpmoves");
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/... | gpl-3.0 |
smcantab/pele | source/pele/graph.hpp | 8402 | #ifndef _GRAPH_CPP_H_
#define _GRAPH_CPP_H_
/*
* This implements a lightweight directed graph. This was primarily designed for
* use in the New Graph Transformation (NGT) method. This graph was optimized
* for the following actions to be as fast as possible
*
* * removing nodes
* * iteration over out ed... | gpl-3.0 |
lostfocus/ThinkUp | webapp/plugins/insightsgenerator/tests/TestOfBigReshareInsight.php | 13364 | <?php
/**
*
* ThinkUp/webapp/plugins/insightsgenerator/tests/TestOfBigReshareInsight.php
*
* Copyright (c) 2012-2015 Gina Trapani
*
* LICENSE:
*
* This file is part of ThinkUp (http://thinkup.com).
*
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public... | gpl-3.0 |
just-boris/bem-components | .jshint-groups.js | 2635 | module.exports = {
options : {
boss : true,
eqeqeq : true,
evil : true,
expr : true,
forin : true,
immed : true,
loopfunc : true,
maxdepth : 4,
maxlen : 120,
noarg : true,
noempty : true,
onecase : true,
quotmark... | mpl-2.0 |
ColostateResearchServices/kc | coeus-impl/src/main/java/org/kuali/kra/coi/notification/DisclosureCertifiedNotificationRenderer.java | 1932 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | agpl-3.0 |
sheridancbio/cbioportal | core/src/main/java/org/mskcc/cbio/portal/util/GenePanelUtil.java | 5629 | package org.mskcc.cbio.portal.util;
import org.mskcc.cbio.portal.dao.DaoGeneOptimized;
import org.mskcc.cbio.portal.model.CanonicalGene;
import java.util.*;
import java.util.stream.Collectors;
/**
* Utilities for operations on sets and importing/updating gene panels.
*
* @author jtquach1
*/
public class GenePane... | agpl-3.0 |
ColostateResearchServices/kc | coeus-impl/src/main/java/org/kuali/kra/iacuc/IacucLocationTypeValuesFinder.java | 2920 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | agpl-3.0 |
mukadder/kc | coeus-impl/src/main/java/org/kuali/coeus/common/budget/impl/core/CostElementMaintainableImpl.java | 2805 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | agpl-3.0 |
adato/sospomoc-app | node_modules/newrelic/test/integration/versioned/node-mysql-2/newrelic.js | 255 | exports.config = {
app_name : ['My Application'],
license_key : 'license key here',
logging : {
level : 'trace',
filepath : '../../../../newrelic_agent.log'
},
transaction_tracer : {
enabled : true
}
};
| agpl-3.0 |
sanjupolus/KC6.oLatest | coeus-db/coeus-db-data-conv/src/main/java/org/kuali/coeus/dc/pprole/ProposalPersonRoleDao.java | 919 | /*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2015 Kuali, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eithe... | agpl-3.0 |
USAID-DELIVER-PROJECT/elmis | modules/openlmis-web/src/main/webapp/public/js/supervisory-node/module/supervisory-node-module.js | 1753 | /*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, eith... | agpl-3.0 |
adenexter/lipstick | tests/ut_lipsticknotification/ut_lipsticknotification.cpp | 9260 | /***************************************************************************
**
** Copyright (C) 2012 Jolla Ltd.
** Contact: Robin Burchell <robin.burchell@jollamobile.com>
**
** This file is part of lipstick.
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Le... | lgpl-2.1 |
nuclear-wizard/moose | framework/src/postprocessors/FunctionSideIntegral.C | 1207 | //* This file is part of the MOOSE framework
//* https://www.mooseframework.org
//*
//* All rights reserved, see COPYRIGHT for full restrictions
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#in... | lgpl-2.1 |
yipenggao/moose | modules/tensor_mechanics/src/materials/ComputeAxisymmetricRZIncrementalStrain.C | 1690 | /****************************************************************/
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* All contents are licensed under LGPL V2.1 */
/* See LICENSE for full restrictions ... | lgpl-2.1 |
vikramvgarg/libmesh | src/quadrature/quadrature_jacobi_1D.C | 76036 | // The libMesh Finite Element Library.
// Copyright (C) 2002-2017 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner
// 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 ... | lgpl-2.1 |
timthelion/FreeCAD | src/Base/QuantityPyImp.cpp | 21276 | /***************************************************************************
* Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2013 *
* *
* This file is part of the FreeCAD CAx development system. *
* ... | lgpl-2.1 |
innopolis-jolie-smt-typechecker/jolie | lib/xsom/src/com/sun/xml/xsom/impl/parser/state/AttributesImpl.java | 17556 | // AttributesImpl.java - default implementation of Attributes.
// Written by David Megginson, sax@megginson.com
// NO WARRANTY! This class is in the public domain.
// $Id: AttributesImpl.java,v 1.4 2002/09/29 02:55:48 okajima Exp $
//fixed bug at removeAttribute!! by Daisuke OKAJIMA 2002.4.21
package com.su... | lgpl-2.1 |
elsiklab/intermine | intermine/objectstore/main/src/org/intermine/objectstore/ObjectStoreAbstractImpl.java | 16901 | package org.intermine.objectstore;
/*
* Copyright (C) 2002-2017 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.... | lgpl-2.1 |
vandhanaa/live555 | liveMedia/SimpleRTPSource.cpp | 2471 | /**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)
This libr... | lgpl-2.1 |
iver56/csound | frontends/CsoundAC/MCRM.cpp | 2981 | /*
* C S O U N D
*
* L I C E N S E
*
* This software 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 later version.
*
* This softwa... | lgpl-2.1 |
fevangelista/psi4 | psi4/src/psi4/dfocc/ccd_F_intr.cc | 1688 | /*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2021 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... | lgpl-3.0 |
emyrto/TARDIS | PDFSharp-MigraDocFoundation-1_31/MigraDoc/code/MigraDoc.Rendering/MigraDoc.Rendering/ParagraphFormatInfo.cs | 5099 | #region MigraDoc - Creating Documents on the Fly
//
// Authors:
// Klaus Potzesny (mailto:Klaus.Potzesny@pdfsharp.com)
//
// Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany)
//
// http://www.pdfsharp.com
// http://www.migradoc.com
// http://sourceforge.net/projects/pdfsharp
//
// Permission is hereby g... | lgpl-3.0 |
Norgat/stocksharp | Xaml/RiskWindow.xaml.cs | 524 | namespace StockSharp.Xaml
{
using Ecng.Collections;
using StockSharp.Algo.Risk;
/// <summary>
/// The window for the list editing <see cref="IRiskRule"/>.
/// </summary>
public partial class RiskWindow
{
/// <summary>
/// Initializes a new instance of the <see cref="RiskWindow"/>.
/// </summary>
public... | lgpl-3.0 |
hoangmit/mscds | ext_libs/netlib/libs/mime/test/mimeParse.py | 1157 | #!/usr/bin/python
#
# A python program to compare against the output from "mime-structure" tool.
#
# Usage: python mimeParse.py <file list>
#
import sys
import email
def parseOne ( msg, title, prefix ):
# if prefix != "":
# print msg
if title != None:
print "%sData from: %s" % ( prefix, title )
print "%sConte... | lgpl-3.0 |
killmag10/nodeschnaps | deps/rhino/src/org/mozilla/javascript/ContinuationPending.java | 2864 | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* 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/. */
package org.mozilla.javascript;
... | lgpl-3.0 |
loftuxab/alfresco-community-loftux | projects/repository/source/java/org/alfresco/service/cmr/rating/RatingServiceException.java | 1933 | /*
* #%L
* Alfresco Repository
* %%
* Copyright (C) 2005 - 2016 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
* the paid license agreement will prevail. Otherwise, the software is
* provided under the... | lgpl-3.0 |
Apeksha14/AngularAppExample | .history/public/js/main_20170502051012.js | 4967 | /**
* AngularJS Tutorial 1
* @author Nick Kaye <nick.c.kaye@gmail.com>
*/
/**
* Main AngularJS Web Application
*/
var app = angular.module('tutorialWebApp', [
'ngRoute'
]);
/**
* Configure the Routes
*/
app.config(['$routeProvider', function ($routeProvider) {
$routeProvider
// Home
.when("/", {tem... | unlicense |
yugangw-msft/azure-sdk-for-net | sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Generated/Models/VulnerabilityAssessmentScanRecord.cs | 3173 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections.Generic;
using Azure.Core;
namespace Azure.ResourceManager.Sql.Models
{
/// <summary> A vulnerability assessment scan record. </summary>
... | apache-2.0 |
DariusX/camel | components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpChangedReadLockTest.java | 3068 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | apache-2.0 |
jpodeszwik/mifos | appdomain/src/main/java/org/mifos/config/business/OfficeConfig.java | 1557 | /*
* Copyright (c) 2005-2011 Grameen Foundation USA
* 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
*
* Unl... | apache-2.0 |
manjulaRathnayaka/carbon-identity | components/openid/org.wso2.carbon.identity.provider/src/main/java/org/wso2/carbon/identity/provider/openid/OpenIDProvider.java | 2279 | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.o... | apache-2.0 |
mbebenita/shumway.ts | tests/Fidelity/test262/suite/ch15/15.4/15.4.4/15.4.4.10/15.4.4.10-10-c-ii-1.js | 1107 | /// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyrigh... | apache-2.0 |
nickopris/musicapp | www/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php | 1599 | <?php
/**
* @file
* Contains \Drupal\views_ui\Tests\AnalyzeTest.
*/
namespace Drupal\views_ui\Tests;
use Drupal\views\Tests\ViewTestBase;
/**
* Tests the views analyze system.
*/
class AnalyzeTest extends ViewTestBase {
/**
* Modules to enable.
*
* @var array
*/
public static $modules = array(... | apache-2.0 |
pvillard31/nifi | minifi/minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/BootstrapCodec.java | 4728 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | apache-2.0 |
susinda/carbon-apimgt | features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/extensions/publisher/assets/api/themes/default/helpers/usage-api-response-time.js | 793 | /*
* Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.ap... | apache-2.0 |
katzer/cordova-plugin-badge | www/badge.js | 8065 | /*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apache License
* Version 2.0 (the 'License'). You may not use this file except in
* compliance with the License. Please obtain a copy of the License at
* http://opensource.org/licenses/Apache-2.0... | apache-2.0 |
atrawog/360-flight-explorer | Source/DataSources/BoundingSphereState.js | 855 | /*global define*/
define([
'../Core/freezeObject'
], function(
freezeObject) {
'use strict';
/**
* The state of a BoundingSphere computation being performed by a {@link Visualizer}.
* @exports BoundingSphereState
* @private
*/
var BoundingSphereState = {
... | apache-2.0 |
kaiping/incubator-singa | examples/gan/vanilla.py | 8295 | #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not... | apache-2.0 |
whitingjr/JbossWeb_7_2_0 | src/main/java/org/apache/catalina/filters/SetCharacterEncodingFilter.java | 4878 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... | apache-2.0 |
cpcloud/arrow | go/arrow/array/list.go | 6337 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | apache-2.0 |
kabassociates/aribaweb | src/util/ariba/util/core/BatchProcessor.java | 7048 | /*
Copyright 1996-2008 Ariba, 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... | apache-2.0 |
mafulafunk/wicket | wicket-core/src/main/java/org/apache/wicket/request/resource/ResourceStreamResource.java | 5884 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | apache-2.0 |
Hybrid-Cloud/cinder | cinder/volume/drivers/hpe/hpe_3par_common.py | 162771 | # (c) Copyright 2012-2016 Hewlett Packard Enterprise Development LP
# 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/lic... | apache-2.0 |
Uli1/node-gdal | deps/libgdal/gdal/ogr/ogrsf_frmts/pg/ogrpgutility.cpp | 3922 | /******************************************************************************
* $Id: ogrpgutility.cpp 27784 2014-10-02 15:43:18Z rouault $
*
* Project: OpenGIS Simple Features Reference Implementation
* Purpose: Utility methods
* Author: Even Rouault, <even dot rouault at mines dash paris dot org>
*
******... | apache-2.0 |
stewartpark/presto | presto-main/src/main/java/com/facebook/presto/operator/exchange/PartitioningExchanger.java | 4330 | /*
* 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 writing, software
* distribut... | apache-2.0 |
raphandowski/UDIHISProject | vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/EncodingAcceptanceTest.php | 950 | <?php
require_once 'Swift/Tests/SwiftUnitTestCase.php';
require_once 'swift_required.php';
class Swift_EncodingAcceptanceTest extends Swift_Tests_SwiftUnitTestCase
{
public function testGet7BitEncodingReturns7BitEncoder()
{
$encoder = Swift_Encoding::get7BitEncoding();
$this->assertE... | apache-2.0 |
chamikaramj/incubator-beam | sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/windowing/PaneInfo.java | 14142 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | apache-2.0 |
shopscor/interface | phpcms/modules/poster/install/config.inc.php | 263 | <?php
defined('IN_PHPCMS') or exit('Access Denied');
defined('INSTALL') or exit('Access Denied');
$module = 'poster';
$modulename = '广告模块';
$introduce = '独立模块';
$author = 'phpcms Team';
$authorsite = 'http://www.phpcms.cn';
$authoremail = '';
?> | apache-2.0 |
shils/groovy | subprojects/groovy-xml/src/main/java/groovy/xml/XmlNodePrinter.java | 14118 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | apache-2.0 |
ericmckean/collide | java/com/google/collide/shared/invalidations/InvalidationObjectIdFactory.java | 2156 | // Copyright 2012 Google Inc. 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... | apache-2.0 |
izrik/blueflood | blueflood-core/src/test/java/com/rackspacecloud/blueflood/outputs/serializers/RollupEventSerializerTest.java | 6208 | /*
* Copyright 2013 Rackspace
*
* 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 ... | apache-2.0 |
jpodeszwik/mifos | application/src/main/java/org/mifos/framework/components/tabletag/TypeParser.java | 3937 | /*
* Copyright (c) 2005-2011 Grameen Foundation USA
* 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
*
* Unl... | apache-2.0 |
aldaris/undertow | servlet/src/main/java/io/undertow/servlet/osgi/Activator.java | 2331 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | apache-2.0 |
johscheuer/kubernetes | cmd/kube-apiserver/app/options/options_test.go | 11534 | /*
Copyright 2014 The Kubernetes 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 of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | apache-2.0 |
kingoftowns/etcd-ca | depot/depot.go | 3702 | // Copyright 2015 CoreOS, 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... | apache-2.0 |
NiFiLocal/nifi-minifi-cpp | thirdparty/rocksdb/utilities/transactions/write_prepared_txn.cc | 3015 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
#ifndef ROCKSDB_LITE
#include "utilities/transactions/wr... | apache-2.0 |
adit-chandra/tensorflow | tensorflow/python/ops/parsing_config.py | 40930 | # Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | apache-2.0 |
mglukhikh/intellij-community | java/debugger/impl/src/com/intellij/debugger/settings/TextComponentBinding.java | 1576 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* 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 agre... | apache-2.0 |
GoogleCloudPlatform/prometheus-engine | third_party/prometheus_ui/base/web/ui/react-app/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js | 1357 | "use strict";
const produceXMLSerialization = require("w3c-xmlserializer");
const parse5 = require("parse5");
const DOMException = require("domexception/webidl2js-wrapper");
const utils = require("../generated/utils");
const treeAdapter = require("./parse5-adapter-serialization");
const NODE_TYPE = require("../node-t... | apache-2.0 |
JinXinDeep/tensorflow | tensorflow/core/ops/sparse_ops.cc | 10258 | /* Copyright 2015 Google Inc. 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 agreed to in ... | apache-2.0 |