-
Notifications
You must be signed in to change notification settings - Fork 33
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
Use Service factories in Doctrine MongoDB ODM module #24
Comments
In theory, you'd need to reference the original source and license in the location where you copy the code to. IANAL, but you'll need to copy the license somewhere too. |
It's in the files, so that should be satisfied., right?
So, a notice in the So, what should I do? :) |
Hm, @Ocramius if you're bored, you could extract all non-ORM stuff (basically everything except EntityManager- and Migration-stuff) into a separate base package which I can use directly in the DoctrineMongoODMModule. That would be much DRYer and no license-issue 😄 |
Don't think that's architecturally valid.
The code can be copied by just respecting attribution like in LICENSE in
this repo.
…On Fri, May 29, 2020, 20:28 Thomas Rieschl ***@***.***> wrote:
Hm, @Ocramius <https://github.com/Ocramius> if you're bored, you could
extract all non-ORM stuff (basically everything except EntityManager- and
Migration-stuff) into a separate base package which I can use directly in
the DoctrineMongoODMModule. That would be much DRYer and no license-issue
😄
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABFVEADP2DNWPRUN325EBTRT75DTANCNFSM4NN733IQ>
.
|
Update: In that package I used some files from this library. I added an attribution in the main LICENSE file and the files which I copied: AbstractOdmFactory, ConfigurationFactory, ConnectionFactory, DocumentManagerFactory Is that okay for you? |
Due to the latest license incidents in PHP-land, @alcaeus asked me to reach out to you and ask if it's ok to use parts of your service factories in the DoctrineMongoODMModule package.
Most of the factories are the same for ORM and ODM and your
AbstractFactory
is written quite nicely so I used them to instantiate the services there while upgrading the library to be compatible with mongodb-odm 2.0Is it ok for you to put a license header to each file stating that it's origin or should I mention it somewhere else (
LICENCE
,README
)?Thanks!
The text was updated successfully, but these errors were encountered: