Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.

Commit

Permalink
Add copyright statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Aug 24, 2016
1 parent ee62c03 commit 637424e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "palantirnet/workbench_tabs",
"description": "Display Drupal's local task tabs and status messages in a consistent location on all pages.",
"license": "GPL-2.0+",
"copyright": "Copyright 2016 Palantir.net, Inc.",
"type": "drupal-module",
"homepage": "https://github.com/palantirnet/workbench_tabs",
"authors": [
{
"name": "Bec White",
"email": "[email protected]"
},
{
"name": "Ashley Cyborski",
"email": "[email protected]"
},
{
"name": "Patrick Weston",
"email": "[email protected]"
}
],
"require": {}
}
2 changes: 2 additions & 0 deletions css/workbench-tabs.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* @file workbench-tabs.css
*
* Copyright 2016 Palantir.net, Inc.
*/

/* Container */
Expand Down
2 changes: 2 additions & 0 deletions js/workbench_tabs_trigger.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @file
* Collapse the workbench_tabs messages.
*
* Copyright 2016 Palantir.net, Inc.
*/

(function ($) {
Expand Down
6 changes: 6 additions & 0 deletions src/Element/LocalTasks.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @file
* Contains the LocalTasks class.
*
* Copyright 2016 Palantir.net, Inc.
*/

namespace Drupal\workbench_tabs\Element;

Expand Down
6 changes: 6 additions & 0 deletions src/Element/StatusMessages.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @file
* Contains the StatusMessages class.
*
* Copyright 2016 Palantir.net, Inc.
*/

namespace Drupal\workbench_tabs\Element;

Expand Down
2 changes: 2 additions & 0 deletions templates/workbench-tabs.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* @see template_preprocess_workbench_tabs()
*
* @ingroup themeable
*
* Copyright 2016 Palantir.net, Inc.
*/
#}

Expand Down
2 changes: 2 additions & 0 deletions workbench_tabs.info.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2016 Palantir.net, Inc.

name: Workbench Tabs
type: module
description: "Display Drupal's local task tabs and status messages in a consistent location on all pages."
Expand Down
2 changes: 2 additions & 0 deletions workbench_tabs.libraries.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2016 Palantir.net, Inc.

workbench_tabs:
version: 1.x
css:
Expand Down
2 changes: 2 additions & 0 deletions workbench_tabs.module
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* @file
* Drupal hooks.
*
* Copyright 2016 Palantir.net, Inc.
*/

/**
Expand Down
2 changes: 2 additions & 0 deletions workbench_tabs.permissions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2016 Palantir.net, Inc.

use workbench_tabs:
title: 'Use Workbench Tabs'
description: 'View the status messages and local task tabs as Workbench Tabs.'

0 comments on commit 637424e

Please sign in to comment.