Skip to content

Commit 36d6057

Browse files
committed
updates copyright year
1 parent e3d963d commit 36d6057

File tree

199 files changed

+308
-222
lines changed

Some content is hidden

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

199 files changed

+308
-222
lines changed

src/main/java/edu/princeton/cs/algs4/AVLTreeST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ public static void main(String[] args) {
811811
}
812812

813813
/******************************************************************************
814-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
814+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
815815
*
816816
* This file is part of algs4.jar, which accompanies the textbook
817817
*

src/main/java/edu/princeton/cs/algs4/Accumulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static void main(String[] args) {
121121
}
122122

123123
/******************************************************************************
124-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
124+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
125125
*
126126
* This file is part of algs4.jar, which accompanies the textbook
127127
*

src/main/java/edu/princeton/cs/algs4/AcyclicLP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static void main(String[] args) {
158158
}
159159

160160
/******************************************************************************
161-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
161+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
162162
*
163163
* This file is part of algs4.jar, which accompanies the textbook
164164
*

src/main/java/edu/princeton/cs/algs4/AcyclicSP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static void main(String[] args) {
157157
}
158158

159159
/******************************************************************************
160-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
160+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
161161
*
162162
* This file is part of algs4.jar, which accompanies the textbook
163163
*

src/main/java/edu/princeton/cs/algs4/AdjMatrixEdgeWeightedDigraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static void main(String[] args) {
192192
}
193193

194194
/******************************************************************************
195-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
195+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
196196
*
197197
* This file is part of algs4.jar, which accompanies the textbook
198198
*

src/main/java/edu/princeton/cs/algs4/Alphabet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public static void main(String[] args) {
256256
}
257257

258258
/******************************************************************************
259-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
259+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
260260
*
261261
* This file is part of algs4.jar, which accompanies the textbook
262262
*

src/main/java/edu/princeton/cs/algs4/AmericanFlag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public static void main(String[] args) {
289289

290290

291291
/******************************************************************************
292-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
292+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
293293
*
294294
* This file is part of algs4.jar, which accompanies the textbook
295295
*

src/main/java/edu/princeton/cs/algs4/AmericanFlagX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static void main(String[] args) {
178178

179179

180180
/******************************************************************************
181-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
181+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
182182
*
183183
* This file is part of algs4.jar, which accompanies the textbook
184184
*

src/main/java/edu/princeton/cs/algs4/Arbitrage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static void main(String[] args) {
8888
}
8989

9090
/******************************************************************************
91-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
91+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
9292
*
9393
* This file is part of algs4.jar, which accompanies the textbook
9494
*

src/main/java/edu/princeton/cs/algs4/AssignmentProblem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public static void main(String[] args) {
306306
}
307307

308308
/******************************************************************************
309-
* Copyright 2002-2018, Robert Sedgewick and Kevin Wayne.
309+
* Copyright 2002-2019, Robert Sedgewick and Kevin Wayne.
310310
*
311311
* This file is part of algs4.jar, which accompanies the textbook
312312
*

0 commit comments

Comments
 (0)