diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/Forum.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/Forum.java
index 56615c00c..66dd7e727 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/Forum.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/Forum.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Comment.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Comment.java
index 2188a7558..cc32105d2 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Comment.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Comment.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.messages;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Message.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Message.java
index 0f1b393d8..d36a83be8 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Message.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Message.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.messages;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Photo.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Photo.java
index 4e54ee278..3d6ca901a 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Photo.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Photo.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.messages;
import ldbc.snb.datagen.entities.dynamic.person.IP;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Post.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Post.java
index 74ff2c14b..cb1dde1e2 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Post.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/messages/Post.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.messages;
import ldbc.snb.datagen.entities.dynamic.person.IP;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/IP.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/IP.java
index 294c862ec..f98ea690f 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/IP.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/IP.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.person;
import org.apache.hadoop.io.Writable;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/Person.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/Person.java
index 9a35f292c..d72fc272b 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/Person.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/Person.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.person;
import ldbc.snb.datagen.entities.dynamic.relations.Knows;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/GeoDistanceSimilarity.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/GeoDistanceSimilarity.java
index a168252d0..2fd4e2b62 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/GeoDistanceSimilarity.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/GeoDistanceSimilarity.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.person.similarity;
import ldbc.snb.datagen.generator.dictionary.Dictionaries;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/InterestsSimilarity.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/InterestsSimilarity.java
index 4fcb141b6..b1caaef87 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/InterestsSimilarity.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/person/similarity/InterestsSimilarity.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.person.similarity;
import ldbc.snb.datagen.entities.dynamic.person.Person;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/ForumMembership.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/ForumMembership.java
index ef5704c6c..168f6133d 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/ForumMembership.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/ForumMembership.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.relations;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Knows.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Knows.java
index ed3198d30..043b090b0 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Knows.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Knows.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.relations;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Like.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Like.java
index 97b37e8c3..7182fc7d6 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Like.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/Like.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.relations;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/StudyAt.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/StudyAt.java
index d67502f77..9a8b18311 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/StudyAt.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/StudyAt.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.relations;
diff --git a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/WorkAt.java b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/WorkAt.java
index a185d4838..61f5fbdca 100644
--- a/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/WorkAt.java
+++ b/src/main/java/ldbc/snb/datagen/entities/dynamic/relations/WorkAt.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.dynamic.relations;
import java.io.Serializable;
diff --git a/src/main/java/ldbc/snb/datagen/entities/statictype/Organisation.java b/src/main/java/ldbc/snb/datagen/entities/statictype/Organisation.java
index cdfb29f0f..36f823898 100644
--- a/src/main/java/ldbc/snb/datagen/entities/statictype/Organisation.java
+++ b/src/main/java/ldbc/snb/datagen/entities/statictype/Organisation.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.statictype;
diff --git a/src/main/java/ldbc/snb/datagen/entities/statictype/place/Place.java b/src/main/java/ldbc/snb/datagen/entities/statictype/place/Place.java
index b374ae100..a841b32e3 100644
--- a/src/main/java/ldbc/snb/datagen/entities/statictype/place/Place.java
+++ b/src/main/java/ldbc/snb/datagen/entities/statictype/place/Place.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.statictype.place;
import java.io.Serializable;
diff --git a/src/main/java/ldbc/snb/datagen/entities/statictype/place/PopularPlace.java b/src/main/java/ldbc/snb/datagen/entities/statictype/place/PopularPlace.java
index bbf5b3f6b..81835e7f4 100644
--- a/src/main/java/ldbc/snb/datagen/entities/statictype/place/PopularPlace.java
+++ b/src/main/java/ldbc/snb/datagen/entities/statictype/place/PopularPlace.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.statictype.place;
public class PopularPlace {
diff --git a/src/main/java/ldbc/snb/datagen/entities/statictype/tag/FlashMobTag.java b/src/main/java/ldbc/snb/datagen/entities/statictype/tag/FlashMobTag.java
index bc8ca35c3..85b7af64a 100644
--- a/src/main/java/ldbc/snb/datagen/entities/statictype/tag/FlashMobTag.java
+++ b/src/main/java/ldbc/snb/datagen/entities/statictype/tag/FlashMobTag.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.entities.statictype.tag;
import ldbc.snb.datagen.generator.dictionary.Dictionaries;
diff --git a/src/main/java/ldbc/snb/datagen/generator/DatagenParams.java b/src/main/java/ldbc/snb/datagen/generator/DatagenParams.java
index b2e3b370d..f2dc0ec6d 100644
--- a/src/main/java/ldbc/snb/datagen/generator/DatagenParams.java
+++ b/src/main/java/ldbc/snb/datagen/generator/DatagenParams.java
@@ -1,40 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
-
-
package ldbc.snb.datagen.generator;
import ldbc.snb.datagen.entities.dynamic.person.Person;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/BrowserDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/BrowserDictionary.java
index 612ddbfec..62002829b 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/BrowserDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/BrowserDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/CompanyDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/CompanyDictionary.java
index 232b055c2..da88e971f 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/CompanyDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/CompanyDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/Dictionaries.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/Dictionaries.java
index a57490418..222a0919f 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/Dictionaries.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/Dictionaries.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/EmailDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/EmailDictionary.java
index 3a71446cc..2b76a9ed4 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/EmailDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/EmailDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/FlashmobTagDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/FlashmobTagDictionary.java
index 403818241..1a4a84508 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/FlashmobTagDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/FlashmobTagDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.entities.statictype.tag.FlashMobTag;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/IPAddressDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/IPAddressDictionary.java
index 9001292a2..e650e7cb1 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/IPAddressDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/IPAddressDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
@@ -44,7 +9,6 @@ Linked Data Benchmark Council (http://www.ldbcouncil.org)
import java.io.InputStreamReader;
import java.util.*;
-
public class IPAddressDictionary {
private static final String SEPARATOR_COUNTRY = " ";
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/LanguageDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/LanguageDictionary.java
index 3524cef57..fb5562ccd 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/LanguageDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/LanguageDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/NamesDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/NamesDictionary.java
index 222ff286a..143701ad4 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/NamesDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/NamesDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/PlaceDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/PlaceDictionary.java
index 52e5fad91..684b713c6 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/PlaceDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/PlaceDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/PopularPlacesDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/PopularPlacesDictionary.java
index 8f499fbf1..9edad9bf0 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/PopularPlacesDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/PopularPlacesDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagDictionary.java
index f2e6ce25f..708ac8af1 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagMatrix.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagMatrix.java
index b2ef25537..bb3ecdc3b 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagMatrix.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagMatrix.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagTextDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagTextDictionary.java
index 4bb0b87e2..3a8c34a05 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/TagTextDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/TagTextDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/dictionary/UniversityDictionary.java b/src/main/java/ldbc/snb/datagen/generator/dictionary/UniversityDictionary.java
index ac7c354f7..7d2631d5b 100644
--- a/src/main/java/ldbc/snb/datagen/generator/dictionary/UniversityDictionary.java
+++ b/src/main/java/ldbc/snb/datagen/generator/dictionary/UniversityDictionary.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.dictionary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/AltmannDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/AltmannDistribution.java
index 91dd9f447..a6dd2e47b 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/AltmannDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/AltmannDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/BucketedDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/BucketedDistribution.java
index 5a11af224..83147c1c0 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/BucketedDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/BucketedDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.generator.tools.Bucket;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/CumulativeBasedDegreeDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/CumulativeBasedDegreeDistribution.java
index af4b52ecf..9b3f77f93 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/CumulativeBasedDegreeDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/CumulativeBasedDegreeDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.util.GeneratorConfiguration;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/DegreeDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/DegreeDistribution.java
index e863c59e1..66cd2eef5 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/DegreeDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/DegreeDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.util.GeneratorConfiguration;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/DiscreteWeibullDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/DiscreteWeibullDistribution.java
index f8a56ca8f..11797add2 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/DiscreteWeibullDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/DiscreteWeibullDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/EmpiricalDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/EmpiricalDistribution.java
index e124478bb..af55ee343 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/EmpiricalDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/EmpiricalDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.generator.tools.Bucket;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/FacebookDegreeDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/FacebookDegreeDistribution.java
index 8943d2301..500d3fc9f 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/FacebookDegreeDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/FacebookDegreeDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/GeoDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/GeoDistribution.java
index e11cc545a..440ef827c 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/GeoDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/GeoDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.util.GeneratorConfiguration;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/MoeZipfDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/MoeZipfDistribution.java
index 0962f647f..ffcf22aad 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/MoeZipfDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/MoeZipfDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.util.GeneratorConfiguration;
diff --git a/src/main/java/ldbc/snb/datagen/generator/distribution/ZipfDistribution.java b/src/main/java/ldbc/snb/datagen/generator/distribution/ZipfDistribution.java
index 63ccf070d..a5017effd 100644
--- a/src/main/java/ldbc/snb/datagen/generator/distribution/ZipfDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/distribution/ZipfDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.distribution;
import ldbc.snb.datagen.util.GeneratorConfiguration;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/CommentGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/CommentGenerator.java
index 2d85494f6..f469579bd 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/CommentGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/CommentGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/DateGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/DateGenerator.java
index 874d305f3..ad6923e92 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/DateGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/DateGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/ForumGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/ForumGenerator.java
index 195a20e52..be4464072 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/ForumGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/ForumGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/LikeGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/LikeGenerator.java
index 17a12cb78..f5eb72674 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/LikeGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/LikeGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/PersonActivityGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/PersonActivityGenerator.java
index 8804352c9..25e3e23cd 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/PersonActivityGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/PersonActivityGenerator.java
@@ -1,39 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
-
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/PersonGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/PersonGenerator.java
index 0ce60d28c..a9a873e67 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/PersonGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/PersonGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/PhotoGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/PhotoGenerator.java
index e3cdb85e3..5a5026a3a 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/PhotoGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/PhotoGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/DistanceKnowsGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/DistanceKnowsGenerator.java
index a3ff15780..a1d7192d3 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/DistanceKnowsGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/DistanceKnowsGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.knowsgenerators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/KnowsGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/KnowsGenerator.java
index 057a9c449..58c2151df 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/KnowsGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/KnowsGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.knowsgenerators;
import ldbc.snb.datagen.entities.dynamic.person.Person;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/RandomKnowsGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/RandomKnowsGenerator.java
index 1814fda3f..39631e456 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/RandomKnowsGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/knowsgenerators/RandomKnowsGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.knowsgenerators;
import ldbc.snb.datagen.entities.dynamic.person.Person;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/FlashmobPostGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/FlashmobPostGenerator.java
index 546e6bba5..253b24e7d 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/FlashmobPostGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/FlashmobPostGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.postgenerators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/PostGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/PostGenerator.java
index 041812595..e7ac59402 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/PostGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/PostGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.postgenerators;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/UniformPostGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/UniformPostGenerator.java
index ed931ad6d..6379dc2d5 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/UniformPostGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/postgenerators/UniformPostGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.postgenerators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/LdbcSnbTextGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/LdbcSnbTextGenerator.java
index c01c39a14..79275a725 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/LdbcSnbTextGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/LdbcSnbTextGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.textgenerators;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/TextGenerator.java b/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/TextGenerator.java
index 50092084b..e245aad93 100644
--- a/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/TextGenerator.java
+++ b/src/main/java/ldbc/snb/datagen/generator/generators/textgenerators/TextGenerator.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.generators.textgenerators;
import ldbc.snb.datagen.generator.dictionary.TagDictionary;
diff --git a/src/main/java/ldbc/snb/datagen/generator/tools/Bucket.java b/src/main/java/ldbc/snb/datagen/generator/tools/Bucket.java
index ecbdac05e..0214f7b57 100644
--- a/src/main/java/ldbc/snb/datagen/generator/tools/Bucket.java
+++ b/src/main/java/ldbc/snb/datagen/generator/tools/Bucket.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.tools;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/generator/tools/GraphUtils.java b/src/main/java/ldbc/snb/datagen/generator/tools/GraphUtils.java
index fcd32a3b0..2b0517873 100644
--- a/src/main/java/ldbc/snb/datagen/generator/tools/GraphUtils.java
+++ b/src/main/java/ldbc/snb/datagen/generator/tools/GraphUtils.java
@@ -1,41 +1,5 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.tools;
-
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
diff --git a/src/main/java/ldbc/snb/datagen/generator/tools/PersonGraph.java b/src/main/java/ldbc/snb/datagen/generator/tools/PersonGraph.java
index 96587a130..14fdfc6a2 100644
--- a/src/main/java/ldbc/snb/datagen/generator/tools/PersonGraph.java
+++ b/src/main/java/ldbc/snb/datagen/generator/tools/PersonGraph.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.tools;
import ldbc.snb.datagen.entities.dynamic.person.Person;
diff --git a/src/main/java/ldbc/snb/datagen/generator/tools/PowerDistribution.java b/src/main/java/ldbc/snb/datagen/generator/tools/PowerDistribution.java
index 62544b270..46d4ee9ab 100644
--- a/src/main/java/ldbc/snb/datagen/generator/tools/PowerDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/generator/tools/PowerDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.tools;
import umontreal.iro.lecuyer.probdist.PowerDist;
diff --git a/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBP.java b/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBP.java
index 05f0fc7ae..3951abd8b 100644
--- a/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBP.java
+++ b/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBP.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.vocabulary;
/**
diff --git a/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBPOWL.java b/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBPOWL.java
index f3c6aec66..ef96143c9 100644
--- a/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBPOWL.java
+++ b/src/main/java/ldbc/snb/datagen/generator/vocabulary/DBPOWL.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.vocabulary;
/**
diff --git a/src/main/java/ldbc/snb/datagen/generator/vocabulary/SN.java b/src/main/java/ldbc/snb/datagen/generator/vocabulary/SN.java
index 0d3bf0642..f685ba19e 100644
--- a/src/main/java/ldbc/snb/datagen/generator/vocabulary/SN.java
+++ b/src/main/java/ldbc/snb/datagen/generator/vocabulary/SN.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.generator.vocabulary;
import ldbc.snb.datagen.generator.DatagenParams;
diff --git a/src/main/java/ldbc/snb/datagen/util/ConfigParser.java b/src/main/java/ldbc/snb/datagen/util/ConfigParser.java
index 4576ccde4..22ba8b7c1 100644
--- a/src/main/java/ldbc/snb/datagen/util/ConfigParser.java
+++ b/src/main/java/ldbc/snb/datagen/util/ConfigParser.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
import java.io.FileInputStream;
diff --git a/src/main/java/ldbc/snb/datagen/util/Distribution.java b/src/main/java/ldbc/snb/datagen/util/Distribution.java
index c07736a7a..b52fcb5e8 100644
--- a/src/main/java/ldbc/snb/datagen/util/Distribution.java
+++ b/src/main/java/ldbc/snb/datagen/util/Distribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
import java.io.BufferedReader;
diff --git a/src/main/java/ldbc/snb/datagen/util/DistributionKey.java b/src/main/java/ldbc/snb/datagen/util/DistributionKey.java
index 4c094cbe3..3da01eb3f 100644
--- a/src/main/java/ldbc/snb/datagen/util/DistributionKey.java
+++ b/src/main/java/ldbc/snb/datagen/util/DistributionKey.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
import java.io.BufferedReader;
diff --git a/src/main/java/ldbc/snb/datagen/util/PersonDeleteDistribution.java b/src/main/java/ldbc/snb/datagen/util/PersonDeleteDistribution.java
index 880c7e478..d5546df1f 100644
--- a/src/main/java/ldbc/snb/datagen/util/PersonDeleteDistribution.java
+++ b/src/main/java/ldbc/snb/datagen/util/PersonDeleteDistribution.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
import java.io.BufferedReader;
diff --git a/src/main/java/ldbc/snb/datagen/util/RandomGeneratorFarm.java b/src/main/java/ldbc/snb/datagen/util/RandomGeneratorFarm.java
index cc961132e..d33ae2e38 100644
--- a/src/main/java/ldbc/snb/datagen/util/RandomGeneratorFarm.java
+++ b/src/main/java/ldbc/snb/datagen/util/RandomGeneratorFarm.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
diff --git a/src/main/java/ldbc/snb/datagen/util/ScaleFactor.java b/src/main/java/ldbc/snb/datagen/util/ScaleFactor.java
index 0f871edc0..a51a8252f 100644
--- a/src/main/java/ldbc/snb/datagen/util/ScaleFactor.java
+++ b/src/main/java/ldbc/snb/datagen/util/ScaleFactor.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
import java.util.TreeMap;
diff --git a/src/main/java/ldbc/snb/datagen/util/StringUtils.java b/src/main/java/ldbc/snb/datagen/util/StringUtils.java
index 97a42db3b..1421da848 100644
--- a/src/main/java/ldbc/snb/datagen/util/StringUtils.java
+++ b/src/main/java/ldbc/snb/datagen/util/StringUtils.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
public class StringUtils {
diff --git a/src/main/java/ldbc/snb/datagen/util/ZOrder.java b/src/main/java/ldbc/snb/datagen/util/ZOrder.java
index a5ceb662e..467886f45 100644
--- a/src/main/java/ldbc/snb/datagen/util/ZOrder.java
+++ b/src/main/java/ldbc/snb/datagen/util/ZOrder.java
@@ -1,41 +1,5 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util;
-
public class ZOrder {
private int MAX_BIT_NUMBER;
diff --git a/src/main/java/ldbc/snb/datagen/util/formatter/DateFormatter.java b/src/main/java/ldbc/snb/datagen/util/formatter/DateFormatter.java
index 5cdd5d846..2e5d4f41e 100644
--- a/src/main/java/ldbc/snb/datagen/util/formatter/DateFormatter.java
+++ b/src/main/java/ldbc/snb/datagen/util/formatter/DateFormatter.java
@@ -1,38 +1,3 @@
-/*
- Copyright (c) 2013 LDBC
- Linked Data Benchmark Council (http://www.ldbcouncil.org)
-
- This file is part of ldbc_snb_datagen.
-
- ldbc_snb_datagen is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- ldbc_snb_datagen is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with ldbc_snb_datagen. If not, see .
-
- Copyright (C) 2011 OpenLink Software
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; only Version 2 of the License dated
- June 1991.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
package ldbc.snb.datagen.util.formatter;
import java.time.Instant;