From 2a0e6078510aac983cb4409056df82ea664c16b1 Mon Sep 17 00:00:00 2001 From: KC Sivaramakrishnan Date: Mon, 24 Jun 2019 16:07:46 +0530 Subject: [PATCH] Fix copyright headers again --- runtime/caml/domain.h | 4 ++-- runtime/caml/domain_state.h | 4 ++-- runtime/caml/domain_state.tbl | 4 ++-- runtime/domain.c | 4 ++-- utils/domainstate.ml.c | 4 ++-- utils/domainstate.mli.c | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/runtime/caml/domain.h b/runtime/caml/domain.h index 8fa34df47..23833d24f 100644 --- a/runtime/caml/domain.h +++ b/runtime/caml/domain.h @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */ diff --git a/runtime/caml/domain_state.h b/runtime/caml/domain_state.h index 139ebcb99..622a6db6b 100644 --- a/runtime/caml/domain_state.h +++ b/runtime/caml/domain_state.h @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */ diff --git a/runtime/caml/domain_state.tbl b/runtime/caml/domain_state.tbl index e4f0ca3df..37e38188f 100644 --- a/runtime/caml/domain_state.tbl +++ b/runtime/caml/domain_state.tbl @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */ diff --git a/runtime/domain.c b/runtime/domain.c index 69f3e8828..4ea7be653 100644 --- a/runtime/domain.c +++ b/runtime/domain.c @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */ diff --git a/utils/domainstate.ml.c b/utils/domainstate.ml.c index 861637bd1..2d8990ef8 100644 --- a/utils/domainstate.ml.c +++ b/utils/domainstate.ml.c @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */ diff --git a/utils/domainstate.mli.c b/utils/domainstate.mli.c index 18bc612b6..1da60c94a 100644 --- a/utils/domainstate.mli.c +++ b/utils/domainstate.mli.c @@ -3,10 +3,10 @@ /* OCaml */ /* */ /* KC Sivaramakrishnan, Indian Institute of Technology, Madras */ -/* Stephen Dolan, Jane Street Europe */ +/* Stephen Dolan, University of Cambridge */ /* */ /* Copyright 2019 Indian Institute of Technology, Madras */ -/* Copyright 2019 Jane Street Group LLC */ +/* Copyright 2019 University of Cambridge */ /* */ /* All rights reserved. This file is distributed under the terms of */ /* the GNU Lesser General Public License version 2.1, with the */