change license from the WTFPL to the Unlicense due to pkg.go.dev rest… · logrusorgru/aurora@304bc2c (original) (raw)

15 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
1 1 Changes
2 2 =======
3 3
4 +---
5 +16:05:02
6 +Thursday, July 2, 2020
7 +
8 +Change license from the WTFPL to the Unlicense due to pkg.go.dev restriction.
9 +
4 10 ---
5 11 15:39:40
6 12 Wednesday, April 17, 2019
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
1 - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2 - Version 2, December 2004
1 +This is free and unencumbered software released into the public domain.
3 2
4 - Copyright (C) 2004 Sam Hocevar sam@hocevar.net
3 +Anyone is free to copy, modify, publish, use, compile, sell, or
4 +distribute this software, either in source code form or as a compiled
5 +binary, for any purpose, commercial or non-commercial, and by any
6 +means.
5 7
6 - Everyone is permitted to copy and distribute verbatim or modified
7 - copies of this license document, and changing it is allowed as long
8 - as the name is changed.
8 +In jurisdictions that recognize copyright laws, the author or authors
9 +of this software dedicate any and all copyright interest in the
10 +software to the public domain. We make this dedication for the benefit
11 +of the public at large and to the detriment of our heirs and
12 +successors. We intend this dedication to be an overt act of
13 +relinquishment in perpetuity of all present and future rights to this
14 +software under copyright law.
9 15
10 - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11 - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19 +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 +OTHER DEALINGS IN THE SOFTWARE.
12 23
13 -0. You just DO WHAT THE FUCK YOU WANT TO.
24 +For more information, please refer to http://unlicense.org/
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Aurora
2 2 ======
3 3
4 4 [![GoDoc](https://godoc.org/github.com/logrusorgru/aurora?status.svg)\](https://godoc.org/github.com/logrusorgru/aurora)
5 -[![WTFPL License](https://img.shields.io/badge/license-wtfpl\-blue.svg)\](http://www.wtfpl.net/about/)
5 +[![Unlicense](https://img.shields.io/badge/license-unlicense\-blue.svg)\](http://unlicense.org/)
6 6 [![Build Status](https://travis-ci.org/logrusorgru/aurora.svg)\](https://travis-ci.org/logrusorgru/aurora)
7 7 [![Coverage Status](https://coveralls.io/repos/logrusorgru/aurora/badge.svg?branch=master)\](https://coveralls.io/r/logrusorgru/aurora?branch=master)
8 8 [![GoReportCard](https://goreportcard.com/badge/logrusorgru/aurora)\](https://goreportcard.com/report/logrusorgru/aurora)
@@ -309,7 +309,6 @@ on colors for a terminal only, and turn them off for a file.
309 309 Copyright © 2016-2019 The Aurora Authors. This work is free.
310 310 It comes without any warranty, to the extent permitted by applicable
311 311 law. You can redistribute it and/or modify it under the terms of the
312 -Do What The Fuck You Want To Public License, Version 2, as published
313 -by Sam Hocevar. See the LICENSE file for more details.
312 +the Unlicense. See the LICENSE file for more details.
314 313
315 314
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 // Package aurora implements ANSI-colors
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 package aurora
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 package aurora
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 package aurora
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 package aurora
Original file line number Diff line number Diff line change
@@ -2,9 +2,8 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
Original file line number Diff line number Diff line change
@@ -2,25 +2,35 @@
2 2 // Copyright (c) 2016-2019 The Aurora Authors. All rights reserved.
3 3 // This program is free software. It comes without any warranty,
4 4 // to the extent permitted by applicable law. You can redistribute
5 -// it and/or modify it under the terms of the Do What The Fuck You
6 -// Want To Public License, Version 2, as published by Sam Hocevar.
7 -// See LICENSE file for more details or see below.
5 +// it and/or modify it under the terms of the Unlicense. See LICENSE
6 +// file for more details or see below.
8 7 //
9 8
10 9 //
11 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12 -// Version 2, December 2004
10 +// This is free and unencumbered software released into the public domain.
13 11 //
14 -// Copyright (C) 2004 Sam Hocevar sam@hocevar.net
12 +// Anyone is free to copy, modify, publish, use, compile, sell, or
13 +// distribute this software, either in source code form or as a compiled
14 +// binary, for any purpose, commercial or non-commercial, and by any
15 +// means.
15 16 //
16 -// Everyone is permitted to copy and distribute verbatim or modified
17 -// copies of this license document, and changing it is allowed as long
18 -// as the name is changed.
17 +// In jurisdictions that recognize copyright laws, the author or authors
18 +// of this software dedicate any and all copyright interest in the
19 +// software to the public domain. We make this dedication for the benefit
20 +// of the public at large and to the detriment of our heirs and
21 +// successors. We intend this dedication to be an overt act of
22 +// relinquishment in perpetuity of all present and future rights to this
23 +// software under copyright law.
19 24 //
20 -// DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
21 -// TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
25 +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 +// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
29 +// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
30 +// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
31 +// OTHER DEALINGS IN THE SOFTWARE.
22 32 //
23 -// 0. You just DO WHAT THE FUCK YOU WANT TO.
33 +// For more information, please refer to http://unlicense.org/
24 34 //
25 35
26 36 package aurora