repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
meatcomputer/opencog
opencog/learning/moses/moses/local_moses.cc
8752
/* * opencog/learning/moses/moses/local_moses.cc * * Copyright (C) 2002-2008 Novamente LLC * All Rights Reserved * * Written by Moshe Looks * * 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 Softw...
agpl-3.0
eduNEXT/edx-platform
common/static/js/src/logger.js
4003
(function() { 'use strict'; var Logger = (function() { // listeners[event_type][element] -> list of callbacks var listeners = {}, sendRequest, has; sendRequest = function(data, options) { var request = $.ajaxWithPrefix ? $.ajaxWithPrefix : $.ajax; op...
agpl-3.0
djbender/canvas-lms
app/coffeescripts/react_files/components/UploadProgress.js
2181
/* * Copyright (C) 2014 - present Instructure, Inc. * * This file is part of Canvas. * * Canvas 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, version 3 of the License. * * Canvas is distribut...
agpl-3.0
suutari-ai/shoop
shuup/admin/modules/permission_groups/views/__init__.py
404
# -*- coding: utf-8 -*- # This file is part of Shuup. # # Copyright (c) 2012-2017, Shoop Commerce Ltd. All rights reserved. # # This source code is licensed under the OSL-3.0 license found in the # LICENSE file in the root directory of this source tree. from .edit import PermissionGroupEditView from .list import Permis...
agpl-3.0
dalmendras/rapidminer
src/main/java/com/rapidminer/operator/learner/tree/AttributePreprocessing.java
1176
/** * Copyright (C) 2001-2015 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * 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...
agpl-3.0
asm-products/villeme
db/migrate/20140221060116_create_neighborhoods.rb
214
class CreateNeighborhoods < ActiveRecord::Migration def change create_table :neighborhoods do |t| t.string :name t.text :description t.integer :city_id t.timestamps end end end
agpl-3.0
angelicaochoa/cbioportal
portal/src/main/webapp/js/src/cbio-util.js
31893
if (cbio === undefined) { var cbio = {}; } cbio.util = (function() { var deepCopyObject = function(obj) { return $.extend(true, ($.isArray(obj) ? [] : {}), obj); }; var objectValues = function(obj) { return Object.keys(obj).map(function(key) { return obj[key]; }); ...
agpl-3.0
ClearCorp-dev/odoo-clearcorp
TODO-8.0/account_invoicing_report/report/account_invoicing_report.py
15053
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Addons modules by CLEARCORP S.A. # Copyright (C) 2009-TODAY CLEARCORP S.A. (<http://clearcorp.co.cr>). # # This program is free software: you can redistribute...
agpl-3.0
interjection/infinity-next
resources/views/widgets/time.blade.php
186
<time data-widget="time" datetime="{{ $carbon->toAtomString() }}" title="{{ $post->created_at->diffForHumans() }}">{{ $carbon->formatLocalized( trans('widget.time.format') ) }}</time>
agpl-3.0
ethaneldridge/vassal
src/VASSAL/chat/jabber/JabberStatus.java
1180
/* * Copyright (c) 2000-2009 by Rodney Kinney, Brent Easton * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be us...
lgpl-2.1
BalticPinguin/libmesh
src/systems/eigen_system.C
11486
// The libMesh Finite Element Library. // Copyright (C) 2002-2021 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
ebollens/ccnmp
javasrc/src/org/ccnx/ccn/impl/security/keys/SecureKeyCache.java
15961
/* * Part of the CCNx Java Library. * * Copyright (C) 2008-2011 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This library is di...
lgpl-2.1
Cyperghost/WCF
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersion.class.php
1434
<?php namespace wcf\data\package\update\version; use wcf\data\DatabaseObject; /** * Represents a package update version. * * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> * @package WoltLabSuite\Core...
lgpl-2.1
rspavel/spack
var/spack/repos/builtin/packages/py-lockfile/package.py
1192
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class PyLockfile(PythonPackage): """The lockfile package exports a LockFile class which provides...
lgpl-2.1
martyone/sailfish-qtcreator
src/plugins/cvs/cvseditor.cpp
5157
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance wit...
lgpl-2.1
bjalon/nuxeo-features
nuxeo-platform-forms-layout-io-plugins/src/main/java/org/nuxeo/ecm/platform/forms/layout/io/plugins/helpers/TranslationHelper.java
1973
package org.nuxeo.ecm.platform.forms.layout.io.plugins.helpers; import java.util.HashMap; import java.util.Locale; import java.util.Map; import java.util.ResourceBundle; /** * Helper to manage labels translation using the default web message bundles * * @author Tiry (tdelprat@nuxeo.com) * @since 5.5 */ public cl...
lgpl-2.1
blakewallan/tinymce
src/core/src/test/js/browser/SelectionOverridesTest.js
16404
asynctest( 'browser.tinymce.core.SelectionOverridesTest', [ 'ephox.agar.api.Keyboard', 'ephox.agar.api.Pipeline', 'ephox.mcagar.api.LegacyUnit', 'ephox.mcagar.api.TinyDom', 'ephox.mcagar.api.TinyLoader', 'tinymce.core.caret.CaretContainer', 'tinymce.core.caret.CaretPosition', 'tinymc...
lgpl-2.1
Arabidopsis-Information-Portal/intermine
thalemine/webapp/src/org/thalemine/web/service/core/ComponentManager.java
8952
package org.thalemine.web.service.core; import java.util.ArrayList; import java.util.HashMap; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.thalemine.web.context.WebApplicationLauncher; import org.thalemine.web.exception.ComponentException; import org.thalemine.web.exception.C...
lgpl-2.1
lnu/nhibernate-core
src/NHibernate.Test/Async/Cascade/MultiPathCascadeTest.cs
8538
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by AsyncGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---------------------------------...
lgpl-2.1
KyuRicard/MagicMod
build/tmp/recompileMc/sources/net/minecraftforge/fml/client/GuiScrollingList.java
17916
/* * Forge Mod Loader * Copyright (c) 2012-2013 cpw. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * ...
lgpl-2.1
gallardo/opencms-core
modules/org.opencms.editors.tinymce/static/editors/tinymce/jscripts/tinymce/plugins/codemirror/langs/cs.js
285
tinymce.addI18n('cs',{ 'HTML source code': 'Zdrojov\u00fd k\u00f3d', 'Start search': 'Spustit vyhled\u00E1v\u00E1n\u00ED', 'Find next': 'Naj\u00edt dal\u0161\u00ed', 'Find previous': 'Naj\u00edt p\u0159edchoz\u00ed', 'Replace': 'Nahradit', 'Replace all': 'Nahradit v\u0161e' });
lgpl-2.1
jdpadrnos/MinecraftForge
src/main/java/net/minecraftforge/fml/common/versioning/ComparableVersion.java
14488
/* * Minecraft Forge * Copyright (c) 2016. * * 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 version 2.1 * of the License. * * This library is distributed in the hope that it will...
lgpl-2.1
Cyperghost/WCF
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
25344
<?php namespace wcf\system\html\input\node; use wcf\system\bbcode\BBCodeHandler; use wcf\system\event\EventHandler; use wcf\system\html\node\AbstractHtmlNodeProcessor; use wcf\system\html\node\HtmlNodePlainLink; use wcf\system\html\node\HtmlNodeUnfurlLink; use wcf\system\html\node\IHtmlNode; use wcf\system\worker\Abs...
lgpl-2.1
rspavel/spack
var/spack/repos/builtin/packages/py-typing/package.py
1029
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class PyTyping(PythonPackage): """This is a backport of the standard library typing module to Py...
lgpl-2.1
pcacjr/qt-creator
src/shared/qtlockedfile/qtlockedfile_unix.cpp
2784
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (info@qt.nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
lgpl-2.1
ProfessorKaos64/openlierox
src/client/SkinnedGUI/CScrollbar.cpp
24002
///////////////////////////////////////// // // OpenLieroX // // code under LGPL, based on JasonBs work, // enhanced by Dark Charlie and Albert Zeyer // // ///////////////////////////////////////// // gui scrollbar class // Created 30/6/02 // Jason Boettcher #include "LieroX.h" #include "GfxPrimitives....
lgpl-2.1
rspavel/spack
var/spack/repos/builtin/packages/xcursorgen/package.py
730
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class Xcursorgen(AutotoolsPackage, XorgPackage): """xcursorgen prepares X11 cursor sets for use ...
lgpl-2.1
CompEvol/beast2
src/beast/app/tools/LogCombinerLauncher.java
618
package beast.app.tools; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import beast.app.beastapp.BeastLauncher; /** Launches log-combiner * @see BeastLauncher * **/ public class LogCombinerLauncher extends BeastLauncher { public static void main(String[] args) throws NoSuchMet...
lgpl-2.1
glo/ee384b
live/liveMedia/StreamParser.cpp
6489
/********** 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
MavenRain/live555
liveMedia/MediaSession.cpp
52362
/********** 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
BadSingleton/pyside2
tests/QtGui/qregion_test.py
540
import unittest import sys from PySide2.QtGui import QRegion from PySide2.QtCore import QPoint from helper import UsesQApplication class QRegionTest(UsesQApplication): def testFunctionUnit(self): r = QRegion(0, 0, 10, 10) r2 = QRegion(5, 5, 10, 10) ru = r.united(r2) self.assert_...
lgpl-2.1
electri/spnetkit
spnetkit/spnksmtpcli.hpp
2961
/* * Copyright 2008 Stephen Liu * For license terms, see the file COPYING along with this library. */ #ifndef __spnksmtpcli_hpp__ #define __spnksmtpcli_hpp__ #include <stdio.h> class SP_NKSocket; class SP_NKSmtpProtocol; class SP_NKSmtpAddr; class SP_NKSmtpAddrList; class SP_NKStringList; class SP_NKSmtpClient {...
lgpl-2.1
jaeheeship/tc
modules/gallery/views/assets/js/doc.element.youtube.js
6073
var DOC = DOC || {} ; DOC.Element = DOC.Element||{} ; DOC.Element.Youtube = function(oConfig){ oConfig = oConfig||{} ; var data = {}, editor = null, wrapper_cls = oConfig.wrapper_cls||'youtube-area' , uid = DOC.Util.uid() , publisher = null, is_editing = false , ...
lgpl-2.1
4ment/beast-mcmc
src/dr/evomodel/epidemiology/casetocase/operators/TransmissionWilsonBaldingB.java
9995
/* * TransmissionSubtreeSlideB.java * * Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistr...
lgpl-2.1
fionakim/biojava
biojava-aa-prop/src/test/java/org/biojava/nbio/aaproperties/CookBookTest.java
4124
/* * BioJava development code * * 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. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
lgpl-2.1
gooofy/voxforge
zamiaai/skills/geo/states.py
15135
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2018 Guenter Bartsch # # 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...
lgpl-3.0
wmaddisn/MesquiteCore
Source/mesquite/distance/lib/DNATaxaDistance.java
1638
/* Mesquite source code. Copyright 1997 and onward, W. Maddison and D. Maddison. Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code. The commenting leaves much to be desired. Please approach this source code with the spirit of helping out. Per...
lgpl-3.0
mbring/sonar-java
java-checks-testkit/src/test/files/JavaCheckVerifierIncorrectAttribute.java
54
class A { // Noncompliant [[invalid=1]] {{message}} }
lgpl-3.0
rmcgibbo/psi4public
psi4/src/psi4/libdpd/buf4_mat_irrep_rd.cc
20405
/* * @BEGIN LICENSE * * Psi4: an open-source quantum chemistry software package * * Copyright (c) 2007-2017 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
edwinspire/VSharp
class/System.Web.Routing/Test/System.Web.Routing/StopRoutingHandlerTest.cs
1626
// // StopRoutingHandlerTest.cs // // Author: // Atsushi Enomoto <atsushi@ximian.com> // // Copyright (C) 2008 Novell Inc. http://novell.com // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the S...
lgpl-3.0
slyphon/log_four_are
examples/fileroll.rb
928
# How to use RollingFileOutputter $: << "../src" require 'log4r' include Log4r puts "this will take a while" # example of log file being split by time constraint 'maxtime' config = { "filename" => "logs/TestTime.log", "maxtime" => 10, "trunc" => true } timeLog = Logger.new 'WbExplorer' timeLog.outputters = Rol...
lgpl-3.0
sklaxel/inera-axel
riv/healthreporting/insuranceprocess/mocks/src/main/java/se/inera/axel/riv/insuranceprocess/healthreporting/impl/RegisterMedCertImpl.java
2935
package se.inera.axel.riv.insuranceprocess.healthreporting.impl; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.w3.wsaddressing10.AttributedURIType; import se.inera.ifv.registermedicalcertificate.v3.rivtabp20.RegisterMedicalCertificateResponderInterface; import se.inera.ifv.registermedicalcertific...
lgpl-3.0
weprove/titan
vendor/nette/database/src/Database/IConventions.php
1107
<?php /** * This file is part of the Nette Framework (http://nette.org) * Copyright (c) 2004 David Grudl (http://davidgrudl.com) */ namespace Nette\Database; use Nette\Database\Conventions\AmbiguousReferenceKeyException; interface IConventions { /** * Returns primary key for table. * @param string * @r...
lgpl-3.0
cvidalmsu/FaMA
FaMaSDK/src/es/us/isa/FAMA/Exceptions/FAMAParameterException.java
1099
/* This file is part of FaMaTS. FaMaTS 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, or (at your option) any later version. FaMaTS is distri...
lgpl-3.0
ZerpaTechnology/AsenZor
apps/default/admin/vistas/widgets/head.py
460
print '<head> <meta charset="utf-8"> <title>Administrador</title> <script src="' print config.base_url print 'static/js/jquery-3.1.1.min.js"></script> <link rel="stylesheet" type="text/css" href="' print config.base_url print 'static/css/estilos.css"> <link rel="stylesheet" type="text/css" href="' print config.base_ur...
lgpl-3.0
free5lot/Camera_Net
Camera_Net/Public/CameraControl.cs
19507
#region License /* Camera_NET - Camera wrapper for directshow for .NET Copyright (C) 2013 https://github.com/free5lot/Camera_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 versio...
lgpl-3.0
Shohiek/weblims
application/modules/users/views/view_user_v.php
15
view facilities
lgpl-3.0
iRi-E/GNOME-Seed
modules/ffi/test-sin.js
225
#!/usr/bin/env seed GObject = imports.gi.GObject; ffi = imports.ffi; var app = new ffi.Library(); var sin = app.sin; sin.signature = {arguments: [GObject.TYPE_DOUBLE], returns: GObject.TYPE_DOUBLE}; print(sin(3.14));
lgpl-3.0
pcrednet/facturacion_base
model/core/secuencia_ejercicio.php
6846
<?php /* * This file is part of facturacion_base * Copyright (C) 2013-2017 Carlos Garcia Gomez neorazorx@gmail.com * * 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...
lgpl-3.0
05EE16FA-03BD-397B-9575-48FAC1B598D1/59347111-BFEB-3AED-9ED6-101F716C2A69
src/main/webapp/js/dummyDisabled.js
386
var dPackage = { /** nice eh */ myMethod: function(aValue, bValue) { var x = aValue * 2; // some stuff return x + bValue; }, // or not? anotherMethod: function() { var message = xPackage.myMethod(12, 11.3); alert(message); }, dudelidu: functio...
unlicense
vanitasvitae/Smack
smack-extensions/src/test/java/org/jivesoftware/smackx/jingle/JingleUtilTest.java
4208
/** * * Copyright 2017 Paul Schaub * * 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
icexelloss/arrow
java/vector/src/main/java/org/apache/arrow/vector/complex/LargeListVector.java
35809
/* * 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
kmcallister/rust
src/test/run-pass/class-methods-cross-crate.rs
787
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
apache-2.0
chrisowhite/IdentityServer4
test/IdentityServer.UnitTests/Common/IAuthenticationSchemeHandler.cs
112
namespace IdentityServer.UnitTests.Common { internal interface IAuthenticationSchemeHandler { } }
apache-2.0
scotwk/cloud-custodian
tools/c7n_sphere11/setup.py
1191
# Copyright 2016 Capital One Services, LLC # # 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
erwinvaneyk/kubernetes
staging/src/k8s.io/legacy-cloud-providers/azure/azure_vmss.go
58090
// +build !providerless /* Copyright 2017 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 ...
apache-2.0
bshaffer/google-api-php-client-services
src/Google/Service/DataLabeling/GoogleCloudDatalabelingV1p2alpha1ExportDataOperationMetadata.php
1809
<?php /* * Copyright 2014 Google 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 t...
apache-2.0
asurve/incubator-systemml
src/main/java/org/apache/sysml/parser/common/CommonSyntacticValidator.java
26913
/* * 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
scala-js/scala-js
linker-interface/shared/src/main/scala/org/scalajs/linker/interface/ModuleKind.scala
1630
/* * Scala.js (https://www.scala-js.org/) * * Copyright EPFL. * * Licensed under Apache License 2.0 * (https://www.apache.org/licenses/LICENSE-2.0). * * See the NOTICE file distributed with this work for * additional information regarding copyright ownership. */ package org.scalajs.linker.interface /** Kind...
apache-2.0
haowu80s/spark
examples/src/main/python/ml/tokenizer_example.py
1734
# # 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 us...
apache-2.0
osinstom/onos
apps/evpnopenflow/src/main/java/org/onosproject/evpnopenflow/manager/impl/package-info.java
762
/* * Copyright 2017-present Open Networking Foundation * * 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 appli...
apache-2.0
jcamachor/calcite
core/src/test/java/org/apache/calcite/test/LinqFrontJdbcBackTest.java
2283
/* * 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
vorburger/mifos-head
acceptanceTests/src/test/java/org/mifos/test/acceptance/framework/group/CreateGroupSearchPage.java
1520
/* * Copyright (c) 2005-2010 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
reaction1989/roslyn
src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IVariableDeclaration.cs
184926
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; ...
apache-2.0
Ryman/rust
src/test/run-pass/expr-if-unique.rs
650
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
apache-2.0
viktortnk/ReactiveMongo
driver/src/test/scala/admin.scala
1182
import reactivemongo.api.commands._ object ReplSetGetStatusSpec extends org.specs2.mutable.Specification { "replSetGetStatus" title import Common._ val adminDb = connection("admin") "BSON command" should { "be successful" in { import bson.BSONReplSetGetStatusImplicits._ // TODO: Setup a suc...
apache-2.0
pkarmstr/NYBC
solr-4.2.1/solr/core/src/java/org/apache/solr/schema/TrieIntField.java
1138
/* * 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
Darsstar/framework
client/src/main/java/com/vaadin/client/ui/ImageIcon.java
2108
/* * Copyright 2000-2016 Vaadin Ltd. * * 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...
apache-2.0
google/gapid
gapic/src/main/com/google/gapid/views/ActivityPickerDialog.java
13319
/* * Copyright (C) 2017 Google 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 agree...
apache-2.0
Xorok/android_app_efidroidmanager
app/src/main/java/org/efidroid/efidroidmanager/fragments/operatingsystemedit/ReplacementItemRecyclerViewAdapter.java
10823
package org.efidroid.efidroidmanager.fragments.operatingsystemedit; import android.content.Context; import android.graphics.Typeface; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import org.e...
apache-2.0
rapid7/hackazon
assets/config/vuln.sample/review.php
1447
<?php return array ( 'name' => 'review', 'type' => 'controller', 'technology' => 'web', 'mapped_to' => 'review', 'storage_role' => 'root', 'children' => array ( 'send' => array ( 'name' => 'send', 'type' => 'action', 'technology' => 'web'...
apache-2.0
djbone/j2objc
jre_emul/stub_classes/java/lang/Object.java
1896
/* * 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
keedio/ambari-web
app/controllers/main/charts/heatmap_metrics/heatmap_metric_yarn_gctime.js
1101
/** * 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
jonparrott/gcloud-python
vision/google/cloud/vision_v1p3beta1/proto/image_annotator_pb2_grpc.py
3763
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! import grpc from google.cloud.vision_v1p3beta1.proto import image_annotator_pb2 as google_dot_cloud_dot_vision__v1p3beta1_dot_proto_dot_image__annotator__pb2 from google.longrunning import operations_pb2 as google_dot_longrunning_dot_operations__pb2...
apache-2.0
azharhashmi/brooklyn
utils/common/src/main/java/brooklyn/util/text/StringPredicates.java
2887
package brooklyn.util.text; import java.io.Serializable; import java.util.Set; import javax.annotation.Nullable; import brooklyn.util.collections.MutableSet; import com.google.common.base.Predicate; import com.google.common.base.Predicates; public class StringPredicates { /** * @since 0.7.0 */ p...
apache-2.0
peridotperiod/isis
core/metamodel/src/main/java/org/apache/isis/core/metamodel/interactions/ProposedHolder.java
1514
/* * 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
akira-baruah/bazel
src/main/java/com/google/devtools/build/lib/actions/FailAction.java
2285
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
apache-2.0
langfr/camunda-bpm-platform
engine/src/main/java/org/camunda/bpm/engine/migration/MigrationVariableValidationReport.java
1379
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
apache-2.0
aws/aws-sdk-cpp
aws-cpp-sdk-route53/source/model/ListReusableDelegationSetsRequest.cpp
1141
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/route53/model/ListReusableDelegationSetsRequest.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <aws/core/http/URI.h> #in...
apache-2.0
tims/citrine
src/main/java/fm/last/citrine/jobs/SystemOutJob.java
1286
/* * Copyright 2010 Last.fm * * 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...
apache-2.0
ketan/docker-elastic-agents
src/main/java/cd/go/contrib/elasticagents/docker/SetupSemaphore.java
1775
/* * Copyright 2016 ThoughtWorks, 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 agr...
apache-2.0
apache/incubator-shardingsphere
sharding-core/sharding-core-common/src/test/java/org/apache/shardingsphere/core/log/ConfigurationLoggerTest.java
8674
/* * 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
renyi533/tensorflow
tensorflow/python/kernel_tests/linalg/linear_operator_low_rank_update_test.py
13334
# Copyright 2016 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
codestergit/swift
lib/IRGen/GenReflection.cpp
32191
//===--- GenReflection.cpp - IR generation for nominal type reflection ----===// // // 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...
apache-2.0
google/syzygy
syzygy/experimental/pdb_writer/symbol.cc
1849
// Copyright 2014 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
tonybaloney/st2contrib
packs/orion/tests/test_action_ncm_execute_script.py
2864
# Licensed to the StackStorm, Inc ('StackStorm') 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 use th...
apache-2.0
bfitzpat/switchyard
components/camel/camel-switchyard/src/test/java/org/switchyard/component/camel/switchyard/ExchangeMapperTests.java
3458
/* * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors. * * 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 req...
apache-2.0
flofreud/aws-sdk-java
aws-java-sdk-elasticloadbalancing/src/main/java/com/amazonaws/services/elasticloadbalancing/model/transform/AddTagsResultStaxUnmarshaller.java
2246
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
apache-2.0
anthonydahanne/ehcache3
clustered/client/src/main/java/org/ehcache/clustered/client/internal/store/operations/ConditionalRemoveOperation.java
1527
/* * Copyright Terracotta, 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 ...
apache-2.0
jt70471/aws-sdk-cpp
aws-cpp-sdk-lightsail/source/model/DetachCertificateFromDistributionRequest.cpp
1053
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/lightsail/model/DetachCertificateFromDistributionRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Lightsail::Model; using namespace Aw...
apache-2.0
jbeecham/ovirt-engine
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/action/AbstractActionStackPanelItem.java
1165
package org.ovirt.engine.ui.common.widget.action; import org.ovirt.engine.ui.common.idhandler.WithElementId; import com.google.gwt.uibinder.client.UiField; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.Widget; public abstract class AbstractActionStackPanelItem<M, T, W extends W...
apache-2.0
shankarh/geode
geode-core/src/main/java/org/apache/geode/cache/PartitionAttributes.java
5662
/* * 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
Vansee/RocketMQ
client/src/main/java/org/apache/rocketmq/client/trace/TraceTransferBean.java
1375
/* * 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
mglukhikh/intellij-community
python/src/com/jetbrains/python/documentation/PythonDocumentationProvider.java
27686
/* * Copyright 2000-2017 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
mglukhikh/intellij-community
platform/projectModel-impl/src/com/intellij/ide/projectView/impl/ProjectRootsUtil.java
6323
/* * Copyright 2000-2014 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
streamlio/heron
heron/instance/tests/java/com/twitter/heron/instance/bolt/BoltInstanceTest.java
5560
// Copyright 2016 Twitter. 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...
apache-2.0
tomwscott/GoCD
base/src/com/thoughtworks/go/util/SystemEnvironment.java
35392
/*************************GO-LICENSE-START********************************* * Copyright 2014 ThoughtWorks, 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...
apache-2.0
jinghaomiao/apollo
modules/perception/camera/lib/lane/detector/denseline/denseline_lane_detector.cc
8172
/****************************************************************************** * Copyright 2018 The Apollo 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 *...
apache-2.0
bickelj/jitsi-meet
modules/UI/side_pannels/contactlist/Contact.js
362
/** * Class representing Contact model * @class Contact */ export default class Contact { constructor(opts) { let { id, avatar, name, isLocal } = opts; this.id = id; this.avatar = avatar || ''; this.name = name || ''; ...
apache-2.0
ibrsp/comanage-registry
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
68176
<?php /** * DboSourceTest file * * CakePHP(tm) Tests <https://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
apache-2.0