chore(library/data/list): add back copyright notice
This commit is contained in:
parent
24fc68cef4
commit
985c3697b9
3 changed files with 19 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
/-
|
||||
Copyright (c) 2014 Parikshit Khanna. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Parikshit Khanna, Jeremy Avigad, Leonardo de Moura, Floris van Doorn
|
||||
|
||||
Basic properties of lists.
|
||||
-/
|
||||
import init.data.list.basic
|
||||
import data.nat.order
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
/-
|
||||
Copyright (c) 2015 Leonardo de Moura. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Leonardo de Moura, Haitao Zhang, Floris van Doorn
|
||||
|
||||
List combinators.
|
||||
-/
|
||||
import init.data.list.basic
|
||||
import data.nat.order
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
/-
|
||||
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Author: Jeremy Avigad
|
||||
-/
|
||||
import .basic .comb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue