From 1dee15b36844f9f467c834d377a4a4f6245c9cb8 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Wed, 15 Mar 2017 15:57:53 +0100
Subject: [PATCH] Remove my name from the copyright headers.

---
 theories/base.v            | 2 +-
 theories/bset.v            | 2 +-
 theories/coPset.v          | 2 +-
 theories/collections.v     | 2 +-
 theories/countable.v       | 2 +-
 theories/decidable.v       | 2 +-
 theories/fin.v             | 2 +-
 theories/fin_collections.v | 2 +-
 theories/fin_map_dom.v     | 2 +-
 theories/fin_maps.v        | 2 +-
 theories/finite.v          | 2 +-
 theories/gmap.v            | 2 +-
 theories/gmultiset.v       | 2 +-
 theories/hashset.v         | 2 +-
 theories/lexico.v          | 2 +-
 theories/list.v            | 2 +-
 theories/listset.v         | 2 +-
 theories/listset_nodup.v   | 2 +-
 theories/mapset.v          | 2 +-
 theories/natmap.v          | 2 +-
 theories/nmap.v            | 2 +-
 theories/numbers.v         | 2 +-
 theories/option.v          | 2 +-
 theories/orders.v          | 2 +-
 theories/pmap.v            | 2 +-
 theories/prelude.v         | 2 +-
 theories/pretty.v          | 2 +-
 theories/proof_irrel.v     | 2 +-
 theories/relations.v       | 2 +-
 theories/set.v             | 2 +-
 theories/sorting.v         | 2 +-
 theories/streams.v         | 2 +-
 theories/stringmap.v       | 2 +-
 theories/strings.v         | 2 +-
 theories/tactics.v         | 2 +-
 theories/vector.v          | 2 +-
 theories/zmap.v            | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/theories/base.v b/theories/base.v
index 1f2cc470..f7f74c8f 100644
--- a/theories/base.v
+++ b/theories/base.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects type class interfaces, notations, and general theorems
 that are used throughout the whole development. Most importantly it contains
diff --git a/theories/bset.v b/theories/bset.v
index 52968559..eedd1466 100644
--- a/theories/bset.v
+++ b/theories/bset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements bsets as functions into Prop. *)
 From stdpp Require Export prelude.
diff --git a/theories/coPset.v b/theories/coPset.v
index a848f5c8..f0bdf929 100644
--- a/theories/coPset.v
+++ b/theories/coPset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files implements the type [coPset] of efficient finite/cofinite sets
 of positive binary naturals [positive]. These sets are:
diff --git a/theories/collections.v b/theories/collections.v
index b1546e7d..1ef62bb2 100644
--- a/theories/collections.v
+++ b/theories/collections.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects definitions and theorems on collections. Most
 importantly, it implements some tactics to automatically solve goals involving
diff --git a/theories/countable.v b/theories/countable.v
index a4a57274..47b93ece 100644
--- a/theories/countable.v
+++ b/theories/countable.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Export list.
 Set Default Proof Using "Type".
diff --git a/theories/decidable.v b/theories/decidable.v
index 5af2f294..52c7bc41 100644
--- a/theories/decidable.v
+++ b/theories/decidable.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects theorems, definitions, tactics, related to propositions
 with a decidable equality. Such propositions are collected by the [Decision]
diff --git a/theories/fin.v b/theories/fin.v
index 0ecaaecd..888825cb 100644
--- a/theories/fin.v
+++ b/theories/fin.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects general purpose definitions and theorems on the fin type
 (bounded naturals). It uses the definitions from the standard library, but
diff --git a/theories/fin_collections.v b/theories/fin_collections.v
index 8095bce2..f5061160 100644
--- a/theories/fin_collections.v
+++ b/theories/fin_collections.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects definitions and theorems on finite collections. Most
 importantly, it implements a fold and size function and some useful induction
