microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
110.83k stars 6.53k forks source link

Default Printer Changer from Tray #88

Open timlegge opened 5 years ago

timlegge commented 5 years ago

Some years ago (over 17) I wrote a utility that allowed you to quickly change the default printer from the system tray. It was written in the time of the original power tools and was standard Win32 API. The code is at https://github.com/timlegge/printers if you or anyone else is interested in it.

Always found it to be a useful utility.

TIm

crutkas commented 4 years ago

YES!!!! every time i go to a different building, YES!

@timlegge, can you put a license on that code. We can't even look at it without knowing what the license is.

timlegge commented 4 years ago

I can. Most everything I do is GPL v2. Do you have an issue with that?

Tim

On Wed, Dec 18, 2019 at 1:38 PM Clint Rutkas notifications@github.com wrote:

YES!!!! every time i go to a different building, YES!

@timlegge https://github.com/timlegge, can you put a license on that code. We can't even look at it without knowing what the license is.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/microsoft/PowerToys/issues/88?email_source=notifications&email_token=AAH3N63K2KKMYVY3MKT5US3QZJNYVA5CNFSM4HMLFSI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHG42UA#issuecomment-567135568, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH3N66KICJZXYQ2WAXIXJLQZJNYVANCNFSM4HMLFSIQ .

crutkas commented 4 years ago

@timlegge. Possible to do MIT?

timlegge commented 4 years ago

Possibly, I will review it. I would not mind someone taking it further as I don't typically use it anymore.

On Wed, Dec 18, 2019 at 9:20 PM Clint Rutkas notifications@github.com wrote:

@timlegge. Possible to do MIT?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

crutkas commented 4 years ago

@timlegge this still shows a gpl.txt and repo lacks a license.txt file,

timlegge commented 4 years ago

Hi

A suggestion was made for the MIT license. I will likely duo licence it. I like GPL V2+ Let me fix that up.

Tim

timlegge commented 4 years ago

Latest repo duo licenses MIT and GPL-2.0-or-later choose whichever works for you.

timlegge commented 4 years ago

@crutkas does that work for you

crutkas commented 4 years ago

Would love if it was in a license.md file that way GitHub sees it as dual license. Past that should be pretty easy since you were the only one that checked in code

timlegge commented 4 years ago

Not sure if my latest commit does it properly. Please review when you have a minute

crutkas commented 4 years ago

that should work