Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VirtueMart
Advanced Ordernumbers for VirtueMart
Commits
85d562f5
Commit
85d562f5
authored
Apr 20, 2015
by
Reinhold Kainhofer
Browse files
Update License information
parent
c105a30b
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
LICENSE.txt
0 → 100644
View file @
85d562f5
This diff is collapsed.
Click to expand it.
Makefile
View file @
85d562f5
...
...
@@ -17,7 +17,7 @@ $(NONSYSTRANSLATIONS): %.ini: %.sys.ini
zip
:
$(PLUGINFILES) $(TRANSLATIONS) $(SYSTRANSLATIONS) $(NONSYSTRANSLATIONS)
@
echo
"Packing all files into distribution file
$(ZIPFILE)
:"
@
zip
-r
$(ZIPFILE)
$(PLUGINFILES)
$(TRANSLATIONS)
$(FIELDS)
@
zip
-r
$(ZIPFILE)
$(PLUGINFILES)
$(TRANSLATIONS)
$(FIELDS)
LICENSE.txt
clean
:
rm
-f
$(ZIPFILE)
fields/vmordernumbercounters.php
View file @
85d562f5
...
...
@@ -7,7 +7,7 @@ defined('_JEXEC') or die();
* @author Reinhold Kainhofer, Open Tools
* @link http://www.open-tools.net
* @copyright Copyright (c) 2014 Reinhold Kainhofer. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
txt
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
...
...
plugins/ordernumber_shoppergroups/fields/vmshoppergroup.php
View file @
85d562f5
<?php
defined
(
'_JEXEC'
)
or
die
();
/**
*
* @package
VirtueMart
* @subpackage
Plugins - El
ement
s
* @
author Valérie Isaksen
* @li
nk
http://www.
virtuemart.ne
t
*
@copyright ${PHING.VM.COPYRIGHT}
*
@license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*
VirtueMart is fre
e
s
of
tware. This version may have been modified pursuant
*
to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
*
other free or open source software licenses.
* @version $Id$
*/
*
* @package VirtueMart
* @subpackage
EU Recapitulative Stat
ement
* @
copyright Copyright (C) 2015 Open Tools, Reinhold Kainhofer.
* @li
cense
http://www.
gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.tx
t
*
VirtueMart is free software. This version may have been modified pursuant
*
to the GNU General Public License, and as distributed it includes or
*
is derivativ
e of
works licensed under the GNU General Public License or
*
other free or open source software licenses.
*
*
http://www.open-tools.net
*/
JFormHelper
::
loadFieldClass
(
'list'
);
jimport
(
'joomla.form.formfield'
);
if
(
!
class_exists
(
'VmConfig'
))
...
...
plugins/ordernumber_shoppergroups/ordernumber_shoppergroups.php
View file @
85d562f5
...
...
@@ -7,12 +7,11 @@ defined ('_JEXEC') or die('Restricted access');
*
* @subpackage Plugins - vm ordernumber
* @copyright Copyright (C) 2014 Reinhold Kainhofer, office@open-tools.net
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
txt
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://open-tools.net/
*
...
...
plugins/template/YOUR_PLUGIN_NAME.php
View file @
85d562f5
...
...
@@ -6,12 +6,11 @@ defined ('_JEXEC') or die('Restricted access');
* Plugin providing Custom variables for the VM Ordernumber plugin
*
* @copyright Copyright (C) 2014 Reinhold Kainhofer, office@open-tools.net
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
php
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.
txt
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://open-tools.net/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment