Skip to content

Commit

Permalink
Clarify copyright, credits and license
Browse files Browse the repository at this point in the history
* Each file has a clear copyright statement and license header
* The referenced LICENSE file now exists
* Credit for authorship (as opposed to copyright) is now centralised in
  CREDITS.md
  • Loading branch information
David Scott committed Aug 5, 2012
1 parent f823014 commit 1c8bff0
Show file tree
Hide file tree
Showing 14 changed files with 552 additions and 34 deletions.
6 changes: 6 additions & 0 deletions CREDITS.md
@@ -0,0 +1,6 @@

This is derived from oxenstored written by

* Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>

521 changes: 521 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions server/connection.ml
@@ -1,7 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
4 changes: 1 addition & 3 deletions server/logging.ml
@@ -1,7 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Thomas Gazagnaire <thomas.gazagnaire@citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
5 changes: 1 addition & 4 deletions server/perms.ml
@@ -1,8 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
3 changes: 1 addition & 2 deletions server/perms.mli
@@ -1,6 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
4 changes: 1 addition & 3 deletions server/quota.ml
@@ -1,7 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
5 changes: 1 addition & 4 deletions server/store.ml
@@ -1,8 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
5 changes: 1 addition & 4 deletions server/store.mli
@@ -1,8 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
4 changes: 1 addition & 3 deletions server/symbol.ml
@@ -1,7 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
14 changes: 14 additions & 0 deletions server/symbol.mli
@@ -1,3 +1,17 @@
(*
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; version 2.1 only. with the special
* exception on linking described in file LICENSE.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*)

type t = int
type 'a record = { data : 'a; mutable garbage : bool; }
val int_string_tbl : (int, string record) Hashtbl.t
Expand Down
5 changes: 1 addition & 4 deletions server/transaction.ml
@@ -1,8 +1,5 @@
(*
* Copyright (C) 2006-2007 XenSource Ltd.
* Copyright (C) 2008 Citrix Ltd.
* Author Vincent Hanquez <vincent.hanquez@eu.citrix.com>
* Author Thomas Gazagnaire <thomas.gazagnaire@citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
3 changes: 1 addition & 2 deletions server/trie.ml
@@ -1,6 +1,5 @@
(*
* Copyright (C) 2008-2009 Citrix Ltd.
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down
3 changes: 1 addition & 2 deletions server/trie.mli
@@ -1,6 +1,5 @@
(*
* Copyright (C) 2008-2009 Citrix Ltd.
* Author Thomas Gazagnaire <thomas.gazagnaire@eu.citrix.com>
* Copyright (C) Citrix Systems Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
Expand Down

0 comments on commit 1c8bff0

Please sign in to comment.