File: README

package info (click to toggle)
libnet-acl-ruby 1.0.1-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 68 kB
  • ctags: 47
  • sloc: ruby: 359; makefile: 43
file content (24 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=begin
=ACL-1.0.1
Simple Access Control Class

==Files
* acl.rb -- ACL Class
* acltest.rb -- ACL test script. (require runit)
* doc/acl.rd, acl.rd.ja -- Reference
* install.rb -- Installer

==Install
# ruby install.rb

==Copying
* acl.rb is copyrighted free software by Masatoshi SEKI.
* You can redistribute it and/or modify it under the same term as Ruby.
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  PURPOSE.

Copyright (c) 2000 Masatoshi SEKI
((<m_seki@mva.biglobe.ne.jp|URL:mailto:m_seki@mva.biglobe.ne.jp>))
=end