Skip to content

Commit

Permalink
Clarify MIT license for ccan/
Browse files Browse the repository at this point in the history
ccan/LICENSE.BSD-MIT contains the MIT license and not the MIT variant of
the BSD licence (compare it to COPYING.BSD_MIT). Thus rename that
license file to ccan/LICENSE.MIT!

Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Apr 24, 2017
1 parent a4f37e7 commit c4de6c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Refer to individual files for information on the copyright holders.
Utility source code that may be linked into any binary are available under
several licenses:

- MIT license (see ccan/LICENSE.BSD-MIT)
- MIT license (see ccan/LICENSE.MIT)
- Creative Commons CC0 1.0 Universal License (see ccan/LICENSE.CC0)

## Providers
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ccan/list.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Licensed under BSD-MIT - see LICENSE.BSD-MIT file for details */
/* Licensed under MIT - see LICENSE.MIT file for details */
#include <stdio.h>
#include <stdlib.h>
#include "list.h"
Expand Down
2 changes: 1 addition & 1 deletion ccan/list.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Licensed under BSD-MIT - see LICENSE.BSD-MIT file for details */
/* Licensed under MIT - see LICENSE.MIT file for details */
#ifndef CCAN_LIST_H
#define CCAN_LIST_H
//#define CCAN_LIST_DEBUG 1
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ License: GPL-2 or BSD

Files: ccan/*
Copyright: unspecified
License: CC0 and BSD-MIT
License: CC0 and MIT

Files: ibacm/*
Copyright: 2013-2015, Mellanox Technologies LTD.
Expand Down Expand Up @@ -581,7 +581,7 @@ License: CC0
that Creative Commons is not a party to this document and has no duty or
obligation with respect to this CC0 or use of the Work.

License: BSD-MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down

0 comments on commit c4de6c6

Please sign in to comment.