Changeset 488

Show
Ignore:
Timestamp:
01/26/10 18:29:44 (7 months ago)
Author:
ben
Message:

Add BSD license headers to pngdiff code.

Location:
pngdiff
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pngdiff/cpp/pngdiff.cpp

    r439 r488  
     1// Copyright (c) 2009 Ben Karel. All rights reserved. 
     2// Use of this source code is governed by a BSD-style license that can be 
     3// found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 
     4 
    15#include <png++/png.hpp> 
    26#include <vector> 
  • pngdiff/py-pil/pildiff.py

    r440 r488  
    11#!/usr/bin/env python 
     2# Copyright (c) 2009 Ben Karel. All rights reserved. 
     3# Use of this source code is governed by a BSD-style license that can be 
     4# found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 
    25 
    36import sys 
  • pngdiff/py/pngcompare.py

    r436 r488  
    11#!/usr/bin/env python 
     2# Copyright (c) 2009 Ben Karel. All rights reserved. 
     3# Use of this source code is governed by a BSD-style license that can be 
     4# found in the LICENSE.txt file or at http://eschew.org/txt/bsd.txt 
    25 
    36import sys