~ubuntu-branches/ubuntu/oneiric/muse-el/oneiric

« back to all changes in this revision

Viewing changes to contrib/pyblosxom/getstamps.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080109155146-vkc4ohnzv96spdpm
Tags: upstream-3.11
ImportĀ upstreamĀ versionĀ 3.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
1.0
19
19
 
20
20
* Original version
 
21
 
 
22
License:
 
23
 
 
24
   Copyright (c) 2006 Nathan Kent Bullock
 
25
   Copyright (c) 2006, 2007 Michael Olson
 
26
 
 
27
   Permission is hereby granted, free of charge, to any person obtaining
 
28
   a copy of this software and associated documentation files (the
 
29
   "Software"), to deal in the Software without restriction, including
 
30
   without limitation the rights to use, copy, modify, merge, publish,
 
31
   distribute, sublicense, and/or sell copies of the Software, and to
 
32
   permit persons to whom the Software is furnished to do so, subject to
 
33
   the following conditions:
 
34
 
 
35
   The above copyright notice and this permission notice shall be
 
36
   included in all copies or substantial portions of the Software.
 
37
 
 
38
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
39
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
40
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
41
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 
42
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 
43
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
44
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
45
   SOFTWARE.
21
46
"""
22
47
__author__ = 'Nathan Kent Bullock'
23
48
__homepage__ = 'http://bullock.moo.com/nathan/'