Code Monkey home page Code Monkey logo

Comments (24)

cuihaoleo avatar cuihaoleo commented on September 25, 2024 2

I'm fine with using GPLv3 for my prior contributions!!!

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024 1

I'm fine with using GPLv3 for my prior contributions.

from lilac.

felixonmars avatar felixonmars commented on September 25, 2024 1

I'm fine with using GPLv3 for my prior contributions.

from lilac.

petronny avatar petronny commented on September 25, 2024 1

I'm fine with using GPLv3 for my prior contributions.

Checkbox for "I'm fine with using GPLv3 for my prior contributions.":

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024 1

Thanks everyone for the agreement! Now that it is OK to relicense this project as GPLv3: #170.

from lilac.

lilydjwg avatar lilydjwg commented on September 25, 2024

I'd like to use GPLv3 for this project. What do others think?

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024

Ping other contributors

@MarvelousBlack
@SilverRainZ
@VOID001
@Xuanwo
@a-wing
@attenuation
@axionl
@bennyyip
@cuihaoleo
@farseerfc
@felixonmars
@lilacbot (?)
@petronny
@renyuneyun
@yuyichao
@zsrkmyn

lilacbot has a commit c990c5d. @lilydjwg Is that authored by you?

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024

Checkbox for "I'm fine with using GPLv3 for my prior contributions.":

Well, most of packagers do not have write access to this repo, and thus modifying others' comments is not allowed.

from lilac.

lilydjwg avatar lilydjwg commented on September 25, 2024

lilacbot has a commit c990c5d. @lilydjwg Is that authored by you?

Yes. I forgot to explicitely use my name to commit on the build machine.

from lilac.

farseerfc avatar farseerfc commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.
(Explicit statement because I cannot change the checkbox)

from lilac.

MarvelousBlack avatar MarvelousBlack commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

Xuanwo avatar Xuanwo commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

yuyichao avatar yuyichao commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

SilverRainZ avatar SilverRainZ commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

bennyyip avatar bennyyip commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

zsrkmyn avatar zsrkmyn commented on September 25, 2024

I think there are only spaces and empty lines are left as my contributions. For these spaces and empty lines, I'm fine with GPLv3.

If there are anything else contributed by me, I'm fine with GPLv3 for them as well.

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024

@zsrkmyn A large portion of your valuable contributions to usage.rst is still present in the latest commit (107835f) [1] and it does provide great information for those who are interested in lilac like me :)

[1] https://github.com/archlinuxcn/lilac/blame/107835f2fb9409a3356dbbea45e578210da39818/usage.rst

from lilac.

axionl avatar axionl commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

a-wing avatar a-wing commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

VOID001 avatar VOID001 commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

oowl avatar oowl commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024

@renyuneyun could you have a look at this?

from lilac.

renyuneyun avatar renyuneyun commented on September 25, 2024

I'm fine with using GPLv3 for my prior contributions.

(Sorry I didn't check github notifications, and the emails went to a strange place...)

from lilac.

yan12125 avatar yan12125 commented on September 25, 2024

Sorry I didn't check github notifications, and the emails went to a strange place...

No problem!


@cuihaoleo mind to have a look? Your prior contribution is 1f81d45, and it's still used in today's lilac:

lilac/lilac2/api.py

Lines 425 to 440 in f7f64db

def _download_aur_pkgbuild(name: str) -> List[str]:
content = io.BytesIO(_try_aur_url(name))
files = []
with tarfile.open(
name=name+".tar.gz", mode="r:gz", fileobj=content
) as tarf:
for tarinfo in tarf:
basename, remain = os.path.split(tarinfo.name)
if basename == '':
continue
if remain in ('.AURINFO', '.SRCINFO', '.gitignore'):
continue
tarinfo.name = remain
tarf.extract(tarinfo)
files.append(remain)
return files
.

from lilac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.