Skip to content

Commit edd09c8

Browse files
committed
release-0.3.0
1 parent a67bdc8 commit edd09c8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkg/filewatcher/filewatcher.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
/*
2-
* Portions of this file are derived from the Istio project:
3-
* https://github.com/istio/istio/blob/master/pkg/filewatcher/filewatcher.go
4-
*
52
* Licensed to the Apache Software Foundation (ASF) under one or more
63
* contributor license agreements. See the NOTICE file distributed with
74
* this work for additional information regarding copyright ownership.
85
* The ASF licenses this file to You under the Apache License, Version 2.0
96
* (the "License"); you may not use this file except in compliance with
107
* the License. You may obtain a copy of the License at
118
*
12-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* http://www.apache.org/licenses/LICENSE-2.0
1310
*
1411
* Unless required by applicable law or agreed to in writing, software
1512
* distributed under the License is distributed on an "AS IS" BASIS,
1613
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1714
* See the License for the specific language governing permissions and
1815
* limitations under the License.
1916
*/
17+
// Portions of this file are derived from the Istio project:
18+
// https://github.com/istio/istio/blob/master/pkg/filewatcher/filewatcher.go
2019

2120
package filewatcher
2221

0 commit comments

Comments
 (0)