root/mediamosa_snapshot_2-x/sites/all/modules/mediamosa/core/asset/delete/mediamosa_asset_delete.inc @ 73

Revision 73, 1.2 kB (checked in by admin, 6 months ago)

The latest and greatest development snapshot.

Line 
1<?php
2// $Id$
3
4/**
5 * MediaMosa is Open Source Software to build a Full Featured, Webservice
6 * Oriented Media Management and Distribution platform (http://mediamosa.org)
7 *
8 * Copyright (C) 2009 SURFnet BV (http://www.surfnet.nl) and Kennisnet
9 * (http://www.kennisnet.nl)
10 *
11 * MediaMosa is based on the open source Drupal platform and
12 * was originally developed by Madcap BV (http://www.madcap.nl)
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 * General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License along
23 * with this program; if not, you can find it at:
24 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
25 */
26
27 /**
28  * @file
29  * Class mediamosa_asset_delete
30  */
31
32class mediamosas_asset_delete {
33
34  // ------------------------------------------------------------------ Static Function.
35
36}
Note: See TracBrowser for help on using the browser.