You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/04/21 13:12:19 UTC

[incubator-nuttx-apps] 05/14: graphics: nxglyphs: Add Apache License

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/10.3
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 6c5deadde85d3209596bd43d8ec3b5a5a4775e00
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Apr 21 07:41:19 2022 +0000

    graphics: nxglyphs: Add Apache License
    
    The initial contribution was missing a license.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 graphics/nxglyphs/include/cursor-arrow1-16x16.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-arrow1-30x30.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-arrow2-16x16.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-arrow2-30x30.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-grab-14x16.h    | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-grab-25x30.h    | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-resize-16x16.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-resize-30x30.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-resize-61x62.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-wait-13x16.h    | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-wait-23x30.h    | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-zoomin-16x16.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-zoomin-30x30.h  | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-zoomout-16x16.h | 20 ++++++++++++++++++++
 graphics/nxglyphs/include/cursor-zoomout-30x30.h | 20 ++++++++++++++++++++
 15 files changed, 300 insertions(+)

diff --git a/graphics/nxglyphs/include/cursor-arrow1-16x16.h b/graphics/nxglyphs/include/cursor-arrow1-16x16.h
index e85f8fc7d..58f82ac34 100644
--- a/graphics/nxglyphs/include/cursor-arrow1-16x16.h
+++ b/graphics/nxglyphs/include/cursor-arrow1-16x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-arrow1-16x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-arrow1-30x30.h b/graphics/nxglyphs/include/cursor-arrow1-30x30.h
index 20cb3e7e5..c6137553b 100644
--- a/graphics/nxglyphs/include/cursor-arrow1-30x30.h
+++ b/graphics/nxglyphs/include/cursor-arrow1-30x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-arrow1-30x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-arrow2-16x16.h b/graphics/nxglyphs/include/cursor-arrow2-16x16.h
index 341c54fc0..22de3e3a6 100644
--- a/graphics/nxglyphs/include/cursor-arrow2-16x16.h
+++ b/graphics/nxglyphs/include/cursor-arrow2-16x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-arrow2-16x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-arrow2-30x30.h b/graphics/nxglyphs/include/cursor-arrow2-30x30.h
index cc3096017..1fabf3c0a 100644
--- a/graphics/nxglyphs/include/cursor-arrow2-30x30.h
+++ b/graphics/nxglyphs/include/cursor-arrow2-30x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-arrow2-30x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-grab-14x16.h b/graphics/nxglyphs/include/cursor-grab-14x16.h
index 808091966..210aa95a6 100644
--- a/graphics/nxglyphs/include/cursor-grab-14x16.h
+++ b/graphics/nxglyphs/include/cursor-grab-14x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-grab-14x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-grab-25x30.h b/graphics/nxglyphs/include/cursor-grab-25x30.h
index e98761318..4e7f7a63c 100644
--- a/graphics/nxglyphs/include/cursor-grab-25x30.h
+++ b/graphics/nxglyphs/include/cursor-grab-25x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-grab-25x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-resize-16x16.h b/graphics/nxglyphs/include/cursor-resize-16x16.h
index e6a3d5b43..2c45311d3 100644
--- a/graphics/nxglyphs/include/cursor-resize-16x16.h
+++ b/graphics/nxglyphs/include/cursor-resize-16x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-resize-16x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-resize-30x30.h b/graphics/nxglyphs/include/cursor-resize-30x30.h
index cfe00347b..092013798 100644
--- a/graphics/nxglyphs/include/cursor-resize-30x30.h
+++ b/graphics/nxglyphs/include/cursor-resize-30x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-resize-30x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-resize-61x62.h b/graphics/nxglyphs/include/cursor-resize-61x62.h
index e88cfd139..6fb20d8b6 100644
--- a/graphics/nxglyphs/include/cursor-resize-61x62.h
+++ b/graphics/nxglyphs/include/cursor-resize-61x62.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-resize-61x62.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-wait-13x16.h b/graphics/nxglyphs/include/cursor-wait-13x16.h
index 72aa0120a..a378dfd36 100644
--- a/graphics/nxglyphs/include/cursor-wait-13x16.h
+++ b/graphics/nxglyphs/include/cursor-wait-13x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-wait-13x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-wait-23x30.h b/graphics/nxglyphs/include/cursor-wait-23x30.h
index 732396352..f0ac8d30c 100644
--- a/graphics/nxglyphs/include/cursor-wait-23x30.h
+++ b/graphics/nxglyphs/include/cursor-wait-23x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-wait-23x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-zoomin-16x16.h b/graphics/nxglyphs/include/cursor-zoomin-16x16.h
index d4e00d589..82562dfbe 100644
--- a/graphics/nxglyphs/include/cursor-zoomin-16x16.h
+++ b/graphics/nxglyphs/include/cursor-zoomin-16x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-zoomin-16x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-zoomin-30x30.h b/graphics/nxglyphs/include/cursor-zoomin-30x30.h
index f842aacc8..e8cd88756 100644
--- a/graphics/nxglyphs/include/cursor-zoomin-30x30.h
+++ b/graphics/nxglyphs/include/cursor-zoomin-30x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-zoomin-30x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-zoomout-16x16.h b/graphics/nxglyphs/include/cursor-zoomout-16x16.h
index c1e88df8d..9c6de3e8c 100644
--- a/graphics/nxglyphs/include/cursor-zoomout-16x16.h
+++ b/graphics/nxglyphs/include/cursor-zoomout-16x16.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-zoomout-16x16.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>
diff --git a/graphics/nxglyphs/include/cursor-zoomout-30x30.h b/graphics/nxglyphs/include/cursor-zoomout-30x30.h
index 2ac3cc6ce..55dbfbfae 100644
--- a/graphics/nxglyphs/include/cursor-zoomout-30x30.h
+++ b/graphics/nxglyphs/include/cursor-zoomout-30x30.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ * apps/graphics/nxglyphs/include/cursor-zoomout-30x30.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you 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.
+ *
+ ***************************************************************************/
+
 #include <nuttx/config.h>
 
 #include <stdint.h>