Skip to content

Commit ac71b07

Browse files
committed
update copyright date
1 parent 06fc50d commit ac71b07

12 files changed

Lines changed: 12 additions & 12 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/filechooser/Chooser.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/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/SimpleSlider.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

src/monkstone/slider/Slider.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/SliderBar.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/SliderGroup.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)