Skip to content

Commit

Permalink
add newline between license and package
Browse files Browse the repository at this point in the history
this avoids cluttering godocs with the license
  • Loading branch information
mschoch committed Sep 2, 2014
1 parent a1f0c02 commit 7a7eb2e
Show file tree
Hide file tree
Showing 203 changed files with 203 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis/analyzers/keyword_analyzer/keyword_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package keyword_analyzer

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/analyzers/simple_analyzer/simple_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package simple_analyzer

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/analyzers/standard_analyzer/standard_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package standard_analyzer

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/char_filters/html_char_filter/html_char_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package html_char_filter

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package regexp_char_filter

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package regexp_char_filter

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package zero_width_non_joiner

import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package html_char_filter

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/datetime_parsers/flexible_go/flexible_go.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package flexible_go

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/datetime_parsers/flexible_go/flexible_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package flexible_go

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/freq.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package analysis

import ()
Expand Down
1 change: 1 addition & 0 deletions analysis/freq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package analysis

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ar/arabic_normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ar

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ar/arabic_normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ar

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ar/stop_filter_ar.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ar

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/bg/stop_filter_bg.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package bg

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ca/elision_ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ca

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ca/elision_ca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ca

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ca/stop_filter_ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ca

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ckb/sorani_normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ckb

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ckb/sorani_normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ckb

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ckb/sorani_stemmer_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ckb

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ckb/sorani_stemmer_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ckb

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ckb/stop_filter_ckb.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ckb

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/cs/stop_filter_cs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package cs

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/da/stop_filter_da.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package da

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/de/german_normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package de

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/de/german_normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package de

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/de/stop_filter_de.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package de

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/el/stop_filter_el.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package el

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/en/possessive_filter_en.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package en

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/en/possessive_filter_en_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package en

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/en/stop_filter_en.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package en

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/es/stop_filter_es.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package es

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/eu/stop_filter_eu.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package eu

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fa/persian_normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fa

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fa/persian_normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fa

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fa/stop_filter_fa.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fa

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fi/stop_filter_fi.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fi

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fr/elision_fr.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fr

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fr/elision_fr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fr

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/fr/stop_filter_fr.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package fr

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ga/elision_ga.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ga

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ga/elision_ga_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ga

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/ga/stop_filter_ga.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package ga

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/gl/stop_filter_gl.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package gl

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/hi/hindi_normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package hi

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/hi/hindi_normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package hi

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/hi/hindi_stemmer_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package hi

import (
Expand Down
1 change: 1 addition & 0 deletions analysis/language/hi/hindi_stemmer_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

package hi

import (
Expand Down
Loading

0 comments on commit 7a7eb2e

Please sign in to comment.