Skip to content

Commit 0754966

Browse files
committed
Bumped dates and revision
1 parent 560ef97 commit 0754966

File tree

130 files changed

+167
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+167
-166
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.6.10
1+
version=3.6.11
22

33
build.sysclasspath=last
44

slow/it/unimi/dsi/webgraph/BVGraphSlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2021 Sebastiano Vigna
2+
* Copyright (C) 2011-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

slow/it/unimi/dsi/webgraph/ConnectedComponentsSlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2021 Sebastiano Vigna
2+
* Copyright (C) 2011-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

slow/it/unimi/dsi/webgraph/StronglyConnectedComponentsSlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2021 Sebastiano Vigna
2+
* Copyright (C) 2011-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

slow/it/unimi/dsi/webgraph/algo/EstimateEffectiveDiameterSlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2021 Paolo Boldi & Sebastiano Vigna
2+
* Copyright (C) 2010-2023 Paolo Boldi & Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

slow/it/unimi/dsi/webgraph/algo/HyperBallSlowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2010-2021 Paolo Boldi & Sebastiano Vigna
2+
* Copyright (C) 2010-2023 Paolo Boldi & Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

src/it/unimi/dsi/webgraph/ASCIIGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2003-2021 Paolo Boldi and Sebastiano Vigna
2+
* Copyright (C) 2003-2023 Paolo Boldi and Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

src/it/unimi/dsi/webgraph/AbstractLazyIntIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2007-2021 Sebastiano Vigna
2+
* Copyright (C) 2007-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

src/it/unimi/dsi/webgraph/ArcListASCIIGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2007-2021 Sebastiano Vigna
2+
* Copyright (C) 2007-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

src/it/unimi/dsi/webgraph/ArrayListMutableGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2006-2021 Sebastiano Vigna
2+
* Copyright (C) 2006-2023 Sebastiano Vigna
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the GNU Lesser General Public License v2.1 or later,

0 commit comments

Comments
 (0)