repo_name stringlengths 5 108 | path stringlengths 6 333 | size stringlengths 1 6 | content stringlengths 4 977k | license stringclasses 15
values |
|---|---|---|---|---|
snavaneethan1/jaffa-framework | jaffa-core/source/java/org/jaffa/presentation/portlet/widgets/taglib/GridRowTag.java | 7649 | /*
* ====================================================================
* JAFFA - Java Application Framework For All
*
* Copyright (C) 2002 JAFFA Development Group
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licen... | gpl-3.0 |
lukw00/TextSecure | src/org/thoughtcrime/securesms/database/MmsSmsDatabase.java | 14974 | /**
* Copyright (C) 2011 Whisper Systems
*
* 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 d... | gpl-3.0 |
cerberustesting/cerberus-source | source/src/main/java/org/cerberus/crud/dao/IBuildRevisionInvariantDAO.java | 3132 | /**
* Cerberus Copyright (C) 2013 - 2017 cerberustesting
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This file is part of Cerberus.
*
* Cerberus 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 Softw... | gpl-3.0 |
lankeren/taolijie | src/main/java/com/fh/taolijie/domain/ImageModel.java | 6236 | package com.fh.taolijie.domain;
public class ImageModel {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column image_resource.id
*
* @mbggenerated
*/
private Integer id;
private Integer jobPostId;
private JobPostModel jobPost;
... | gpl-3.0 |
srnsw/xena | plugins/image/ext/src/batik-1.7/sources/org/apache/batik/ext/awt/image/codec/tiff/TIFFTranscoderInternalCodecWriteAdapter.java | 4704 | /*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | gpl-3.0 |
wangyan9110/APDPlat | APDPlat_Core/src/main/java/org/apdplat/module/system/service/backup/SQLServerBackupService.java | 4104 | /**
*
* APDPlat - Application Product Development Platform
* Copyright (c) 2013, 杨尚川, yang-shangchuan@qq.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Li... | gpl-3.0 |
MrKickkiller/BuildcraftAdditions2 | src/main/java/buildcraftAdditions/client/gui/gui/GuiBase.java | 5643 | package buildcraftAdditions.client.gui.gui;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.text.WordUtils;
import org.lwjgl.opengl.GL11;
import net.minecraft.client.Minecraft;
import net.minecraft.client.audio.SoundHandler;
import net.minecraft.client.gui.inventory.GuiContainer;
i... | gpl-3.0 |
ghedlund/phon | ipa/src/main/java/ca/phon/ipa/relations/MetathesisDetector.java | 1751 | /*
* Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose
*
* 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... | gpl-3.0 |
autermann/matlab-connector | common/src/main/java/org/n52/matlab/connector/json/MatlabValueSerializer.java | 10553 | /*
* Copyright (C) 2012-2015 by it's authors.
*
* 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... | gpl-3.0 |
chip/rhodes | platform/shared/rubyJVM/src/javolution/lang/ClassInitializer.java | 8345 | /*
* Javolution - Java(TM) Solution for Real-Time and Embedded Systems
* Copyright (C) 2006 - Javolution (http://javolution.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package javolution.lang;
imp... | gpl-3.0 |
jdrossl/studio2 | src/main/java/org/craftercms/studio/api/v2/dal/AuditLog.java | 4041 | /*
* Copyright (C) 2007-2019 Crafter Software Corporation. 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 3 of the License, or
* (at your option) any... | gpl-3.0 |
juergenchrist/smtinterpol | SMTInterpol/src/de/uni_freiburg/informatik/ultimate/smtinterpol/theory/epr/TermTuple.java | 5434 | /*
* Copyright (C) 2016-2017 Alexander Nutz (nutz@informatik.uni-freiburg.de)
* Copyright (C) 2016-2017 University of Freiburg
*
* This file is part of SMTInterpol.
*
* SMTInterpol is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
... | gpl-3.0 |
esaito/ExemplosDemoiselle | fontes_tabeliao/src/gov/pr/celepar/teste/ValidarXMLEnveloping.java | 2967 | package gov.pr.celepar.teste;
/*
Este programa é licenciado de acordo com a
LPG-AP (LICENÇA PÚBLICA GERAL PARA PROGRAMAS DE COMPUTADOR DA ADMINISTRAÇÃO PÚBLICA),
versão 1.1 ou qualquer versão posterior.
A LPG-AP deve acompanhar todas PUBLICAÇÕES, DISTRIBUIÇÕES e REPRODUÇÕES deste Programa.
Caso uma cópia da LPG-AP nã... | gpl-3.0 |
dsmryder/android_packages_apps_FileManager | src/com/ghostsq/commander/utils/ForwardCompat.java | 391 | package com.ghostsq.commander.utils;
import java.io.File;
import android.view.View;
public class ForwardCompat
{
public static void disableOverScroll( View view )
{
view.setOverScrollMode( View.OVER_SCROLL_NEVER );
}
public static void setFullPermissions( File file )
{
file.setWri... | gpl-3.0 |
52North/matlab-connector | common/src/main/java/org/n52/matlab/connector/MatlabException.java | 1460 | /*
* Copyright (C) 2012-2015 by it's authors.
*
* 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... | gpl-3.0 |
bopjesvla/BCI | dataAcq/buffer/android/BufferBCIApp/app/src/main/java/nl/dcc/buffer_bci/monitor/BufferMonitor.java | 10344 | package nl.dcc.buffer_bci.monitor;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.util.SparseArray;
import nl.dcc.buffer_bci.C;
import nl.fcdonders.fieldtrip.bufferserver.FieldtripBufferMonitor;
import java.util.ArrayList;
public class BufferMonitor extends Th... | gpl-3.0 |
ckaestne/LEADT | workspace/argouml_critics/argouml-core-model-mdr/build/java/org/omg/uml/foundation/core/AssociationClassClass.java | 1191 | package org.omg.uml.foundation.core;
/**
* AssociationClass class proxy interface.
*
* <p><em><strong>Note:</strong> This type should not be subclassed or implemented
* by clients. It is generated from a MOF metamodel and automatically implemented
* by MDR (see <a href="http://mdr.netbeans.org/">mdr.ne... | gpl-3.0 |
Noterik/lou2 | src/org/springfield/lou/application/Html5AvailableApplicationVersion.java | 5257 | /*
* Html5AvailableApplicationVersion.java
*
* Copyright (c) 2012 Noterik B.V.
*
* This file is part of Lou, related to the Noterik Springfield project.
*
* Lou is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | gpl-3.0 |
Garyteck/transdroid | app/src/main/java/org/transdroid/core/gui/settings/NotificationSettingsActivity.java | 3652 | /*
* Copyright 2010-2013 Eric Kok et al.
*
* Transdroid 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.
*
* Transdroid is di... | gpl-3.0 |
woolwind/uSkyBlock | uSkyBlock-Core/src/main/java/us/talabrek/ultimateskyblock/handler/AsyncWorldEditHandler.java | 6132 | package us.talabrek.ultimateskyblock.handler;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.bukkit.BukkitUtil;
import com.sk89q.worldedit.bukkit.BukkitWorld;
import com.sk89q.worldedit.regions.Region;
import com.sk89q.worldedit.regions.Regions;
import com.sk89q.worldedit.world.World;
import org.bu... | gpl-3.0 |
confluxtoo/finflux_automation_test | browsermob-proxy/src/main/java/org/browsermob/proxy/jetty/http/SslListener.java | 17697 | // ========================================================================
// $Id: SslListener.java,v 1.8 2006/11/22 20:21:30 gregwilkins Exp $
// Copyright 2000-2004 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// Licensed under the Apache License, Version ... | mpl-2.0 |
servinglynk/hmis-lynk-open-source | hmis-serialize-v2014/src/main/java/com/servinglynk/hmis/warehouse/core/model/Project.java | 2665 | package com.servinglynk.hmis.warehouse.core.model;
import java.util.UUID;
import com.fasterxml.jackson.annotation.JsonRootName;
@JsonRootName("project")
public class Project extends ClientModel {
private UUID projectId;
private UUID organizationId;
private String projectName;
private String projectCommo... | mpl-2.0 |
TiWinDeTea/Raoul-the-Game | src/main/java/com/github/tiwindetea/raoulthegame/events/gui/requests/CastSpellRequestEvent.java | 1456 | //////////////////////////////////////////////////////////////////////////////////
// //
// This Source Code Form is subject to the terms of the Mozilla Public //
// License, v. 2.0. If a copy of the MPL was not distributed with t... | mpl-2.0 |
rapidminer/rapidminer-5 | src/com/rapidminer/operator/ports/metadata/CollectionPrecondition.java | 2152 | /*
* RapidMiner
*
* Copyright (C) 2001-2014 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 ... | agpl-3.0 |
aatxe/Orpheus | src/scripting/npc/NPCConversationManager.java | 19360 | /*
OrpheusMS: MapleStory Private Server based on OdinMS
Copyright (C) 2012 Aaron Weiss <aaron@deviant-core.net>
Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
... | agpl-3.0 |
vincent314/legstar-core2 | legstar-cob2xsd/src/main/java/com/legstar/cobol/model/CobolMarkup.java | 3910 | /*******************************************************************************
* Copyright (c) 2011 LegSem.
* 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
* ht... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/TrackingJobVoCollection.java | 8477 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
aborg0/RapidMiner-Unuk | src/LicensePrepender.java | 4408 | /*
* RapidMiner
*
* Copyright (C) 2001-2013 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.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 pub... | agpl-3.0 |
IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/Core/src/ims/core/domain/base/impl/BaseReportRunnerDialogImpl.java | 3340 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Scheduling/src/ims/scheduling/forms/bookappointment/Handlers.java | 8993 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
erdincay/ejb | src/com/lp/server/benutzer/fastlanereader/generated/FLRLagerrolle.java | 3344 | /*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | agpl-3.0 |
openss7/openss7 | src/java/jain/protocol/ss7/tcap/dialogue/BeginIndEvent.java | 16021 | /*
@(#) src/java/jain/protocol/ss7/tcap/dialogue/BeginIndEvent.java <p>
Copyright © 2008-2015 Monavacon Limited <a href="http://www.monavacon.com/"><http://www.monavacon.com/></a>. <br>
Copyright © 2001-2008 OpenSS7 Corporation <a href="http://www.openss7.com/"><http://www.openss7.com/></a>... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/Admin/src/ims/admin/forms/imageselectdialog/BaseAccessLogic.java | 3530 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/ClinicalAdmin/src/ims/clinicaladmin/forms/dailypatternandshifts/ConfigFlags.java | 2347 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Core/src/ims/core/forms/hrgconfiguration/BaseAccessLogic.java | 3933 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/DomainObjects/src/ims/therapies/treatment/domain/objects/GaitReEducation.java | 16410 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
yukoff/concourse-connect | src/main/java/com/concursive/connect/web/modules/contribution/dao/LookupContribution.java | 9997 | /*
* ConcourseConnect
* Copyright 2009 Concursive Corporation
* http://www.concursive.com
*
* This file is part of ConcourseConnect, an open source social business
* software and community platform.
*
* Concursive ConcourseConnect is free software: you can redistribute it and/or
* modify it under the terms of ... | agpl-3.0 |
NicolasEYSSERIC/Silverpeas-Components | classifieds/classifieds-war/src/main/java/com/silverpeas/classifieds/servlets/ClassifiedsRequestRouter.java | 4904 | /**
* Copyright (C) 2000 - 2011 Silverpeas
*
* 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, either version 3 of the
* License, or (at your option) any later version.
*
* ... | agpl-3.0 |
AlienQueen/alienlabs-skeleton-for-wicket-spring-hibernate | lib/fmj/src/net/sf/fmj/media/codec/audio/ulaw/Encoder.java | 5114 | package net.sf.fmj.media.codec.audio.ulaw;
import java.util.logging.Logger;
import javax.media.Buffer;
import javax.media.Format;
import javax.media.format.AudioFormat;
import net.sf.fmj.codegen.MediaCGUtils;
import net.sf.fmj.media.AbstractCodec;
import net.sf.fmj.utility.LoggerSingleton;
/**
*
* @author Ken La... | agpl-3.0 |
objective-solutions/taskboard | application/src/test/java/objective/taskboard/followup/TemplateServiceTest.java | 3089 | /*-
* [LICENSE]
* Taskboard
* - - -
* Copyright (C) 2015 - 2016 Objective Solutions
* - - -
* 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, either version 3 of the License, or
* ... | agpl-3.0 |
dbenrosen/EtherPay | ethereumj-core/src/test/java/org/ethereum/util/ByteUtilTest.java | 16475 | package org.ethereum.util;
import org.junit.Assert;
import org.junit.Test;
import org.spongycastle.util.BigIntegers;
import org.spongycastle.util.encoders.Hex;
import java.math.BigInteger;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
public clas... | agpl-3.0 |
1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/tuple/Property.java | 605 | /*
* 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.tuple;
/**
* Defines the basic contract of a Property withi... | lgpl-2.1 |
Dyrcona/marc4j | src/org/marc4j/util/DiffColorize.java | 9391 | package org.marc4j.util;
public class DiffColorize
{
static class ReturnStructure {
int lcs = 0;
double similarity = 0;
int distance = 0;
String s1;
String s2;
}
public static ReturnStructure stringSimilarity(String s1, String s2, String h1s, String ... | lgpl-2.1 |
another-dave/checkstyle | src/main/java/com/puppycrawl/tools/checkstyle/api/AuditEvent.java | 4360 | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2015 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 |
Sable/polyglot | tools/pth/src/polyglot/pth/AbstractTest.java | 2154 | /*
* Author : Stephen Chong
* Created: Nov 21, 2003
*/
package polyglot.pth;
import java.util.Date;
/**
*
*/
public abstract class AbstractTest implements Test {
protected String name;
protected String description;
protected boolean success = false;
protected boolean hasRun = false;
protecte... | lgpl-2.1 |
skyvers/skyve | skyve-ext/src/main/java/org/skyve/impl/bizport/DataFileExportField.java | 807 | package org.skyve.impl.bizport;
public class DataFileExportField {
private String fieldTitle;
private String bindingExpression;
public String getFieldTitle() {
return fieldTitle;
}
public void setFieldTitle(String fieldTitle) {
this.fieldTitle = fieldTitle;
}
public String getBindingExpression() {
ret... | lgpl-2.1 |
atricore/josso1 | components/josso-spring-security-v2/src/main/java/org/josso/spring/acegi/JOSSOUserDetailsService.java | 4092 | /*
* JOSSO: Java Open Single Sign-On
*
* Copyright 2004-2009, Atricore, Inc.
*
* This 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... | lgpl-2.1 |
xwiki-contrib/sankoreorg | plugins/lucene/src/main/java/com/xpn/xwiki/plugin/lucene/textextraction/PlainTextExtractor.java | 867 | /*
* Copyright 2004 Outerthought bvba and Schaubroeck nv
*
* 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 requir... | lgpl-2.1 |
Qingbao/PasswdManagerAndroid | src/noconflict/org/bouncycastle/util/encoders/Translator.java | 589 | package noconflict.org.bouncycastle.util.encoders;
/**
* general interface for an translator.
*/
public interface Translator
{
/**
* size of the output block on encoding produced by getDecodedBlockSize()
* bytes.
*/
public int getEncodedBlockSize();
public int encode(byte[] in, int inOff,... | lgpl-2.1 |
xwiki-contrib/sankoreorg | xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/plugin/userdirectory/UserDirectoryPluginAPI.java | 5259 | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | lgpl-2.1 |
MjAbuz/exist | test/src/org/exist/deadlocks/GetReleaseBrokerDeadlocks.java | 5228 | /*
* eXist Open Source Native XML Database
* Copyright (C) 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
* ... | lgpl-2.1 |
SuperUnitato/UnLonely | build/tmp/recompileMc/sources/net/minecraft/client/renderer/entity/RenderIronGolem.java | 1642 | package net.minecraft.client.renderer.entity;
import net.minecraft.client.model.ModelIronGolem;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.entity.layers.LayerIronGolemFlower;
import net.minecraft.entity.monster.EntityIronGolem;
import net.minecraft.util.ResourceLocation;
... | lgpl-2.1 |
aleitamar/cucumber-reporting | src/main/java/net/masterthought/cucumber/json/Hook.java | 1050 | package net.masterthought.cucumber.json;
import net.masterthought.cucumber.json.support.Resultsable;
import net.masterthought.cucumber.json.support.Status;
public class Hook implements Resultsable {
// Start: attributes from JSON file report
private final Result result = null;
private final Match match =... | lgpl-2.1 |
pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-script/src/main/java/org/xwiki/rendering/internal/macro/script/AbstractScriptCheckerListener.java | 3349 | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | lgpl-2.1 |
abbeyj/sonarqube | plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/rule/MultilineIssuesSensor.java | 8168 | /*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | lgpl-3.0 |
FoxelBox/zOLD_FoxBukkit | src/main/java/com/foxelbox/foxbukkit/transmute/PaintingShape.java | 2270 | /**
* This file is part of FoxBukkit.
*
* FoxBukkit 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.
*
* FoxBukkit is dis... | lgpl-3.0 |
HATB0T/RuneCraftery | forge/mcp/src/minecraft/net/minecraft/logging/LogFormatter.java | 1532 | package net.minecraft.logging;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.text.SimpleDateFormat;
import java.util.logging.Formatter;
import java.util.logging.LogRecord;
class LogFormatter extends Formatter
{
private SimpleDateFormat field_98228_b;
final LogAgent field_98229_a;
... | lgpl-3.0 |
MesquiteProject/MesquiteArchive | trunk/Mesquite Project/Source/mesquite/consensus/lib/BasicTreeConsenser.java | 6740 | /* Mesquite source code. Copyright 1997-2011 W. Maddison and D. Maddison.
Version 2.75, September 2011.
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... | lgpl-3.0 |
fge/json-schema-validator-demo | src/main/java/com/github/fge/jsonschema/load/SampleLoader.java | 623 | package com.github.fge.jsonschema.load;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
import com.github.fge.jackson.JacksonUtils;
import javax.ws.rs.GET;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Response;
@Produces("application/json;charset=ut... | lgpl-3.0 |
OpenCorrelate/red5load | red5/src/main/java/org/red5/server/api/IScope.java | 6784 | package org.red5.server.api;
/*
* RED5 Open Source Flash Server - http://www.osflash.org/red5
*
* Copyright (c) 2006-2009 by respective authors (see below). All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Publ... | lgpl-3.0 |
jspresso/jspresso-ce | remote/components/src/main/java/org/jspresso/framework/gui/remote/RDecimalComponent.java | 1853 | /*
* Copyright (c) 2005-2016 Vincent Vandenschrick. All rights reserved.
*
* This file is part of the Jspresso framework.
*
* Jspresso 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 v... | lgpl-3.0 |
simeshev/parabuild-ci | src/org/parabuild/ci/versioncontrol/StarTeamCheckoutCommandParameters.java | 1169 | /*
* Parabuild CI licenses this file to You under the LGPL 2.1
* (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
... | lgpl-3.0 |
JKatzwinkel/bts | org.bbaw.bts.ui.main/src/org/bbaw/bts/ui/main/toolbar/UserToolcontrol.java | 7556 | package org.bbaw.bts.ui.main.toolbar;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import javax.inject.Named;
import org.bbaw.bts.btsmodel.BTSObject;
import org.bbaw.bts.btsmodel.BTSUser;
import org.bbaw.bts.btsviewmodel.BtsviewmodelFactory;
import org.bbaw.bts.btsviewmodel.TreeNodeWrap... | lgpl-3.0 |
SergiyKolesnikov/fuji | examples/Prevayler/Replication/org/prevayler/foundation/network/NetworkClientObjectReceiverImpl.java | 2209 | package org.prevayler.foundation.network;
import java.io.IOException;
import de.ovgu.cide.jakutil.*;
public class NetworkClientObjectReceiverImpl implements ObjectReceiver {
/**
* our connection to the network
*/
private ObjectSocket _provider;
/**
* the upper layer who we give what we receive to
*/
pri... | lgpl-3.0 |
liblouis/liblouis-java | src/test/java/org/liblouis/TableResolverTest.java | 1308 | package org.liblouis;
import java.io.File;
import java.net.URL;
import java.util.Collections;
import java.util.Set;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.liblouis.Louis.asFile;
import static org.liblouis.Louis.asURL;
public class TableResolverTest {
@Test
public v... | lgpl-3.0 |
h3xstream/find-sec-bugs | findsecbugs-plugin/src/main/java/com/h3xstream/findsecbugs/injection/script/SpelViewDetector.java | 2037 | /**
* Find Security Bugs
* Copyright (c) Philippe Arteau, 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 Software Foundation; either
* version 3.0 of the License, or (at your op... | lgpl-3.0 |
Albloutant/Galacticraft | dependencies/gregtechmod/api/world/GT_Worldgen.java | 1664 | package gregtechmod.api.world;
import gregtechmod.api.GregTech_API;
import java.util.Random;
import net.minecraft.world.World;
import net.minecraft.world.chunk.IChunkProvider;
public abstract class GT_Worldgen {
public final String mWorldGenName;
public GT_Worldgen(String aName, boolean aDefault) {
mWorldGe... | lgpl-3.0 |
JKatzwinkel/bts | org.bbaw.bts.model/src/org/bbaw/bts/btsmodel/util/BtsmodelSwitch.java | 37200 | /**
* This file is part of Berlin Text System.
*
* The software Berlin Text System serves as a client user interface for working with
* text corpus data. See: aaew.bbaw.de
*
* The software Berlin Text System was developed at the Berlin-Brandenburg Academy
* of Sciences and Humanities, Jägerstr. 22/23, D... | lgpl-3.0 |
philjord/tools | Tools/src/tools/io/ESMByteConvert.java | 1857 | package tools.io;
public class ESMByteConvert
{
public static float extractFloat(byte[] bytes, int start)
{
return Float.intBitsToFloat(((bytes[start + 3] & 0xff) << 24) | ((bytes[start + 2] & 0xff) << 16)
| ((bytes[start + 1] & 0xff) << 8) | (bytes[start + 0] & 0xff));
}
public static byte ex... | lgpl-3.0 |
nativelibs4java/JNAerator | jnaerator-runtime/src/main/java/com/ochafik/lang/jnaerator/runtime/globals/GlobalNativeSize.java | 1454 | /*
Copyright (c) 2009-2013 Olivier Chafik, All Rights Reserved
This file is part of JNAerator (http://jnaerator.googlecode.com/).
JNAerator 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 vers... | lgpl-3.0 |
AdoptOpenJDK/mjprof | src/main/java/com/performizeit/mjprof/plugins/mappers/singlethread/stackframe/FileNameEliminator.java | 1821 | /*
This file is part of mjprof.
mjprof 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.
mjpro... | lgpl-3.0 |
SleepyTrousers/EnderIO | enderio-conduits/src/main/java/crazypants/enderio/powertools/machine/capbank/BlockCapBank.java | 17957 | package crazypants.enderio.powertools.machine.capbank;
import java.util.List;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.enderio.core.api.client.gui.IAdvancedTooltipProvider;
import com.enderio.core.client.handlers.SpecialTooltipHandler;
import com.enderio.core.common.util.NNList;
... | unlicense |
Narcisse/ProjetIntegrateur | src/vue/Attributs/Vie.java | 842 | package vue.Attributs;
import vue.Attributs.Attribut;
import java.util.ArrayList;
import org.newdawn.slick.Image;
import org.newdawn.slick.SlickException;
import vue.ElementsPrincipauxDuJeu.Carte;
import vue.ElementsPrincipauxDuJeu.Ennemi;
import vue.ElementsPrincipauxDuJeu.Joueur;
/**
*
* @author Gui... | unlicense |
AnonymousProductions/MineFantasy2 | src/main/java/mods/battlegear2/api/core/InventorySlotType.java | 308 | package mods.battlegear2.api.core;
/**
* Created by GotoLink on 24/04/2014.
*/
public enum InventorySlotType {
/**
* The main inventory space
*/
MAIN,
/**
* The armor inventory space
*/
ARMOR,
/**
* The inventory space added by battlegear
*/
BATTLE
}
| apache-2.0 |
seeburger-ag/seeburger-vfs2 | vfs2provider-digestarc/src/main/java/com/seeburger/vfs2/provider/digestarc/DarcTree.java | 17664 | /*
* DarcTree.java
*
* created at 2013-09-16 by Bernd Eckenfels <b.eckenfels@seeburger.de>
*
* Copyright (c) SEEBURGER AG, Germany. All Rights Reserved.
*/
package com.seeburger.vfs2.provider.digestarc;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import... | apache-2.0 |
lsmall/flowable-engine | modules/flowable-cxf/src/test/java/org/flowable/engine/impl/webservice/AbstractWebServiceTaskTest.java | 1620 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | apache-2.0 |
chetanmeh/jackrabbit-oak | oak-auth-ldap/src/main/java/org/apache/jackrabbit/oak/security/authentication/ldap/impl/LdapIdentityProvider.java | 36971 | /*
* 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 |
glub/ftpswrap | src/com/glub/secureftp/common/PEMConverter.java | 2139 |
//*****************************************************************************
//*
//* (c) Copyright 2003. Glub Tech, Incorporated. All Rights Reserved.
//*
//* $Id: PEMConverter.java 39 2009-05-11 22:50:09Z gary $
//*
//*****************************************************************************
package com.glub.s... | apache-2.0 |
ua-eas/ksd-kc5.2.1-rice2.3.6-ua | rice-middleware/kns/src/main/java/org/kuali/rice/kns/web/comparator/NumericCellComparator.java | 1494 | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by a... | apache-2.0 |
majinkai/pinpoint | profiler/src/test/java/com/navercorp/pinpoint/profiler/instrument/classloading/JarProfilerPluginClassInjectorTest.java | 4765 | /*
* Copyright 2017 NAVER Corp.
*
* 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 w... | apache-2.0 |
kidaa/isis | core/metamodel/src/main/java/org/apache/isis/core/metamodel/interactions/CollectionAddToContext.java | 2298 | /*
* 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 |
ueshin/apache-tez | tez-mapreduce/src/main/java/org/apache/hadoop/mapreduce/split/TezGroupedSplitsInputFormat.java | 7876 | /**
* 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 |
srowhani/migrate-app | app/src/main/java/com/dankideacentral/dic/view/WeightedNodeRenderer.java | 36111 | package com.dankideacentral.dic.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
imp... | apache-2.0 |
kod3r/graphhopper | core/src/main/java/com/graphhopper/reader/dem/CGIARProvider.java | 11886 | /*
* Licensed to Peter Karich under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* Peter Karich licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this... | apache-2.0 |
difi/sikker-digital-post-java-klient | src/main/java/no/difi/sdp/client2/internal/Environment.java | 92 | package no.difi.sdp.client2.internal;
public enum Environment {
PRODUCTION,
TEST
}
| apache-2.0 |
jexp/idea2 | plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/actions/actionVisibility/CvsActionVisibility.java | 5924 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | apache-2.0 |
fanlehai/CodePractice | java/src/main/java/com/fanlehai/java/enumtest/RoShamBo2.java | 1280 | //: enumerated/RoShamBo2.java
// Switching one enum on another.
package com.fanlehai.java.enumtest;
import static com.fanlehai.java.enumtest.Outcome.*;
public enum RoShamBo2 implements Competitor<RoShamBo2> {
PAPER(DRAW, LOSE, WIN),
SCISSORS(WIN, DRAW, LOSE),
ROCK(LOSE, WIN, DRAW);
private Outcome vP... | apache-2.0 |
qitsrc/qit | qit-jaxrs/src/main/java/qit/jaxrs/QitApplication.java | 617 | package qit.jaxrs;
import javax.json.stream.JsonGenerator;
import javax.ws.rs.ApplicationPath;
import org.glassfish.jersey.jsonp.JsonProcessingFeature;
import org.glassfish.jersey.server.ResourceConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ApplicationPath("api")
public class QitApplication exten... | apache-2.0 |
jason-rhodes/bridgepoint | src/org.xtuml.bp.ui.text.test/src/org/xtuml/bp/ui/text/test/ParseAllOnModelReloadTest.java | 5688 | //=====================================================================
//
//File: $RCSfile: ParseAllOnModelReloadTest.java,v $
//Version: $Revision: 1.10 $
//Modified: $Date: 2013/05/10 06:02:35 $
//
//(c) Copyright 2005-2014 by Mentor Graphics Corp. All rights reserved.
//
//==========================... | apache-2.0 |
apache/sis | core/sis-referencing/src/test/java/org/apache/sis/internal/referencing/provider/ProvidersTest.java | 13089 | /*
* 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 |
betfair/cougar | cougar-framework/cougar-api/src/main/java/com/betfair/cougar/api/security/InvalidCredentialsException.java | 1565 | /*
* Copyright 2014, The Sporting Exchange Limited
*
* 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 applicabl... | apache-2.0 |
GJRTimmer/vaadin4spring | addons/sidebar/src/main/java/org/vaadin/spring/sidebar/annotation/SideBarItem.java | 2647 | /*
* Copyright 2015 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | apache-2.0 |
Zooz/Zooz-Java | src/main/java/com/zooz/common/client/ecomm/beans/requests/AbstractAddPaymentMethodRequest.java | 4012 | package com.zooz.common.client.ecomm.beans.requests;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.core.type.TypeReference;
import com.zooz.common.client.ecomm.beans.Fingerprint;
import com.zooz.common.client.ecomm.beans.addpaymen... | apache-2.0 |
hllorens/timeml-qa | src/test/java/com/cognitionis/timeml_qa/TimeMLQATest.java | 2472 | package com.cognitionis.timeml_qa;
import com.cognitionis.nlp_files.XMLFile;
import com.cognitionis.timeml_basickit.TML_file_utils;
import com.cognitionis.timeml_basickit.TimeML;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import st... | apache-2.0 |
apache/solr | solr/core/src/test/org/apache/solr/handler/MoreLikeThisHandlerTest.java | 9892 | /*
* 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 |
tiobe/closure-compiler | test/com/google/javascript/jscomp/ChromePassTest.java | 24468 | /*
* Copyright 2014 The Closure Compiler 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... | apache-2.0 |
Esjob-Cloud-DevOps/elastic-job | elastic-job-lite/elastic-job-lite-core/src/test/java/com/dangdang/ddframe/job/lite/fixture/LiteJsonConstants.java | 3156 | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* 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... | apache-2.0 |
apurtell/hadoop | hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java | 33037 | /**
* 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 |
pdxrunner/geode | geode-core/src/main/java/org/apache/geode/cache/query/internal/types/ObjectTypeImpl.java | 2903 | /*
* 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 |
unsw-cse-soc/CoreDB | src/CoreDB-Relational Pluggin/Library/src/coredb/unit/Operation.java | 2041 | /**
*
*/
package coredb.unit;
/**
* @author sean
*
* @deprecated "Please use the SQLAtom class. This class will be removed from version 3.1"
*/
@Deprecated
public class Operation {
/**
* Available operations
* @deprecated "Please use the SQLAtom class. This class will be removed from version 3.1"
... | apache-2.0 |