Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some files mention licenses different than Unlicense. #405

Closed
gdziadkiewicz opened this issue Nov 22, 2020 · 4 comments · Fixed by #407
Closed

Some files mention licenses different than Unlicense. #405

gdziadkiewicz opened this issue Nov 22, 2020 · 4 comments · Fixed by #407

Comments

@gdziadkiewicz
Copy link
Collaborator

Description

The whole package is licensed under Unlicese, but some of the files mention different licenses.

Files:

  • (*
    * Copyright (c) 2008, Gregory Neverov
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    * 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
    *
    * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    *
    *)
  • (*
    * Copyright (c) 2008, Gregory Neverov
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    * 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * 3. Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
    *
    * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    *
    *)
  • (* **********************************************************************************
    *
    * Copyright (c) Microsoft Corporation. All rights reserved.
    *
    * This source code is subject to terms and conditions of the Microsoft Permissive
    * License (MS-PL). A copy of the license can be found in the license.htm file
    * included in this distribution.
    *
    * You must not remove this notice, or any other, from this software.
    *
    * **********************************************************************************)
  • // ----------------------------------------------------------------------------
    // F# structured format example.
    // (c) Semyon Grigorev, 2014, Available under Apache 2.0 license.
    // ----------------------------------------------------------------------------
  • // ----------------------------------------------------------------------------
    // F# async extensions (HttpListener.fs)
    // (c) Tomas Petricek, 2011-2012, Available under Apache 2.0 license.
    // ----------------------------------------------------------------------------
  • // ----------------------------------------------------------------------------
    // F# async extensions (AutoCancel.fsx)
    // (c) Tomas Petricek, 2011, Available under Apache 2.0 license.
    // ----------------------------------------------------------------------------

@tpetricek @dsyme Do you know if it was intentional or they were omitted by mistake? Do you know what needs to be done in order to fix that?

cc @forki for help as he may know/remember more - license change was made in his commit 80133ee#diff-4673a3aba01813b595de187a7a6e9e63a3491d55821606fecd9f13a10c188a1d

@dsyme
Copy link
Contributor

dsyme commented Nov 23, 2020

I guess they were copied across.

Just switch them all to Unlicense.

@dsyme
Copy link
Contributor

dsyme commented Nov 23, 2020

Well, I guess we should just list the different licenses until people approve

I give permission to switch the Microsoft Pluralizer sample code to Unlicense

cc @gneverov for the others

gdziadkiewicz added a commit to gdziadkiewicz/FSharpx.Extras that referenced this issue Jan 4, 2021
@tpetricek
Copy link
Member

I give permission to switch the two "F# async extensions" files to Unlicense.

gdziadkiewicz added a commit to gdziadkiewicz/FSharpx.Extras that referenced this issue Jan 7, 2021
gdziadkiewicz added a commit to gdziadkiewicz/FSharpx.Extras that referenced this issue Jan 7, 2021
@gdziadkiewicz
Copy link
Collaborator Author

I managed to contact @gneverov via email:

Re: License change in FSharpX.Extras
Gregory Neverov gregory.neverov@gmail.com
Mon 2021-01-04 21:53
To: Grzegorz Dziadkiewicz grzegorz@dziadkiewicz.com
Hi Grzegorz,

I'm surprised this code still exists! You can change the license to anything you need to.

On Mon, Jan 4, 2021 at 5:22 AM Grzegorz Dziadkiewicz grzegorz@dziadkiewicz.com wrote:

Hi Gregory,

Could you take a look at Some files mention licenses different than Unlicense. · Issue #405 · fsprojects/FSharpx.Extras (github.com) and approve change of license for files authored by you?

Regards,

Grzegorz

gdziadkiewicz added a commit to gdziadkiewicz/FSharpx.Extras that referenced this issue Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants