Delete obsolete BitKeeper files, add LICENSE file.

This commit is contained in:
David Mosberger-Tang 2006-07-27 21:26:16 -06:00
parent 1fdb08e5fc
commit 63a6a95489
5 changed files with 18 additions and 115 deletions

View File

@ -1,94 +0,0 @@
# This is the BitKeeper configuration for this package.
#
# Please take a minute to fill it out carefully, it needs to be accurate.
#
# NOTICE: you really do want to fill this out, if something goes wrong
# with your repository, or if someone changes the logging policy, we
# send mail to the contact listed here for confirmation.
#
# BitKeeper can maintain a log of your change comments (not your source,
# just the comments) on a centralized server. This is useful as your
# project grows, it gives people a place to go see what is happening on
# a per project basis. This is especially useful for distributed developers.
#
#
# Name of the project, such as "BitKeeper" or "The GNU C compiler".
#
description: libunwind: a platform-neutral unwind library
#
# What (RedHat package) category this project fits into, if any.
#
category:
#
# Open Logging server. This site is where users go to see the
# ChangeSet comments for all instances of this repository. This must
# be logging@openlogging.org for usage under the terms of the BKL,
# "bk help bkl" will show you the default licensing terms. If this
# repository is commercial it can be an internal email address or "none"
# to disable logging.
#
logging: logging@openlogging.org
#
# If this field is set, all checkins will appear to be made by this user,
# in effect making this a single user package. Single user packages are
# free from the logging constraint up to a maximum of 1000 files. In order
# for the package to really be free, both the single_user and the single_host
# field need to be set.
#
single_user:
#
# If this field is set, all checkins will appear to be made on this host.
#
single_host:
#
# Contact person for this project. This is whoever is the person that
# should be contacted with update information or contacted if BitKeeper
# discovers a problem which requires local intervention. Please make the
# contact information accurate so we can support you.
#
contact: David Mosberger-Tang
#
# It is very important that this email address is filled out and accurate.
# If someone converts your repository to open logging (which you may not
# want), we will contact this email address for confirmation that you really
# did want open logging. If the email address is inaccurate and we get no
# response from anyone else at your location after 90 days, then open logging
# will be implicitly approved.
#
email: davidm@hpl.hp.com
#
# Add your street address if you like, it is optional.
#
street: 1501 Page Mill Rd
city: Palo Alto
state: CA
postal: 94304
country: USA
phone:
cell:
pager:
#
# Business Hours when we can contact you if you left a phone number.
#
hours:
# You do not have a license for BitKeeper and the logging field in the
# BitKeeper/etc/config file is not set to "logging@openlogging.org".
# You either need a commercial license (to run without open logging),
# or you need to convert your package to single user, or you need to
# configure your package to use openlogging. Until you have done one of
# those, you may not create any changesets.
#
# You can get a temporary license by sending a mail request
# to sales@bitmover.com.
#
# BitMover can be reached in the United States at 415-401-8808
# during business hours (PST) or via email at sales@bitmover.com.
# Thanks!
license:
#
# Default compression algorithm for stored s.files is gzip.
# If you want no compression, set this to "none".
#
compression: gzip
logging_ask:no

View File

@ -1,3 +0,0 @@
davidm@panda.mostang.com|src/ia64/Lregs.c~|20020228162447|14303|72ac8097264189ed
davidm@panda.mostang.com|src/ia64/Lscript.c~|20020228162447|16366|8808e8c8be942753
davidm@panda.mostang.com|src/ia64/Lunw_get_reg.c~|20020228162447|18434|e2c6af5e721180d7

View File

@ -1,14 +0,0 @@
*.a
*.o
*~
BitKeeper/*/*
PENDING/*
autom4te.cache/*
src/Makefile.bak
include/libunwind-tdep.h
include/stamp-h
include/stamp-h1
libunwind-0.2.tar.gz
src/Makefile-orig
doc/Dwarf3-draft7-011029-dif-draft6.pdf
doc/dwarf-2.0.0.pdf

View File

@ -1,4 +0,0 @@
davidm@panda.mostang.com
davidm@napali.(none)
davidm@wailua.hpl.hp.com
m.delahaye@esiee.fr

18
LICENSE Normal file
View File

@ -0,0 +1,18 @@
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.