Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f8f13a8

Browse files
Splaktarjelbourn
authored andcommitted
docs: change to LLC instead of Inc. in Copyright and licenses (#11368)
* Change link to angularjs.org to https * Update copyright year to 2018 Relates to #11367
1 parent 140829b commit f8f13a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2014-2017 Google, Inc. http://angularjs.org
3+
Copyright (c) 2014-2018 Google LLC. https://angularjs.org
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/app/js/codepen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
return content + '\n\n'+
134134
commentStart + '\n'+
135-
'Copyright 2018 Google Inc. All Rights Reserved. \n'+
135+
'Copyright 2018 Google LLC. All Rights Reserved. \n'+
136136
'Use of this source code is governed by an MIT-style license that can be found\n'+
137137
'in the LICENSE file at http://material.angularjs.org/HEAD/license.\n'+
138138
commentEnd;

docs/app/partials/license.tmpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<p>The MIT License</p>
44

55
<p>
6-
Copyright (c) 2014-2016 Google, Inc.
7-
<a href="http://angularjs.org">http://angularjs.org</a>
6+
Copyright (c) 2014-2018 Google LLC
7+
<a href="http://angularjs.org">https://angularjs.org</a>
88
</p>
99

1010
<p>

0 commit comments

Comments
 (0)