Skip to content

Commit dcbb201

Browse files
author
Austin Ziegler
committed
Documentation clean-up and license change.
1 parent 3b0a822 commit dcbb201

File tree

9 files changed

+175
-479
lines changed

9 files changed

+175
-479
lines changed

COPYING

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

Contributors.rdoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
== Contributors
2+
3+
Net::LDAP was originally developed by:
4+
5+
* Francis Cianfrocca (garbagecat)
6+
7+
Contributions since:
8+
9+
* Emiel van de Laar (emiel)
10+
* Rory O'Connell (roryo)
11+
* Kaspar Schiess (kschiess)
12+
* Austin Ziegler (halostatue)
13+
* Dimitrij Denissenko (dim)
14+
* James Hewitt (jamstah)
15+
* Kouhei Sutou (kou)
16+
* Lars Tobias Skjong-Børsting (larstobi)
17+
* Rory O'Connell (roryo)
18+
* Tony Headford (tonyheadford)
19+
* Derek Harmel (derekharmel)
20+
* Erik Hetzner (egh)
21+
* nowhereman

Hacking.rdoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Hacking Net::LDAP
1+
= Hacking on Net::LDAP
22

33
We welcome your contributions to Net::LDAP. To increase the chances of your
44
patches being accepted, we recommend that you follow the guidelines below:
@@ -8,9 +8,12 @@ patches being accepted, we recommend that you follow the guidelines below:
88
Operators should have spaces around them, method definitions should have
99
parentheses around arguments. Keep the indentation as flat as possible.
1010
2. Your changes should be well-documented and described.
11-
3. You must provide rspec tests for any new or changed features. Rspec has
12-
been chosen as the way forward for tests.
11+
3. You must provide Rspec tests for any new or changed features.
1312
4. You should provide LDIF data for importing into LDAP servers so that the
1413
changes can be tested <em>in situ</em> with more than one real LDAP
1514
server.
1615
5. You should have tested your changes against a real LDAP server.
16+
6. Your patch should include modifications to History.rdoc summarizing the
17+
change.
18+
7. If you're a first-time contributor, your patch should include modifications
19+
to Contributors.rdoc.

0 commit comments

Comments
 (0)