File:  [Repository] / kupuMPIWG / doc / file-template
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:10:22 2005 UTC (18 years, 8 months ago) by dwinter
Branches: first, MAIN
CVS tags: alpha, HEAD


=====================================
Header template for JavaScript files:
=====================================

/*****************************************************************************
 *
 * Copyright (c) 2003-2005 Kupu Contributors. All rights reserved.
 *
 * This software is distributed under the terms of the Kupu
 * License. See LICENSE.txt for license text. For a list of Kupu
 * Contributors see CREDITS.txt.
 *
 *****************************************************************************/

// $Id: file-template,v 1.1.1.1 2005/08/30 17:10:22 dwinter Exp $



=================================
Header template for Python files:
=================================

##############################################################################
#
# Copyright (c) 2003-2005 Kupu Contributors. All rights reserved.
#
# This software is distributed under the terms of the Kupu
# License. See LICENSE.txt for license text. For a list of Kupu
# Contributors see CREDITS.txt.
#
##############################################################################
"""XXXShort description

XXXLonger description

$Id: file-template,v 1.1.1.1 2005/08/30 17:10:22 dwinter Exp $
"""


==========================
Template for feature files
==========================

<kupu:feature
    name="FEATURE"
    implementation="default"
    xmlns="http://www.w3.org/1999/xhtml"
    xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
    >

  <kupu:part name="PART">

  </kupu:part>

</kupu:feature>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>