Skip to content

Commit

Permalink
Updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Reisert committed Mar 31, 2014
1 parent c1fa89a commit 66926d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PowerpointViewerDemo/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void buttonOpen_Click(object sender, EventArgs e)
}
}

// VORSICHT: Die Events kommen von einem anderen Thread, deshalb this.Invoke(...)
// ATTENTION: Events arrive on a different thread, therefore we need this.Invoke(...)
void activeDocument_SlideChanged(object sender, EventArgs e)
{
this.Invoke(new Action(this.UpdateStats));
Expand Down
2 changes: 1 addition & 1 deletion PowerpointViewerLib/PowerpointViewerController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* PowerpointViewerLib - PowerPoint Viewer 2003/2007 Controller
*
* Copyright (c) 2012-2013 Kai Patrick Reisert
* Copyright (c) 2012-2014 Kai Patrick Reisert
* Portions copyright (c) 2008-2011 Raoul Snyman, Tim Bentley, Jonathan Corwin,
* Michael Gorven, Scott Guerrieri, Matthias Hub, Meinert Jordan, Armin Köhler,
* Andreas Preikschat, Mattias Põldaru, Christian Richter, Philip Ridout,
Expand Down
2 changes: 1 addition & 1 deletion PowerpointViewerLib/PowerpointViewerDocument.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* PowerpointViewerLib - PowerPoint Viewer 2003/2007 Controller
*
* Copyright (c) 2012-2013 Kai Patrick Reisert
* Copyright (c) 2012-2014 Kai Patrick Reisert
* Portions copyright (c) 2008-2011 Raoul Snyman, Tim Bentley, Jonathan Corwin,
* Michael Gorven, Scott Guerrieri, Matthias Hub, Meinert Jordan, Armin Köhler,
* Andreas Preikschat, Mattias Põldaru, Christian Richter, Philip Ridout,
Expand Down
2 changes: 1 addition & 1 deletion pptviewlib/pptviewlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PptViewLib - PowerPoint Viewer 2003/2007 Controller *
* Originally part of OpenLP - Open Source Lyrics Projection *
* --------------------------------------------------------------------------- *
* Copyright (c) 2012-2013 Kai Patrick Reisert *
* Copyright (c) 2012-2014 Kai Patrick Reisert *
* Original copyright (c) 2008-2011 Raoul Snyman *
* Portions copyright (c) 2008-2011 Tim Bentley, Jonathan Corwin, Michael *
* Gorven, Scott Guerrieri, Matthias Hub, Meinert Jordan, Armin Köhler, *
Expand Down
2 changes: 1 addition & 1 deletion pptviewlib/pptviewlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* PptViewLib - PowerPoint Viewer 2003/2007 Controller *
* Originally part of OpenLP - Open Source Lyrics Projection *
* --------------------------------------------------------------------------- *
* Copyright (c) 2012-2013 Kai Patrick Reisert *
* Copyright (c) 2012-2014 Kai Patrick Reisert *
* Original copyright (c) 2008-2011 Raoul Snyman *
* Portions copyright (c) 2008-2011 Tim Bentley, Jonathan Corwin, Michael *
* Gorven, Scott Guerrieri, Matthias Hub, Meinert Jordan, Armin Köhler, *
Expand Down

0 comments on commit 66926d2

Please sign in to comment.