repo_name stringlengths 5 108 | path stringlengths 6 333 | size stringlengths 1 6 | content stringlengths 4 977k | license stringclasses 15
values |
|---|---|---|---|---|
lhillah/pnmlframework | pnmlFw-CoreModel/src/fr/lip6/move/pnml/pnmlcoremodel/hlapi/FontDecorationHLAPI.java | 2005 | /**
* Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités,
Univ. Paris 06 - CNRS UMR 7606 (LIP6)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | epl-1.0 |
schemeway/SchemeScript | plugin/src/org/schemeway/plugins/schemescript/editor/autoedits/DoubleQuoteInserter.java | 1148 | /*
* Copyright (c) 2004 Nu Echo Inc.
*
* This is free software. For terms and warranty disclaimer, see ./COPYING
*/
package org.schemeway.plugins.schemescript.editor.autoedits;
import org.eclipse.jface.text.*;
public class DoubleQuoteInserter implements IAutoEditStrategy {
public DoubleQuoteInserter() {
}
p... | epl-1.0 |
oxmcvusd/eclipse-integration-gradle | org.springsource.ide.eclipse.gradle.core/src/org/springsource/ide/eclipse/gradle/core/wizards/GradleImportOperation.java | 28545 | /*******************************************************************************
* Copyright (c) 2012, 2014 Pivotal Software, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is ... | epl-1.0 |
forge/javaee-descriptors | api/src/main/java/org/jboss/shrinkwrap/descriptor/api/javaee6/ResSharingScopeType.java | 778 | package org.jboss.shrinkwrap.descriptor.api.javaee6;
/**
* This class implements the <code> res-sharing-scopeType </code> xsd type
* @author <a href="mailto:ralf.battenfeld@bluewin.ch">Ralf Battenfeld</a>
* @author <a href="mailto:alr@jboss.org">Andrew Lee Rubinger</a>
*/
public enum ResSharingScopeType
{
_SH... | epl-1.0 |
girba/jdt2famix | src/test/java/com/feenk/jdt2famix/samples/basic/ClassWithExceptions.java | 655 | package com.feenk.jdt2famix.samples.basic;
import java.io.BufferedReader;
public class ClassWithExceptions {
public void method() throws Exception {
try {}
catch(RuntimeException e) {
throw e;
}
}
public void methodWithTryWithResource() throws Exception {
try (BufferedReader br = new BufferedReader(nu... | epl-1.0 |
qqbbyq/controller | opendaylight/md-sal/sal-remoterpc-connector/src/test/java/org/opendaylight/controller/remote/rpc/RemoteRpcImplementationTest.java | 7490 | /*
* Copyright (c) 2014 Brocade Communications Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html... | epl-1.0 |
msche/oval | src/main/java/net/sf/oval/context/OValContext.java | 1246 | /*******************************************************************************
* Portions created by Sebastian Thomschke are copyright (c) 2005-2012 Sebastian
* Thomschke.
*
* All Rights Reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0... | epl-1.0 |
rmcilroy/HeraJVM | rvm/src/org/jikesrvm/compilers/opt/OPT_IndexPropagationSystem.java | 29737 | /*
* This file is part of the Jikes RVM project (http://jikesrvm.org).
*
* This file is licensed to You under the Common Public License (CPL);
* You may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.opensource.org/licenses/cpl1.0.php
*... | epl-1.0 |
xiaohanz/softcontroller | opendaylight/netconf/config-netconf-connector/src/main/java/org/opendaylight/controller/netconf/confignetconfconnector/operations/editconfig/EditConfig.java | 11635 | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org... | epl-1.0 |
msbarry/Xtest | plugins/org.xtest.ui/src-gen/org/xtest/ui/contentassist/antlr/internal/InternalXTestLexer.java | 122843 | package org.xtest.ui.contentassist.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.Lexer;
import org.antlr.runtime.*;
import java.util.Stack;
... | epl-1.0 |
parraman/micobs | mesp/ctools/es.uah.aut.srg.micobs.mesp.ctool.gnumake_3_81/src/es/uah/aut/srg/micobs/mesp/ctool/gnumake/generator/CreateMainFolders.java | 4506 | /*******************************************************************************
* Copyright (c) 2013-2015 UAH Space Research Group.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | epl-1.0 |
tectronics/cpp-parallel-builder | com.dv.eclipse.parbuilder/src/com/dv/eclipse/parbuilder/preferences/PreferenceConstants.java | 441 | package com.dv.eclipse.parbuilder.preferences;
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
/**
*
*/
public static final String P_PATH = "pathPreference";
/**
*
*/
public static final String P_BOOLEAN = "booleanPreference";
/**
*
*/
public static fi... | epl-1.0 |
opendaylight/bgpcep | pcep/impl/src/test/java/org/opendaylight/protocol/pcep/impl/AbstractPCEPSessionTest.java | 6357 | /*
* Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | epl-1.0 |
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | utils/eclipselink.utils.workbench/uitools/source/org/eclipse/persistence/tools/workbench/uitools/app/ValueCollectionPropertyValueModelAdapter.java | 4190 | /*******************************************************************************
* Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. ... | epl-1.0 |
rticommunity/rtiperftest | srcJava/com/rti/perftest/ddsimpl/DynamicDataMembersId.java | 1006 | /*
* (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved.
* Subject to Eclipse Public License v1.0; see LICENSE.md for details.
*/
package com.rti.perftest.ddsimpl;
import java.util.HashMap;
import java.util.Map;
public class DynamicDataMembersId {
private static DynamicDataMembersId ins... | epl-1.0 |
szarnyasg/mondo-hawk | org.hawk.modelio.exml.tests/src/org/hawk/modelio/exml/metamodel/ModelioMetaModelResourceTest.java | 1435 | /*******************************************************************************
* Copyright (c) 2015 The University of York.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | epl-1.0 |
miklossy/xtext-core | org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/AbstractSemanticSequencer.java | 5089 | /*******************************************************************************
* Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... | epl-1.0 |
verhagen/java-table-api | src/test/java/com/github/verhagen/table/cell/CellGroupTest.java | 1815 | package com.github.verhagen.table.cell;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.testng.annotations.Test;
public class CellGroupTest {
@Test
public void createCellGroup() throws Exception {
... | epl-1.0 |
lincolnthree/windup | rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateCompatibleFileReportRuleProvider.java | 3968 | package org.jboss.windup.rules.apps.java.reporting.rules;
import org.jboss.windup.config.AbstractRuleProvider;
import org.jboss.windup.config.GraphRewrite;
import org.jboss.windup.config.metadata.MetadataBuilder;
import org.jboss.windup.config.operation.iteration.AbstractIterationOperation;
import org.jboss.windup.con... | epl-1.0 |
andiikaa/openhab2 | addons/binding/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/communicator/client/RpcClient.java | 14923 | /**
* Copyright (c) 2010-2018 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/... | epl-1.0 |
maxeler/eclipse | eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/InferTypeArguments/testCuCommonSuper/in/A.java | 180 | package p;
import java.util.ArrayList;
import java.util.List;
class A {
void foo() {
List list= new ArrayList();
list.add(new Double(1.7));
list.add(new Integer(1));
}
}
| epl-1.0 |
RodriguesJ/Atem | src/com/runescape/server/revised/content/achievement/karamja/elite/BoxingCleverAchievementTask.java | 11747 | /**
* Eclipse Public License - v 1.0
*
* THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
* OF THE
* PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
*
* 1. DEFINITIONS
*
* "Contribution" means:
*
* a) in ... | epl-1.0 |
NABUCCO/org.nabucco.testautomation.config | org.nabucco.testautomation.config.ui.rcp/src/main/gen/org/nabucco/testautomation/config/ui/rcp/list/config/view/TestConfigListViewTableFilter.java | 1907 | /*
* Copyright 2012 PRODYNA AG
*
* Licensed under the Eclipse Public License (EPL), Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/eclipse-1.0.php or
* http://www.nabucco.org/License... | epl-1.0 |
lbeurerkellner/n4js | plugins/org.eclipse.n4js.flowgraphs/src/org/eclipse/n4js/flowgraphs/factories/JumpFactory.java | 4363 | /**
* Copyright (c) 2017 Marcus Mews.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Marcus Mew... | epl-1.0 |
boniatillo-com/PhaserEditor | source/phasereditor/phasereditor.ui/src/phasereditor/ui/ImageCache.java | 3669 | // The MIT License (MIT)
//
// Copyright (c) 2015, 2016 Arian Fornaris
//
// 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 ri... | epl-1.0 |
lbeurerkellner/n4js | tools/org.eclipse.n4js.hlc.base/src/org/eclipse/n4js/hlc/base/HeadlessExtensionRegistrationHelper.java | 7078 | /**
* Copyright (c) 2017 NumberFour AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* NumberFo... | epl-1.0 |
wugian/work_study | MyView/src/main/java/com/penley/myview/activities/AutoTypeActivity.java | 2873 | package com.penley.myview.activities;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
import com.penley.myview.R;
import com.penley.myview.views.AutoTypeTextView;
import com.penley.myview.views.TypeTextView;
public class AutoTypeActivi... | epl-1.0 |
DavidGutknecht/elexis-3-base | bundles/ch.elexis.ebanking/src-gen/camt/GarnishmentType1.java | 2650 | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert:... | epl-1.0 |
gomezabajo/Wodel | wodeledu.dsls.modeltext.ui/xtend-gen/wodeledu/dsls/ui/labeling/ModelTextDescriptionLabelProvider.java | 428 | /**
* generated by Xtext 2.13.0
*/
package wodeledu.dsls.ui.labeling;
import org.eclipse.xtext.ui.label.DefaultDescriptionLabelProvider;
/**
* Provides labels for IEObjectDescriptions and IResourceDescriptions.
*
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#label-provider
*/
@Suppres... | epl-1.0 |
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | utils/eclipselink.utils.workbench/mappingsmodel/source/org/eclipse/persistence/tools/workbench/mappingsmodel/spi/DefaultSPIManager.java | 6989 | /*******************************************************************************
* Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. ... | epl-1.0 |
boniatillo-com/PhaserEditor | source/v2/phasereditor/phasereditor.ui/src/phasereditor/ui/ScaledImage.java | 5185 | // The MIT License (MIT)
//
// Copyright (c) 2015, 2018 Arian Fornaris
//
// 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... | epl-1.0 |
jeeeyul/eclipse.js | net.jeeeyul.eclipsejs/src/net/jeeeyul/eclipsejs/core/EJSContext.java | 1032 | package net.jeeeyul.eclipsejs.core;
import java.util.concurrent.CancellationException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.mozilla.javascript.Context;
/**
* Execution Context for eclipse.js scripts. It is basically same as rhino's
* default. However there is termination functionality by pr... | epl-1.0 |
Jose-Badeau/boomslang-wireframesketcher | com.wireframesketcher.model/src/java/com/wireframesketcher/model/util/ModelSwitch.java | 116097 | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.wireframesketcher.model.util;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.util.Switch;
import com.wireframesketcher.model.*;
/**
* <!-- begin-user-doc -->
* The <b>Switch</b> for the model's ... | epl-1.0 |
rohitmohan96/ceylon-ide-eclipse | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/core/model/JDTModule.java | 50254 | /*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* 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 vers... | epl-1.0 |
elucash/eclipse-oxygen | org.eclipse.jdt.ui/src/org/eclipse/jdt/internal/ui/jarpackagerfat/FatJarManifestProvider.java | 7632 | /*******************************************************************************
* Copyright (c) 2007, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | epl-1.0 |
scmod/nexus-public | components/nexus-bootstrap/src/main/java/org/sonatype/nexus/bootstrap/monitor/commands/HaltCommand.java | 1358 | /*
* Sonatype Nexus (TM) Open Source Version
* Copyright (c) 2008-present Sonatype, Inc.
* All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions.
*
* This program and the accompanying materials are made available under the terms of the Eclipse Public... | epl-1.0 |
niuqg/controller | opendaylight/md-sal/model/model-inventory/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/inventory/rev130819/NodeConnectorType.java | 519 | package org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819;
import org.opendaylight.yangtools.yang.binding.BaseIdentity;
import org.opendaylight.yangtools.yang.common.QName;
/**
Base identity for node connectors type
**/
public abstract class NodeConnectorType extends BaseIdentity
{
public stati... | epl-1.0 |
alovassy/titan.EclipsePlug-ins | org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GlobalIntervalHandler.java | 2029 | /******************************************************************************
* Copyright (c) 2000-2015 Ericsson Telecom AB
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | epl-1.0 |
elexis/elexis-3-austria | at.medevit.elexis.kassen.vaeb/src/at/medevit/elexis/kassen/vaeb/model/VaebLeistung.java | 5409 | /*******************************************************************************
* Copyright (c) 2015 MEDEVIT and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | epl-1.0 |
Juholei/lunch-time | android/app/src/main/java/com/lunchtime/MainActivity.java | 363 | package com.lunchtime;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponentNa... | epl-1.0 |
miklossy/xtext-core | org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/parser/terminalrules/xtextTerminalsTestLanguage/impl/CharacterRangeImpl.java | 7354 | /**
* generated by Xtext
*/
package org.eclipse.xtext.parser.terminalrules.xtextTerminalsTestLanguage.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclips... | epl-1.0 |
NABUCCO/org.nabucco.business.provision | org.nabucco.business.provision.impl.service/src/main/man/org/nabucco/business/provision/impl/service/produce/ProduceActivityAreaServiceHandlerImpl.java | 1808 | /*
* Copyright 2012 PRODYNA AG
*
* Licensed under the Eclipse Public License (EPL), Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/eclipse-1.0.php or
* http://www.nabucco.org/License... | epl-1.0 |
viatra/VIATRA-Generator | Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java | 6864 | /**
*/
package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.QuantifiedExpression;
import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term;
import ... | epl-1.0 |
elexis/elexis-3-core | bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/preferences/AnwenderPref.java | 4228 | /*******************************************************************************
* Copyright (c) 2006-2009, G. Weirich and Elexis
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | epl-1.0 |
BotondBaranyi/titan.core | titan_executor_api/TITAN_Executor_API/src/org/eclipse/titan/executorapi/exception/JniExecutorIllegalArgumentException.java | 1049 | /******************************************************************************
* Copyright (c) 2000-2017 Ericsson Telecom AB
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | epl-1.0 |
Achref001/My-Fashion-assistant--Android- | src/com/andy/myfashionassistant/model/ShoesFragment.java | 3796 | package com.andy.myfashionassistant.model;
import java.util.ArrayList;
import java.util.List;
import org.codepond.wizardroid.WizardStep;
import org.codepond.wizardroid.persistence.ContextVariable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.Layou... | epl-1.0 |
theanuradha/debrief | org.mwc.cmap.core/src/org/mwc/cmap/core/wizards/SelectColorPage.java | 3645 | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.... | epl-1.0 |
UnimibSoftEngCourse1516/lab2-es3-s.renzo | src/test/java/org/junit/tests/assertion/AssertionTest.java | 25175 | package org.junit.tests.assertion;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEqua... | epl-1.0 |
msche/oval | src/main/java/net/sf/oval/integration/spring/SpringValidator.java | 2697 | /*******************************************************************************
* Portions created by Sebastian Thomschke are copyright (c) 2005-2011 Sebastian
* Thomschke.
*
* All Rights Reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0... | epl-1.0 |
rmcilroy/HeraJVM | rvm/src/org/jikesrvm/compilers/opt/OPT_VCGEdge.java | 2498 | /*
* This file is part of the Jikes RVM project (http://jikesrvm.org).
*
* This file is licensed to You under the Common Public License (CPL);
* You may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.opensource.org/licenses/cpl1.0.php
*... | epl-1.0 |
nicolatimeus/kura | kura/org.eclipse.kura.linux.bluetooth/src/main/java/org/eclipse/kura/linux/bluetooth/le/beacon/BluetoothAdvertisingData.java | 3973 | /*******************************************************************************
* Copyright (c) 2011, 2020 Eurotech and/or its affiliates
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributi... | epl-1.0 |
rkadle/Tank | web/web_support/src/main/java/com/intuit/tank/script/TestUploadBean.java | 2096 | package com.intuit.tank.script;
/*
* #%L
* JSF Support Beans
* %%
* Copyright (C) 2011 - 2015 Intuit Inc.
* %%
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | epl-1.0 |
sleshchenko/che | wsagent/che-core-api-git-shared/src/main/java/org/eclipse/che/api/git/shared/TagCreateRequest.java | 968 | /*
* Copyright (c) 2012-2018 Red Hat, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red H... | epl-1.0 |
sudaraka94/che | plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/IDbgVariable.java | 1088 | /**
* ***************************************************************************** Copyright (c) 2016
* Rogue Wave Software, Inc. All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which accompanies this
* distribution, and i... | epl-1.0 |
forge/furnace | test-harness/arquillian/core/src/main/java/org/jboss/forge/arquillian/maven/ProjectHelper.java | 10381 | /*
* Copyright 2013 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.arquillian.maven;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
... | epl-1.0 |
maxeler/eclipse | eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/RunModelTests.java | 1022 | /*******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | epl-1.0 |
lhillah/pnmlframework | pnmlFw-PT-HLPNG/src/fr/lip6/move/pnml/pthlpng/terms/hlapi/OperatorHLAPI.java | 17533 | /**
* Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités,
Univ. Paris 06 - CNRS UMR 7606 (LIP6)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | epl-1.0 |
RodriguesJ/Atem | src/com/runescape/server/revised/content/skill/combat/magic/spells/lunar/StatSpy.java | 1218 | package com.runescape.server.revised.content.skill.combat.magic.spells.lunar;
import com.runescape.server.revised.content.skill.combat.magic.spells.AbstractSpell;
import com.runescape.server.revised.content.skill.combat.magic.spells.SpellBookType;
import com.runescape.server.revised.content.skill.combat.magic.spells.S... | epl-1.0 |
ModelWriter/Deliverables | WP2/D2.5.2_Generation/Jeni/lib/weka-src/src/main/java/weka/gui/knowledgeflow/steps/ClassValuePickerStepEditorDialog.java | 4405 | /*
* 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 that it w... | epl-1.0 |
Tasktop/code2cloud.server | com.tasktop.c2c.server/com.tasktop.c2c.server.tasks.web.ui/src/main/java/com/tasktop/c2c/server/tasks/client/widgets/TaskDetailsPopupPanel.java | 10128 | /*******************************************************************************
* Copyright (c) 2010, 2012 Tasktop Technologies
* Copyright (c) 2010, 2011 SpringSource, a division of VMware
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Pu... | epl-1.0 |
asupdev/asup | org.asup.fw.core/src/org/asup/fw/core/QContextProvider.java | 802 | /**
* Copyright (c) 2012, 2014 Sme.UP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.asup.fw... | epl-1.0 |
subclipse/subclipse | bundles/subclipse.ui/src/org/tigris/subversion/subclipse/ui/ImageDescriptors.java | 13456 | /**
* ***************************************************************************** Copyright (c) 2003,
* 2006 Subclipse project and others. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies
* this distribution,... | epl-1.0 |
dlitz/resin | modules/resin/src/com/caucho/servlets/ssi/SSIServlet.java | 3998 | /*
* Copyright (c) 1998-2011 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
aweinert/pwgen-android | src/com/alexweinert/pwgen/PronouncablePasswordFactory.java | 10206 | package com.alexweinert.pwgen;
public class PronouncablePasswordFactory extends PasswordFactory {
private class pwElement {
String str;
boolean isConsonant;
boolean isDiphtong;
boolean notFirst;
private pwElement(String str, boolean isConsonant, boolean isDiphtong, boolean... | gpl-2.0 |
dlitz/resin | modules/jca/src/javax/resource/spi/EISSystemException.java | 1569 | /*
* Copyright (c) 1998-2011 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
thangbn/Direct-File-Downloader | src/src/com/aelitis/azureus/core/networkmanager/impl/IncomingConnectionManager.java | 15120 | /*
* Created on 22 Jun 2006
* Created by Paul Gardner
* Copyright (C) 2006 Aelitis, 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; either version 2
* of the Licen... | gpl-2.0 |
sigee/Open-Realms-of-Stars | src/test/java/org/openRealmOfStars/player/fleet/FleetListTest2.java | 13087 | package org.openRealmOfStars.player.fleet;
import static org.junit.Assert.*;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import... | gpl-2.0 |
Hirokachi/SimpleNetworkReportingTool | src/snrt/GUIComponent.java | 18184 | /*
* This class contains the information for the GUI to run
* on this program.
*/
package snrt;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JFrame;
import javax.swing.Timer;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JTable;
import java.... | gpl-2.0 |
paawak/blog | code/SpringMVC/src/main/java/com/swayam/demo/web/formbean/ItemBean.java | 2795 | /*
* ItemBean.java
*
* Created on Aug 28, 2010 8:37:19 PM
*
* Copyright (c) 2002 - 2008 : Swayam Inc.
*
* P R O P R I E T A R Y & C O N F I D E N T I A L
*
* The copyright of this document is vested in Swayam Inc. without
* whose prior written permission its contents must not be published,
* adapted or repro... | gpl-2.0 |
ccancellieri/shoppingCart | src/test/java/it/ccancellieri/cart/ReceiptTest.java | 1431 | package it.ccancellieri.cart;
import it.ccancellieri.goods.Book;
import it.ccancellieri.goods.Food;
import it.ccancellieri.goods.RegularGood;
import it.ccancellieri.taxes.RegularSaleTax;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.math.BigDecimal;
import junit.framework.Assert;
imp... | gpl-2.0 |
rebeca-lang/org.rebecalang.modeltransformer | src/main/java/org/rebecalang/modeltransformer/ros/packageCreator/SrcDirectoryCreator.java | 2185 | package org.rebecalang.modeltransformer.ros.packageCreator;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import org.rebecalang.compiler.utils.ExceptionContainer;
import org.springframework.beans.factory.annotation.Autowired;
import or... | gpl-2.0 |
crotwell/sod | src/main/java/edu/sc/seis/sod/subsetter/availableData/AvailableDataAND.java | 1735 | package edu.sc.seis.sod.subsetter.availableData;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.w3c.dom.Element;
import edu.iris.Fissures.IfSeismogramDC.RequestFilter;
import edu.iris.Fissures.network.ChannelImpl;
import edu.sc.seis.fissuresUtil.cache.CacheEvent;
import edu.sc.seis.sod.Configurat... | gpl-2.0 |
BuddhaLabs/DeD-OSX | soot/soot-2.3.0/src/soot/Value.java | 1753 | /* Soot - a J*va Optimization Framework
* Copyright (C) 1997-1999 Raja Vallee-Rai
*
* 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 ... | gpl-2.0 |
zhang123shuo/javamop | src/javamop/parser/ast/expr/BooleanLiteralExpr.java | 1638 | /*
* Copyright (C) 2007 Julio Vilmar Gesser.
*
* This file is part of Java 1.5 parser and Abstract Syntax Tree.
*
* Java 1.5 parser and Abstract Syntax Tree 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 Sof... | gpl-2.0 |
vnu-dse/rtl | src/main/org/tzi/use/parser/soil/ast/ASTIterationStatement.java | 3956 | /*
* USE - UML based specification environment
* Copyright (C) 1999-2010 Mark Richters, University of Bremen
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* Li... | gpl-2.0 |
MilchReis/PicSearch | src/de/nartis/picsearch/gui/PreviewPanel.java | 2017 | package de.nartis.picsearch.gui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Desktop;
import java.awt.ScrollPane;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.File;
import java.io.IOException;
import java.util.List;
import java.util.Observable;
import ja... | gpl-2.0 |
mupi/readinweb | impl/src/main/java/br/unicamp/iel/util/CourseProperties.java | 4218 | package br.unicamp.iel.util;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import com.eclipsesource.json.JsonObject;
import com.eclipsesource.json.JsonObject.Member;
public class CourseProperties {
private JsonObject courseProperties;
public CourseProperties(JsonObject courseProp... | gpl-2.0 |
Qwaz/solved-hacking-problem | SSCTF/2016/Reverse/Re1/re1-e7e4ad1a_source_from_JADX/android/support/v4/app/aa.java | 953 | package android.support.v4.app;
import android.content.Context;
import android.util.SparseArray;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewGroup.LayoutParams;
import android.widget.FrameLayout;
class aa extends FrameLayout {
public aa(Context context) {
super(context... | gpl-2.0 |
jeslev/ProgramaVentas | app/src/main/java/com/example/yarvis/programaventas/BuyActivity.java | 9975 | package com.example.yarvis.programaventas;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import... | gpl-2.0 |
pablanco/taskManager | Android/FlexibleClient/src/com/artech/fragments/ComponentContainer.java | 3373 | package com.artech.fragments;
import java.util.List;
import android.content.Context;
import android.view.ViewParent;
import android.widget.LinearLayout;
import com.artech.android.layout.GxLayoutInTab;
import com.artech.base.controls.IGxControlRuntime;
import com.artech.base.metadata.layout.ComponentDefinit... | gpl-2.0 |
laurybueno/EP-IA-redes-neurais | LVQ/src/Inicializa.java | 5787 | import java.util.*;
//Classe Responsavel por fazer a inicializacao da Unidade de Saida(vetores de pesos), e receber os dados de Entrada
public class Inicializa{
double [][] vetoresDePesos; //vetores de pesos(matriz que carregas os neuronios de saida)
double [][] dadosEntrada; //matriz de dados de entrada (Treinamen... | gpl-2.0 |
CleverCloud/Quercus | resin/src/main/java/com/caucho/util/Base64.java | 11485 | /*
* Copyright (c) 1998-2010 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | gpl-2.0 |
asifdahir/nscloud | src/com/nscloud/android/ui/dialog/SharePasswordDialogFragment.java | 4375 | /**
* ownCloud Android client application
* @author masensio
* Copyright (C) 2015 ownCloud Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This progr... | gpl-2.0 |
OpenSourceConsulting/gradle_sample | src/main/java/com/osc/edu/commons/employees/service/EmployeesService.java | 2329 | /*
* Copyright (C) 2012-2014 Open Source Consulting, Inc. All rights reserved by Open Source Consulting, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the L... | gpl-2.0 |
kihira/MiniCreatures | src/main/java/kihira/minicreatures/common/entity/ai/EntityAIHappy.java | 2370 | package kihira.minicreatures.common.entity.ai;
import kihira.minicreatures.common.entity.EntityMiniCreature;
import net.minecraft.entity.ai.EntityAIBase;
import net.minecraft.entity.passive.EntityTameable;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.math.MathHelper;
import java.util.Ran... | gpl-2.0 |
Projet-JEE-EMN-FILA2-G8/EventManager | src/main/java/eventmanager/presentation/utils/Authentication.java | 1115 | /**
*
*/
package eventmanager.presentation.utils;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import eventmanager.presentation.utils.Constants;
/**
* @author Hadrien
*
*/
public class Authentication {
public static boolean userIsAuthenticated(HttpServletRequest reques... | gpl-2.0 |
Hana-Lee/baseball-game | src/main/java/kr/co/leehana/model/TotalRank.java | 914 | package kr.co.leehana.model;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Gen... | gpl-2.0 |
specialk1st/messenger | src/main/java/org/kelly_ann/messenger/exception/DataNotFoundException.java | 253 | package org.kelly_ann.messenger.exception;
public class DataNotFoundException extends RuntimeException {
private static final long serialVersionUID = -8253384228036686622L;
public DataNotFoundException(String message) {
super(message);
}
}
| gpl-2.0 |
phantamanta44/OpenAargon | src/main/java/io/github/phantamanta44/openar/game/piece/impl/PieceMirror.java | 1851 | package io.github.phantamanta44.openar.game.piece.impl;
import io.github.phantamanta44.openar.game.beam.Beam;
import io.github.phantamanta44.openar.game.beam.Direction;
import io.github.phantamanta44.openar.game.map.IGameField;
import io.github.phantamanta44.openar.game.piece.IGamePiece;
import io.github.phantamanta44... | gpl-2.0 |
TheTypoMaster/Scaper | openjdk/jdk/src/share/classes/sun/tools/jstat/OptionFormat.java | 3336 | /*
* Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundati... | gpl-2.0 |
Romenig/ivprog2-final | ivprog-final/src/usp/ime/line/ivprog/interpreter/execution/expressions/booleans/comparisons/LessThan.java | 1790 | /**
* Instituto de Matemática e Estatística da Universidade de São Paulo (IME-USP)
* iVProg is a open source and free software of Laboratório de Informática na
* Educação (LInE) licensed under GNU GPL2.0 license.
* Prof. Dr. Leônidas de Oliveira Brandão - leo@ime.usp.br
* Romenig da Silva Ribeiro - romenig@... | gpl-2.0 |
ChristophGr/ownlist | listsync/src/test/java/com/example/listsync/WebDAVIT.java | 1706 | /*
* Copyright Christoph Gritschenberger 2014.
*
* This file is part of OwnList.
*
* OwnList 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 l... | gpl-2.0 |
smarr/Truffle | espresso/src/com.oracle.truffle.espresso.hotswap/src/com/oracle/truffle/espresso/hotswap/ServiceWatcher.java | 31640 | /*
* Copyright (c) 2021, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of ... | gpl-2.0 |
rfc1459/moca | src/main/java/org/level28/android/moca/ui/faq/FaqItemView.java | 1782 | // @formatter:off
/*
* FaqItemView.java - view holder for FAQ items
* Copyright (C) 2012 Matteo Panella <morpheus@level28.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either vers... | gpl-2.0 |
joshmoore/openmicroscopy | components/insight/SRC/org/openmicroscopy/shoola/agents/fsimporter/DirectoryMonitor.java | 3176 | /*
* org.openmicroscopy.shoola.agents.fsimporter.DirectoryMonitor
*
*------------------------------------------------------------------------------
* Copyright (C) 2006-2008 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | gpl-2.0 |
unkascrack/curso-struts2 | resources/ejercicio-2.05/src/es/curso/struts2/ejercicio25/dao/UsuarioDAO.java | 1421 | package es.curso.struts2.ejercicio25.dao;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import es.curso.struts2.ejercicio25.model.Usuario;
public class UsuarioDAO {
private static UsuarioDAO usuarioDAO = new UsuarioDAO();
private U... | gpl-2.0 |
smarr/Truffle | sulong/projects/com.oracle.truffle.llvm.runtime/src/com/oracle/truffle/llvm/runtime/nodes/api/LLVMVoidStatementNode.java | 2211 | /*
* Copyright (c) 2016, 2019, Oracle and/or its affiliates.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,... | gpl-2.0 |
sunknife/GoJavaOnline | EE Module 6 Part2/src/main/java/objects/Dish.java | 1688 | package objects;
import java.util.List;
import java.util.Map;
public class Dish {
private int id;
private String name;
private String category;
private double cost;
private int weight;
private Map<Integer,Double> ingredients;
public Dish(int id, String name, String category, double cost,... | gpl-2.0 |
kingkybel/utilities | GUIComponents/src/com/kybelksties/gui/controls/ShapeComboBoxBeanInfo.java | 91775 | /*
* Copyright (C) 2015 Dieter J Kybelksties
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program ... | gpl-2.0 |
monkeyk/spring-oauth-server | src/main/java/com/monkeyk/sos/SpringOauthServerServletInitializer.java | 851 | package com.monkeyk.sos;
import com.monkeyk.sos.web.WebUtils;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
/**
* 2017-12-05
*
* @author... | gpl-2.0 |