From 82a718a0f227f023d02e775bb768d725e93f3172 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 5 Jan 2016 14:49:19 +0100 Subject: [PATCH] * bin/common_setup.cc: Bump copyright year. --- bin/common_setup.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/common_setup.cc b/bin/common_setup.cc index 368210989..c05313753 100644 --- a/bin/common_setup.cc +++ b/bin/common_setup.cc @@ -1,6 +1,6 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) 2012, 2013, 2014, 2015, 2016 Laboratoire de Recherche +// et Développement de l'Epita (LRDE). // // This file is part of Spot, a model checking library. // @@ -33,7 +33,7 @@ display_version(FILE *stream, struct argp_state*) fputs(program_name, stream); fputs(" (" PACKAGE_STRING ")\n\ \n\ -Copyright (C) 2015 Laboratoire de Recherche et Développement de l'Epita.\n\ +Copyright (C) 2016 Laboratoire de Recherche et Développement de l'Epita.\n\ License GPLv3+: \ GNU GPL version 3 or later .\n\ This is free software: you are free to change and redistribute it.\n\