diff --git a/theories/fin_map_dom.v b/theories/fin_map_dom.v
index d9f1439f..5be84036 100644
--- a/theories/fin_map_dom.v
+++ b/theories/fin_map_dom.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file provides an axiomatization of the domain function of finite
 maps. We provide such an axiomatization, instead of implementing the domain
diff --git a/theories/fin_maps.v b/theories/fin_maps.v
index 902c6b04..1c92db6c 100644
--- a/theories/fin_maps.v
+++ b/theories/fin_maps.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** Finite maps associate data to keys. This file defines an interface for
 finite maps and collects some theory on it. Most importantly, it proves useful
diff --git a/theories/finite.v b/theories/finite.v
index 9ca58b7f..b68fc619 100644
--- a/theories/finite.v
+++ b/theories/finite.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Export countable vector.
 Set Default Proof Using "Type".
diff --git a/theories/gmap.v b/theories/gmap.v
index 97cc0afd..4572c905 100644
--- a/theories/gmap.v
+++ b/theories/gmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements finite maps and finite sets with keys of any countable
 type. The implementation is based on [Pmap]s, radix-2 search trees. *)
diff --git a/theories/gmultiset.v b/theories/gmultiset.v
index f30c7251..01040043 100644
--- a/theories/gmultiset.v
+++ b/theories/gmultiset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2016, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Import gmap.
 Set Default Proof Using "Type".
diff --git a/theories/hashset.v b/theories/hashset.v
index cae5faf5..b84c1f08 100644
--- a/theories/hashset.v
+++ b/theories/hashset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements finite set using hash maps. Hash sets are represented
 using radix-2 search trees. Each hash bucket is thus indexed using an binary
diff --git a/theories/lexico.v b/theories/lexico.v
index 56bde6ea..adcc072d 100644
--- a/theories/lexico.v
+++ b/theories/lexico.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files defines a lexicographic order on various common data structures
 and proves that it is a partial order having a strong variant of trichotomy. *)
diff --git a/theories/list.v b/theories/list.v
index 36f0173d..e1fe731f 100644
--- a/theories/list.v
+++ b/theories/list.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects general purpose definitions and theorems on lists that
 are not in the Coq standard library. *)
diff --git a/theories/listset.v b/theories/listset.v
index 9d89cb2f..f143e66d 100644
--- a/theories/listset.v
+++ b/theories/listset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements finite set as unordered lists without duplicates
 removed. This implementation forms a monad. *)
diff --git a/theories/listset_nodup.v b/theories/listset_nodup.v
index 52f73e36..edffa54d 100644
--- a/theories/listset_nodup.v
+++ b/theories/listset_nodup.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements finite as unordered lists without duplicates.
 Although this implementation is slow, it is very useful as decidable equality
diff --git a/theories/mapset.v b/theories/mapset.v
index 425e740d..193ab9a9 100644
--- a/theories/mapset.v
+++ b/theories/mapset.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files gives an implementation of finite sets using finite maps with
 elements of the unit type. Since maps enjoy extensional equality, the
diff --git a/theories/natmap.v b/theories/natmap.v
index 27135e5d..87802090 100644
--- a/theories/natmap.v
+++ b/theories/natmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files implements a type [natmap A] of finite maps whose keys range
 over Coq's data type of unary natural numbers [nat]. The implementation equips
diff --git a/theories/nmap.v b/theories/nmap.v
index daa52c59..3364133d 100644
--- a/theories/nmap.v
+++ b/theories/nmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files extends the implementation of finite over [positive] to finite
 maps whose keys range over Coq's data type of binary naturals [N]. *)
diff --git a/theories/numbers.v b/theories/numbers.v
index 1491271a..885d2dba 100644
--- a/theories/numbers.v
+++ b/theories/numbers.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects some trivial facts on the Coq types [nat] and [N] for
 natural numbers, and the type [Z] for integers. It also declares some useful
diff --git a/theories/option.v b/theories/option.v
index ca366407..7df582ef 100644
--- a/theories/option.v
+++ b/theories/option.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects general purpose definitions and theorems on the option
 data type that are not in the Coq standard library. *)
