mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add license and cvs tag.
This commit is contained in:
parent
2bdeafee66
commit
7068d00314
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53016
@ -1,4 +1,19 @@
|
||||
#!/usr/local/bin/python
|
||||
#
|
||||
# ----------------------------------------------------------------------------
|
||||
# "THE BEER-WARE LICENSE" (Revision 42, (c) Poul-Henning Kamp):
|
||||
# Maxim Sobolev <sobomax@FreeBSD.org> wrote this file. As long as you retain
|
||||
# this notice you can do whatever you want with this stuff. If we meet some
|
||||
# day, and you think this stuff is worth it, you can buy me a beer in return.
|
||||
#
|
||||
# Maxim Sobolev
|
||||
# ----------------------------------------------------------------------------
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# MAINTAINER= sobomax@FreeBSD.org <- any unapproved commits to this file are
|
||||
# highly discouraged!!!
|
||||
#
|
||||
|
||||
import os, os.path, popen2, types, sys, getopt, pickle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user