repo_name
stringlengths
5
108
path
stringlengths
6
333
size
stringlengths
1
6
content
stringlengths
4
977k
license
stringclasses
15 values
smgoller/geode
geode-gfsh/src/integrationTest/java/org/apache/geode/management/internal/cli/functions/Geode3544JUnitTest.java
4524
/* * 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
Pushjet/Pushjet-Android
gradle/wrapper/dists/gradle-1.12-all/4ff8jj5a73a7zgj5nnzv1ubq0/gradle-1.12/src/core-impl/org/gradle/api/internal/artifacts/ivyservice/dynamicversions/ModuleVersionsCacheEntry.java
1104
/* * Copyright 2011 the original author or 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 applica...
bsd-2-clause
ekollof/DarkUniverse
lib/Freemarker/source/src/test/java/freemarker/ext/jsp/taglibmembers/EnclosingClass.java
892
/* * Copyright 2014 Attila Szegedi, Daniel Dekany, Jonathan Revusky * * 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 requi...
bsd-2-clause
codeaudit/Foundry
Components/LearningCore/Source/gov/sandia/cognition/statistics/distribution/NormalInverseGammaDistribution.java
11067
/* * File: NormalInverseGammaDistribution.java * Authors: Kevin R. Dixon * Company: Sandia National Laboratories * Project: Cognitive Foundry * * Copyright Mar 16, 2010, Sandia Corporation. * Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusi...
bsd-3-clause
sailajaa/CONNECT
Product/Production/Services/PatientDiscoveryCore/src/main/java/gov/hhs/fha/nhinc/patientdiscovery/nhin/deferred/response/proxy/NhinPatientDiscoveryDeferredRespProxyNoOpImpl.java
2810
/* * Copyright (c) 2012, United States Government, as represented by the Secretary of Health and Human Services. * 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 o...
bsd-3-clause
xzy256/grpc-java-mips64
benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java
10781
/* * Copyright 2015, Google Inc. 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 conditions a...
bsd-3-clause
sailajaa/CONNECT
Product/Production/Common/CONNECTCoreLib/src/main/java/gov/hhs/fha/nhinc/gateway/executorservice/NhinTaskExecutor.java
7263
/* * Copyright (c) 2012, United States Government, as represented by the Secretary of Health and Human Services. * 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 o...
bsd-3-clause
dhis2/dhis2-core
dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/period/PeriodStoreTest.java
20914
/* * Copyright (c) 2004-2022, University of Oslo * 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 cond...
bsd-3-clause
mortenoh/dhis2-core
dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/PredicateUtils.java
3238
package org.hisp.dhis.system.util; /* * Copyright (c) 2004-2016, University of Oslo * 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 co...
bsd-3-clause
andrerigon/andrerigon-mockito-fork
test/org/mockitousage/spies/SpyingOnInterfacesTest.java
1363
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockitousage.spies; import static org.mockito.Mockito.*; import java.util.List; import org.junit.Test; import org.mockito.exceptions.base.MockitoException; import org.mockito.invocation...
mit
stevenuray/XChange
xchange-ccex/src/main/java/org/knowm/xchange/ccex/dto/trade/CCEXOpenorder.java
4881
package org.knowm.xchange.ccex.dto.trade; import java.math.BigDecimal; import com.fasterxml.jackson.annotation.JsonProperty; public class CCEXOpenorder { private String OrderUuid; private String Exchange; private String OrderType; private BigDecimal Quantity; private BigDecimal QuantityRemaining; private BigD...
mit
pengzhao001/android-apps
StudentRegistration/src/com/findingsoft/studentregistration/ManageDepartment.java
3266
package com.findingsoft.studentregistration; import gateways.DepartmentGateWay; import java.util.ArrayList; import utilities.Departments; import adapters.DepartmentAdapter; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget...
mit
stachon/XChange
xchange-dsx/src/main/java/org/knowm/xchange/dsx/service/DsxTradeServiceRaw.java
4449
package org.knowm.xchange.dsx.service; import java.io.IOException; import java.math.BigDecimal; import java.time.Instant; import java.util.Date; import java.util.List; import java.util.Optional; import org.knowm.xchange.Exchange; import org.knowm.xchange.dsx.DsxAdapters; import org.knowm.xchange.dsx.dto.DsxBalance; im...
mit
asposecells/Aspose_Cells_Cloud
SDKs/Aspose.Cells-Cloud-SDK-for-Java/src/main/java/com/aspose/cells/model/Columns.java
1890
package com.aspose.cells.model; import java.util.ArrayList; import java.util.List; public class Columns { private Integer MaxColumn = null; private Integer ColumnsCount = null; private List<LinkElement> ColumnsList = new ArrayList<LinkElement>(); private Link link = null; /** * getMaxColumn * Gets Intege...
mit
dougkoellmer/swarm
tools/appengine-java-sdk/demos/jdoexamples/src/com/google/appengine/demos/jdoexamples/GuestbookServlet.java
1159
/* Copyright (c) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
mit
reinhapa/TweetwallFX
stepengine-api/src/main/java/org/tweetwallfx/stepengine/api/testcase/VisualizationFactoryLoadable.java
1916
/* * The MIT License (MIT) * * Copyright (c) 2019 TweetWallFX * * 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, ...
mit
andyandy1992/MyMOOCs
courses/Other/Nand2Tetris(Partial)/Code/SimulatorsGUIPackageSource/SimulatorsGUI/MemorySegmentsComponent.java
6216
/******************************************************************************** * The contents of this file are subject to the GNU General Public License * * (GPL) Version 2 or later (the "License"); you may not use this file except * * in compliance with the License. You may obtain a copy of the License at...
cc0-1.0
sguan-actuate/birt
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/PrintReportDialogFragment.java
1404
/************************************************************************************* * Copyright (c) 2004 Actuate 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 distributio...
epl-1.0
drbgfc/mdht
hl7/plugins/org.openhealthtools.mdht.uml.hdf.tooling.rsm/src/org/openhealthtools/mdht/uml/hdf/tooling/rsm/providers/RIMEditPolicyProvider.java
2440
/******************************************************************************* * Copyright (c) 2006, 2009 David A Carlson. * 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
amitjoy/kura
kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/FirewallConfigurationServiceImpl.java
16946
/******************************************************************************* * Copyright (c) 2016 Eurotech 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 availabl...
epl-1.0
TheNetStriker/openhab
bundles/binding/org.openhab.binding.velux/src/main/java/org/openhab/binding/velux/bridge/VeluxBridgeGetProducts.java
1742
/** * Copyright (c) 2010-2019 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
drbgfc/mdht
hl7/plugins/org.openhealthtools.mdht.emf.hl7.mif2/src/org/openhealthtools/mdht/emf/w3c/xhtml/Q.java
6922
/******************************************************************************* * Copyright (c) 2006, 2009 David A Carlson * 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 ava...
epl-1.0
mcculls/sisu.plexus
org.eclipse.sisu.plexus/src/org/eclipse/sisu/plexus/RequirementImpl.java
4280
/******************************************************************************* * Copyright (c) 2010-present Sonatype, 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 availa...
epl-1.0
alastrina123/debrief
org.mwc.asset.comms/docs/restlet_src/org.restlet.ext.xml/org/restlet/ext/xml/internal/ContextResolver.java
3540
/** * Copyright 2005-2010 Noelios Technologies. * * The contents of this file are subject to the terms of one of the following * open source licenses: LGPL 3.0 or LGPL 2.1 or CDDL 1.0 or EPL 1.0 (the * "Licenses"). You can select the license that you prefer but you may not use * this file except in complia...
epl-1.0
davleopo/graal-core
graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/InstalledCodeInvalidationTest.java
2684
/* * Copyright (c) 2015, Oracle and/or its affiliates. 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 Softwa...
gpl-2.0
AntumDeluge/arianne-stendhal
src/games/stendhal/client/gui/chattext/CharacterMap.java
3590
/*************************************************************************** * (C) Copyright 2013 Faiumoni e.V. * *************************************************************************** *************************************************************************** * ...
gpl-2.0
AntumDeluge/arianne-stendhal
tests/games/stendhal/server/core/reflectiondebugger/MockChildClass.java
1470
/* $Id$ */ /*************************************************************************** * (C) Copyright 2003-2010 - Stendhal * *************************************************************************** *************************************************************************** ...
gpl-2.0
timp21337/melati-old
melati/src/main/java/org/melati/servlet/FormDataAdaptorFactory.java
3293
/* * $Source$ * $Revision$ * * Copyright (C) 2000 Myles Chippendale * * Part of Melati (http://melati.org), a framework for the rapid * development of clean, maintainable web applications. * * Melati is free software; Permission is granted to copy, distribute * and/or modify this software under the terms eith...
gpl-2.0
mvehar/zanata-server
zanata-war/src/main/java/org/zanata/service/SearchService.java
2902
/* * Copyright 2010, 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 modify it under the * terms of the GNU Lesser General Public ...
gpl-2.0
afrous/Cynthia
src/main/java/com/sogou/qadev/service/cynthia/dao/HomeFilterAccessSessionMySQL.java
2671
package com.sogou.qadev.service.cynthia.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import com.sogou.qadev.service.cynthia.service.DbPoolConnection; /** * @description:home filter db processor * @author:liming * @mail:liming@sogou-inc.com * @date:2014-5-6 下午5:37...
gpl-2.0
Xtrememicrotech/XtremeD-Dev
host/src/main/java/org/area515/resinprinter/display/PrinterDisplayFrame.java
5168
package org.area515.resinprinter.display; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.GraphicsDevice; import java.awt.HeadlessException; import java.awt.Rectangle; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imagei...
gpl-3.0
nvoron23/opensearchserver
src/main/java/com/jaeksoft/searchlib/script/commands/IndexDocumentCommands.java
4085
/** * License Agreement for OpenSearchServer * * Copyright (C) 2013-2015 Emmanuel Keller / Jaeksoft * * http://www.open-search-server.com * * This file is part of OpenSearchServer. * * OpenSearchServer is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public ...
gpl-3.0
isel-leic-mpd/mpd-2017-i41d
aula33-weather-async/src/main/java/util/Comparators.java
2718
/* * Copyright (c) 2017, Miguel Gamboa * * 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 dis...
gpl-3.0
Scrik/Cauldron-1
eclipse/cauldron/src/main/java/org/bukkit/entity/minecart/PoweredMinecart.java
269
package org.bukkit.entity.minecart; import org.bukkit.entity.Minecart; /** * Represents a powered minecart. A powered minecart moves on its own when a * player deposits {@link org.bukkit.Material#COAL fuel}. */ public interface PoweredMinecart extends Minecart { }
gpl-3.0
jdahaldev/itsimple
src/gui/SplashScreen.java
3009
/*** * itSIMPLE: Integrated Tool Software Interface for Modeling PLanning Environments * * Copyright (C) 2007,2008 Universidade de Sao Paulo * * This file is part of itSIMPLE. * * itSIMPLE is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
gpl-3.0
danielyc/test-1.9.4
build/tmp/recompileMc/sources/net/minecraft/item/ItemExpBottle.java
1697
package net.minecraft.item; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.item.EntityExpBottle; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.init.SoundEvents; import net.minecraft.stats.StatList; import net.minecraft.util.ActionResult; import net.minecraft.util.Enu...
gpl-3.0
AdrianLxM/AndroidAPS
app/src/main/java/com/cozmo/danar/util/BleCommandUtil.java
7137
package com.cozmo.danar.util; import android.content.Context; import info.nightscout.androidaps.MainApp; public class BleCommandUtil { public static final int DANAR_PACKET__TYPE_ENCRYPTION_REQUEST = 0x01; public static final int DANAR_PACKET__TYPE_ENCRYPTION_RESPONSE = 0x02; public static final int DANAR...
agpl-3.0
tdefilip/opennms
features/system-report/src/main/java/org/opennms/systemreport/SystemReport.java
10041
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2010-2014 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
agpl-3.0
olivermay/geomajas
face/geomajas-face-gwt/client/src/main/java/org/geomajas/gwt/client/map/event/LayerSelectedEvent.java
1307
/* * This is part of Geomajas, a GIS framework, http://www.geomajas.org/. * * Copyright 2008-2013 Geosparc nv, http://www.geosparc.com/, Belgium. * * The program is available in open source according to the GNU Affero * General Public License. All contributions in this program are covered * by the Geomajas Contr...
agpl-3.0
KunjanSharma/gwt-chronoscope
chronoscope-api/src/main/java/org/timepedia/chronoscope/client/event/ChartClickEvent.java
1231
package org.timepedia.chronoscope.client.event; import org.timepedia.chronoscope.client.XYPlot; import org.timepedia.exporter.client.Export; import org.timepedia.exporter.client.ExportPackage; import org.timepedia.exporter.client.Exportable; /** * Fired by plot implementations when click occurs on chart which is not...
lgpl-2.1
it-tavis/opencms-core
src/org/opencms/db/postgresql/CmsHistoryDriver.java
3735
/* * 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
kurtwalker/modeler
core/src/main/java/org/pentaho/agilebi/modeler/geo/LatLngRole.java
2170
/*! * 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 ...
lgpl-2.1
emmanuel-keller/jcifs-krb5
src/jcifs/spnego/asn1/BERConstructedSequence.java
1967
/* Copyright (c) 2000 The Legion Of The Bouncy Castle * (http://www.bouncycastle.org) * * 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 limit...
lgpl-2.1
serrapos/opencms-core
src/org/opencms/search/CmsSearchIndexSource.java
11557
/* * 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
git-moss/Push2Display
lib/batik-1.8/sources/org/apache/batik/anim/dom/SVGOMMultiImageElement.java
2733
/* 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...
lgpl-3.0
briandipalma/brjs
brjs-core-tests/src/test/java/org/bladerunnerjs/spec/app/ServeAppTest.java
6815
package org.bladerunnerjs.spec.app; import org.bladerunnerjs.api.App; import org.bladerunnerjs.api.AppConf; import org.bladerunnerjs.api.Aspect; import org.bladerunnerjs.api.model.exception.request.ResourceNotFoundException; import org.bladerunnerjs.api.spec.engine.SpecTest; import org.bladerunnerjs.api.BladeWorkbench...
lgpl-3.0
lejingw/hermes
hermes-producer/src/main/java/com/ctrip/hermes/producer/pipeline/DefaultProducerPipelineSinkManager.java
1607
package com.ctrip.hermes.producer.pipeline; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import java.util.concurrent.Future; import org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable; import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationE...
apache-2.0
asedunov/intellij-community
java/java-tests/testSrc/com/intellij/java/codeInsight/template/postfix/templates/ForeachTemplateTest.java
1546
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
yuyupapa/OpenSource
scouter.client/src/scouter/client/stack/data/StackAnalyzedValue.java
1957
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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...
apache-2.0
innovimax/vxquery
vxquery-core/src/main/java/org/apache/vxquery/runtime/functions/cast/CastToPositiveIntegerOperation.java
1127
/* * 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
anchela/jackrabbit-oak
oak-core/src/test/java/org/apache/jackrabbit/oak/security/user/MembershipTest.java
5631
/* * 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
onders86/camel
components/camel-metrics/src/main/java/org/apache/camel/component/metrics/MetricsComponent.java
5110
/** * 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
yuyupapa/OpenSource
scouter.client/src/scouter/client/stack/config/preprocessor/ProcessorReplace.java
1720
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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...
apache-2.0
marktriggs/nyu-sakai-10.4
portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/PortalServiceImpl.java
17816
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2005, 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Version 2.0 (t...
apache-2.0
basio/graph
giraph-hive/src/main/java/org/apache/giraph/hive/input/vertex/SimpleHiveToVertex.java
3548
/* * 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
adessaigne/camel
core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MvelEndpointBuilderFactory.java
12497
/* * 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
twitter/heron
storm-compatibility/v2.2.0/src/java/org/apache/storm/task/IErrorReporter.java
915
/** * 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
ThiagoGarciaAlves/intellij-community
platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/ChameleonSyntaxHighlightingPass.java
8538
/* * Copyright 2000-2016 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
ThiagoGarciaAlves/intellij-community
json/src/com/jetbrains/jsonSchema/impl/JsonSchemaTreeNode.java
6194
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
tyler-travis/openstorefront
server/openstorefront/openstorefront-web/src/main/java/edu/usu/sdl/openstorefront/web/test/system/DBQueryTest.java
2799
/* * Copyright 2014 Space Dynamics Laboratory - Utah State University Research Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
apache-2.0
skjolber/camunda-bpm-platform
qa/performance-tests-engine/src/main/java/org/camunda/bpm/qa/performance/engine/util/JsonUtil.java
2134
/* 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
dbrimley/hazelcast
hazelcast/src/main/java/com/hazelcast/client/impl/protocol/util/package-info.java
702
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
apache-2.0
paulminer/bitcoinj
wallettemplate/src/main/java/wallettemplate/Main.java
10314
/* * Copyright by the original author or 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
Donnerbart/hazelcast
hazelcast/src/main/java/com/hazelcast/internal/util/filter/AndFilter.java
1144
/* * Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
apache-2.0
spring-projects/spring-boot
spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.java
1460
/* * Copyright 2012-2021 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
apache-2.0
justintung/hbase
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StorefileRefresherChore.java
5683
/** * 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
hugoYe/Roid-Library
src/com/rincliu/library/common/persistence/image/core/assist/LoadedFrom.java
240
package com.rincliu.library.common.persistence.image.core.assist; /** * Source image loaded from. * * @author Sergey Tarasevich (nostra13[at]gmail[dot]com) */ public enum LoadedFrom { NETWORK, DISC_CACHE, MEMORY_CACHE }
apache-2.0
hnyzwtf/WayHoo
WayHoo/src/com/way/beans/City.java
4503
package com.way.beans; import android.os.Parcel; import android.os.Parcelable; public class City implements Parcelable { private String province; private String city; private String name; private String pinyin; private String py; private String phoneCode; private String areaCode; private String postID; priva...
apache-2.0
zazi/Wikidata-Toolkit
wdtk-dumpfiles/src/test/java/org/wikidata/wdtk/dumpfiles/wmf/WmfOnlineDailyDumpFileTest.java
4391
package org.wikidata.wdtk.dumpfiles.wmf; /* * #%L * Wikidata Toolkit Dump File Handling * %% * Copyright (C) 2014 Wikidata Toolkit Developers * %% * 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 ...
apache-2.0
siddaartha/spork
test/org/apache/pig/test/TestJsonLoaderStorage.java
4897
/* * 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
igniterealtime/Smack
smack-extensions/src/main/java/org/jivesoftware/smackx/address/provider/package-info.java
717
/** * * Copyright 2015 Florian Schmaus * * 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 ag...
apache-2.0
miptliot/edx-app-android
VideoLocker/src/main/java/org/edx/mobile/view/custom/ETextView.java
1539
package org.edx.mobile.view.custom; import org.edx.mobile.R; import org.edx.mobile.logger.Logger; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Typeface; import android.util.AttributeSet; import android.widget.TextView; public class ETextView extends TextView { p...
apache-2.0
pstout/spectator
spectator-api/src/main/java/com/netflix/spectator/api/DefaultCounter.java
1572
/** * Copyright 2015 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
apache-2.0
GrammarViz2/Uzaygezen
uzaygezen-core/src/main/java/com/google/uzaygezen/core/LongBitVector.java
15293
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
apache-2.0
srikalyan/spring-boot
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/package-info.java
736
/* * Copyright 2012-2015 the original author or 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 ap...
apache-2.0
goldmansachs/reladomo
reladomo/src/main/java/com/gs/fw/common/mithra/util/fileparser/ClassReaderState.java
2312
/* Copyright 2016 Goldman Sachs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
apache-2.0
TatsianaKasiankova/pentaho-kettle
integration/src/it/java/org/pentaho/di/trans/RowProducerIT.java
5094
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
apache-2.0
goodwinnk/intellij-community
platform/structuralsearch/source/com/intellij/structuralsearch/impl/matcher/XmlCompiledPattern.java
748
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.structuralsearch.impl.matcher; import com.intellij.structuralsearch.impl.matcher.strategies.XmlMatchingStrategy; /** * @author Eugene.Kudelevsky */ public c...
apache-2.0
packet-tracker/onos-1.4.0-custom-build
apps/dhcp/target/generated-sources/org/onosproject/dhcp/rest/ApiDocRegistrator.java
1156
/* * Auto-generated by OnosSwaggerMojo. * * Copyright 2015 Open Networking Laboratory * * 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...
apache-2.0
Squeegee/batik
sources/org/apache/batik/ext/awt/image/rendered/TileGenerator.java
1080
/* 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
PasaLab/tachyon
core/server/worker/src/main/java/alluxio/worker/block/ClientRWLock.java
3343
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
apache-2.0
pfirmstone/JGDMS
qa/jtreg/net/jini/security/ProxyPreparer/LocalClassLoaderVerifyProxyPreparer.java
1930
/* * 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 m...
apache-2.0
potto007/druid-avro
api/src/test/java/io/druid/data/input/impl/RegexParseSpecTest.java
1963
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
apache-2.0
rswijesena/carbon-identity
components/sso-saml/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/admin/SAMLSSOConfigAdmin.java
11010
/* * Copyright 2005-2007 WSO2, Inc. (http://wso2.com) * * 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
MikeThomsen/nifi
nifi-registry/nifi-registry-core/nifi-registry-client/src/test/java/org/apache/nifi/registry/client/impl/request/TestBearerTokenRequestConfig.java
1642
/* * 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
bbrouwer/spring-boot
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/cache/CachingConfiguration.java
1266
/* * Copyright 2012-2017 the original author or 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 ap...
apache-2.0
cristianonicolai/drools-wb
drools-wb-screens/drools-wb-guided-dtree-editor/drools-wb-guided-dtree-editor-backend/src/test/java/org/drools/workbench/screens/guided/dtree/backend/server/indexing/classes/Applicant.java
795
/* * Copyright 2014 JBoss, by Red Hat, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
apache-2.0
jimengliu/cattle
code/implementation/docker/machine/src/main/java/io/cattle/platform/docker/machine/api/filter/MachineValidationFilter.java
2296
package io.cattle.platform.docker.machine.api.filter; import static io.cattle.platform.core.constants.MachineConstants.*; import io.cattle.platform.core.constants.AccountConstants; import io.cattle.platform.core.constants.HostConstants; import io.cattle.platform.core.model.Host; import io.cattle.platform.iaas.api.fil...
apache-2.0
shun634501730/java_source_cn
src_en/com/sun/org/apache/xerces/internal/impl/dv/util/HexBin.java
3681
/* * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 1999-2002,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ex...
apache-2.0
vineetgarg02/hive
storage-api/src/java/org/apache/hadoop/hive/common/io/FileMetadataCache.java
2471
/* * 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
pjain1/druid
server/src/test/java/org/apache/druid/server/initialization/JettyTest.java
18632
/* * 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
kohsuke/jboss-marshalling
serial/src/main/java/org/jboss/marshalling/serial/ExternalizedObject.java
3023
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
apache-2.0
forGGe/kaa
server/common/verifier-shared/src/main/java/org/kaaproject/kaa/server/common/verifier/AbstractKaaUserVerifier.java
2194
/* * Copyright 2014-2016 CyberVision, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
apache-2.0
tufangorel/hazelcast
hazelcast/src/main/java/com/hazelcast/spi/ServiceNamespace.java
1016
/* * Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
apache-2.0
facebook/buck
src/com/facebook/buck/cxx/OmnibusRoots.java
6108
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
apache-2.0
goldmansachs/reladomo
reladomo/src/test/java/com/gs/fw/common/mithra/test/domain/GsDeskDatabaseObject.java
716
/* Copyright 2016 Goldman Sachs. 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 wri...
apache-2.0
sidgoyal/standards.jsr352.jbatch
com.ibm.jbatch.container/src/main/java/com/ibm/jbatch/container/util/TCCLObjectInputStream.java
1450
/** * Copyright 2012 International Business Machines Corp. * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. Licensed under the Apache License, * Version 2.0 (the "License"); you may not use this file except in compliance * with the License. You m...
apache-2.0
Wesley-Lawrence/nifi
nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/src/main/java/org/apache/nifi/cdc/mysql/processors/CaptureChangeMySQL.java
60260
/* * 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
lpxz/grail-derby104
java/testing/org/apache/derbyTesting/unitTests/store/T_XA.java
42110
/* Derby - Class org.apache.derbyTesting.unitTests.store.T_XA 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 un...
apache-2.0
facebook/presto
presto-main/src/main/java/com/facebook/presto/operator/PageBufferClient.java
20089
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
apache-2.0