~ubuntu-branches/ubuntu/raring/muse-el/raring

« back to all changes in this revision

Viewing changes to contrib/pyblosxom/hardcodedates.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
 
 
3
2
This allows the user to create a file "timestamps" in their top-level
4
3
blog entries directory, that will override the timestamp of any given
5
4
blog entry.
29
28
1.2
30
29
 
31
30
* Original version
 
31
 
 
32
License:
 
33
 
 
34
   Copyright (c) 2006 Nathan Kent Bullock
 
35
   Copyright (c) 2006, 2007 Michael Olson
 
36
 
 
37
   Permission is hereby granted, free of charge, to any person obtaining
 
38
   a copy of this software and associated documentation files (the
 
39
   "Software"), to deal in the Software without restriction, including
 
40
   without limitation the rights to use, copy, modify, merge, publish,
 
41
   distribute, sublicense, and/or sell copies of the Software, and to
 
42
   permit persons to whom the Software is furnished to do so, subject to
 
43
   the following conditions:
 
44
 
 
45
   The above copyright notice and this permission notice shall be
 
46
   included in all copies or substantial portions of the Software.
 
47
 
 
48
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
49
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
50
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
51
   NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 
52
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 
53
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
54
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
55
   SOFTWARE.
32
56
"""
33
57
__author__ = 'Nathan Kent Bullock'
34
58
__homepage__ = 'http://bullock.moo.com/nathan/'