diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000000000000000000000000000000000..434e3762ef522a446dc84cc2540511d47684cd74 --- /dev/null +++ b/NOTICE @@ -0,0 +1,14 @@ +Copyright: (c) Syncleus, Inc. + +You may redistribute and modify this source code under the terms and +conditions of the Open Source Community License - Type C version 1.0 +or any later version as published by Syncleus, Inc. at www.syncleus.com. +There should be a copy of the license included with this file. If a copy +of the license is not included you are granted no right to distribute or +otherwise use this file except through a legal and valid license. You +should also contact Syncleus, Inc. at the information below if you cannot +find a license: + +Syncleus, Inc. +2604 South 12th Street +Philadelphia, PA 19148 diff --git a/pom.xml b/pom.xml index b4ce522ec2ad90a9816bcce8e9f34bf03949eb72..da3660b72ce3e796908f9c20ccabec9a112a0698 100644 --- a/pom.xml +++ b/pom.xml @@ -261,6 +261,32 @@ </formats> </configuration> </plugin> + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>1.9.0</version> + <configuration> + <header>NOTICE</header> + <strictCheck>true</strictCheck> + <aggregate>true</aggregate> + <encoding>UTF-8</encoding> + <failIfMissing>true</failIfMissing> + <skipExistingHeaders>false</skipExistingHeaders> + <includes> + <include>**/src/main/java/**</include> + <include>**/src/test/java/**</include> + </includes> + </configuration> + <executions> + <execution> + <phase>process-sources</phase> + <goals> + <goal>format</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> diff --git a/src/main/java/com/syncleus/ferma/AbstractEdgeFrame.java b/src/main/java/com/syncleus/ferma/AbstractEdgeFrame.java index 5409e122ec0baacbb3de1e0330ff03f415e5e604..8a2ae281b9c40ec5e6bd84bc31730c165a688d13 100644 --- a/src/main/java/com/syncleus/ferma/AbstractEdgeFrame.java +++ b/src/main/java/com/syncleus/ferma/AbstractEdgeFrame.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/AbstractElementFrame.java b/src/main/java/com/syncleus/ferma/AbstractElementFrame.java index b69c383ac5dde57122d6b26b249108f3eb39afc7..e63b7ccb91b81d8e4c89a28fe7f653798c48729c 100644 --- a/src/main/java/com/syncleus/ferma/AbstractElementFrame.java +++ b/src/main/java/com/syncleus/ferma/AbstractElementFrame.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/AbstractVertexFrame.java b/src/main/java/com/syncleus/ferma/AbstractVertexFrame.java index 1915d04d41d839783def1ba6bb9a535a0fb4748c..ecfd6f71c75a3ca2b41d30a118c9e92f3188f445 100644 --- a/src/main/java/com/syncleus/ferma/AbstractVertexFrame.java +++ b/src/main/java/com/syncleus/ferma/AbstractVertexFrame.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/ClassInitializer.java b/src/main/java/com/syncleus/ferma/ClassInitializer.java index 04535e812f01381c913c41d2c33ea17ddbfa942c..a52fe00e813d3925c7021535a2ea0918c0a56fc7 100644 --- a/src/main/java/com/syncleus/ferma/ClassInitializer.java +++ b/src/main/java/com/syncleus/ferma/ClassInitializer.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; public interface ClassInitializer<C> { diff --git a/src/main/java/com/syncleus/ferma/Comparators.java b/src/main/java/com/syncleus/ferma/Comparators.java index bb88216e38ee12e33545b71287ed580e4ddf20ad..4bbc01bcbbe4eed009e37aea0cb898312ef70161 100644 --- a/src/main/java/com/syncleus/ferma/Comparators.java +++ b/src/main/java/com/syncleus/ferma/Comparators.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/DefaultClassInitializer.java b/src/main/java/com/syncleus/ferma/DefaultClassInitializer.java index 2e621004f98074a407953da5cac7bb2b35e54ff1..f536c233a40af3d77f252beedb5f7dfcf6051944 100644 --- a/src/main/java/com/syncleus/ferma/DefaultClassInitializer.java +++ b/src/main/java/com/syncleus/ferma/DefaultClassInitializer.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; public class DefaultClassInitializer<C> implements ClassInitializer<C> { diff --git a/src/main/java/com/syncleus/ferma/DelegatingFramedGraph.java b/src/main/java/com/syncleus/ferma/DelegatingFramedGraph.java index ece5a4e418c7b7c8a14d167e54db4bb6ed76e58f..411fdd69d56ea0be8d2dedb0dfc011ec290ce077 100644 --- a/src/main/java/com/syncleus/ferma/DelegatingFramedGraph.java +++ b/src/main/java/com/syncleus/ferma/DelegatingFramedGraph.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/DelegatingFramedThreadedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/DelegatingFramedThreadedTransactionalGraph.java index 70f3fa32c2f67590f2187fd6098ad17a937b615e..a600f0b48a9dbf26bec45ca279e64309d46ec372 100644 --- a/src/main/java/com/syncleus/ferma/DelegatingFramedThreadedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/DelegatingFramedThreadedTransactionalGraph.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.framefactories.FrameFactory; diff --git a/src/main/java/com/syncleus/ferma/DelegatingFramedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/DelegatingFramedTransactionalGraph.java index 0ba30cb259f37d82b618268a59053d233b179d0b..51963736d6f9129f051a253b3b15eb516e0b7ad0 100644 --- a/src/main/java/com/syncleus/ferma/DelegatingFramedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/DelegatingFramedTransactionalGraph.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.framefactories.FrameFactory; diff --git a/src/main/java/com/syncleus/ferma/EdgeFrame.java b/src/main/java/com/syncleus/ferma/EdgeFrame.java index e76d4bcb91618e44ebeeeb70da1ba84391398779..f8c9e0389433f3bc1b0726554613764bb5fd56e3 100644 --- a/src/main/java/com/syncleus/ferma/EdgeFrame.java +++ b/src/main/java/com/syncleus/ferma/EdgeFrame.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.traversals.VertexTraversal; diff --git a/src/main/java/com/syncleus/ferma/ElementFrame.java b/src/main/java/com/syncleus/ferma/ElementFrame.java index 533a687d58638e9de74bc7c02b03375cd976e321..0b5c8687684f5a4fdee9beeb87056d3f0f9efefe 100644 --- a/src/main/java/com/syncleus/ferma/ElementFrame.java +++ b/src/main/java/com/syncleus/ferma/ElementFrame.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.traversals.VertexTraversal; diff --git a/src/main/java/com/syncleus/ferma/FramedGraph.java b/src/main/java/com/syncleus/ferma/FramedGraph.java index f10b1c44f9208a741240c2788dd3e7f42bf84296..8937fbe03a6be591c6c5c70fe7a43242fea9558b 100644 --- a/src/main/java/com/syncleus/ferma/FramedGraph.java +++ b/src/main/java/com/syncleus/ferma/FramedGraph.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.traversals.VertexTraversal; diff --git a/src/main/java/com/syncleus/ferma/FramedThreadedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/FramedThreadedTransactionalGraph.java index 4021b328fa71cc61919e335b66feda34e6846ca4..3b4d90284db369349a3e3f904772f0bc13221dbd 100644 --- a/src/main/java/com/syncleus/ferma/FramedThreadedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/FramedThreadedTransactionalGraph.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.ThreadedTransactionalGraph; diff --git a/src/main/java/com/syncleus/ferma/FramedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/FramedTransactionalGraph.java index 82ae0cbaa77e6f61bbd5e4b9a4ef8734d37221bb..a5b901c806dcd293940df17460c43413e6b42434 100644 --- a/src/main/java/com/syncleus/ferma/FramedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/FramedTransactionalGraph.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.TransactionalGraph; diff --git a/src/main/java/com/syncleus/ferma/FramingEdgeIterable.java b/src/main/java/com/syncleus/ferma/FramingEdgeIterable.java index 932d6e17836d3b0e824cc87f28bf79628fd1ccd4..6484f1b5b1c94423c2633de4ba4d98cb767b4b57 100644 --- a/src/main/java/com/syncleus/ferma/FramingEdgeIterable.java +++ b/src/main/java/com/syncleus/ferma/FramingEdgeIterable.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.Edge; diff --git a/src/main/java/com/syncleus/ferma/FramingIterable.java b/src/main/java/com/syncleus/ferma/FramingIterable.java index 7f1c23860e74bd014cbb8cce12741574af0c74c4..68dfb49ed748bd306ba182a5a96cb64628c8c745 100644 --- a/src/main/java/com/syncleus/ferma/FramingIterable.java +++ b/src/main/java/com/syncleus/ferma/FramingIterable.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/FramingVertexIterable.java b/src/main/java/com/syncleus/ferma/FramingVertexIterable.java index 4276b44e783a3b1db5380316225e835bb16711b2..8c8f953162cb7b7d16b7074146c103458ea1b5a5 100644 --- a/src/main/java/com/syncleus/ferma/FramingVertexIterable.java +++ b/src/main/java/com/syncleus/ferma/FramingVertexIterable.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.Vertex; diff --git a/src/main/java/com/syncleus/ferma/GenericClassInitializer.java b/src/main/java/com/syncleus/ferma/GenericClassInitializer.java index 8d6593bc6c34a91d4ef1ec1963dedfd5cdddded7..c0c494cfa3aa314a9b916c3ccc97b4371279b9d3 100644 --- a/src/main/java/com/syncleus/ferma/GenericClassInitializer.java +++ b/src/main/java/com/syncleus/ferma/GenericClassInitializer.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import java.util.*; diff --git a/src/main/java/com/syncleus/ferma/MockTransactionalGraph.java b/src/main/java/com/syncleus/ferma/MockTransactionalGraph.java index 3615004d83c0530eb8b6063f26f5ce2b1d770fac..b9273baffe5c88e7c7b0cce153fd05fcdb91cd71 100644 --- a/src/main/java/com/syncleus/ferma/MockTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/MockTransactionalGraph.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.*; diff --git a/src/main/java/com/syncleus/ferma/Path.java b/src/main/java/com/syncleus/ferma/Path.java index 3455dd7e0bdefea796402e21fcd6e92af9523a33..b428e2c1e7e60ae9e728f733872479e9c5ba18ee 100644 --- a/src/main/java/com/syncleus/ferma/Path.java +++ b/src/main/java/com/syncleus/ferma/Path.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/ReflectionCache.java b/src/main/java/com/syncleus/ferma/ReflectionCache.java index 79ded34e5e4c64ad75ff794f3da2c846198bc74e..55ec552baf5bca518c6c3b4f8bda066d2cb98fc7 100644 --- a/src/main/java/com/syncleus/ferma/ReflectionCache.java +++ b/src/main/java/com/syncleus/ferma/ReflectionCache.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import org.reflections.Reflections; diff --git a/src/main/java/com/syncleus/ferma/Storage.java b/src/main/java/com/syncleus/ferma/Storage.java index 8b6c185c98b57719bc090c16cd9d2e478ca755bf..d939fd919732b553ab51453185a7b6757def0939 100644 --- a/src/main/java/com/syncleus/ferma/Storage.java +++ b/src/main/java/com/syncleus/ferma/Storage.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/TEdge.java b/src/main/java/com/syncleus/ferma/TEdge.java index eb5c12b6a21ef45706de02d9fc600cd41f35af00..ccb15e622ec372ec7da9b2f127079e90c55c8880 100644 --- a/src/main/java/com/syncleus/ferma/TEdge.java +++ b/src/main/java/com/syncleus/ferma/TEdge.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/TVertex.java b/src/main/java/com/syncleus/ferma/TVertex.java index d1f9c7ffec776414cba7502496a3dae0a507ef9d..ba9cd266da913962974be06bf7d117484fe67b99 100644 --- a/src/main/java/com/syncleus/ferma/TVertex.java +++ b/src/main/java/com/syncleus/ferma/TVertex.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/VertexFrame.java b/src/main/java/com/syncleus/ferma/VertexFrame.java index a485445836851cf0de06f24569c6b18ab89c2951..3cf011e99f42f36ecb01d07ac4a7b61d1f53459a 100644 --- a/src/main/java/com/syncleus/ferma/VertexFrame.java +++ b/src/main/java/com/syncleus/ferma/VertexFrame.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.traversals.VertexTraversal; diff --git a/src/main/java/com/syncleus/ferma/WrapperFramedGraph.java b/src/main/java/com/syncleus/ferma/WrapperFramedGraph.java index 9f883ddbae55e42b93a6faca27f4cf92ab0d4921..656683daab0065844bfdb478fab1bc9d9aa367bf 100644 --- a/src/main/java/com/syncleus/ferma/WrapperFramedGraph.java +++ b/src/main/java/com/syncleus/ferma/WrapperFramedGraph.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.Graph; diff --git a/src/main/java/com/syncleus/ferma/WrapperFramedThreadedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/WrapperFramedThreadedTransactionalGraph.java index 215ce4d3e7c8fdb0a7e5cfbd9e4f26c9299eb84e..8fd5f65e9b98a2135357d79c4220da9de27212ae 100644 --- a/src/main/java/com/syncleus/ferma/WrapperFramedThreadedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/WrapperFramedThreadedTransactionalGraph.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.ThreadedTransactionalGraph; diff --git a/src/main/java/com/syncleus/ferma/WrapperFramedTransactionalGraph.java b/src/main/java/com/syncleus/ferma/WrapperFramedTransactionalGraph.java index e2dcc976f353a795ce1f2c11d63fdbb7e2c255ca..af717159bea9f528ef5d6e2f3e6b7caf966dd429 100644 --- a/src/main/java/com/syncleus/ferma/WrapperFramedTransactionalGraph.java +++ b/src/main/java/com/syncleus/ferma/WrapperFramedTransactionalGraph.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.tinkerpop.blueprints.TransactionalGraph; diff --git a/src/main/java/com/syncleus/ferma/annotations/Adjacency.java b/src/main/java/com/syncleus/ferma/annotations/Adjacency.java index 62373012240bdee84190f0ded1a7364c4e6c4366..65b195b49bf9f162d240a74931eefde224aafccb 100644 --- a/src/main/java/com/syncleus/ferma/annotations/Adjacency.java +++ b/src/main/java/com/syncleus/ferma/annotations/Adjacency.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.tinkerpop.blueprints.Direction; diff --git a/src/main/java/com/syncleus/ferma/annotations/InVertex.java b/src/main/java/com/syncleus/ferma/annotations/InVertex.java index 048cced2a19abae6665ac1e18bd94b44063a6477..fc5b5e79c59c1fe91ab3781103bcb044a6bf1c1d 100644 --- a/src/main/java/com/syncleus/ferma/annotations/InVertex.java +++ b/src/main/java/com/syncleus/ferma/annotations/InVertex.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import java.lang.annotation.ElementType; diff --git a/src/main/java/com/syncleus/ferma/annotations/Incidence.java b/src/main/java/com/syncleus/ferma/annotations/Incidence.java index dcf5c80c257502e3b4a9d99dfe3e8643a9ced934..5df7c9b40e080013725cebbf76aa1e923f206e5c 100644 --- a/src/main/java/com/syncleus/ferma/annotations/Incidence.java +++ b/src/main/java/com/syncleus/ferma/annotations/Incidence.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.tinkerpop.blueprints.Direction; diff --git a/src/main/java/com/syncleus/ferma/annotations/OutVertex.java b/src/main/java/com/syncleus/ferma/annotations/OutVertex.java index a8cdaa62bccca3a6cf0a5d342ac525459e6e48cf..eec281ab32c19db2e1df2d5cefc9861992cb097e 100644 --- a/src/main/java/com/syncleus/ferma/annotations/OutVertex.java +++ b/src/main/java/com/syncleus/ferma/annotations/OutVertex.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import java.lang.annotation.ElementType; diff --git a/src/main/java/com/syncleus/ferma/annotations/Property.java b/src/main/java/com/syncleus/ferma/annotations/Property.java index 6988fe068db1b8cc85bb030c01ab216df212a1cf..ca1238ecae6f99dc8eb5e2a1311c4e77666121f0 100644 --- a/src/main/java/com/syncleus/ferma/annotations/Property.java +++ b/src/main/java/com/syncleus/ferma/annotations/Property.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import java.lang.annotation.ElementType; diff --git a/src/main/java/com/syncleus/ferma/framefactories/DefaultFrameFactory.java b/src/main/java/com/syncleus/ferma/framefactories/DefaultFrameFactory.java index 2f8502a41752f7cb72d883404ddee0dbfd2e9624..d93bfd8156332c42c233d65cad762242017181c7 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/DefaultFrameFactory.java +++ b/src/main/java/com/syncleus/ferma/framefactories/DefaultFrameFactory.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories; import com.tinkerpop.blueprints.Element; diff --git a/src/main/java/com/syncleus/ferma/framefactories/FrameFactory.java b/src/main/java/com/syncleus/ferma/framefactories/FrameFactory.java index 03b177bddc2b532d70c4a262be99e1c27c122d5b..c3d45e6ef5bd4d3f713b5d68fd61836894e108af 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/FrameFactory.java +++ b/src/main/java/com/syncleus/ferma/framefactories/FrameFactory.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/AdjacencyMethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/AdjacencyMethodHandler.java index 250019addafa84631609544358154ace56fca54f..9174dc0eff16463c4ddebfa59d9aa0e2777501de 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/AdjacencyMethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/AdjacencyMethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.typeresolvers.TypeResolver; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/AnnotationFrameFactory.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/AnnotationFrameFactory.java index 7bc748db8cfa8b6981c24f9770b1e7e3911e56fb..914e94795151b6e3865d9cf7fc2a257e4a6fb553 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/AnnotationFrameFactory.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/AnnotationFrameFactory.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.framefactories.FrameFactory; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/CachesReflection.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/CachesReflection.java index e886a7b30c75097137badf494f3252a7a326252c..041a5c03178884b4a0d6133c1f9120138dd7e2e8 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/CachesReflection.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/CachesReflection.java @@ -1,3 +1,19 @@ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.ReflectionCache; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/InVertexMethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/InVertexMethodHandler.java index 2e9aa53728ae3e1e845e75010aabe5c34aafc7e1..1d7213cd9bf8e37d80068f311aae9b145386c071 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/InVertexMethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/InVertexMethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.EdgeFrame; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/IncidenceMethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/IncidenceMethodHandler.java index 54a5847e093db0511d9842532ec14c9526edd327..bfd7c830fb017ddc53159540039fa4f7ccd3aa56 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/IncidenceMethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/IncidenceMethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.typeresolvers.TypeResolver; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/MethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/MethodHandler.java index 0cba5dbcff8438bd56ddae5ea6b36bc812604055..e25ac9ac95233f6064ebcc36767364b375fb1172 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/MethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/MethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import net.bytebuddy.dynamic.DynamicType; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/OutVertexMethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/OutVertexMethodHandler.java index fa0e45507fbdc84422e5c118558fbfcc1d3e086a..cf51e9eec3d93aaa5828cd12d5049780ac8cb37d 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/OutVertexMethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/OutVertexMethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.EdgeFrame; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/PropertyMethodHandler.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/PropertyMethodHandler.java index 601b47ee585557a8498bed0f0b73f2a5af1c14fc..f4c6660c8d69ae19522ce113d8ddd8a32abd766d 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/PropertyMethodHandler.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/PropertyMethodHandler.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.syncleus.ferma.ElementFrame; diff --git a/src/main/java/com/syncleus/ferma/framefactories/annotation/ReflectionUtility.java b/src/main/java/com/syncleus/ferma/framefactories/annotation/ReflectionUtility.java index 8e58f2e5d4b3b62b8f207570661f7803d59209cd..e0c22dcc1bc58f5e3a473528d4358e26cb1d82b9 100644 --- a/src/main/java/com/syncleus/ferma/framefactories/annotation/ReflectionUtility.java +++ b/src/main/java/com/syncleus/ferma/framefactories/annotation/ReflectionUtility.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.framefactories.annotation; import com.tinkerpop.blueprints.Vertex; diff --git a/src/main/java/com/syncleus/ferma/pipes/DivertPipe.java b/src/main/java/com/syncleus/ferma/pipes/DivertPipe.java index 2165abf49eb21ab931deee761d328f71a6f1a8bf..5d799dd6cf8017c09543fda2bbef8befb94254db 100644 --- a/src/main/java/com/syncleus/ferma/pipes/DivertPipe.java +++ b/src/main/java/com/syncleus/ferma/pipes/DivertPipe.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/pipes/FermaGremlinPipeline.java b/src/main/java/com/syncleus/ferma/pipes/FermaGremlinPipeline.java index 343db5ba8636361b2e6f3bac6c31e984552a638d..3d969635671810f1f1ddfc2b04d01d3a54018bfd 100644 --- a/src/main/java/com/syncleus/ferma/pipes/FermaGremlinPipeline.java +++ b/src/main/java/com/syncleus/ferma/pipes/FermaGremlinPipeline.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/pipes/PathPipe.java b/src/main/java/com/syncleus/ferma/pipes/PathPipe.java index 9ece4a2458786f5429912f076c6d9acb41a3562a..6d299fbb21754c56c68b6f5d84af32979b788e43 100644 --- a/src/main/java/com/syncleus/ferma/pipes/PathPipe.java +++ b/src/main/java/com/syncleus/ferma/pipes/PathPipe.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/pipes/TraversalFunctionPipe.java b/src/main/java/com/syncleus/ferma/pipes/TraversalFunctionPipe.java index 4e7da578bbd0089ded2e3e32497e2063a8cd7036..799e0c0c510240b49b68482c7650f42b059fe451 100644 --- a/src/main/java/com/syncleus/ferma/pipes/TraversalFunctionPipe.java +++ b/src/main/java/com/syncleus/ferma/pipes/TraversalFunctionPipe.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/AbstractEdgeTraversal.java b/src/main/java/com/syncleus/ferma/traversals/AbstractEdgeTraversal.java index 1e8a87a7046a41074526f9dbf66e37de62249c84..35c9172fcdb679724fbf0d618ba8ba3c8b2ed7dd 100644 --- a/src/main/java/com/syncleus/ferma/traversals/AbstractEdgeTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/AbstractEdgeTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/AbstractTraversal.java b/src/main/java/com/syncleus/ferma/traversals/AbstractTraversal.java index dffdc0bd0dda829788335d3ec4625eca409cca94..09e67872c0ecaa16c8d85f49b1cc0ecf14146608 100644 --- a/src/main/java/com/syncleus/ferma/traversals/AbstractTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/AbstractTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/AbstractVertexTraversal.java b/src/main/java/com/syncleus/ferma/traversals/AbstractVertexTraversal.java index 3b1c013d0c58e92112422da3d35fae1acbd6e0d6..9c8af8dbf3caf4d4823a1a300810deaab81170c9 100644 --- a/src/main/java/com/syncleus/ferma/traversals/AbstractVertexTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/AbstractVertexTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/EdgeTraversal.java b/src/main/java/com/syncleus/ferma/traversals/EdgeTraversal.java index 80fae29f3e235ff1f56466e321c0695011194ac9..9397022665f35cb925f914f2a4e7b1bee128ac12 100644 --- a/src/main/java/com/syncleus/ferma/traversals/EdgeTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/EdgeTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FrameMaker.java b/src/main/java/com/syncleus/ferma/traversals/FrameMaker.java index 2e93dd14db6c2da9b286c767fdb85345527f78fe..497e0af9905606d3dc0664e54bfe28cc9c0eee95 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FrameMaker.java +++ b/src/main/java/com/syncleus/ferma/traversals/FrameMaker.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FramingCollection.java b/src/main/java/com/syncleus/ferma/traversals/FramingCollection.java index 8b315c5f8a6cf79314ddc1cf93260e709044916a..890898248896161c038a100056f2baaee5c3cf75 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FramingCollection.java +++ b/src/main/java/com/syncleus/ferma/traversals/FramingCollection.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FramingComparator.java b/src/main/java/com/syncleus/ferma/traversals/FramingComparator.java index 680e4f47a89d00796de88d321458ccff0eb162f8..92e41d70721885f59fca8b1437d157b4d90df552 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FramingComparator.java +++ b/src/main/java/com/syncleus/ferma/traversals/FramingComparator.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FramingMap.java b/src/main/java/com/syncleus/ferma/traversals/FramingMap.java index b38b9332f2cb09f18d9b298d094052cdfe345db8..1d211787599fcc25f19194e705281a5e81f9eda3 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FramingMap.java +++ b/src/main/java/com/syncleus/ferma/traversals/FramingMap.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FramingSideEffectFunction.java b/src/main/java/com/syncleus/ferma/traversals/FramingSideEffectFunction.java index 0fef9b84644cfbc38481a340cd063f07616723bd..37e14a241a28ebe660ff7432cd5c8ed7d6eeae71 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FramingSideEffectFunction.java +++ b/src/main/java/com/syncleus/ferma/traversals/FramingSideEffectFunction.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/FramingTraversalFunction.java b/src/main/java/com/syncleus/ferma/traversals/FramingTraversalFunction.java index 33f6d495c8c2c6c34bfa6ca4d3f3e11aa2dd3a0c..fc59c0dc822555b9d475792f23624a35a91d8213 100644 --- a/src/main/java/com/syncleus/ferma/traversals/FramingTraversalFunction.java +++ b/src/main/java/com/syncleus/ferma/traversals/FramingTraversalFunction.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/GlobalVertexTraversal.java b/src/main/java/com/syncleus/ferma/traversals/GlobalVertexTraversal.java index 60b8a0495303e649ad7cbdb550c0612759d73e28..8ad3f67836c5d26242856cc3f861ffe6721c3328 100644 --- a/src/main/java/com/syncleus/ferma/traversals/GlobalVertexTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/GlobalVertexTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/SideEffectFunction.java b/src/main/java/com/syncleus/ferma/traversals/SideEffectFunction.java index e36f7738157381d7727a867ede1030b5dcc309c3..886b17dda51bddbbab053c4c55f6c329f7cd041e 100644 --- a/src/main/java/com/syncleus/ferma/traversals/SideEffectFunction.java +++ b/src/main/java/com/syncleus/ferma/traversals/SideEffectFunction.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/SimpleTraversal.java b/src/main/java/com/syncleus/ferma/traversals/SimpleTraversal.java index 382b1ba9b8034ffa42cfe56666c440a78d5149fb..4efec5dee36c8ac08308a0cc59560f5b121d027d 100644 --- a/src/main/java/com/syncleus/ferma/traversals/SimpleTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/SimpleTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/SplitTraversal.java b/src/main/java/com/syncleus/ferma/traversals/SplitTraversal.java index 7db029fd192e56796d994339383c80cd049c0c1f..9b22d3d880fd1b06a1e1d6bc36d591ea02f8502f 100644 --- a/src/main/java/com/syncleus/ferma/traversals/SplitTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/SplitTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/Traversal.java b/src/main/java/com/syncleus/ferma/traversals/Traversal.java index f6212014a84019ee6db5077940b3692c9d8b2d4a..0f0ae04ea45a61ee21bcd57a777f217a10c830e8 100644 --- a/src/main/java/com/syncleus/ferma/traversals/Traversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/Traversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/TraversalFunction.java b/src/main/java/com/syncleus/ferma/traversals/TraversalFunction.java index dca9f4ed745078d756f53314f98a634744559ffb..ce9dc668431d7311710da68cd0e506fe49387f18 100644 --- a/src/main/java/com/syncleus/ferma/traversals/TraversalFunction.java +++ b/src/main/java/com/syncleus/ferma/traversals/TraversalFunction.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/TraversalFunctions.java b/src/main/java/com/syncleus/ferma/traversals/TraversalFunctions.java index 0c52dc1c24a0652feda872b58300388f8abcb4c1..a2b41e660bf6e11af8f4c59fa50460d0e33c45ab 100644 --- a/src/main/java/com/syncleus/ferma/traversals/TraversalFunctions.java +++ b/src/main/java/com/syncleus/ferma/traversals/TraversalFunctions.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/traversals/VertexTraversal.java b/src/main/java/com/syncleus/ferma/traversals/VertexTraversal.java index 81fce37933c71852cb4b0117d1cfdefc354b0543..fea790dd57757cbf7c6fa4c64b97caa34641fd9c 100644 --- a/src/main/java/com/syncleus/ferma/traversals/VertexTraversal.java +++ b/src/main/java/com/syncleus/ferma/traversals/VertexTraversal.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/typeresolvers/PolymorphicTypeResolver.java b/src/main/java/com/syncleus/ferma/typeresolvers/PolymorphicTypeResolver.java index 752afa4c1e2ea645ca5553dd3249c30e5ded1ed6..892097dc5797b60af2174b1fffc3cd39e67ff9e1 100644 --- a/src/main/java/com/syncleus/ferma/typeresolvers/PolymorphicTypeResolver.java +++ b/src/main/java/com/syncleus/ferma/typeresolvers/PolymorphicTypeResolver.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.typeresolvers; import com.syncleus.ferma.AbstractEdgeFrame; diff --git a/src/main/java/com/syncleus/ferma/typeresolvers/TypeResolver.java b/src/main/java/com/syncleus/ferma/typeresolvers/TypeResolver.java index cf313250715c5764c5f74d54adf8e9ffa0f600cd..888b7ab0eb2aeea9a0f1078f8b95e2522ddc7ba4 100644 --- a/src/main/java/com/syncleus/ferma/typeresolvers/TypeResolver.java +++ b/src/main/java/com/syncleus/ferma/typeresolvers/TypeResolver.java @@ -1,22 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ - +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ /* * Part or all of this source file was forked from a third-party project, the details of which are listed below. * diff --git a/src/main/java/com/syncleus/ferma/typeresolvers/UntypedTypeResolver.java b/src/main/java/com/syncleus/ferma/typeresolvers/UntypedTypeResolver.java index 378f951519ed4ddafbdb4900eea7cd51fd8aa371..e8d7f435f464243f4a480aef8ba0501bfdc3458a 100644 --- a/src/main/java/com/syncleus/ferma/typeresolvers/UntypedTypeResolver.java +++ b/src/main/java/com/syncleus/ferma/typeresolvers/UntypedTypeResolver.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.typeresolvers; import com.syncleus.ferma.AbstractEdgeFrame; diff --git a/src/test/java/com/syncleus/ferma/AbstractElementFrameTest.java b/src/test/java/com/syncleus/ferma/AbstractElementFrameTest.java index 349bd8a462e80507827c4cbac890f665e7da696e..7a535a1b19201c3b019e14b8ad51985123fe4d91 100644 --- a/src/test/java/com/syncleus/ferma/AbstractElementFrameTest.java +++ b/src/test/java/com/syncleus/ferma/AbstractElementFrameTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import org.junit.Assert; diff --git a/src/test/java/com/syncleus/ferma/FramedEdgeTest.java b/src/test/java/com/syncleus/ferma/FramedEdgeTest.java index 37368ce7d69fd949e353e85604d04cfe8eec1662..4d2505753626ebfb82f1391ad9018b40058f0be0 100644 --- a/src/test/java/com/syncleus/ferma/FramedEdgeTest.java +++ b/src/test/java/com/syncleus/ferma/FramedEdgeTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import org.junit.Assert; diff --git a/src/test/java/com/syncleus/ferma/FramedGraphTest.java b/src/test/java/com/syncleus/ferma/FramedGraphTest.java index 219d1d0c3d0b504c77bdacad917a2625c22e1212..b95b818953c34fbad0170df92061e3768361e6da 100644 --- a/src/test/java/com/syncleus/ferma/FramedGraphTest.java +++ b/src/test/java/com/syncleus/ferma/FramedGraphTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.framefactories.FrameFactory; diff --git a/src/test/java/com/syncleus/ferma/FramedVertexTest.java b/src/test/java/com/syncleus/ferma/FramedVertexTest.java index f5d1be70ec37dd0c0e3823c4326dffbeba6edd32..ed53471daee2df2314a36e1ee3a172b39c0ecbcc 100644 --- a/src/test/java/com/syncleus/ferma/FramedVertexTest.java +++ b/src/test/java/com/syncleus/ferma/FramedVertexTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import java.util.HashMap; diff --git a/src/test/java/com/syncleus/ferma/Knows.java b/src/test/java/com/syncleus/ferma/Knows.java index 3a658360b7e652c4c8e2f27e52d655f1c715bcb6..00629719e227daeeb0c75de0c95cf0bf450a30fb 100644 --- a/src/test/java/com/syncleus/ferma/Knows.java +++ b/src/test/java/com/syncleus/ferma/Knows.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; public class Knows extends AbstractEdgeFrame { diff --git a/src/test/java/com/syncleus/ferma/Person.java b/src/test/java/com/syncleus/ferma/Person.java index 25ea65e8a661d5691416b7e520846a01d7d992f2..92888573e53365c525bf65386cc87122bd91a550 100644 --- a/src/test/java/com/syncleus/ferma/Person.java +++ b/src/test/java/com/syncleus/ferma/Person.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import java.util.Iterator; diff --git a/src/test/java/com/syncleus/ferma/Program.java b/src/test/java/com/syncleus/ferma/Program.java index 1ade96f82a3eedb2de8142a1047e3241364842fc..4f74a413011dce19f6284e6f0035bcc0e593f319 100644 --- a/src/test/java/com/syncleus/ferma/Program.java +++ b/src/test/java/com/syncleus/ferma/Program.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; public class Program extends AbstractVertexFrame { diff --git a/src/test/java/com/syncleus/ferma/Programmer.java b/src/test/java/com/syncleus/ferma/Programmer.java index 8b17cc84c9bbd1afcacaa3ce109749ee50bc9bb7..df4f45bf877e9921b4071df402b6465941da2acf 100644 --- a/src/test/java/com/syncleus/ferma/Programmer.java +++ b/src/test/java/com/syncleus/ferma/Programmer.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; public class Programmer extends Person { diff --git a/src/test/java/com/syncleus/ferma/SimpleTypeResolverTest.java b/src/test/java/com/syncleus/ferma/SimpleTypeResolverTest.java index 47c09c5680d2367c00584bbe8a736aa1f7ac280a..8071b00bee766665464411ceb65ff8ace5f21477 100644 --- a/src/test/java/com/syncleus/ferma/SimpleTypeResolverTest.java +++ b/src/test/java/com/syncleus/ferma/SimpleTypeResolverTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.typeresolvers.PolymorphicTypeResolver; diff --git a/src/test/java/com/syncleus/ferma/TraversalsTest.java b/src/test/java/com/syncleus/ferma/TraversalsTest.java index eb13d06d8d5793c7ed76a216045e986b381e0ad7..673685c5615b9c9b317368a2bd237b5346acf215 100644 --- a/src/test/java/com/syncleus/ferma/TraversalsTest.java +++ b/src/test/java/com/syncleus/ferma/TraversalsTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma; import com.syncleus.ferma.traversals.SideEffectFunction; diff --git a/src/test/java/com/syncleus/ferma/annotations/AdjacencyMethodHandlerTest.java b/src/test/java/com/syncleus/ferma/annotations/AdjacencyMethodHandlerTest.java index 0b8c268d8952e46c4b7e5ecc13f8fd693b76e52c..07344c41c11a3850044e93ec989fdfeb9d490485 100644 --- a/src/test/java/com/syncleus/ferma/annotations/AdjacencyMethodHandlerTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/AdjacencyMethodHandlerTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.*; diff --git a/src/test/java/com/syncleus/ferma/annotations/ExtendedFramedEdgeTest.java b/src/test/java/com/syncleus/ferma/annotations/ExtendedFramedEdgeTest.java index b6549fac1455b2c250daf3ec7f67d0e0f1ce41b0..162f790a60622bce1a6d5d1d2d30e13368ccd755 100644 --- a/src/test/java/com/syncleus/ferma/annotations/ExtendedFramedEdgeTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/ExtendedFramedEdgeTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import java.util.Arrays; diff --git a/src/test/java/com/syncleus/ferma/annotations/FatherEdge.java b/src/test/java/com/syncleus/ferma/annotations/FatherEdge.java index 9d4206616f255f0c48bb78e8f6440d1aad4b8038..e33794085c27d84d72eec9474db9ce8b2065f377 100644 --- a/src/test/java/com/syncleus/ferma/annotations/FatherEdge.java +++ b/src/test/java/com/syncleus/ferma/annotations/FatherEdge.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.*; diff --git a/src/test/java/com/syncleus/ferma/annotations/FatherEdgeExtended.java b/src/test/java/com/syncleus/ferma/annotations/FatherEdgeExtended.java index 602a2f39a0300054f03b44dd2ccce80f07eee9b2..a2383a36c4d08d5abc883cc3d78de21c61859e90 100644 --- a/src/test/java/com/syncleus/ferma/annotations/FatherEdgeExtended.java +++ b/src/test/java/com/syncleus/ferma/annotations/FatherEdgeExtended.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.ClassInitializer; diff --git a/src/test/java/com/syncleus/ferma/annotations/Friend.java b/src/test/java/com/syncleus/ferma/annotations/Friend.java index 0c0b132a3df3dca9b5d932332f7344a7c6274fc9..2fb2f62e3b15129227c632c072e8690fe71c4220 100644 --- a/src/test/java/com/syncleus/ferma/annotations/Friend.java +++ b/src/test/java/com/syncleus/ferma/annotations/Friend.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.*; diff --git a/src/test/java/com/syncleus/ferma/annotations/God.java b/src/test/java/com/syncleus/ferma/annotations/God.java index dd7bff52127b67a14030d2c7ca5a25284b702b5e..f58e02fab147b0647eef86e2b2933f80fa8ed7f3 100644 --- a/src/test/java/com/syncleus/ferma/annotations/God.java +++ b/src/test/java/com/syncleus/ferma/annotations/God.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.*; diff --git a/src/test/java/com/syncleus/ferma/annotations/GodAlternative.java b/src/test/java/com/syncleus/ferma/annotations/GodAlternative.java index 267092af18e4797ad32600c7abb055326cc6d223..f4a38367464a5bbf6fef53010f15721db9e90913 100644 --- a/src/test/java/com/syncleus/ferma/annotations/GodAlternative.java +++ b/src/test/java/com/syncleus/ferma/annotations/GodAlternative.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.*; diff --git a/src/test/java/com/syncleus/ferma/annotations/GodExtended.java b/src/test/java/com/syncleus/ferma/annotations/GodExtended.java index ee1e468add05277ea86ef505663b95d540496297..e16a7d8f7600c9b931e4ae70ebceddb7d350473b 100644 --- a/src/test/java/com/syncleus/ferma/annotations/GodExtended.java +++ b/src/test/java/com/syncleus/ferma/annotations/GodExtended.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.ClassInitializer; diff --git a/src/test/java/com/syncleus/ferma/annotations/GodGraphLoader.java b/src/test/java/com/syncleus/ferma/annotations/GodGraphLoader.java index 2a9ba7193a64df6ca573576d0c1334329da161d5..3fd29c1b5fa233148587d913c3e9ab1d5f8314bf 100644 --- a/src/test/java/com/syncleus/ferma/annotations/GodGraphLoader.java +++ b/src/test/java/com/syncleus/ferma/annotations/GodGraphLoader.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.typeresolvers.TypeResolver; diff --git a/src/test/java/com/syncleus/ferma/annotations/GodIntermediate.java b/src/test/java/com/syncleus/ferma/annotations/GodIntermediate.java index 42a06ca66ec1566a11f9a893dffeaf6d4e3428ef..79b8459ff73d00ca532593d31ae6d373cc252073 100644 --- a/src/test/java/com/syncleus/ferma/annotations/GodIntermediate.java +++ b/src/test/java/com/syncleus/ferma/annotations/GodIntermediate.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.ClassInitializer; diff --git a/src/test/java/com/syncleus/ferma/annotations/InVertexMethodHandlerTest.java b/src/test/java/com/syncleus/ferma/annotations/InVertexMethodHandlerTest.java index 3275129070e6aa60f728da07f37f68e49bfe944b..fb1e0f23d85dc3c9db246f110494c6fc6a81088e 100644 --- a/src/test/java/com/syncleus/ferma/annotations/InVertexMethodHandlerTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/InVertexMethodHandlerTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.DelegatingFramedGraph; diff --git a/src/test/java/com/syncleus/ferma/annotations/IncidenceMethodHandlerTest.java b/src/test/java/com/syncleus/ferma/annotations/IncidenceMethodHandlerTest.java index faef81edad8f12b4fb1eec9979aac8748f081aae..aaada6c710963d3be181b7e553b8b80d3d46a5fb 100644 --- a/src/test/java/com/syncleus/ferma/annotations/IncidenceMethodHandlerTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/IncidenceMethodHandlerTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.DelegatingFramedGraph; diff --git a/src/test/java/com/syncleus/ferma/annotations/OutVertexMethodHandlerTest.java b/src/test/java/com/syncleus/ferma/annotations/OutVertexMethodHandlerTest.java index 7d9989e52f6e6d1b84d9a011e7da663d6eb1edeb..82c7921dd4de0cdf496b14b8a68ffe9a3b4c1135 100644 --- a/src/test/java/com/syncleus/ferma/annotations/OutVertexMethodHandlerTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/OutVertexMethodHandlerTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.DelegatingFramedGraph; diff --git a/src/test/java/com/syncleus/ferma/annotations/PropertyMethodHandlerTest.java b/src/test/java/com/syncleus/ferma/annotations/PropertyMethodHandlerTest.java index b86fe02b81ab81657a60bdece1a36e18aa469798..da3b39d44c738a9a1814810d006988855c2bfcf7 100644 --- a/src/test/java/com/syncleus/ferma/annotations/PropertyMethodHandlerTest.java +++ b/src/test/java/com/syncleus/ferma/annotations/PropertyMethodHandlerTest.java @@ -1,21 +1,19 @@ -/****************************************************************************** - * * - * Copyright: (c) Syncleus, Inc. * - * * - * You may redistribute and modify this source code under the terms and * - * conditions of the Open Source Community License - Type C version 1.0 * - * or any later version as published by Syncleus, Inc. at www.syncleus.com. * - * There should be a copy of the license included with this file. If a copy * - * of the license is not included you are granted no right to distribute or * - * otherwise use this file except through a legal and valid license. You * - * should also contact Syncleus, Inc. at the information below if you cannot * - * find a license: * - * * - * Syncleus, Inc. * - * 2604 South 12th Street * - * Philadelphia, PA 19148 * - * * - ******************************************************************************/ +/** + * Copyright: (c) Syncleus, Inc. + * + * You may redistribute and modify this source code under the terms and + * conditions of the Open Source Community License - Type C version 1.0 + * or any later version as published by Syncleus, Inc. at www.syncleus.com. + * There should be a copy of the license included with this file. If a copy + * of the license is not included you are granted no right to distribute or + * otherwise use this file except through a legal and valid license. You + * should also contact Syncleus, Inc. at the information below if you cannot + * find a license: + * + * Syncleus, Inc. + * 2604 South 12th Street + * Philadelphia, PA 19148 + */ package com.syncleus.ferma.annotations; import com.syncleus.ferma.DelegatingFramedGraph;