Skip to content

Commit

Permalink
Update osm.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
zdumitru committed Jun 26, 2019
1 parent da8df2d commit 8b3f685
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/osm.sol
@@ -1,20 +1,3 @@
/// osm.sol - oracle security module

// Copyright (C) 2018 DappHub, LLC

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity >=0.5.2;

import "ds-stop/stop.sol";
Expand Down Expand Up @@ -115,4 +98,4 @@ contract OSM is DSStop {
function diss(address a) external auth {
bud[a] = false;
}
}
}

0 comments on commit 8b3f685

Please sign in to comment.