diff options
| author | Assia Mahboubi | 2016-11-07 15:40:31 +0100 |
|---|---|---|
| committer | Assia Mahboubi | 2016-11-07 15:41:12 +0100 |
| commit | 2a8af6f6b80c82a5f07cae220427cccc30ef8dac (patch) | |
| tree | 1395d20bfcf974fd5c160619493e7882e5e82006 /mathcomp/fingroup | |
| parent | 71e62259c3a7420ff4c635768564792d1fd38ceb (diff) | |
update copyright banner
Diffstat (limited to 'mathcomp/fingroup')
| -rw-r--r-- | mathcomp/fingroup/action.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/automorphism.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/fingroup.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/gproduct.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/morphism.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/perm.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/presentation.v | 2 | ||||
| -rw-r--r-- | mathcomp/fingroup/quotient.v | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/mathcomp/fingroup/action.v b/mathcomp/fingroup/action.v index 6ce38b9..1bde1f7 100644 --- a/mathcomp/fingroup/action.v +++ b/mathcomp/fingroup/action.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/automorphism.v b/mathcomp/fingroup/automorphism.v index 5e52e5e..8813b45 100644 --- a/mathcomp/fingroup/automorphism.v +++ b/mathcomp/fingroup/automorphism.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/fingroup.v b/mathcomp/fingroup/fingroup.v index 70553a0..550aaaa 100644 --- a/mathcomp/fingroup/fingroup.v +++ b/mathcomp/fingroup/fingroup.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/gproduct.v b/mathcomp/fingroup/gproduct.v index a8d2fb2..4ee2bc8 100644 --- a/mathcomp/fingroup/gproduct.v +++ b/mathcomp/fingroup/gproduct.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/morphism.v b/mathcomp/fingroup/morphism.v index f4790e6..9f0a900 100644 --- a/mathcomp/fingroup/morphism.v +++ b/mathcomp/fingroup/morphism.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/perm.v b/mathcomp/fingroup/perm.v index 2f85d78..a306475 100644 --- a/mathcomp/fingroup/perm.v +++ b/mathcomp/fingroup/perm.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/presentation.v b/mathcomp/fingroup/presentation.v index afe33fa..ad712ee 100644 --- a/mathcomp/fingroup/presentation.v +++ b/mathcomp/fingroup/presentation.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp diff --git a/mathcomp/fingroup/quotient.v b/mathcomp/fingroup/quotient.v index 3fb0774..242b4b7 100644 --- a/mathcomp/fingroup/quotient.v +++ b/mathcomp/fingroup/quotient.v @@ -1,4 +1,4 @@ -(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *) +(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) Require Import mathcomp.ssreflect.ssreflect. From mathcomp |
