Skip to content

Commit

Permalink
RG-1724 Update the copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Mar 8, 2018
1 parent 6b79133 commit d89b63f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/footer-ng/footer-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class rgFooterLineComponent extends RingAngularComponent {
}

class rgFooterCopyrightComponent extends RingAngularComponent {
static template = '<span>{{:: $ctrl.copyrightYears}} {{:: $ctrl.companyName}} · All rights reserved</span>';
static template = '<span>{{:: $ctrl.copyrightYears}} {{:: $ctrl.companyName}}</span>';

static bindings = {
year: '@',
Expand Down
2 changes: 1 addition & 1 deletion components/footer-ng/footer-ng.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ describe('Footer', () => {
});

it('should copyright', () => {
element.should.contain.text('JetBrains · All rights reserved');
element.should.contain.text('JetBrains');
});
});
4 changes: 1 addition & 3 deletions packages/docs/components/side-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ const SideFooter = () => {
return (
<div className={styles.sideFooter}>
<div className={styles.copyright}>
© 2000—{currentYear} JetBrains
<br/>
All rights reserved
Copyright © 2000–{currentYear} JetBrains
</div>
<Link
href="https://raw.githubusercontent.com/JetBrains/ring-ui/master/LICENSE.txt"
Expand Down

0 comments on commit d89b63f

Please sign in to comment.