Skip to content

Commit becd6cd

Browse files
committed
update copyright date
1 parent 54605c0 commit becd6cd

18 files changed

Lines changed: 24 additions & 24 deletions

library/slider/slider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
# Here's a little library for quickly hooking up in sketch sliders.
3-
# Copyright (c) 2016 Martin Prout.
3+
# Copyright (c) 2016-17 Martin Prout.
44

55
java_import 'monkstone.slider.CustomHorizontalSlider'
66
java_import 'monkstone.slider.CustomVerticalSlider'

src/monkstone/ColorUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* in their sketches. Includes a method to efficiently convert an array of web
44
* strings to an array of color int, and another to convert an array of color
55
* int to a string that can be used in ruby code (to generate web color array).
6-
* Copyright (c) 2015-16 Martin Prout.
6+
* Copyright (c) 2015-17 Martin Prout.
77
* This utility is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by
99
* the Free Software Foundation; either version 2.1 of the License, or (at

src/monkstone/MathToolModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The purpose of this tool is to allow propane users to use an alternative
33
* to processing.org map, lerp and norm methods in their sketches
4-
* Copyright (c) 2015-16 Martin Prout. This tool is free software; you can
4+
* Copyright (c) 2015-17 Martin Prout. This tool is free software; you can
55
* redistribute it and/or modify it under the terms of the GNU Lesser General
66
* Public License as published by the Free Software Foundation; either version
77
* 2.1 of the License, or (at your option) any later version.

src/monkstone/PropaneLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The purpose of this class is to load the MathTool into ruby-processing runtime
3-
* Copyright (C) 2015-16 Martin Prout. This code is free software; you can
3+
* Copyright (C) 2015-17 Martin Prout. This code is free software; you can
44
* redistribute it and/or modify it under the terms of the GNU Lesser General
55
* Public License as published by the Free Software Foundation; either version
66
* 2.1 of the License, or (at your option) any later version.

src/monkstone/fastmath/Deglut.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-16 Martin Prout
2+
* Copyright (c) 2015-17 Martin Prout
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

src/monkstone/filechooser/Chooser.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
/*
2-
* Copyright (c) 2016 Martin Prout
3-
*
1+
/*
2+
* Copyright (c) 2016-17 Martin Prout
3+
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public
66
* License as published by the Free Software Foundation; either
77
* version 2.1 of the License, or (at your option) any later version.
8-
*
8+
*
99
* http://creativecommons.org/licenses/LGPL/2.1/
10-
*
10+
*
1111
* This library is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1414
* Lesser General Public License for more details.
15-
*
15+
*
1616
* You should have received a copy of the GNU Lesser General Public
1717
* License along with this library; if not, write to the Free Software
1818
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
@@ -39,6 +39,6 @@
3939
* @author Martin Prout
4040
*/
4141
public interface Chooser {
42-
42+
4343
public void file_selected(File selection);
4444
}

src/monkstone/slider/CustomHorizontalSlider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Martin Prout
2+
* Copyright (c) 2016-17 Martin Prout
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

src/monkstone/slider/CustomVerticalSlider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Martin Prout
2+
* Copyright (c) 2016-17 Martin Prout
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

src/monkstone/slider/SimpleHorizontalSlider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Martin Prout
2+
* Copyright (c) 2016-17 Martin Prout
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

src/monkstone/slider/SimpleVerticalSlider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Martin Prout
2+
* Copyright (c) 2016-17 Martin Prout
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)