Skip to content

Commit cc7573a

Browse files
committed
Added Oracle license and list of files that are under that license.
1 parent 35d65e0 commit cc7573a

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

LICENSE

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,101 @@ Linking this library statically or dynamically with other modules is making a co
275275

276276
As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module.? An independent module is a module which is not derived from or based on this library.? If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so.? If you do not wish to do so, delete this exception statement from your version.
277277

278+
279+
NOT EVERY FILE IN THIS REPOSITORY IN UNDER THE GENERIC MIT LICENSE. THESE FILES USE THE FOLLOWING LICENSE:
280+
281+
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
282+
283+
Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
284+
285+
The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution License("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html or packager/legal/LICENSE.txt. See the License for the specific language governing permissions and limitations under the License.
286+
287+
When distributing the software, include this License Header Notice in each file and include the License file at packager/legal/LICENSE.txt.
288+
289+
GPL Classpath Exception:
290+
Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the GPL Version 2 section of the License file that accompanied this code.
291+
292+
Modifications:
293+
If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyright [year] [name of copyright owner]"
294+
295+
Contributor(s):
296+
If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] license." If you don't indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the option applies only if the new code is made subject to such option by the copyright holder.
297+
298+
THE FOLLOWING FILES ARE UNDER THE PREVIOUS MENTIONED LICENSE:
299+
300+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyChunkListener.java
301+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyInputRecord.java
302+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemProcessor.java
303+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemProcessorListener.java
304+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemReader.java
305+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemReadListener.java
306+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemWriteListener.java
307+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyItemWriter.java
308+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyJobListener.java
309+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyOutputRecord.java
310+
batch/batch-listeners/src/main/java/org/javaee7/batch/batch/listeners/MyStepListener.java
311+
batch/batchlet-simple/src/main/java/org/javaee7/batch/batchlet/simple/MyBatchlet.java
312+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyCheckpointAlgorithm.java
313+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyInputRecord.java
314+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyItemProcessor.java
315+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyItemReader.java
316+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyItemWriter.java
317+
batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/MyOutputRecord.java
318+
batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database/MyItemProcessor.java
319+
batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database/MyItemReader.java
320+
batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database/MyItemWriter.java
321+
batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database/Person.java
322+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MyInputRecord.java
323+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MyItemProcessor.java
324+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MyItemReader.java
325+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MyItemWriter.java
326+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MyOutputRecord.java
327+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MySkipProcessorListener.java
328+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MySkipReadListener.java
329+
batch/chunk-exception/src/main/java/org/javaee7/batch/chunk/exception/MySkipWriteListener.java
330+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyAnalyzer.java
331+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyCollector.java
332+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyInputRecord.java
333+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyItemProcessor.java
334+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyItemReader.java
335+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyItemWriter.java
336+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyMapper.java
337+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyOutputRecord.java
338+
batch/chunk-mapper/src/main/java/org/javaee7/batch/sample/chunk/mapper/MyReducer.java
339+
batch/chunk-optional-processor/src/main/java/org/javaee7/batch/chunk/optional/processor/MyItemReader.java
340+
batch/chunk-optional-processor/src/main/java/org/javaee7/batch/chunk/optional/processor/MyItemWriter.java
341+
batch/chunk-optional-processor/src/main/java/org/javaee7/batch/chunk/optional/processor/MyRecord.java
342+
batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/MyInputRecord.java
343+
batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/MyItemProcessor.java
344+
batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/MyItemReader.java
345+
batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/MyItemWriter.java
346+
batch/chunk-partition/src/main/java/org/javaee7/batch/sample/chunk/partition/MyOutputRecord.java
347+
batch/chunk-simple/src/main/java/org/javaee7/batch/chunk/simple/MyInputRecord.java
348+
batch/chunk-simple/src/main/java/org/javaee7/batch/chunk/simple/MyItemProcessor.java
349+
batch/chunk-simple/src/main/java/org/javaee7/batch/chunk/simple/MyItemReader.java
350+
batch/chunk-simple/src/main/java/org/javaee7/batch/chunk/simple/MyItemWriter.java
351+
batch/chunk-simple/src/main/java/org/javaee7/batch/chunk/simple/MyOutputRecord.java
352+
batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/MyInputRecord.java
353+
batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/MyItemProcessor.java
354+
batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/MyItemReader.java
355+
batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/MyItemWriter.java
356+
batch/chunk-simple-nobeans/src/main/java/org/javaee7/batch/samples/chunk/simple/nobeans/MyOutputRecord.java
357+
batch/decision/src/main/java/org/javaee7/batch/decision/MyBatchlet1.java
358+
batch/decision/src/main/java/org/javaee7/batch/decision/MyBatchlet2.java
359+
batch/decision/src/main/java/org/javaee7/batch/decision/MyBatchlet3.java
360+
batch/decision/src/main/java/org/javaee7/batch/decision/MyDecider.java
361+
batch/flow/src/main/java/org/javaee7/batch/flow/MyBatchlet1.java
362+
batch/flow/src/main/java/org/javaee7/batch/flow/MyBatchlet2.java
363+
batch/flow/src/main/java/org/javaee7/batch/flow/MyInputRecord.java
364+
batch/flow/src/main/java/org/javaee7/batch/flow/MyItemReader.java
365+
batch/flow/src/main/java/org/javaee7/batch/flow/MyItemWriter.java
366+
batch/flow/src/main/java/org/javaee7/batch/flow/MyOutputRecord.java
367+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyBatchlet.java
368+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyInputRecord.java
369+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyItemProcessor.java
370+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyItemReader.java
371+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyItemWriter.java
372+
batch/multiple-steps/src/main/java/org/javaee7/batch/multiple/steps/MyOutputRecord.java
373+
batch/split/src/main/java/org/javaee7/batch/split/MyBatchlet1.java
374+
batch/split/src/main/java/org/javaee7/batch/split/MyBatchlet2.java
375+
batch/split/src/main/java/org/javaee7/batch/split/MyBatchlet3.java

0 commit comments

Comments
 (0)