Skip to content

Commit e03c054

Browse files
committed
change license to Apache 2.0
1 parent 171a4c3 commit e03c054

5 files changed

Lines changed: 227 additions & 199 deletions

File tree

.config/webme.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.ruby

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
name: pqueue
3+
spec_version: 1.0.0
34
title: PQueue
45
contact: Trans <transfire@gmail.com>
56
requires:
67
- group:
78
- build
89
name: syckle
910
version: 0+
10-
pom_verison: 1.0.0
11+
suite: rubyworks
1112
manifest:
1213
- .ruby
1314
- lib/pqueue.rb
@@ -17,10 +18,9 @@ manifest:
1718
- README.rdoc
1819
- VERSION
1920
version: 1.0.0
20-
suite: rubyworks
21-
copyright: Copyright (c) 2001 K. Kodama
2221
licenses:
2322
- LGPLv3
23+
copyright: Copyright (c) 2001 K. Kodama
2424
description: A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
2525
summary: Queue with prioritized elements
2626
authors:

0 commit comments

Comments
 (0)