Skip to content

Commit 203e4e7

Browse files
committed
- removes comments that would appear nonsensical in sdoc
These comments would appear as documentation for the Net module, which is bogus. _and_ the formatting was off. Removing them makes rdoc appear more clear.
1 parent 5bc73d3 commit 203e4e7

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

lib/net/ber.rb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
# NET::BER
2-
# Mixes ASN.1/BER convenience methods into several standard classes. Also
3-
# provides BER parsing functionality.
4-
#
5-
#--
6-
# Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved.
7-
#
8-
# Gmail: garbagecat10
9-
#
10-
# This program is free software; you can redistribute it and/or modify it
11-
# under the terms of the GNU General Public License as published by the Free
12-
# Software Foundation; either version 2 of the License, or (at your option)
13-
# any later version.
14-
#
15-
# This program is distributed in the hope that it will be useful, but
16-
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17-
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18-
# for more details.
19-
#
20-
# You should have received a copy of the GNU General Public License along
21-
# with this program; if not, write to the Free Software Foundation, Inc., 51
22-
# Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23-
#++
24-
251
module Net
262
##
273
# == Basic Encoding Rules (BER) Support Module

lib/net/ldif.rb

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
# $Id$
2-
#
3-
# Net::LDIF for Ruby
4-
#
5-
#
6-
#
7-
# Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved.
8-
#
9-
# Gmail: garbagecat10
10-
#
11-
# This program is free software; you can redistribute it and/or modify
12-
# it under the terms of the GNU General Public License as published by
13-
# the Free Software Foundation; either version 2 of the License, or
14-
# (at your option) any later version.
15-
#
16-
# This program is distributed in the hope that it will be useful,
17-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
# GNU General Public License for more details.
20-
#
21-
# You should have received a copy of the GNU General Public License
22-
# along with this program; if not, write to the Free Software
23-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24-
#
25-
#
26-
27-
# THIS FILE IS A STUB.
28-
291
module Net
302
class LDIF
313
end

lib/net/snmp.rb

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
# $Id$
2-
#
3-
# NET::SNMP
4-
#
5-
#----------------------------------------------------------------------------
6-
#
7-
# Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.
8-
#
9-
# Gmail: garbagecat10
10-
#
11-
# This program is free software; you can redistribute it and/or modify
12-
# it under the terms of the GNU General Public License as published by
13-
# the Free Software Foundation; either version 2 of the License, or
14-
# (at your option) any later version.
15-
#
16-
# This program is distributed in the hope that it will be useful,
17-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
# GNU General Public License for more details.
20-
#
21-
# You should have received a copy of the GNU General Public License
22-
# along with this program; if not, write to the Free Software
23-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24-
#
25-
#---------------------------------------------------------------------------
26-
#
27-
#
28-
291
module Net
302

313
class SNMP

0 commit comments

Comments
 (0)