Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ jobs:
plugin-name: GoogleAnalyticsImporter
verify-hook: true
dependent-plugins: 'matomo-org/plugin-MarketingCampaignsReporting innocraft/plugin-Funnels innocraft/plugin-ConnectAccounts'
# Off for now. Turning it on reports 1 pre-existing license header error in
# this repository -- headers that disagree with the licence plugin.json
# declares. That is real drift worth fixing, but correcting licence text is a
# decision of its own rather than part of moving CI onto one caller.
skip-license-check: true
secrets:
TESTS_ACCESS_TOKEN: ${{ secrets.TESTS_ACCESS_TOKEN }}
13 changes: 3 additions & 10 deletions Menu.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<?php

/**
* Copyright (C) InnoCraft Ltd - All rights reserved.
* Piwik - free/libre analytics platform
*
* NOTICE: All information contained herein is, and remains the property of InnoCraft Ltd.
* The intellectual and technical concepts contained herein are protected by trade secret or copyright law.
* Redistribution of this information or reproduction of this material is strictly forbidden
* unless prior written permission is obtained from InnoCraft Ltd.
*
* You shall use this code only in accordance with the license agreement obtained from InnoCraft Ltd.
*
* @link https://www.innocraft.com/
* @license For license details see https://www.innocraft.com/license
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

namespace Piwik\Plugins\GoogleAnalyticsImporter;
Expand Down
Loading