Skip to content

Commit 52ff28e

Browse files
committed
Remove "All Rights Reserved" in copyright notices
- "All Rights Reserved" is no longer necessary, since all Buenos Aires Convention signatories signed onto the Berne Convention in 2000. - The phrase is confusing with respect to open source software, since all rights are not in fact reserved. - The phrase is even more confusing when a piece of source code has multiple authors, because in that case, no one person owns the copyright. (Thus, no one person can reserve all of the rights.) - The Modified (3-clause) BSD License never contained the phrase "All Rights Reserved" (although earlier BSD licenses did), so the addition of the phrase to our license could be incorrectly interpreted as a license variation.
1 parent 044fe44 commit 52ff28e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Modifications:
3-
* Copyright (C)2018 D. R. Commander. All Rights Reserved.
3+
* Copyright (C) 2018 D. R. Commander
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

util/md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* will fill a supplied 16-byte array with the digest.
1616
* ----------------------------------------------------------------------------
1717
* Modifications:
18-
* Copyright (C)2018, D. R. Commander. All Rights Reserved.
18+
* Copyright (C) 2018 D. R. Commander
1919
*
2020
* Redistribution and use in source and binary forms, with or without
2121
* modification, are permitted provided that the following conditions are met:

util/md5hl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
77
* ----------------------------------------------------------------------------
88
* Modifications:
9-
* Copyright (C)2016, 2018-2019 D. R. Commander. All Rights Reserved.
9+
* Copyright (C) 2016, 2018-2019 D. R. Commander
1010
*
1111
* Redistribution and use in source and binary forms, with or without
1212
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)