diff options
Diffstat (limited to 'dw/ruler.cc')
-rw-r--r-- | dw/ruler.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/ruler.cc b/dw/ruler.cc index abefa1bf..6dce07d0 100644 --- a/dw/ruler.cc +++ b/dw/ruler.cc @@ -14,15 +14,14 @@ * 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, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "ruler.hh" #include "../lout/misc.hh" - + #include <stdio.h> namespace dw { |