Skip to content

Commit 49d9135

Browse files
committed
Tidy
1 parent 5e91ac1 commit 49d9135

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

src/etc/licenseck.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
"rt/isaac/randport.cpp", # public domain
7777
"rt/isaac/rand.h", # public domain
7878
"rt/isaac/standard.h", # public domain
79+
"libstd/rt/mpsc_queue.rs", # BSD
80+
"libstd/rt/mpmc_bounded_queue.rs", # BSD
7981
]
8082

8183
def check_license(name, contents):

src/libstd/rt/mpmc_bounded_queue.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* Copyright (c) 2010-2011 Dmitry Vyukov. All rights reserved.
33
* Redistribution and use in source and binary forms, with or without
44
* modification, are permitted provided that the following conditions are met:
5-
*
5+
*
66
* 1. Redistributions of source code must retain the above copyright notice,
77
* this list of conditions and the following disclaimer.
8-
*
8+
*
99
* 2. Redistributions in binary form must reproduce the above copyright
1010
* notice, this list of conditions and the following disclaimer in the
1111
* documentation and/or other materials provided with the distribution.
12-
*
12+
*
1313
* THIS SOFTWARE IS PROVIDED BY DMITRY VYUKOV "AS IS" AND ANY EXPRESS OR IMPLIED
1414
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1515
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT

src/libstd/rt/mpsc_queue.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* Copyright (c) 2010-2011 Dmitry Vyukov. All rights reserved.
33
* Redistribution and use in source and binary forms, with or without
44
* modification, are permitted provided that the following conditions are met:
5-
*
5+
*
66
* 1. Redistributions of source code must retain the above copyright notice,
77
* this list of conditions and the following disclaimer.
8-
*
8+
*
99
* 2. Redistributions in binary form must reproduce the above copyright
1010
* notice, this list of conditions and the following disclaimer in the
1111
* documentation and/or other materials provided with the distribution.
12-
*
12+
*
1313
* THIS SOFTWARE IS PROVIDED BY DMITRY VYUKOV "AS IS" AND ANY EXPRESS OR IMPLIED
1414
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1515
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT

0 commit comments

Comments
 (0)