diff options
Diffstat (limited to 'src/list-stack.vala')
-rw-r--r-- | src/list-stack.vala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/list-stack.vala b/src/list-stack.vala index 89e1171..9aa0ede 100644 --- a/src/list-stack.vala +++ b/src/list-stack.vala @@ -14,7 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Authored by: Michael Terry <michael.terry@canonical.com> + * Authors: Michael Terry <michael.terry@canonical.com> + * Mike Gabriel <mike.gabriel@das-netzwerkteam.de> */ public class ListStack : Gtk.Fixed |