From 052556f215226db267e5e21d090c4555bba41704 Mon Sep 17 00:00:00 2001 From: Andrew Duggan Date: Wed, 16 Apr 2014 11:32:30 -0700 Subject: Update copyright notices. --- rmi4update/firmware_image.cpp | 19 ++++++++++++++++--- rmi4update/firmware_image.h | 19 ++++++++++++++++--- rmi4update/main.cpp | 17 +++++++++++++++++ rmi4update/rmi4update.cpp | 17 +++++++++++++++++ rmi4update/rmi4update.h | 21 +++++++++++++++++---- rmi4update/updateutil.cpp | 17 +++++++++++++++++ rmi4update/updateutil.h | 17 +++++++++++++++++ 7 files changed, 117 insertions(+), 10 deletions(-) (limited to 'rmi4update') diff --git a/rmi4update/firmware_image.cpp b/rmi4update/firmware_image.cpp index 010ab10..9ac46e4 100644 --- a/rmi4update/firmware_image.cpp +++ b/rmi4update/firmware_image.cpp @@ -1,6 +1,19 @@ -//=========================================================================== -// Copyright (c) 2012 Synaptics Incorporated. All rights reserved. -//=========================================================================== +/* + * Copyright (C) 2012 - 2014 Andrew Duggan + * Copyright (C) 2012 - 2014 Synaptics Inc + * + * 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. + */ #include #include diff --git a/rmi4update/firmware_image.h b/rmi4update/firmware_image.h index 0d88ad9..80fdfc1 100644 --- a/rmi4update/firmware_image.h +++ b/rmi4update/firmware_image.h @@ -1,6 +1,19 @@ -//=========================================================================== -// Copyright (c) 2012 - 2014 Synaptics Incorporated. All rights reserved. -//=========================================================================== +/* + * Copyright (C) 2012 - 2014 Andrew Duggan + * Copyright (C) 2012 - 2014 Synaptics Inc + * + * 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. + */ #ifndef _FIRMWAREIMAGE_H_ #define _FIRMWAREIMAGE_H_ diff --git a/rmi4update/main.cpp b/rmi4update/main.cpp index 2a0eaf5..41289d8 100644 --- a/rmi4update/main.cpp +++ b/rmi4update/main.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Andrew Duggan + * Copyright (C) 2014 Synaptics Inc + * + * 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. + */ + #include #include #include diff --git a/rmi4update/rmi4update.cpp b/rmi4update/rmi4update.cpp index 33f03a9..f46a09a 100644 --- a/rmi4update/rmi4update.cpp +++ b/rmi4update/rmi4update.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Andrew Duggan + * Copyright (C) 2014 Synaptics Inc + * + * 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. + */ + #include #include #include diff --git a/rmi4update/rmi4update.h b/rmi4update/rmi4update.h index e59f2f6..b59dfc9 100644 --- a/rmi4update/rmi4update.h +++ b/rmi4update/rmi4update.h @@ -1,7 +1,20 @@ -//=========================================================================== -// Copyright (c) 2012 - 2014 Synaptics Incorporated. All rights reserved. -//=========================================================================== - +/* + * Copyright (C) 2014 Andrew Duggan + * Copyright (C) 2014 Synaptics Inc + * + * 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. + */ + #ifndef _RMI4UPDATE_H_ #define _RMI4UPDATE_H_ diff --git a/rmi4update/updateutil.cpp b/rmi4update/updateutil.cpp index 33330f2..c274ada 100644 --- a/rmi4update/updateutil.cpp +++ b/rmi4update/updateutil.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Andrew Duggan + * Copyright (C) 2014 Synaptics Inc + * + * 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. + */ + #include "updateutil.h" const char *update_error_str[] = { diff --git a/rmi4update/updateutil.h b/rmi4update/updateutil.h index c8beadd..7030a79 100644 --- a/rmi4update/updateutil.h +++ b/rmi4update/updateutil.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014 Andrew Duggan + * Copyright (C) 2014 Synaptics Inc + * + * 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. + */ + #ifndef _UPDATEUTIL_H_ #define _UPDATEUTIL_H_ -- cgit v1.2.3