Skip to content

Commit

Permalink
updating copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Dec 11, 2015
1 parent a04e78c commit eedf979
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion HEADER.txt
@@ -1,7 +1,7 @@
/*

Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.

This file is part of Frames animation library for Processing.

Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,5 +1,5 @@
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.

Frames animation library for Processing is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion examples/frames_example/frames_example.pde
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down
4 changes: 2 additions & 2 deletions src/org/dishevelled/processing/frames/Animation.java
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down Expand Up @@ -33,4 +33,4 @@ public interface Animation
{
boolean advance();
PImage getCurrentFrame();
}
}
2 changes: 1 addition & 1 deletion src/org/dishevelled/processing/frames/Frames.java
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down Expand Up @@ -67,4 +67,4 @@ public PImage getCurrentFrame()
{
return frames.get(index);
}
}
}
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down Expand Up @@ -68,4 +68,4 @@ public PImage getCurrentFrame()
{
return frames.get(index);
}
}
}
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down Expand Up @@ -54,4 +54,4 @@ public PImage getCurrentFrame()
{
return currentFrame;
}
}
}
2 changes: 1 addition & 1 deletion src/org/dishevelled/processing/frames/package-info.java
@@ -1,7 +1,7 @@
/*
Frames animation library for Processing.
Copyright (c) 2012-2013 held jointly by the individual authors.
Copyright (c) 2012-2015 held jointly by the individual authors.
This file is part of Frames animation library for Processing.
Expand Down

0 comments on commit eedf979

Please sign in to comment.