Skip to content

Commit

Permalink
1.0-M1: added Apache license v2 to all code files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamldavis committed Mar 1, 2019
1 parent 346cf46 commit 7a322b1
Show file tree
Hide file tree
Showing 22 changed files with 330 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/CSSPart.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.CompileStatic
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Color.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.EqualsAndHashCode
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/ColorMethods.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Comment.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.CompileStatic
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Config.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.Canonical
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/CurrentKeyFrameHolder.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/FontFace.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/GrooCSS.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import org.codehaus.groovy.control.CompilerConfiguration
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/KeyFrames.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.TypeChecked
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Main.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Measurement.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.TypeChecked
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/MediaCSS.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/PseudoClass.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.*
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Raw.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.CompileStatic
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Selectable.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Selector.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

/**
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Style.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.*
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/StyleGroup.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.*
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Transition.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import static org.groocss.StyleGroup.*
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/Translator.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss

import groovy.transform.TypeChecked
Expand Down
15 changes: 15 additions & 0 deletions src/main/groovy/org/groocss/ext/NumberExtension.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
Copyright 2019 Adam L. Davis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the 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 org.groocss.ext

import org.groocss.Color
Expand Down
Loading

0 comments on commit 7a322b1

Please sign in to comment.