repo_name
stringlengths
4
116
path
stringlengths
4
379
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
DrXyzzy/cocalc
src/packages/frontend/billing/util.tsx
1909
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ import { React, Rendered } from "../app-framework"; import { Icon } from "../components/icon"; import { PROJECT_UPGRADES } from "@cocalc/util/schema"; import { Tip } from "../c...
agpl-3.0
vimsvarcode/elmis
modules/odk-api/src/main/java/org/openlmis/odkapi/repository/mapper/ODKAccountMapper.java
2245
/* * 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, ...
agpl-3.0
jhausladen/esclide
cloud9/plugins-client/ext.embedded_debugger/embedded_debugger.js
27258
/** * Debugger for Embedded Hardware for the Cloud9 IDE * * @author Jürgen Hausladen * @copyright 2016, SAT, FH Technikum Wien * @license AGPL <http://www.gnu.org/licenses/agpl.txt> */ define(function (require, exports, module) { require("apf/elements/codeeditor"); var ide = require("core/ide"); va...
agpl-3.0
juju/juju
upgrades/steps_2919.go
445
// Copyright 2021 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package upgrades // stateStepsFor2919 returns upgrade steps for juju 2.9.19 func stateStepsFor2919() []Step { return []Step{ &upgradeStep{ description: `migrate legacy cross model tokens`, targets: []Target{Datab...
agpl-3.0
renderpci/dedalo-4
lib/pdfjs/lib/shared/compatibility.js
4827
/** * @licstart The following is the entire license notice for the * Javascript code in this page * * Copyright 2018 Mozilla 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...
agpl-3.0
beast-dev/beast-mcmc
src/dr/evolution/datatype/HiddenNucleotides.java
2685
/* * NewHiddenNucleotides.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 redistribute...
lgpl-2.1
iklim/essencia
src/main/resources/genericfaces/Record.ejs.js
380
var Record = function(objectId, className){ this.objectId = objectId; this.className = className; } Record.prototype = { toggleChild : function(element){ // Checks for display:[none|block], ignores visible:[true|false] if($(element).parent().next().is(":visible")){ $(element).html("+"); }else{ $(element...
lgpl-2.1
sugchand/neoview-middle-box
src/nvrelay/relay_handler.py
18264
''' Created on 10 Sep 2016 @author: sugesh ''' #! /usr/bin/python3 # -*- coding: utf8 -*- # The camera handler module for nv-middlebox. # __author__ = "Sugesh Chandran" __copyright__ = "Copyright (C) The neoview team." __license__ = "GNU Lesser General Public License" __version__ = "1.0" from watchdog.observers imp...
lgpl-2.1
TheHunter/WcfExtensions
WcfExtensions.net40/Properties/AssemblyInfo.cs
1423
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Wc...
lgpl-2.1
kevin-chen-hw/LDAE
com.huawei.soa.ldae/src/main/java/org/hibernate/procedure/ParameterStrategyException.java
1299
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2013, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
lgpl-2.1
Foeskes/Stats-Detector-Mod
src/main/java/com/foeskes/statsdetector/item/ItemGunDetectorNeutral.java
1653
package com.foeskes.statsdetector.item; import com.foeskes.statsdetector.StatsDetector; import com.foeskes.statsdetector.projectiles.EntityDetectorRay2; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.SoundEvents; import net.minecraft.item.EnumAction; import net.minecraft.item.Item; import ...
lgpl-2.1
d-plaindoux/rapido
src/main/scala/smallibs/rapido/lang/syntax/parser.scala
5462
/* * Copyright (C)2014 D. Plaindoux. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2, or (at your option) any * later version. * * This program is distributed i...
lgpl-2.1
jkinner/ringside
social/vendor/shindig/includes/shindig/gadgets/ContainerConfig.php
4539
<?php class ContainerConfig { public $default_container = 'default'; public $container_key = 'gadgets.container'; private $config = array(); public function __construct($defaultContainer) { if (! empty($defaultContainer)) { $this->loadContainers($defaultContainer); } } private function loadContainers...
lgpl-2.1
mbinette91/ConstructionLCA-IfcReader
IfcPlusPlus/src/ifcpp/IFC4/IfcPipeSegment.cpp
6772
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * include...
lgpl-2.1
pombredanne/zero-install
zeroinstall/injector/trust.py
5033
""" Records who we trust to sign feeds. Trust is divided up into domains, so that it is possible to trust a key in some cases and not others. @var trust_db: Singleton trust database instance. """ # Copyright (C) 2009, Thomas Leonard # See the README file for details, or visit http://0install.net. from zeroinstall i...
lgpl-2.1
bparzella/secsgem
secsgem/common/__init__.py
1123
##################################################################### # __init__.py # # (c) Copyright 2013-2021, Benjamin Parzella. All rights reserved. # # 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 Softw...
lgpl-2.1
FedoraScientific/salome-geom
src/AdvancedGUI/AdvancedGEOM_images.ts
6339
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.0" language="en_US"> <context> <name>@default</name> <message> <source>ICON_OBJBROWSER_ADVANCED_201</source> <translation>tree_pipetshape.png</translation> </message> <message> <source>IC...
lgpl-2.1
xpressengine/xe-module-textyle
libs/metaweblog.class.php
20681
<?php class metaWebLog { var $url = null; var $user_id = null; var $password = null; var $blogid = null; function metaWebLog($url, $user_id = null, $password = null, $blogid = null) { if(!preg_match('/^(http|https)/i',$url)) $url = 'http://'.$url; ...
lgpl-2.1
EmreAtes/spack
var/spack/repos/builtin/packages/essl/package.py
3090
############################################################################## # Copyright (c) 2013-2018, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. # # This file is part of Spack. # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-64...
lgpl-2.1
shabanovd/exist
src/org/exist/client/xacml/DatabaseInterface.java
7141
package org.exist.client.xacml; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.Set; import java.util.TreeSet; import org.apache.log4j.Logger; import org.exist.client.ClientFrame; import org.exist.security.xacml.XACMLConstants; import org.exist.security.xacml.XACMLUt...
lgpl-2.1
skosukhin/spack
var/spack/repos/builtin/packages/hepmc/package.py
2012
############################################################################## # Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. # # This file is part of Spack. # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-64...
lgpl-2.1
GNOME/orca
test/keystrokes/firefox/aria_alert_dialog.py
2343
#!/usr/bin/python """Test of UIUC button presentation using Firefox.""" from macaroon.playback import * import utils sequence = MacroSequence() #sequence.append(WaitForDocLoad()) sequence.append(PauseAction(5000)) sequence.append(TypeAction("12")) sequence.append(utils.StartRecordingAction()) sequence.append(KeyCom...
lgpl-2.1
kuba1/qtcreator
src/plugins/debugger/sourceutils.cpp
12387
/**************************************************************************** ** ** 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
mbatchelor/pentaho-reporting
libraries/libpensol/src/main/java/org/pentaho/reporting/libraries/pensol/LibPensolInfo.java
1911
/*! * This program 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. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can ob...
lgpl-2.1
0xbb/jitsi
src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java
32591
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.gui.main.contactlist; import java.awt.*; import java.awt.event.*; import java.util.*; import java.util.List; import javax.swing.*; ...
lgpl-2.1
mbatchelor/pentaho-reporting
designer/datasource-editor-jdbc/src/main/java/org/pentaho/reporting/ui/datasources/jdbc/ui/JdbcQueryDesignerDialog.java
5581
/* * This program 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. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you c...
lgpl-2.1
noahc3/abilitystones
src/main/java/com/noahc3/abilitystones/recipe/AdvRecipe.java
468
package com.noahc3.abilitystones.recipe; import java.util.ArrayList; public class AdvRecipe { public String output; public int dustCost; public ArrayList<ItemGroup> recipe = new ArrayList<>(); public AdvRecipe(String output, int dustCost, ItemGroup ... itemGroups) { this.output = output; ...
lgpl-2.1
ambs/exist
exist-core/src/main/java/org/exist/util/Configuration.java
75650
/* * eXist-db Open Source Native XML Database * Copyright (C) 2001 The eXist-db Authors * * info@exist-db.org * http://www.exist-db.org * * 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 Foun...
lgpl-2.1
kadamwhite/p5.js
src/core/constants.js
4541
/** * @module Constants * @submodule Constants * @for p5 */ var PI = Math.PI; module.exports = { // GRAPHICS RENDERER P2D: 'p2d', WEBGL: 'webgl', // ENVIRONMENT ARROW: 'default', CROSS: 'crosshair', HAND: 'pointer', MOVE: 'move', TEXT: 'text', WAIT: 'wait', // TRIGONOMETRY /** * HAL...
lgpl-2.1
rhinstaller/blivet
blivet/size.py
6452
# size.py # Python module to represent storage sizes # # Copyright (C) 2010 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # Th...
lgpl-2.1
Radi0actvChickn/Polyglot-Trait-Extension
src/polyglot/frontend/Compiler.java
11840
/******************************************************************************* * This file is part of the Polyglot extensible compiler framework. * * Copyright (c) 2000-2012 Polyglot project group, Cornell University * Copyright (c) 2006-2012 IBM Corporation * All rights reserved. * * This program and the acco...
lgpl-2.1
micrexp/gtkwebkitsharp
Webkit/DOM/WebKitDOMMediaError.cs
2135
//---------------------------------------------------------------------------- // This is autogenerated code by CppSharp. // Do not edit this file or all your changes will be lost after re-generation. //---------------------------------------------------------------------------- using System; using System.Runtime.Inter...
lgpl-2.1
ianmartin/GPSTk
src/EphemerisRange.cpp
7906
#pragma ident "$Id$" //============================================================================ // // This file is part of GPSTk, the GPS Toolkit. // // The GPSTk 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 S...
lgpl-2.1
knowarth-technologies/theme-personalizer
liferay-6-2-0/theme-personalizer/theme-personalizer-portlet/src/main/java/com/knowarth/portlets/themepersonalizer/model/impl/UserPersonalizedThemeBaseImpl.java
1552
package com.knowarth.portlets.themepersonalizer.model.impl; import com.knowarth.portlets.themepersonalizer.model.UserPersonalizedTheme; import com.knowarth.portlets.themepersonalizer.service.UserPersonalizedThemeLocalServiceUtil; import com.liferay.portal.kernel.exception.SystemException; /** * The extended model b...
lgpl-2.1
PhoenixClub/libcommoncpp
lib/commonc++/ByteBufferDataWriter.h++
2087
/* --------------------------------------------------------------------------- commonc++ - A C++ Common Class Library Copyright (C) 2005-2012 Mark A Lindner This file is part of commonc++. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library Genera...
lgpl-2.1
khanhhua/priced
src/wsgi.py
1656
import sys, os from os.path import (join, dirname, realpath) from tornado.web import (StaticFileHandler, url ) from app import App base_path = dirname(__file__) sys.path.insert(0, base_path) static_path = realpath(join(ba...
lgpl-2.1
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
3813
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.test.annotations.entity; import org.junit.Test; import org....
lgpl-2.1
nonrational/qt-everywhere-opensource-src-4.8.6
src/3rdparty/webkit/Source/WebKit/qt/declarative/.moc/release-shared/moc_qdeclarativewebview_p.cpp
31537
/**************************************************************************** ** Meta object code from reading C++ file 'qdeclarativewebview_p.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) ** ** WARNING! All changes made in this file will be lost! ***********************************************...
lgpl-2.1
FedoraScientific/salome-geom
src/GEOM_SWIG/STEPPluginBuilder.py
5041
# -*- coding: iso-8859-1 -*- # Copyright (C) 2014 CEA/DEN, EDF R&D, OPEN CASCADE # # 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 optio...
lgpl-2.1
EgorZhuk/pentaho-reporting
libraries/libserializer/src/main/java/org/pentaho/reporting/libraries/serializer/methods/GeneralPathSerializer.java
5322
/* * This program 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. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can obt...
lgpl-2.1
lukeu/TracInstant
src/main/java/com/github/tracinstant/app/download/Target.java
2587
/* * Copyright 2011 the original author or authors. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or * (at your option) any later version. * ...
lgpl-2.1
oregional/tiki
lib/wiki/semanticlib.php
11008
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id$ class SemanticLib { private $knownTokens = false; p...
lgpl-2.1
vrkansagara/web-doc-editor
js/ui/cmp/CheckEntitiesPrompt.js
1124
Ext.namespace('ui','ui.cmp'); ui.cmp.CheckEntitiesPrompt = Ext.extend(Ext.Window, { title : _('Check entities'), iconCls : 'iconRun', id : 'win-check-entities', layout : 'fit', width : 250, height : 140, resizable : false, modal : true, bodyStyle ...
lgpl-2.1
naturalatlas/mapnik
include/mapnik/datasource.hpp
4840
/***************************************************************************** * * This file is part of Mapnik (c++ mapping toolkit) * * Copyright (C) 2017 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as p...
lgpl-2.1
mgo-tec/EasyWebSocket_SPIFFS
src/EasyWebSocket.cpp
49026
/* EasyWebSocket.cpp - WebSocket for ESP-WROOM-02 ( esp8266 ) Beta version 1.48 Copyright (c) 2016 Mgo-tec This library improvement collaborator is Mr.Visyeii. This library is used by the Arduino IDE(Tested in ver1.6.12). This library is free software; you can redistribute it and/or modify it under the terms of t...
lgpl-2.1
PaperMC/PaperGradle
src/main/java/net/minecraftforge/gradle/patcher/PatcherProject.java
12806
/* * A Gradle plugin for the PaperMC build process. * Copyright (C) 2016-2018 PaperMC * * 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 ...
lgpl-2.1
jochenvdv/checkstyle
src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheck.java
7407
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2017 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
lgpl-2.1
orpiske/nus
src/base/nskiplist.hpp
13452
// LICENSE: (Please see the file COPYING for details) // // NUS - Nemesis Utilities System: A C++ application development framework // Copyright (C) 2006, 2008 Otavio Rodolfo Piske // // This file is part of NUS // // This library is free software; you can redistribute it and/or // modify it under the terms of the ...
lgpl-2.1
drdrsh/JmolOVR
src/javajs/util/OC.java
8845
package javajs.util; import java.io.BufferedWriter; import java.io.ByteArrayOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import javajs.J2SIgnoreImport; import javajs.api.BytePoster; import javajs.api.JmolObjectInterface; ...
lgpl-2.1
ManolitoOctaviano/Language-Identification
src/java/de/danielnaber/languagetool/tagging/disambiguation/rules/fr/FrenchRuleDisambiguator.java
1231
/* LanguageTool, a natural language style checker * Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de) * * 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
ssdxiao/kimchi
plugins/__init__.py
777
# # Project Kimchi # # Copyright IBM, Corp. 2014 # # 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. # # This lib...
lgpl-2.1
rjamesnw/v8dotnet
Source/V8.NET-Proxy/FunctionTemplateProxy.cpp
6817
#include "ProxyTypes.h" // ------------------------------------------------------------------------------------------------------------------------ FunctionTemplateProxy::FunctionTemplateProxy(V8EngineProxy* engineProxy, uint16_t* className, ManagedJSFunctionCallback managedCallback) :ProxyBase(FunctionTemplateProxy...
lgpl-2.1
community-ssu/qt-mobility
tests/auto/qgeoinfosources_wince/tst_qgeoinfosources_wince.cpp
6394
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commerci...
lgpl-2.1
house13/CardBox
projects/games/sagashi/src/java/com/samskivert/sagashi/data/SagashiMarshaller.java
1483
// // Sagashi - A word finding game for the Game Gardens platform // http://github.com/threerings/game-gardens/blob/master/projects/games/sagashi/LICENSE package com.samskivert.sagashi.data; import javax.annotation.Generated; import com.samskivert.sagashi.client.SagashiService; import com.threerings.presents.client....
lgpl-2.1
gytis/narayana
ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/utils/jtaxI18NLogger.java
15540
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc. and/or its affiliates, * and individual contributors as indicated by the @author tags. * See the copyright.txt in the distribution for a * full listing of individual contributors. * This copyrighted material is made available to anyone w...
lgpl-2.1
savoirfairelinux/ring-lrc
src/dbus/videomanager.cpp
2333
/**************************************************************************** * Copyright (C) 2012-2021 Savoir-faire Linux Inc. * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * ...
lgpl-2.1
mattalexx/dbal
lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
3862
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
lgpl-2.1
4thAce/evilhow
lib/pear/PEAR/Registry.php
73386
<?php /** * PEAR_Registry * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 3.0 of the PHP license * that is available through the world-wide-web at the following URI: * http://www.php.net/license/3_0.txt. If you did not receive a copy of * the PHP License and are unable to obtain it...
lgpl-2.1
cejug/yougi
java/src/main/java/org/cejug/yougi/knowledge/web/controller/MailingListMBean.java
2800
/* Yougi is a web application conceived to manage user groups or * communities focused on a certain domain of knowledge, whose members are * constantly sharing information and participating in social and educational * events. Copyright (C) 2011 Hildeberto Mendonça. * * This application is free software; you can re...
lgpl-2.1
sbonoc/opencms-core
src/org/opencms/xml/containerpage/CmsContainerBean.java
7760
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (http://www.alkacon.com) * * 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 So...
lgpl-2.1
KDE/android-qt-creator
src/libs/utils/fileinprojectfinder.cpp
8744
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
lgpl-2.1
tikiorg/tiki
lib/test/core/Event/CustomizerTest.php
3885
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id$ class Tiki_Event_CustomizerTest extends PHPUnit_Frame...
lgpl-2.1
fjalvingh/domui
common/to.etc.alg/src/main/java/to/etc/csv/CSVRecordReader.java
15481
/* * DomUI Java User Interface - shared code * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * 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 Licens...
lgpl-2.1
michaelgena/nuxeo-unify-php
nuxeo-unify-php-plugin/src/main/yo/app/scripts/controllers/generaldocumentation.js
880
'use strict'; /** * @ngdoc function * @name frontjcdApp.controller:MainCtrl * @description * # MainCtrl * Controller of the frontApp */ angular.module('frontApp') .controller('GeneralDocumentationCtrl', function ($scope, $cookies, nuxeoClient) { //$scope, $routeParams, $sce, $location, nuxeoClient $scope.d...
lgpl-2.1
robclark/qtmobility-1.1.0
tools/qcrmlgen/main.cpp
2174
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commerci...
lgpl-2.1
kpalin/dasobert
src/org/biojava/dasobert/das/AlignmentParameters.java
3503
/* * 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 thi...
lgpl-2.1
ironjacamar/ironjacamar
deployers/tests/src/test/java/org/jboss/jca/test/deployers/spec/rars/ra16inout/TestActivationSpec.java
1356
/* * IronJacamar, a Java EE Connector Architecture implementation * Copyright 2009, Red Hat Inc, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or...
lgpl-2.1
mrijk/gimp-sharp
lib/Spacing.cs
1087
// GIMP# - A C# wrapper around the GIMP Library // Copyright (C) 2004-2018 Maurits Rijk // // Spacing.cs // // 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 ...
lgpl-2.1
geotools/geotools
modules/unsupported/elasticsearch/src/main/java/org/geotools/data/elasticsearch/FilterToElasticException.java
913
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2020, Open Source Geospatial Foundation (OSGeo) * * 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 Softw...
lgpl-2.1
NixOS/nix
src/nix/cat.cc
1818
#include "command.hh" #include "store-api.hh" #include "fs-accessor.hh" #include "nar-accessor.hh" using namespace nix; struct MixCat : virtual Args { std::string path; void cat(ref<FSAccessor> accessor) { auto st = accessor->stat(path); if (st.type == FSAccessor::Type::tMissing) ...
lgpl-2.1
Luxoft/SDLP2
SDL_Core/src/components/application_manager/src/commands/hmi/ui_perform_audio_pass_thru_response.cc
2317
/** * Copyright (c) 2013, Ford Motor Company * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list of condi...
lgpl-2.1
robclark/qtmobility-1.1.0
tests/auto/qcontactmanager/tst_qcontactmanager.cpp
154468
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commerci...
lgpl-2.1
metlos/rhq-plugin-annotation-processor
annotations/src/main/java/org/rhq/plugin/annotation/AgentPlugin.java
1787
/* * RHQ Management Platform * Copyright (C) 2013 Red Hat, Inc. * 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 dis...
lgpl-2.1
gitkhs/cms-kq
modules/member/lang.korean/pages/_pc/mypage/info.php
22757
<?php include_once $g['dir_module_skin'].'_menu.php'?> <div id="pages_join"> <form name="procForm" action="<?php echo $g['s']?>/" method="post" target="_action_frame_<?php echo $m?>" onsubmit="return saveCheck(this);"> <input type="hidden" name="r" value="<?php echo $r?>" /> <input type="hidden" name="m" value...
lgpl-2.1
agentlab/powerloom-osgi
plugins/edu.isi.powerloom/src/edu/isi/powerloom/logic/SubsumptionInferenceLevel.java
9537
// -*- Mode: Java -*- // // SubsumptionInferenceLevel.java /* +---------------------------- BEGIN LICENSE BLOCK ---------------------------+ | | | Version: MPL 1.1/GPL 2.0/LGPL 2.1 | | ...
lgpl-2.1
JojoCMS/Jojo-CMS
plugins/jojo_core/classes/Jojo/Field/Textarea.php
2092
<?php /** * Jojo CMS * ================ * * Copyright 2007-2008 Harvey Kane <code@ragepank.com> * Copyright 2007-2008 Michael Holt <code@gardyneholt.co.nz> * Copyright 2007 Melanie Schulz <mel@gardyneholt.co.nz> * * See the enclosed file license.txt for license information (LGP...
lgpl-2.1
gambess/ERP-Arica
htdocs/lib/antivir.class.php
4836
<?php /* Copyright (C) 2000-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org> * Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr> * * This program is free softw...
lgpl-2.1
usox/PHPTAL
tests/BlockTest.php
1599
<?php declare(strict_types=1); /** * PHPTAL templating engine * * Originally developed by Laurent Bedubourg and Kornel Lesiński * * @category HTML * @package PHPTAL * @author Laurent Bedubourg <lbedubourg@motion-twin.com> * @author Kornel Lesiński <kornel@aardvarkmedia.co.uk> * @author See contributors...
lgpl-2.1
jbosgi/jbosgi-framework
itest/src/test/java/org/jboss/test/osgi/framework/resolver/support/b/BC.java
1021
package org.jboss.test.osgi.framework.resolver.support.b; /* * #%L * JBossOSGi Framework * %% * Copyright (C) 2010 - 2012 JBoss by Red Hat * %% * 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...
lgpl-2.1
cytoscape/cytoscape-impl
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/dependency/NodeSizeDependencyFactory.java
2031
package org.cytoscape.ding.dependency; /* * #%L * Cytoscape Ding View/Presentation Impl (ding-presentation-impl) * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2006 - 2021 The Cytoscape Consortium * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Gen...
lgpl-2.1
Mbewu/libmesh
src/fe/inf_fe_base_radial.C
5140
// The libMesh Finite Element Library. // Copyright (C) 2002-2014 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
guigarage/LessFX
src/test/java/com/guigarage/lessfx/converters/MathematicsTest.java
632
package com.guigarage.lessfx.converters; import org.junit.Test; /** * @author Robin Küster * @since 2015-02-18 */ public abstract class MathematicsTest { @Test public abstract void testInteger(); @Test public abstract void testDouble(); @Test public abstract void testNegInteger(); @T...
lgpl-2.1
kata198/python-nonblock
nonblock/BackgroundRead.py
6107
''' Copyright (c) 2015-2016 Timothy Savannah under terms of LGPLv2. You should have received a copy of this LICENSE with this distribution. read.py Contains pure-python functions for non-blocking reads in python ''' # vim: ts=4 sw=4 expandtab import time import threading from .read import nonblock_read fr...
lgpl-2.1
rspavel/spack
var/spack/repos/builtin/packages/rocgdb/package.py
1999
# 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 Rocgdb(AutotoolsPackage): """This is ROCgdb, the ROCm source-level debugger for Linux, ...
lgpl-2.1
sgeh/JSTools.net
Branches/JSTools 0.30/JSTools.Parser/JSTools/Parser/Cruncher/HtmlCommentBeginItem.cs
2019
/* * 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. * * This library is distributed in the hope that it wi...
lgpl-2.1
gavin-hu/focusns
focusns-base/focusns-runtime/src/test/java/org/focusns/service/msg/MessageServiceTest.java
1786
package org.focusns.service.msg; /* * #%L * FocusSNS Runtime * %% * Copyright (C) 2011 - 2013 FocusSNS * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 2.1 of...
lgpl-2.1
bhulliger/CRF
src/demos/crfTest/crfStressTest/src/IlluminatedModel.cpp
2690
/* * Filename: IlluminatedIlluminatedModel.cpp * Project: crfStressTest * Author: Stefan Broder (brods1@bfh.ch) * Creation Date: 05.06.2009 * Purpose: Container class for a model with two rotating lights * */ #include "IlluminatedModel.h" using namespace osg; using namespace std; IlluminatedModel::I...
lgpl-2.1
joevandyk/osg
examples/osgsimplifier/osgsimplifier.cpp
5334
/* OpenSceneGraph example, osgsimplifier. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pub...
lgpl-2.1
lucee/Lucee
core/src/main/java/lucee/print.java
59
package lucee; public final class print extends aprint { }
lgpl-2.1
herculeshssj/imobiliariaweb
src/br/com/hslife/imobiliaria/service/CEPService.java
2883
/*** Copyright (c) 2011, 2014 Hércules S. S. José Este arquivo é parte do programa Imobiliária Web. Imobiliária Web é um software livre; você pode redistribui-lo e/ou modificá-lo dentro dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do Software Liv...
lgpl-2.1
dudochkin-victor/libgogootouch
src/extensions/mashup/appletcommunication/mappletclient.cpp
2585
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of this ...
lgpl-2.1
shabanovd/exist
test/src/org/exist/xquery/AnnotationsTest.java
8815
/* * eXist Open Source Native XML Database * Copyright (C) 2004-2012 The eXist Project * http://exist-db.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2 * o...
lgpl-2.1
RPCS3/discord-bot
CompatBot/Database/Migrations/BotDb/20190129194930_AddE3Schedule.cs
1242
using Microsoft.EntityFrameworkCore.Migrations; namespace CompatBot.Database.Migrations { public partial class AddE3Schedule : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "e3_schedule", ...
lgpl-2.1
fazz/digidoc4j
src/eu/europa/ec/markt/dss/validation102853/ocsp/SKOnlineOCSPSource.java
8466
/* DigiDoc4J library * * This software is released under either the GNU Library General Public * License (see LICENSE.LGPL). * * Note that the only valid version of the LGPL license as far as this * project is concerned is the original GNU Library General Public License * Version 2.1, February 1999 */ package eu.europ...
lgpl-2.1
johnlee175/john4j
src/com/johnsoft/library/swing/component/mergetable/JohnMergeTableHeaderUI.java
5878
package com.johnsoft.library.swing.component.mergetable; import java.awt.Component; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Point; import java.awt.Rectangle; import java.util.Enumeration; import java.util.List; import javax.swing.JComponent; import javax.swing.JLabel; import javax.swing.t...
lgpl-2.1
CodeDJ/qt5-hidpi
qt/qtbase/tests/auto/gui/image/qimage/tst_qimage.cpp
84936
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees ho...
lgpl-2.1
wctaiwan/joeq
Compil3r/Quad/BytecodeToQuad.java
124534
// BytecodeToQuad.java, created Fri Jan 11 16:42:38 2002 by joewhaley // Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu> // Licensed under the terms of the GNU LGPL; see COPYING for details. package Compil3r.Quad; import java.util.HashMap; import java.util.LinkedList; import Bootstrap.PrimordialClassLoader; i...
lgpl-2.1
IDgis/geo-publisher
publisher-domain/src/main/java/nl/idgis/publisher/domain/job/NotificationType.java
308
package nl.idgis.publisher.domain.job; import nl.idgis.publisher.domain.MessageProperties; import nl.idgis.publisher.domain.MessageType; public interface NotificationType<T extends MessageProperties> extends MessageType<T> { String name(); NotificationResult getResult(String resultName); }
lgpl-2.1
kajona/kajonacms
module_system/admin/formentries/FormentryTageditor.php
2557
<?php /*"****************************************************************************************************** * (c) 2007-2016 by Kajona, www.kajona.de * * Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ...
lgpl-2.1
herculeshssj/unirio-ppgi-goalservice
GoalService/discovery/src/main/org/deri/wsmx/discovery/rule/complete/HWRuleServiceDescription.java
2417
/* * Copyright (c) 2006, University of Innsbruck, Austria. * * 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...
lgpl-2.1