diff --git a/theories/orders.v b/theories/orders.v
index 20eeeb85..9fe161a5 100644
--- a/theories/orders.v
+++ b/theories/orders.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** Properties about arbitrary pre-, partial, and total orders. We do not use
 the relation [⊆] because we often have multiple orders on the same structure *)
diff --git a/theories/pmap.v b/theories/pmap.v
index 307fb34c..e9fc2c6e 100644
--- a/theories/pmap.v
+++ b/theories/pmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files implements an efficient implementation of finite maps whose keys
 range over Coq's data type of positive binary naturals [positive]. The
diff --git a/theories/prelude.v b/theories/prelude.v
index 0667f205..b62ce668 100644
--- a/theories/prelude.v
+++ b/theories/prelude.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Export
   base
diff --git a/theories/pretty.v b/theories/pretty.v
index 751c0082..541e72a2 100644
--- a/theories/pretty.v
+++ b/theories/pretty.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Export strings.
 From stdpp Require Import relations.
diff --git a/theories/proof_irrel.v b/theories/proof_irrel.v
index 28b4f83b..0ca5e4e3 100644
--- a/theories/proof_irrel.v
+++ b/theories/proof_irrel.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects facts on proof irrelevant types/propositions. *)
 From stdpp Require Export base.
diff --git a/theories/relations.v b/theories/relations.v
index 83cfc39c..c957ea8a 100644
--- a/theories/relations.v
+++ b/theories/relations.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects definitions and theorems on abstract rewriting systems.
 These are particularly useful as we define the operational semantics as a
diff --git a/theories/set.v b/theories/set.v
index e4e5a7db..dbb5a0b2 100644
--- a/theories/set.v
+++ b/theories/set.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file implements sets as functions into Prop. *)
 From stdpp Require Export collections.
diff --git a/theories/sorting.v b/theories/sorting.v
index 22e1c6dd..0d8eed64 100644
--- a/theories/sorting.v
+++ b/theories/sorting.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** Merge sort. Adapted from the implementation of Hugo Herbelin in the Coq
 standard library, but without using the module system. *)
diff --git a/theories/streams.v b/theories/streams.v
index 6b8a94a6..6d1244e3 100644
--- a/theories/streams.v
+++ b/theories/streams.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From stdpp Require Export tactics.
 Set Default Proof Using "Type".
diff --git a/theories/stringmap.v b/theories/stringmap.v
index fb39a327..eb6871db 100644
--- a/theories/stringmap.v
+++ b/theories/stringmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files implements an efficient implementation of finite maps whose keys
 range over Coq's data type of strings [string]. The implementation uses radix-2
diff --git a/theories/strings.v b/theories/strings.v
index 08781288..003b41dd 100644
--- a/theories/strings.v
+++ b/theories/strings.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 From Coq Require Import Ascii.
 From Coq Require Export String.
diff --git a/theories/tactics.v b/theories/tactics.v
index 1c07fd48..9195ec96 100644
--- a/theories/tactics.v
+++ b/theories/tactics.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects general purpose tactics that are used throughout
 the development. *)
diff --git a/theories/vector.v b/theories/vector.v
index 5013eb43..69b31fe0 100644
--- a/theories/vector.v
+++ b/theories/vector.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This file collects general purpose definitions and theorems on vectors
 (lists of fixed length). It uses the definitions from the standard library, but
diff --git a/theories/zmap.v b/theories/zmap.v
index 885d1dc0..7c37bb4f 100644
--- a/theories/zmap.v
+++ b/theories/zmap.v
@@ -1,4 +1,4 @@
-(* Copyright (c) 2012-2017, Robbert Krebbers. *)
+(* Copyright (c) 2012-2017, Coq-std++ developers. *)
 (* This file is distributed under the terms of the BSD license. *)
 (** This files extends the implementation of finite over [positive] to finite
 maps whose keys range over Coq's data type of binary naturals [Z]. *)
-- 
GitLab