Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Apply license change to MPL based
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelatorre committed Apr 20, 2021
1 parent eab7266 commit b6254dc
Show file tree
Hide file tree
Showing 7 changed files with 774 additions and 59 deletions.
405 changes: 371 additions & 34 deletions DCOLICENSE

Large diffs are not rendered by default.

391 changes: 373 additions & 18 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Taiga Contrib Profit Well
=========================

[![Kaleidos Project](http://kaleidos.net/static/img/badge.png)](https://github.com/kaleidos "Kaleidos Project")
[![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/taiga/ "Managed with Taiga.io")

The Taiga plugin to add profilt well retain snippet.
Expand All @@ -18,7 +17,7 @@ Download in your `dist/plugins/` directory of Taiga front the `taiga-contrib-pro
cd dist/
mkdir -p plugins
cd plugins
svn export "https://github.com/taigaio/taiga-contrib-profit-well/branches/stable/dist" "profit-well"
svn export "https://github.com/kaleidos-ventures/taiga-contrib-profit-well/branches/stable/dist" "profit-well"
```

Include in your `dist/conf.json` in `profitWellToken` the Profit Well token and in the `contribPlugins` list the value `"/plugins/profit-well/profit-well.json"`:
Expand Down
8 changes: 8 additions & 0 deletions coffee/profit-well.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
###
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2021-present Kaleidos Ventures SL
###

template = """
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['ProfitWellObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m); })(window,document,'script','https://dna8twue3dlxq.cloudfront.net/js/profitwell.js','profitwell');
Expand Down
8 changes: 8 additions & 0 deletions dist/profit-well.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright (c) 2021-present Kaleidos Ventures SL
*/

var gulp = require('gulp');
var $ = require('gulp-load-plugins')();

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "Taiga contrib plugin to show insert the profit-well retain script",
"repository": {
"type": "git",
"url": "https://github.com/taigaio/taiga-contrib-profit-well.git"
"url": "https://github.com/kaleidos-ventures/taiga-contrib-profit-well.git"
},
"keywords": [
"taiga",
"profit-well"
],
"author": "Taiga Agile LLC",
"license": "MIT-0",
"author": "Kaleidos Ventures SL",
"license": "MPL-2",
"bugs": {
"url": "https://github.com/taigaio/taiga-contrib-profit-well/issues"
"url": "https://github.com/kaleidos-ventures/taiga-contrib-profit-well/issues"
},
"homepage": "https://github.com/taigaio/taiga-contrib-profit-well",
"homepage": "https://github.com/kaleidos-ventures/taiga-contrib-profit-well",
"dependencies": {
"coffee-script": "^1.10.0",
"node-sass": "^3.4.2"
Expand Down

0 comments on commit b6254dc

Please sign in to comment.