winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

Can we change code distributed for angular-winjs as it is under MIT license? #108

Open shrhegde opened 2 years ago

shrhegde commented 2 years ago

We have an application that uses AngularJS 1.4 and we are trying to upgrade it to 1.5. This application uses library angular-winjs which had its latest release on Oct 2016 and doesn't support 1.5(because of the issue)

Is it okay to alter the code of the library angular-winjs as it is licensed under the MIT license?

daddydrac commented 2 years ago

At this point, I’d suggest a complete rewrite of the front end in VueJS.

On Wed, Nov 10, 2021 at 12:23 AM shrhegde @.***> wrote:

We have an application that uses AngularJS 1.4 and we are trying to upgrade it to 1.5. This application uses library angular-winjs which had its latest release on Oct 2016 and doesn't support 1.5(because of the issue https://github.com/winjs/angular-winjs/issues/88)

Is it okay to alter the code of the library angular-winjs as it is licensed under the MIT license?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/winjs/angular-winjs/issues/108, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHVQHEPH7WWYCJZOJ2KFC3ULIFWFANCNFSM5HXCGGNQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

shrhegde commented 2 years ago

@salinaaaaaa The application is in sustenance mode so we don't want to move to a new framework.